Mercurial > emacs
comparison lisp/ChangeLog @ 44827:7ced19dba698
*** empty log message ***
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Wed, 24 Apr 2002 23:25:47 +0000 |
parents | 2c65a16ad491 |
children | f8a45dd7abfa |
comparison
equal
deleted
inserted
replaced
44826:af8676236636 | 44827:7ced19dba698 |
---|---|
1 2002-04-24 Richard M. Stallman <rms@gnu.org> | |
2 | |
3 * emacs-lisp/easymenu.el (easy-menu-intern): Downcase before interning. | |
4 (easy-menu-define-key-intern): Function deleted; callers intern | |
5 and then call easy-menu-define-key. | |
6 (easy-menu-do-add-item): Explicitly intern the key, but not BEFORE. | |
7 (easy-menu-define-key): Use easy-menu-name-match to match BEFORE. | |
8 (easy-menu-name-match): New function. | |
9 (add-submenu): New function. | |
10 (easy-menu-get-map-look-for-name): Use easy-menu-name-match. | |
11 | |
1 2002-04-24 Eli Zaretskii <eliz@is.elta.co.il> | 12 2002-04-24 Eli Zaretskii <eliz@is.elta.co.il> |
2 | 13 |
3 * menu-bar.el (menu-bar-adv-search-menu) | 14 * menu-bar.el (menu-bar-adv-search-menu) |
4 (menu-bar-adv-search-menu): Improve the help text. | 15 (menu-bar-adv-search-menu): Improve the help text. |
5 | 16 |