aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorGerd Moellmann2000-09-20 20:39:36 +0000
committerGerd Moellmann2000-09-20 20:39:36 +0000
commitd05c87ac11567ca289e758759cb9c903ee7f113a (patch)
tree6da0306626dfabd6b0e0eff0ca838b6162bb4e5d /lisp/ChangeLog
parent1ec082d4f7d3ea6afb5d15c85a874e8687a23ba5 (diff)
downloademacs-d05c87ac11567ca289e758759cb9c903ee7f113a.tar.gz
emacs-d05c87ac11567ca289e758759cb9c903ee7f113a.zip
(electric-help): New defgroup.
(electric-help-shrink-window): New user-option. (with-electric-help): Use it.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 8d4d67b14cf..20eb560b1c7 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,9 @@
12000-09-20 Gerd Moellmann <gerd@gnu.org> 12000-09-20 Gerd Moellmann <gerd@gnu.org>
2 2
3 * ehelp.el (electric-help): New defgroup.
4 (electric-help-shrink-window): New user-option.
5 (with-electric-help): Use it.
6
3 * window.el (shrink-window-if-larger-than-buffer): If face 7 * window.el (shrink-window-if-larger-than-buffer): If face
4 `mode-line' has a :box, and we're on a graphical frame, add 1 8 `mode-line' has a :box, and we're on a graphical frame, add 1
5 to the needed window height. 9 to the needed window height.