comparison lisp/ChangeLog @ 52696:7f1977773296

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Tue, 30 Sep 2003 13:01:33 +0000
parents 06b72306eaae
children be2a2142ad3d
comparison
equal deleted inserted replaced
52695:e5c94aabfe90 52696:7f1977773296
1 2003-09-30 Richard M. Stallman <rms@gnu.org>
2
3 * progmodes/ada-mode.el (ada-mode): Don't use advice.
4 Instead, set which-func-functions.
5
6 * progmodes/which-func.el (which-func-modes): Add ada-mode.
7 (which-func-functions): New variable.
8 (which-function): Use that.
9
10 * info.el (Info-mode): Double each `%' in header line.
11
12 * emacs-lisp/lisp-mnt.el (lm-with-file):
13 When FILE is nil, run BODY in current buffer.
14
15 * mail/emacsbug.el (report-emacs-bug): Mention major and minor modes.
16
17 * help.el (describe-mode): Start with a brief list of minor modes.
18 Find them thru minor-mode-list so as to find them all.
19 Show them in alphabetical order.
20
21 * mail/sendmail.el (mail-aliases): Doc fix.
22
23 * progmodes/sh-script.el (sh-mode-syntax-table): Add defvar.
24
25 2003-09-30 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
26
27 * mail/rmailsum.el (rmail-make-summary-line-1):
28 Change comma after last label to a space.
29 (rmail-summary-font-lock-keywords): Adapt to that change.
30
1 2003-09-30 Thien-Thi Nguyen <ttn@gnu.org> 31 2003-09-30 Thien-Thi Nguyen <ttn@gnu.org>
2 32
3 * progmodes/scheme.el (scheme-mode-variables): When setting 33 * progmodes/scheme.el (scheme-mode-variables): When setting
4 `font-lock-defaults', also specify that "#" should 34 `font-lock-defaults', also specify that "#" should
5 be interpreted with `word' syntax. 35 be interpreted with `word' syntax.
195 2003-09-22 Nick Roberts <nick@nick.uklinux.net> 225 2003-09-22 Nick Roberts <nick@nick.uklinux.net>
196 226
197 * progmodes/gud.el (perldb): Add gud-until to list of commands. 227 * progmodes/gud.el (perldb): Add gud-until to list of commands.
198 Update gud-remove. 228 Update gud-remove.
199 229
230 >>>>>>> 1.5409
200 2003-09-22 Richard M. Stallman <rms@gnu.org> 231 2003-09-22 Richard M. Stallman <rms@gnu.org>
201 232
202 * progmodes/sh-script.el (sh-mode-default-syntax-table): 233 * progmodes/sh-script.el (sh-mode-default-syntax-table):
203 Rename from sh-mode-syntax-table. Call sh-mode-syntax-table directly. 234 Rename from sh-mode-syntax-table. Call sh-mode-syntax-table directly.
204 (sh-mode-syntax-table-input): New variable. 235 (sh-mode-syntax-table-input): New variable.