diff options
| -rw-r--r-- | lisp/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 989028d68aa..90279721c8b 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -20,6 +20,13 @@ | |||
| 20 | 20 | ||
| 21 | 2000-10-23 Dave Love <fx@gnu.org> | 21 | 2000-10-23 Dave Love <fx@gnu.org> |
| 22 | 22 | ||
| 23 | * toolbar/tool-bar.el (tool-bar-add-item-from-menu) | ||
| 24 | (tool-bar-add-item): Set foreground and background for XBM icons. | ||
| 25 | |||
| 26 | * international/latin1-disp.el (latin1-char-displayable-p): New | ||
| 27 | function (from Handa). | ||
| 28 | (latin1-display-check-font): Use it. | ||
| 29 | |||
| 23 | * imenu.el (imenu--create-keymap-2): Build menu with menu-item | 30 | * imenu.el (imenu--create-keymap-2): Build menu with menu-item |
| 24 | using :key-sequence, making it much more usable. Use nconc, not | 31 | using :key-sequence, making it much more usable. Use nconc, not |
| 25 | append. | 32 | append. |