diff options
| author | Gerd Moellmann | 2000-11-21 22:27:22 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2000-11-21 22:27:22 +0000 |
| commit | cd913aae535a9884f0aab6481b57db4b97e44d2d (patch) | |
| tree | 33277d37cb33d364ff24f0883b364bab936e0896 | |
| parent | f3c9e54407aceeaeceb99a88eae103253e91d8ea (diff) | |
| download | emacs-cd913aae535a9884f0aab6481b57db4b97e44d2d.tar.gz emacs-cd913aae535a9884f0aab6481b57db4b97e44d2d.zip | |
*** empty log message ***
| -rw-r--r-- | lwlib/ChangeLog | 4 | ||||
| -rw-r--r-- | src/ChangeLog | 3 |
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 @@ | |||
| 1 | 2000-11-21 Gerd Moellmann <gerd@gnu.org> | ||
| 2 | |||
| 3 | * xlwmenu.c (xlwmenu_redisplay): New function. | ||
| 4 | |||
| 1 | 2000-09-30 Stefan Monnier <monnier@cs.yale.edu> | 5 | 2000-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 @@ | |||
| 1 | 2000-11-21 Gerd Moellmann <gerd@gnu.org> | 1 | 2000-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. |