aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorRichard M. Stallman2002-06-03 22:59:22 +0000
committerRichard M. Stallman2002-06-03 22:59:22 +0000
commit3a2ff803abebd1f35f38c187d160a2db8d211d2a (patch)
tree94090ff263a9554be204933a117fb0e49fdc91e1 /lisp/ChangeLog
parent8462b3904b8fd86a61087ef3b5f3215832cb3681 (diff)
downloademacs-3a2ff803abebd1f35f38c187d160a2db8d211d2a.tar.gz
emacs-3a2ff803abebd1f35f38c187d160a2db8d211d2a.zip
*** empty log message ***
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index f85d8ee2527..0cee4113124 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,17 @@
12002-06-03 Richard M. Stallman <rms@gnu.org>
2
3 * dired.el (dired-do-shell-command): Doc fix in autoload.
4
5 * info.el (Info-extract-pointer): Ignore Info-header-line.
6
7 * progmodes/cc-mode.el (c-postprocess-file-styles):
8 Do nothing except in CC modes.
9
10 * international/mule-cmds.el (select-safe-coding-system):
11 When computing auto-cs, narrow to FROM...TO.
12 Put save-excursion outside save-restriction.
13 New arg FILE; use that for set-auto-coding.
14
12002-06-01 Richard M. Stallman <rms@gnu.org> 152002-06-01 Richard M. Stallman <rms@gnu.org>
2 16
3 * simple.el (choose-completion-string-functions): Doc fix. 17 * simple.el (choose-completion-string-functions): Doc fix.