From: Dave Love Date: Mon, 23 Oct 2000 21:05:41 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-21.0.90~652 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b7e03a6759fc3ebbc9fab2d2f88aa5ecb0459779;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 989028d68aa..90279721c8b 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -20,6 +20,13 @@ 2000-10-23 Dave Love + * 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.