Mercurial > emacs
changeset 32789:d45445d41618
*** empty log message ***
author | Dave Love <fx@gnu.org> |
---|---|
date | Mon, 23 Oct 2000 21:05:41 +0000 |
parents | 5ed618d6e94c |
children | 131348208699 |
files | lisp/ChangeLog |
diffstat | 1 files changed, 7 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Mon Oct 23 18:00:51 2000 +0000 +++ b/lisp/ChangeLog Mon Oct 23 21:05:41 2000 +0000 @@ -20,6 +20,13 @@ 2000-10-23 Dave Love <fx@gnu.org> + * toolbar/tool-bar.el (tool-bar-add-item-from-menu) + (tool-bar-add-item): Set foreground and background for XBM icons. + + * international/latin1-disp.el (latin1-char-displayable-p): New + function (from Handa). + (latin1-display-check-font): Use it. + * imenu.el (imenu--create-keymap-2): Build menu with menu-item using :key-sequence, making it much more usable. Use nconc, not append.