summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorGerd Moellmann <gerd@gnu.org>2000-11-08 17:41:22 +0000
committerGerd Moellmann <gerd@gnu.org>2000-11-08 17:41:22 +0000
commitf7eb32aaa3e41fcdcc556d57a8274665e21cc69c (patch)
tree1fdf1d89910b4868fc329301ff4fc97633669286 /lisp
parent6422c1d71f03cca37363c70a88f870034999aa93 (diff)
downloademacs-f7eb32aaa3e41fcdcc556d57a8274665e21cc69c.tar.gz
emacs-f7eb32aaa3e41fcdcc556d57a8274665e21cc69c.tar.bz2
emacs-f7eb32aaa3e41fcdcc556d57a8274665e21cc69c.zip
*** empty log message ***
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 34201247b2a..a0cbb53ab82 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -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 `?\;'.