diff options
| author | Richard M. Stallman | 2002-10-14 01:33:49 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2002-10-14 01:33:49 +0000 |
| commit | 411df82f0aa642d89ed427adeb9f52c81d06c30c (patch) | |
| tree | 9da33a04ac50b4acb23e65e1a47b0d941e08a426 /src/ChangeLog | |
| parent | 8c26d7b356a8674c7bf052bcb829a183cc929cc9 (diff) | |
| download | emacs-411df82f0aa642d89ed427adeb9f52c81d06c30c.tar.gz emacs-411df82f0aa642d89ed427adeb9f52c81d06c30c.zip | |
*** empty log message ***
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index b0c1d0b132d..0363b6c6c8b 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,13 @@ | |||
| 1 | 2002-10-13 Richard M. Stallman <rms@gnu.org> | ||
| 2 | |||
| 3 | * window.c (window_scroll): Set immediate_quit. | ||
| 4 | |||
| 5 | * print.c (print): When backquote form is the car of a list, | ||
| 6 | output in old style. Use old_backquote_output to output all | ||
| 7 | comma forms inside it in old style too. | ||
| 8 | |||
| 9 | * buffer.h (struct buffer): Move `undo_list' down below `name'. | ||
| 10 | |||
| 1 | 2002-10-11 Markus Rost <rost@math.ohio-state.edu> | 11 | 2002-10-11 Markus Rost <rost@math.ohio-state.edu> |
| 2 | 12 | ||
| 3 | * emacs.c (syms_of_emacs) <kill-emacs-hook>: Doc fix (not run in | 13 | * emacs.c (syms_of_emacs) <kill-emacs-hook>: Doc fix (not run in |