diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 10 |
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 @@ | |||
| 1 | 2000-11-08 Gerd Moellmann <gerd@gnu.org> | 1 | 2000-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. |