From: Gerd Moellmann Date: Tue, 21 Nov 2000 22:27:22 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-21.0.92~210 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=cd913aae535a9884f0aab6481b57db4b97e44d2d;p=emacs.git *** empty log message *** --- diff --git a/lwlib/ChangeLog b/lwlib/ChangeLog index d0a909c241f..29c19e8e928 100644 --- a/lwlib/ChangeLog +++ b/lwlib/ChangeLog @@ -1,3 +1,7 @@ +2000-11-21 Gerd Moellmann + + * xlwmenu.c (xlwmenu_redisplay): New function. + 2000-09-30 Stefan Monnier * 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 @@ 2000-11-21 Gerd Moellmann + * xfns.c (Fx_hide_tip) [USE_LUCID]: Add a hack to redisplay + the menu bar when the tooltip is unmapped. + * buffer.c (Fkill_buffer): Notice if the buffer to kill is the sole visible buffer when we're currently in the mini-buffer, and give up if so.