diff options
| -rw-r--r-- | lisp/ChangeLog | 5 | ||||
| -rw-r--r-- | src/ChangeLog | 3 |
2 files changed, 8 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index de7c95c30f8..0b4a95880e0 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 1999-11-01 Markus Rost <rost@ias.edu> | ||
| 2 | |||
| 3 | * dired-x.el (dired-smart-shell-command): Use | ||
| 4 | shell-command-history as in shell-command. | ||
| 5 | |||
| 1 | 1999-11-01 Richard M. Stallman <rms@caffeine.ai.mit.edu> | 6 | 1999-11-01 Richard M. Stallman <rms@caffeine.ai.mit.edu> |
| 2 | 7 | ||
| 3 | * userlock.el (ask-user-about-lock): Doc fix. | 8 | * userlock.el (ask-user-about-lock): Doc fix. |
diff --git a/src/ChangeLog b/src/ChangeLog index a2bb91ba84a..04eadd6e0b9 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,8 @@ | |||
| 1 | 1999-11-01 Gerd Moellmann <gerd@gnu.org> | 1 | 1999-11-01 Gerd Moellmann <gerd@gnu.org> |
| 2 | 2 | ||
| 3 | * dispnew.c (Finternal_show_cursor): Renamed from Fshow_cursor. | ||
| 4 | (syms_of_display): Use the new name. | ||
| 5 | |||
| 3 | * textprop.c (verify_interval_modification): Signal text-read-only | 6 | * textprop.c (verify_interval_modification): Signal text-read-only |
| 4 | instead of calling error. | 7 | instead of calling error. |
| 5 | 8 | ||