aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Moellmann2001-01-24 16:22:46 +0000
committerGerd Moellmann2001-01-24 16:22:46 +0000
commite7e415845b980641711bb09a3acb10b4f778be18 (patch)
tree363c9eb1462d794e9b2078ade65c6a586ec88cc7
parent7e4f9cf463118b23a52d1e006f40a692b287c0e1 (diff)
downloademacs-e7e415845b980641711bb09a3acb10b4f778be18.tar.gz
emacs-e7e415845b980641711bb09a3acb10b4f778be18.zip
*** empty log message ***
-rw-r--r--lisp/ChangeLog3
-rw-r--r--src/ChangeLog3
2 files changed, 6 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 2595c257b85..1b852a636ea 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,8 @@
12001-01-24 Gerd Moellmann <gerd@gnu.org> 12001-01-24 Gerd Moellmann <gerd@gnu.org>
2 2
3 * comint.el (comint-replace-by-expanded-history-before-point): Fix
4 change of 2000-08-03 to move point to the start of the line again.
5
3 * startup.el (tool-bar-images-pixel-height): New variable. 6 * startup.el (tool-bar-images-pixel-height): New variable.
4 (command-line): After loading the user's init file, when 7 (command-line): After loading the user's init file, when
5 tool-bar-mode is on, increase the frame's size by some lines for 8 tool-bar-mode is on, increase the frame's size by some lines for
diff --git a/src/ChangeLog b/src/ChangeLog
index 8ae281193bc..b2ba438b45f 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,8 @@
12001-01-24 Gerd Moellmann <gerd@gnu.org> 12001-01-24 Gerd Moellmann <gerd@gnu.org>
2 2
3 * fns.c (sweep_weak_table): Fix code taking items out of
4 the hash collision chain. Some cleanup.
5
3 * xterm.c (x_new_font): Don't change a tooltip's size. 6 * xterm.c (x_new_font): Don't change a tooltip's size.
4 7
5 * xfns.c (x_create_tip_frame): Prevent changing the tooltip's 8 * xfns.c (x_create_tip_frame): Prevent changing the tooltip's