Mercurial > emacs
changeset 64975:2abe34cec6dc
*** empty log message ***
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Mon, 15 Aug 2005 02:06:44 +0000 |
parents | 94eca817f666 |
children | d2bfb0f1fafc |
files | lisp/ChangeLog lispref/ChangeLog man/ChangeLog src/ChangeLog |
diffstat | 4 files changed, 31 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Mon Aug 15 02:06:09 2005 +0000 +++ b/lisp/ChangeLog Mon Aug 15 02:06:44 2005 +0000 @@ -1,5 +1,24 @@ 2005-08-14 Richard M. Stallman <rms@gnu.org> + * files.el (interpreter-mode-alist): Doc fix. + + * mail/rmail.el (rmail-nonignored-headers): New variable. + (rmail-clear-headers): Use it. + (rmail-reply): Better handling of mail-followup-to header. + + * progmodes/sh-script.el (sh-font-lock-keywords-var): + Variable renamed from sh-font-lock-keywords. + In the `shell' entry, don't try to refer to executable-font-lock-keywords. + (sh-font-lock-keywords-var-1): Renamed from sh-font-lock-keywords-1. + (sh-font-lock-keywords-var-2): Renamed from sh-font-lock-keywords-2. + (sh-font-lock-keywords): Append executable-font-lock-keywords here. + (sh-mode): Set comment-start-skip, local-abbrev-table, imenu-case-fold-search. + (sh-set-shell): Don't set them here. + (sh-feature): Simplify. Get rid of the eval-a-variable feature. + Don't cache the results in the original alist; don't ever modify that alist. + + * textmodes/flyspell.el (flyspell-mode): Autoload a defvar. + * textmodes/ispell.el (lookup-words): Cope with case where ARGS is empty. 2005-08-15 Andreas Schwab <schwab@suse.de>
--- a/lispref/ChangeLog Mon Aug 15 02:06:09 2005 +0000 +++ b/lispref/ChangeLog Mon Aug 15 02:06:44 2005 +0000 @@ -1,3 +1,7 @@ +2005-08-14 Richard M. Stallman <rms@gnu.org> + + * modes.texi (Auto Major Mode): interpreter-mode-alist key xis not a regexp. + 2005-08-11 Richard M. Stallman <rms@gnu.org> * elisp.texi (Top): Update subnode lists.
--- a/man/ChangeLog Mon Aug 15 02:06:09 2005 +0000 +++ b/man/ChangeLog Mon Aug 15 02:06:44 2005 +0000 @@ -1,3 +1,7 @@ +2005-08-14 Richard M. Stallman <rms@gnu.org> + + * text.texi (Sentences): Fix xref. + 2005-08-14 Juri Linkov <juri@jurta.org> * building.texi (Compilation, Grep Searching): Move grep command
--- a/src/ChangeLog Mon Aug 15 02:06:09 2005 +0000 +++ b/src/ChangeLog Mon Aug 15 02:06:44 2005 +0000 @@ -1,3 +1,7 @@ +2005-08-14 Richard M. Stallman <rms@gnu.org> + + * image.c (syms_of_image): Init Qxbm, Qpbm before calling define_image_type. + 2005-08-13 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> * gtkutil.c (xg_get_pixbuf_from_pix_and_mask): New function.