]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorGerd Moellmann <gerd@gnu.org>
Wed, 8 Nov 2000 17:41:22 +0000 (17:41 +0000)
committerGerd Moellmann <gerd@gnu.org>
Wed, 8 Nov 2000 17:41:22 +0000 (17:41 +0000)
etc/NEWS
lisp/ChangeLog
man/ChangeLog
src/ChangeLog

index 58e30392d12960ea70718479ecd3db95457d385d..62f46a2f48c5460bfd9fb5d672f54d65d3f2550a 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -2675,6 +2675,7 @@ strings that have been consed so far.
 * Lisp-level Display features added after release 2.6 of the Emacs
 Lisp Manual
 
++++
 ** The user-option `resize-mini-windows' controls how Emacs resizes
 mini-windows.
 
index 34201247b2a0ce0641cd24bee7e9d0c8bc435ff2..a0cbb53ab8230592af51e437cbf9a3b617972e7e 100644 (file)
@@ -1,3 +1,11 @@
+2000-11-08  Gerd Moellmann  <gerd@gnu.org>
+
+       * simple.el (shell-command, display-message-or-buffer)
+       (shell-command-on-region): Mention resize-mini-windows in the doc
+       string.
+       (display-message-or-buffer): Take the value of resize-mini-windows
+       into account.
+
 2000-11-07  Gerd Moellmann  <gerd@gnu.org>
 
        * macros.el (insert-kbd-macro): Print semi-colons as `?\;'.
index 7b283daab94a2088480e415df19dba3f0f7d5a84..3f1c0cc4527b74bfdbd4778ebea06dabbc15a396 100644 (file)
@@ -1,3 +1,8 @@
+2000-11-08  Gerd Moellmann  <gerd@gnu.org>
+
+       * mini.texi (Minibuffer Edit): Add description of
+       resize-mini-windows.
+
 2000-11-01  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
 
        * gnus.texi (Fancy Mail Splitting): Explain
index 8aedd54b788f07c4025091c85714800a05851832..22dfe5b10081814cc3851f77613627c92b0c63e6 100644 (file)
@@ -1,5 +1,15 @@
 2000-11-08  Gerd Moellmann  <gerd@gnu.org>
 
+       * xdisp.c (syms_of_xdisp): Change doc of max-mini-window-height.
+       (resize_mini_window): Return quickly if Vresize_mini_window is
+       nil.  Don't return if Vmax_mini_window_height is nil.
+
+       * xdisp.c (Vresize_mini_window, Qgrow_only): New variables.
+       (syms_of_xdisp): Initialize them.
+       (resize_mini_window): Act according to the setting of
+       Vresize_mini_window.
+       (syms_of_xdisp): Initialize Vmenu_bar_update_hook to nil.
+
        * xterm.c (x_scroll_bar_create) [USE_TOOLKIT_SCROLL_BARS]: Map the
        scroll bar widget after configuring it, so that it will appear at
        the right position from the start.