aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorGerd Moellmann2001-07-10 16:18:15 +0000
committerGerd Moellmann2001-07-10 16:18:15 +0000
commit58f8612a80a720f00c25a024ddc72b9abeb24455 (patch)
tree293acdc39d2e0304d271bfbdd48b418e24b90ab2 /src/ChangeLog
parent6f19114e19086d84bfce58c1f2929eb42f401470 (diff)
downloademacs-58f8612a80a720f00c25a024ddc72b9abeb24455.tar.gz
emacs-58f8612a80a720f00c25a024ddc72b9abeb24455.zip
(update_window): Don't skip the header-line
update when scrolling_window returns 0.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index baf6f5404e6..c028075d561 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,9 +1,12 @@
12001-07-10 Gerd Moellmann <gerd@gnu.org> 12001-07-10 Gerd Moellmann <gerd@gnu.org>
2 2
3 * dispnew.c (update_window): Don't skip the header-line
4 update when scrolling_window returns 0.
5
3 * xfaces.c (unload_color): Do nothing if PIXEL is -1. 6 * xfaces.c (unload_color): Do nothing if PIXEL is -1.
4 7
5 * xfns.c (Fx_create_frame): Initialize frame colors to -1, 8 * xfns.c (Fx_create_frame): Initialize frame colors to -1,
6 for the case that x_decode_colors signals an error. 9 for the case that x_decode_color signals an error.
7 10
8 * xdisp.c (add_to_log): Do nothing if called asynchronously. 11 * xdisp.c (add_to_log): Do nothing if called asynchronously.
9 12