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.