1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-03-04 21:12:23 -08:00
Commit graph

33648 commits

Author SHA1 Message Date
Romain Francoise
01017e7c80 Tabify. 2006-04-22 23:39:47 +00:00
Romain Francoise
7fcece574b (comint-match-partial-filename): Doc fix. 2006-04-22 23:30:13 +00:00
Glenn Morris
1cebb83885 (view-other-diary-entries): Refer to `diary-view-entries' rather than
alias `view-diary-entries'.
2006-04-22 00:11:11 +00:00
Glenn Morris
27ba2fc3ec (calendar-mode-map): Refer to `diary-view-entries' rather than alias
`view-diary-entries'.
2006-04-22 00:10:30 +00:00
Glenn Morris
cc6e521e0e *** empty log message *** 2006-04-22 00:10:15 +00:00
Luc Teirlinck
09c6126c46 (antlr-default): Avoid nil spec in defface. 2006-04-21 23:41:23 +00:00
Luc Teirlinck
dbc1f997bd (custom-documentation): Avoid nil spec in defface. 2006-04-21 23:38:54 +00:00
Luc Teirlinck
d390b4d26f (scroll-bar, border, cursor, mouse): Avoid nil spec in defface. 2006-04-21 23:36:59 +00:00
Luc Teirlinck
a9b2b70fe2 *** empty log message *** 2006-04-21 23:32:19 +00:00
Bill Wohler
237ad50745 (Version, mh-version): Add +cvs to version. 2006-04-21 21:59:54 +00:00
Kim F. Storm
95797ede75 *** empty log message *** 2006-04-21 21:25:09 +00:00
Bill Wohler
d9ca64a98d Release MH-E version 7.94.
(Version, mh-version): Update for release 7.94.
2006-04-21 21:23:14 +00:00
Kim F. Storm
e796837385 (image-type): New defun split out of create-image.
(create-image): Use it.
2006-04-21 20:56:06 +00:00
Bill Wohler
15855f8f78 (mh-insert-letter): If a message number isn't given, throw an error
rather than using a potentially incorrect message number (closes SF
#1473729). In addition, use the cur message if mh-sent-from-msg is
nil (when sending a message, in contrast to replying). Move conversion
of int to string into interactive stanza so body can assume variables
are of proper type.
2006-04-21 17:49:02 +00:00
Carsten Dominik
65826b475e *** empty log message *** 2006-04-21 13:49:05 +00:00
Carsten Dominik
2fdb00aab2 (org-export-as-xoxo): Fix call to `indent-region'. 2006-04-21 13:48:00 +00:00
Carsten Dominik
bea5b1ba9a (org-mode-map): Catch conflict with old allout.el.
(org-open-at-point): Remove the "...done" message to keep
	output in the echo area visible.
2006-04-21 13:45:58 +00:00
Carsten Dominik
90c14869e2 *** empty log message *** 2006-04-21 13:45:44 +00:00
Eli Zaretskii
72ffd9d017 *** empty log message *** 2006-04-21 12:23:10 +00:00
Eli Zaretskii
50e5c8857d (keyboard-coding-system): defcustom info-link fixes: "Specify Coding" has
been split, keyboard now in "Terminal Coding", and "Single-Byte Character
Support" is now "Unibyte Mode".
2006-04-21 12:22:24 +00:00
Eli Zaretskii
72dcf679ee Change herring@lanl.gov's entries to use the name from his legal papers. 2006-04-21 12:06:53 +00:00
Miles Bader
f67d6742cb Revision: emacs@sv.gnu.org/emacs--devo--0--patch-238
Merge from gnus--rel--5.10

Patches applied:

 * gnus--rel--5.10  (patch 87-90)

   - Merge from emacs--devo--0
   - Update from CVS
2006-04-21 05:35:31 +00:00
Bill Wohler
d2464a9fb9 * mh-tool-bar.el (image-load-path): Define to shush compiler.
(mh-buffer-exists-p): Move inside mh-do-in-gnu-emacs since it isn't
used outside of it.
(mh-tool-bar-folder-buttons-init, mh-tool-bar-letter-buttons-init):
Update load-path/image-load-path before setting buttons. This code
used to be in mh-folder-mode/mh-letter-mode but this was the wrong
place since mh-tool-bar-*-buttons-init can also be called when
customizing the buttons.
(mh-tool-bar-update): New function which updates tool-bar-map in all
of the MH-E buffers after customizing the buttons (closes SF
#1452718).
(mh-tool-bar-folder-buttons-set, mh-tool-bar-letter-buttons-set): Call
it (closes SF #1452718).

* mh-folder.el (mh-folder-buttons-init-flag): Delete. Use
mh-folder-tool-bar-map instead.
(image-load-path): Delete. No longer used.
(mh-folder-mode): Moved setting of image-load-path into
mh-tool-bar-folder-buttons-init.

* mh-letter.el (mh-letter-buttons-init-flag): Delete. Use
mh-letter-tool-bar-map instead.
(image-load-path): Delete. No longer used.
(mh-letter-mode): Moved setting of image-load-path into
mh-tool-bar-letter-buttons-init.

* mh-seq.el (mh-narrow-to-seq, mh-widen): Use with-current-buffer
instead of set-buffer.
2006-04-21 01:32:16 +00:00
Dan Nicolaescu
7fe9a6e3c1 (sh-shell): Mark as safe. 2006-04-20 23:35:08 +00:00
Nick Roberts
bf49275d6e *** empty log message *** 2006-04-20 23:00:16 +00:00
Nick Roberts
eff8536f40 (gdb-data-list-register-values-handler):
Use font-lock-warning-face for any errors e.g. no stack.
(gdb-stack-list-locals-handler): Display any errors e.g. no stack.
2006-04-20 22:57:03 +00:00
Dan Nicolaescu
be2c62b3c2 (comment-start, comment-start-skip)
(comment-end-skip, comment-end): Mark as safe.
2006-04-20 21:24:19 +00:00
J.D. Smith
5a02d811ed Ensure point at beginning of source help buffer, so class/tag finding works. 2006-04-20 19:45:16 +00:00
Carsten Dominik
a650b502fe Remove forgotten (debug) form. 2006-04-20 12:17:26 +00:00
Carsten Dominik
b744e31940 *** empty log message *** 2006-04-20 11:48:56 +00:00
Carsten Dominik
d943b3c6ed * org.el (org-deadline-announce): Face removed.
(org-level-faces, org-n-levels): Converted to constant.
        (org-compatible-face): New function.
        (org-hide, org-level-1, org-level-2, org-level-3, org-level-4)
        (org-level-5, org-level-6, org-level-7, org-level-8)
        (org-special-keyword, org-warning, org-headline-done,
        org-link)
        (org-date, org-tag, org-todo, org-done, org-table,
        org-formula)
        (org-scheduled-today, org-scheduled-previously,
        org-time-grid):
        Face definition revised for better color tty support.
        (org-bold-re, org-italic-re, org-underline-re): New constants.
        (org-set-font-lock-defaults): Use the new constants.
        (org-agenda-highlight-todo): New function.
        (org-agenda-todo): Fixed bug with point at end of line.
        (org-agenda-change-all-lines, org-finalize-agenda-entries):
        Fontify TODO keywords.
        (org-insert-link): Preserve relative path in ../ links.
        (org-export-as-html): Convert links pointing to .org files
        into
        links that will work beteen the exported HTML files.
        (org-todo-list): Fix bug when arg=0.
        (org-insert-heading): More fine-tuning.
2006-04-20 11:44:52 +00:00
J.D. Smith
374407b3db Remove C-c C-j binding. 2006-04-19 21:17:12 +00:00
Bill Wohler
02195654f6 Fix typo. 2006-04-19 21:03:23 +00:00
Bill Wohler
d36069f0e7 (mh-tool-bar-define): Fix enable-expr so that one can permenently
disable a button (such as a separator) with nil.
2006-04-19 21:02:59 +00:00
Romain Francoise
f948ab6c52 (rmail-convert-to-babyl-format): Use second group from
`rmail-mime-charset-pattern'.
2006-04-19 09:55:40 +00:00
Dan Nicolaescu
0fea1d1029 (python-mode): Fix typo. 2006-04-19 06:37:31 +00:00
Romain Francoise
0273adca6b Remove conflict marker. 2006-04-19 06:29:47 +00:00
J.D. Smith
c3d2959c21 (comint-previous-input): Don't clobber input line when moving off either
end of the input history ring.
(comint-delete-input): New function, used by `comint-previous-input' and
others.
(comint-previous-matching-input): Use `coming-delete-input'. Save the
partial input if leaving the edit line.  Goto point-max before deleting
input to avoid partial input fragments hanging around.
(comint-restore-input): New function, used by `comint-previous-input',
and bound to "C-c C-j".
2006-04-18 23:49:28 +00:00
J.D. Smith
014513ef4f * comint.el (comint-previous-input): Don't clobber input line
when moving off either end of the input history ring.
(comint-delete-input): New function, used by
`comint-previous-input' and others.
(comint-previous-matching-input): Use
`coming-delete-input'. Save the partial input if leaving the
edit line.  Goto point-max before deleting input to avoid
partial input fragments hanging around.
(comint-restore-input): New function, used by
`comint-previous-input', and bound to [C-c C-g].
2006-04-18 23:46:53 +00:00
Luc Teirlinck
7edd10caf2 *** empty log message *** 2006-04-18 23:04:23 +00:00
Luc Teirlinck
f5aefd63a6 (imenu--index-alist): Balance parentheses. 2006-04-18 22:49:21 +00:00
Dan Nicolaescu
3398a4aee7 (python-mode): Add support for
hs-minor-mode.
2006-04-18 22:34:54 +00:00
Reiner Steib
ec7793c3a6 (read-abbrev-file): Use abbrev-file-name if optional
file is nil.
2006-04-18 22:04:27 +00:00
Bill Wohler
def2755256 Add SF number to :package-version implementation. 2006-04-18 21:29:03 +00:00
Richard M. Stallman
290e4aae7b *** empty log message *** 2006-04-18 21:25:10 +00:00
Richard M. Stallman
42cc79e684 (tooltip-mode, tooltip-use-echo-area): Doc fixes. 2006-04-18 21:23:12 +00:00
Richard M. Stallman
98639288c8 (imenu-create-index-function, imenu--index-alist)
(imenu--last-menubar-index-alist, imenu--make-index-alist)
(imenu-default-create-index-function, imenu--generic-function):
Doc fixes.
2006-04-18 21:22:33 +00:00
Richard M. Stallman
df5b8a5364 (image-toggle-display): Handle tar and arc subfiles. 2006-04-18 21:21:08 +00:00
Richard M. Stallman
e58cec15eb (enable-local-variables): Allow :all as value.
(hack-local-variables): Implement that value.
(safe-local-variable-values, safe-local-eval-forms)
(enable-local-variables): Mark as risky.
(find-file-visit-truename, kept-old-versions): Mark safe.
2006-04-18 21:20:03 +00:00
Richard M. Stallman
7561ff7493 (help-mode): Set view-exit-action to delete window. 2006-04-18 21:18:27 +00:00