diff options
| author | Richard M. Stallman | 2002-06-03 22:59:22 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2002-06-03 22:59:22 +0000 |
| commit | 3a2ff803abebd1f35f38c187d160a2db8d211d2a (patch) | |
| tree | 94090ff263a9554be204933a117fb0e49fdc91e1 /lisp/ChangeLog | |
| parent | 8462b3904b8fd86a61087ef3b5f3215832cb3681 (diff) | |
| download | emacs-3a2ff803abebd1f35f38c187d160a2db8d211d2a.tar.gz emacs-3a2ff803abebd1f35f38c187d160a2db8d211d2a.zip | |
*** empty log message ***
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 14 |
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 @@ | |||
| 1 | 2002-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 | |||
| 1 | 2002-06-01 Richard M. Stallman <rms@gnu.org> | 15 | 2002-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. |