Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
f7eb32aa
Commit
f7eb32aa
authored
Nov 08, 2000
by
Gerd Moellmann
Browse files
*** empty log message ***
parent
6422c1d7
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
24 additions
and
0 deletions
+24
-0
etc/NEWS
etc/NEWS
+1
-0
lisp/ChangeLog
lisp/ChangeLog
+8
-0
man/ChangeLog
man/ChangeLog
+5
-0
src/ChangeLog
src/ChangeLog
+10
-0
No files found.
etc/NEWS
View file @
f7eb32aa
...
...
@@ -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.
...
...
lisp/ChangeLog
View file @
f7eb32aa
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 `?\;'.
...
...
man/ChangeLog
View file @
f7eb32aa
2000-11-08 Gerd Moellmann <gerd@gnu.org>
* mini.texi (Minibuffer Edit): Add description of
resize-mini-windows.
2000-11-01 Kai Gro,A_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
* gnus.texi (Fancy Mail Splitting): Explain
...
...
src/ChangeLog
View file @
f7eb32aa
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.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment