aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Moellmann2001-03-08 15:04:19 +0000
committerGerd Moellmann2001-03-08 15:04:19 +0000
commite1fbabaf4d5e85b3f26bc964a5e41bf1c642fb3b (patch)
treeb621a10ab8d5893fbcc41b842048e604c58cd058
parentf92c5e7d08c92f57cf6e30b8ab5b63bdc296ac6b (diff)
downloademacs-e1fbabaf4d5e85b3f26bc964a5e41bf1c642fb3b.tar.gz
emacs-e1fbabaf4d5e85b3f26bc964a5e41bf1c642fb3b.zip
*** empty log message ***
-rw-r--r--lisp/ChangeLog5
-rw-r--r--src/ChangeLog3
2 files changed, 8 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 7769ad1a701..2b7987e4433 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
12001-03-08 Gerd Moellmann <gerd@gnu.org>
2
3 * window.el (shrink-window-if-larger-than-buffer): Handle frame
4 parameter `(minibuffer . t)'.
5
12001-03-07 Richard M. Stallman <rms@gnu.org> 62001-03-07 Richard M. Stallman <rms@gnu.org>
2 7
3 * info.el (Info-scroll-down): Fix previous change. 8 * info.el (Info-scroll-down): Fix previous change.
diff --git a/src/ChangeLog b/src/ChangeLog
index 774e19fe49c..beb0fd4f506 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,8 @@
12001-03-08 Gerd Moellmann <gerd@gnu.org> 12001-03-08 Gerd Moellmann <gerd@gnu.org>
2 2
3 * dired.c (directory_files_internal): Handle EAGAIN more
4 efficiently.
5
3 * keyboard.c (make_lispy_event): Avoid generating drag events 6 * keyboard.c (make_lispy_event): Avoid generating drag events
4 if the mouse hasn't actually moved to another buffer position. 7 if the mouse hasn't actually moved to another buffer position.
5 8