1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-20 04:30:55 -08:00
Commit graph

34018 commits

Author SHA1 Message Date
Stefan Monnier
be12bc57de (c-subword-mode-map): Use command remapping. 2006-04-26 20:21:56 +00:00
Stefan Monnier
0739a962ae (add-log-iso8601-time-zone): Make parameter optional.
(add-log-iso8601-time-string): Fix call to format-time-string.
2006-04-26 14:16:05 +00:00
Eric Ding
13384ea67e * mh-e.el (mh-invisible-header-fields-internal): Add entry "X-Provags-ID:" 2006-04-26 13:13:35 +00:00
Kim F. Storm
79a09c9c48 (posn-string, posn-image, posn-object): Doc fix. 2006-04-26 08:56:32 +00:00
Kim F. Storm
5a56121fef *** empty log message *** 2006-04-26 08:56:23 +00:00
Masatake YAMATO
0db097a557 (asm-mode, asm-mode-syntax-table): Add
support for "//" style comments. Remove `b' flag
from ?* in `asm-mode-syntax-table'.
2006-04-26 07:03:20 +00:00
Stefan Monnier
08a1dbe662 Use (featurep 'xemacs) everywhere.
(follow-mode): Use define-minor-mode.
(follow-mode-map): Move initialization into the declaration.
Use command remapping.
(follow-emacs-version-xemacs-p): Remove.
(follow-submit-feedback): Remove.
2006-04-26 05:50:51 +00:00
Stefan Monnier
7e5d77dc2c (allout-layout, allout-passphrase-verifier-string)
(allout-passphrase-hint-string): Tighten up a bit the safety predicate.
2006-04-26 05:36:12 +00:00
Stefan Monnier
0a206828d8 (reftex-vref-is-default, reftex-fref-is-default, reftex-guess-label-type):
Tighten up a bit the safety predicate.
2006-04-26 05:30:29 +00:00
Stefan Monnier
49011d4697 (sentence-end-double-space, sentence-end-without-period)
(sentence-end-without-space, page-delimiter, paragraph-ignore-fill-prefix):
Tighten up a bit the safety predicate.
2006-04-26 05:28:47 +00:00
Stefan Monnier
a1c43d02e9 (colon-double-space): Tighten up a bit the safety predicate. 2006-04-26 05:27:48 +00:00
Stefan Monnier
45e46cb773 (python-continuation-line-p, python-beginning-of-statement):
syntax-ppss may return a negative depth.
2006-04-26 05:26:39 +00:00
Stefan Monnier
72c0b9b8fa (time-stamp-start, time-stamp-end, time-stamp-inserts-lines):
Tighten up a bit the safety predicate.
2006-04-26 05:25:32 +00:00
Stefan Monnier
d1921057f3 Remove spurious * in docstrings.
(add-log-time-zone-rule): Rename from change-log-time-zone-rule.
(add-change-log-entry): Use it here, since it's not specific to iso8601.
(add-log-iso8601-time-string): Don't use it here any more.
(change-log-indent-text, change-log-indent): Rename from add-log-*.
2006-04-26 05:23:37 +00:00
Stefan Monnier
21a360b2c3 (abbrev-mode): Tighten up a bit the safety predicate. 2006-04-26 05:16:01 +00:00
Miles Bader
02f47e8630 Revision: emacs@sv.gnu.org/emacs--devo--0--patch-247
Rcirc patch from Ryan Yeske

2006-04-25  Ryan Yeske  <rcyeske@gmail.com>

   * lisp/net/rcirc.el (rcirc-print): Revert last change with ignored nicks.
   (rcirc-toggle-low-priority): Doc fix.
   (rcirc-handler-NOTICE): Remove beginning of line anchor in
   ChanServ regexp.
   (rcirc-startup-channels-alist): Connect to #rcirc by default, not
   #emacs.
   (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Add variables.
   (rcirc-decode-coding-system): Use utf-8 as the default.
   (rcirc-multiline-minor-mode): Set the fill-column.
   (rcirc-format-response-string): Display bright and dim nicks.
   (rcirc-browse-url): Update interactive spec to fill ARG.
   (rcirc-bright-nick, rcirc-dim-nick): Add faces.
   (rcirc-print): Ignore dim-nick messages wrt modeline-activity.
2006-04-26 03:09:31 +00:00
Bill Wohler
6a7250d806 (mh-folder-expand-at-point): Fix folder completion. Folders returned
by mh-folder-completion-function no longer need adornment (closes SF
#1476270).
2006-04-25 21:41:13 +00:00
J.D. Smith
f12ddbe8e2 Removed mention of C-c C-j. 2006-04-24 21:59:03 +00:00
J.D. Smith
19f0b8b5fe (bibtex-find-entry): Don't demand matching case for @Article, etc. 2006-04-24 21:57:45 +00:00
Michael Albinus
8c04e197f2 * net/tramp.el (tramp-register-file-name-handlers): New defun.
Added with autoload cookie.
(tramp-unload-file-name-handlers): Renamed from
`tramp-unload-file-name-handler-alist'.
2006-04-23 21:45:28 +00:00
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