aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorGerd Moellmann2000-12-12 17:03:11 +0000
committerGerd Moellmann2000-12-12 17:03:11 +0000
commit2ebf6139fcdec22fb8426fc988d874c8c2b81f68 (patch)
treed013222a2f606c89a341bac279f13a23343b12d2 /src/ChangeLog
parentd6a1d28906986cfc7fefe41c88b5c686d3d9e1b8 (diff)
downloademacs-2ebf6139fcdec22fb8426fc988d874c8c2b81f68.tar.gz
emacs-2ebf6139fcdec22fb8426fc988d874c8c2b81f68.zip
*** empty log message ***
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 96b967cf8c6..41d63138069 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -8,6 +8,12 @@
8 8
92000-12-12 Gerd Moellmann <gerd@gnu.org> 92000-12-12 Gerd Moellmann <gerd@gnu.org>
10 10
11 * window.c (Fset_window_point): If displaying cursors in windows
12 other than the selected window, make sure redisplay updates
13 other windows to show the new value of point in the window.
14
15 * dispextern.h (cursor_in_non_selected_windows): Declare extern.
16
11 * buffer.c (Fkill_buffer): Don't Fset_buffer when testing if 17 * buffer.c (Fkill_buffer): Don't Fset_buffer when testing if
12 the buffer is the sole visible buffer when in the mini-buffer. 18 the buffer is the sole visible buffer when in the mini-buffer.
13 19