comparison lisp/ChangeLog @ 64975:2abe34cec6dc

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Mon, 15 Aug 2005 02:06:44 +0000
parents 155edc67bca3
children d912e5d238ec
comparison
equal deleted inserted replaced
64974:94eca817f666 64975:2abe34cec6dc
1 2005-08-14 Richard M. Stallman <rms@gnu.org> 1 2005-08-14 Richard M. Stallman <rms@gnu.org>
2
3 * files.el (interpreter-mode-alist): Doc fix.
4
5 * mail/rmail.el (rmail-nonignored-headers): New variable.
6 (rmail-clear-headers): Use it.
7 (rmail-reply): Better handling of mail-followup-to header.
8
9 * progmodes/sh-script.el (sh-font-lock-keywords-var):
10 Variable renamed from sh-font-lock-keywords.
11 In the `shell' entry, don't try to refer to executable-font-lock-keywords.
12 (sh-font-lock-keywords-var-1): Renamed from sh-font-lock-keywords-1.
13 (sh-font-lock-keywords-var-2): Renamed from sh-font-lock-keywords-2.
14 (sh-font-lock-keywords): Append executable-font-lock-keywords here.
15 (sh-mode): Set comment-start-skip, local-abbrev-table, imenu-case-fold-search.
16 (sh-set-shell): Don't set them here.
17 (sh-feature): Simplify. Get rid of the eval-a-variable feature.
18 Don't cache the results in the original alist; don't ever modify that alist.
19
20 * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
2 21
3 * textmodes/ispell.el (lookup-words): Cope with case where ARGS is empty. 22 * textmodes/ispell.el (lookup-words): Cope with case where ARGS is empty.
4 23
5 2005-08-15 Andreas Schwab <schwab@suse.de> 24 2005-08-15 Andreas Schwab <schwab@suse.de>
6 25