aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog10
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 @@
12002-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
12002-10-11 Markus Rost <rost@math.ohio-state.edu> 112002-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