Mercurial > emacs
comparison src/ChangeLog @ 33315:d1bd6bb27342
*** empty log message ***
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Wed, 08 Nov 2000 17:41:22 +0000 |
parents | 9f96a0fa352c |
children | 8b937b4669a8 |
comparison
equal
deleted
inserted
replaced
33314:d09fc097a22d | 33315:d1bd6bb27342 |
---|---|
1 2000-11-08 Gerd Moellmann <gerd@gnu.org> | 1 2000-11-08 Gerd Moellmann <gerd@gnu.org> |
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. | |
2 | 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. |
6 (XTredeem_scroll_bar): Cleaned up. | 16 (XTredeem_scroll_bar): Cleaned up. |