Mercurial > emacs
changeset 33715:5e4a7616e2cb
*** empty log message ***
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Tue, 21 Nov 2000 22:27:22 +0000 |
parents | f957a9063fb1 |
children | c55ff055c68a |
files | lwlib/ChangeLog src/ChangeLog |
diffstat | 2 files changed, 7 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lwlib/ChangeLog Tue Nov 21 22:27:08 2000 +0000 +++ b/lwlib/ChangeLog Tue Nov 21 22:27:22 2000 +0000 @@ -1,3 +1,7 @@ +2000-11-21 Gerd Moellmann <gerd@gnu.org> + + * xlwmenu.c (xlwmenu_redisplay): New function. + 2000-09-30 Stefan Monnier <monnier@cs.yale.edu> * lwlib.c (lw_separator_p): Init separator_p (bug with "-- some text").
--- a/src/ChangeLog Tue Nov 21 22:27:08 2000 +0000 +++ b/src/ChangeLog Tue Nov 21 22:27:22 2000 +0000 @@ -1,5 +1,8 @@ 2000-11-21 Gerd Moellmann <gerd@gnu.org> + * 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.