diff options
| author | John Paul Wallington | 2003-03-24 12:21:02 +0000 |
|---|---|---|
| committer | John Paul Wallington | 2003-03-24 12:21:02 +0000 |
| commit | 4b0cbff96945f424a62e13fbe1143603cddb5100 (patch) | |
| tree | 8d6038e8b9c6b2db34506516da1ba2ff51d3afe6 /lisp/ChangeLog | |
| parent | 48ce734b52d73b11de1d772889ec3edd829055c3 (diff) | |
| download | emacs-4b0cbff96945f424a62e13fbe1143603cddb5100.tar.gz emacs-4b0cbff96945f424a62e13fbe1143603cddb5100.zip | |
(easy-menu-add-item): Don't default to the global map.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 91b66be53ab..2390fbd90d0 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -10,6 +10,9 @@ | |||
| 10 | 10 | ||
| 11 | 2003-03-24 John Paul Wallington <jpw@gnu.org> | 11 | 2003-03-24 John Paul Wallington <jpw@gnu.org> |
| 12 | 12 | ||
| 13 | * emacs-lisp/easymenu.el (easy-menu-add-item): Don't default to | ||
| 14 | the global map. | ||
| 15 | |||
| 13 | * emerge.el (emerge-show-file-name): Read event irrespective of | 16 | * emerge.el (emerge-show-file-name): Read event irrespective of |
| 14 | whether minibuffer window is resized. Clear minibuffer when done. | 17 | whether minibuffer window is resized. Clear minibuffer when done. |
| 15 | 18 | ||