aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Moellmann2001-02-16 15:16:50 +0000
committerGerd Moellmann2001-02-16 15:16:50 +0000
commit25237df59ee7176285122337d89c7ddb3441c72a (patch)
tree800a46dd62a4732284407881c225de3f85cb1221
parentbc41dd5a0ab12f073f9731a276c37347326a9fdc (diff)
downloademacs-25237df59ee7176285122337d89c7ddb3441c72a.tar.gz
emacs-25237df59ee7176285122337d89c7ddb3441c72a.zip
*** empty log message ***
-rw-r--r--lisp/ChangeLog2
-rw-r--r--src/ChangeLog2
2 files changed, 3 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 6b7ad6f8081..ede204c6e25 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -410,7 +410,7 @@
410 410
411 * frame.el (frame-initialize): Create initial frame visible. 411 * frame.el (frame-initialize): Create initial frame visible.
412 (frame-notice-user-settings): When tool-bar has been switched off, 412 (frame-notice-user-settings): When tool-bar has been switched off,
413 correct the frame size and sync too-bar-mode. 413 correct the frame size and sync tool-bar-mode.
414 414
415 * startup.el (command-line): Remove manipulation of frame 415 * startup.el (command-line): Remove manipulation of frame
416 height for tool bars. 416 height for tool bars.
diff --git a/src/ChangeLog b/src/ChangeLog
index a30ce50fa2d..7222048a3db 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,7 @@
12001-02-16 Gerd Moellmann <gerd@gnu.org> 12001-02-16 Gerd Moellmann <gerd@gnu.org>
2 2
3 * window.c (set_window_buffer): Set window's vscroll to 0.
4
3 * window.c (coordinates_in_window): Increase width of area 5 * window.c (coordinates_in_window): Increase width of area
4 where the vertical line can be dragged. 6 where the vertical line can be dragged.
5 7