aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorKen Raeburn2000-04-26 18:41:05 +0000
committerKen Raeburn2000-04-26 18:41:05 +0000
commit24d744ac9ce4bd91b6125fd108d037f7d8ec9db3 (patch)
treed049ce64d03fa1e3c51c29e934f118fe8da7fea7 /src/ChangeLog
parent86a375f8697c3b81b22a8de680da7dfc22512ac3 (diff)
downloademacs-24d744ac9ce4bd91b6125fd108d037f7d8ec9db3.tar.gz
emacs-24d744ac9ce4bd91b6125fd108d037f7d8ec9db3.zip
(freeze_window_start): Check that minibuffer scroll window isn't nil before
extracting the window structure pointer from it.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 52e876ea666..7e7ab609595 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,12 @@
12000-04-26 Ken Raeburn <raeburn@gnu.org>
2
3 * window.c (freeze_window_start): Check that minibuffer scroll
4 window isn't nil before extracting the window structure pointer
5 from it.
6
7 * undo.c (record_delete): If we hit the end of the undo list, stop
8 picking elements apart.
9
12000-04-26 Gerd Moellmann <gerd@gnu.org> 102000-04-26 Gerd Moellmann <gerd@gnu.org>
2 11
3 * xdisp.c (display_line): If lines are continued, restore 12 * xdisp.c (display_line): If lines are continued, restore