comparison lisp/ChangeLog @ 51852:dc926bfd8248

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Wed, 09 Jul 2003 16:21:02 +0000
parents 438318fda41b
children f9ae39b1c1e6
comparison
equal deleted inserted replaced
51851:fd24ea145779 51852:dc926bfd8248
1 2003-07-09 Richard M. Stallman <rms@gnu.org>
2
3 * textmodes/reftex-parse.el (reftex-all-document-files):
4 Add autoload cookie.
5
6 * textmodes/reftex.el (reftex-all-document-files): Delete autoload.
7 (reftex-scanning-info-available-p): Add autoload cookie.
8
9 * international/mule-cmds.el (set-display-table-and-terminal-coding-system):
10 Delete duplicate aset on standard-display-table.
11
12 * view.el (view-file): If existing buffer's major mode is special,
13 don't go into view mode.
14
15 * dired.el (dired-move-to-filename-regexp): Allow quote in months.
16
1 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org> 17 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
2 18
3 * progmodes/cc-engine.el (c-guess-basic-syntax): Do not do hidden 19 * progmodes/cc-engine.el (c-guess-basic-syntax): Do not do hidden
4 buffer changes; there's third party code that calls this function 20 buffer changes; there's third party code that calls this function
5 directly. 21 directly.