aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Moellmann2000-11-21 22:27:22 +0000
committerGerd Moellmann2000-11-21 22:27:22 +0000
commitcd913aae535a9884f0aab6481b57db4b97e44d2d (patch)
tree33277d37cb33d364ff24f0883b364bab936e0896
parentf3c9e54407aceeaeceb99a88eae103253e91d8ea (diff)
downloademacs-cd913aae535a9884f0aab6481b57db4b97e44d2d.tar.gz
emacs-cd913aae535a9884f0aab6481b57db4b97e44d2d.zip
*** empty log message ***
-rw-r--r--lwlib/ChangeLog4
-rw-r--r--src/ChangeLog3
2 files changed, 7 insertions, 0 deletions
diff --git a/lwlib/ChangeLog b/lwlib/ChangeLog
index d0a909c241f..29c19e8e928 100644
--- a/lwlib/ChangeLog
+++ b/lwlib/ChangeLog
@@ -1,3 +1,7 @@
12000-11-21 Gerd Moellmann <gerd@gnu.org>
2
3 * xlwmenu.c (xlwmenu_redisplay): New function.
4
12000-09-30 Stefan Monnier <monnier@cs.yale.edu> 52000-09-30 Stefan Monnier <monnier@cs.yale.edu>
2 6
3 * lwlib.c (lw_separator_p): Init separator_p (bug with "-- some text"). 7 * lwlib.c (lw_separator_p): Init separator_p (bug with "-- some text").
diff --git a/src/ChangeLog b/src/ChangeLog
index 5e31398d233..afca6726c3c 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,8 @@
12000-11-21 Gerd Moellmann <gerd@gnu.org> 12000-11-21 Gerd Moellmann <gerd@gnu.org>
2 2
3 * xfns.c (Fx_hide_tip) [USE_LUCID]: Add a hack to redisplay
4 the menu bar when the tooltip is unmapped.
5
3 * buffer.c (Fkill_buffer): Notice if the buffer to kill is the 6 * buffer.c (Fkill_buffer): Notice if the buffer to kill is the
4 sole visible buffer when we're currently in the mini-buffer, and 7 sole visible buffer when we're currently in the mini-buffer, and
5 give up if so. 8 give up if so.