aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorGerd Moellmann2000-11-08 17:41:22 +0000
committerGerd Moellmann2000-11-08 17:41:22 +0000
commitf7eb32aaa3e41fcdcc556d57a8274665e21cc69c (patch)
tree1fdf1d89910b4868fc329301ff4fc97633669286 /src/ChangeLog
parent6422c1d71f03cca37363c70a88f870034999aa93 (diff)
downloademacs-f7eb32aaa3e41fcdcc556d57a8274665e21cc69c.tar.gz
emacs-f7eb32aaa3e41fcdcc556d57a8274665e21cc69c.zip
*** empty log message ***
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 8aedd54b788..22dfe5b1008 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,15 @@
12000-11-08 Gerd Moellmann <gerd@gnu.org> 12000-11-08 Gerd Moellmann <gerd@gnu.org>
2 2
3 * xdisp.c (syms_of_xdisp): Change doc of max-mini-window-height.
4 (resize_mini_window): Return quickly if Vresize_mini_window is
5 nil. Don't return if Vmax_mini_window_height is nil.
6
7 * xdisp.c (Vresize_mini_window, Qgrow_only): New variables.
8 (syms_of_xdisp): Initialize them.
9 (resize_mini_window): Act according to the setting of
10 Vresize_mini_window.
11 (syms_of_xdisp): Initialize Vmenu_bar_update_hook to nil.
12
3 * xterm.c (x_scroll_bar_create) [USE_TOOLKIT_SCROLL_BARS]: Map the 13 * xterm.c (x_scroll_bar_create) [USE_TOOLKIT_SCROLL_BARS]: Map the
4 scroll bar widget after configuring it, so that it will appear at 14 scroll bar widget after configuring it, so that it will appear at
5 the right position from the start. 15 the right position from the start.