diff options
Diffstat (limited to 'lisp')
| -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. |