From: Richard M. Stallman Date: Mon, 15 Aug 2005 02:06:44 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-22.0.90~7582 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0bf14bfd0c8b0d1508c33b53a6f48240d099f689;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 451121b3ad5..0c1dc1dfb4c 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,24 @@ 2005-08-14 Richard M. Stallman + * 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 diff --git a/lispref/ChangeLog b/lispref/ChangeLog index f745ba821ad..b25246f9acf 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog @@ -1,3 +1,7 @@ +2005-08-14 Richard M. Stallman + + * modes.texi (Auto Major Mode): interpreter-mode-alist key xis not a regexp. + 2005-08-11 Richard M. Stallman * elisp.texi (Top): Update subnode lists. diff --git a/man/ChangeLog b/man/ChangeLog index fed7a065f65..1837c3cc67e 100644 --- a/man/ChangeLog +++ b/man/ChangeLog @@ -1,3 +1,7 @@ +2005-08-14 Richard M. Stallman + + * text.texi (Sentences): Fix xref. + 2005-08-14 Juri Linkov * building.texi (Compilation, Grep Searching): Move grep command diff --git a/src/ChangeLog b/src/ChangeLog index bd891a54015..1ac51d41a80 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2005-08-14 Richard M. Stallman + + * image.c (syms_of_image): Init Qxbm, Qpbm before calling define_image_type. + 2005-08-13 Jan Dj,Ad(Brv * gtkutil.c (xg_get_pixbuf_from_pix_and_mask): New function.