comparison lisp/ChangeLog @ 52578:1365e8b0efa4

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Mon, 22 Sep 2003 15:51:28 +0000
parents eaaa5462dd17
children caedc2d7c42c
comparison
equal deleted inserted replaced
52577:0f4f05ddd3df 52578:1365e8b0efa4
1 2003-09-22 Richard M. Stallman <rms@gnu.org>
2
3 * progmodes/sh-script.el (sh-mode-default-syntax-table):
4 Renamed from sh-mode-syntax-table. Call sh-mode-syntax-table directly.
5 (sh-mode-syntax-table-input): New variable.
6 (sh-require-final-newline): Don't use eval.
7 (sh-builtins, sh-leading-keywords, sh-other-keywords)
8 (sh-variables, sh-font-lock-keywords): Don't use eval.
9 (sh-set-shell): When setting require-final-newline,
10 treat value = `require-final-newline' as don't change it.
11 Set sh-mode-syntax-table locally based on
12 sh-mode-syntax-table-input and sh-mode-default-syntax-table.
13
14 * progmodes/compile.el (compile-internal):
15 Call compilation-set-window-height before setting window start.
16
17 2003-09-22 Greg Hill <ghill@synergymicro.com> (tiny change)
18
19 * emacs-lisp/bytecomp.el (byte-compile-log-file):
20 Clear out byte-compile-last-warned-form.
21
22 2003-09-22 Richard M. Stallman <rms@gnu.org>
23
24 * woman.el (woman-file-name, woman-follow-word):
25 If current-word returns nil, use "".
26
27 * simple.el (eval-expression): Bind standard-output in to-buffer case.
28
29 2003-09-22 Richard M. Stallman <rms@gnu.org>
30
31 * emacs-lisp/lisp-mnt.el (lm-with-file):
32 Don't visit the file, just use insert-file-contents in temp buffer.
33
34 2003-09-22 Jari Aalto <jari.aalto@poboxes.com>
35
36 * emacs-lisp/lisp-mnt.el (lm-get-header-re): Added
37 surrounding \\( and \\) around the header, as in
38 for lm-history-header 'Change Log\\|History'.
39
1 2003-09-22 John Paul Wallington <jpw@gnu.org> 40 2003-09-22 John Paul Wallington <jpw@gnu.org>
2 41
3 * progmodes/ld-script.el: Add Commentary section, 42 * progmodes/ld-script.el: Add Commentary section,
4 minor cleanup of file header. 43 minor cleanup of file header.
5 (ld-script-font-lock-keywords): Doc fix. 44 (ld-script-font-lock-keywords): Doc fix.