diff options
| author | Gerd Moellmann | 2000-10-24 15:11:21 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2000-10-24 15:11:21 +0000 |
| commit | 9acc387375f102c6cebd4b918bc70b25f99ac3e1 (patch) | |
| tree | 5df3cfbd012fa7973cb56754ce0e07a577a6d2ef /lisp | |
| parent | 53bb90cad6cb468348570018430e68bf09a0508d (diff) | |
| download | emacs-9acc387375f102c6cebd4b918bc70b25f99ac3e1.tar.gz emacs-9acc387375f102c6cebd4b918bc70b25f99ac3e1.zip | |
*** empty log message ***
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 8cf60dc17ac..adcbfb03713 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -4,6 +4,9 @@ | |||
| 4 | 4 | ||
| 5 | 2000-10-24 Gerd Moellmann <gerd@gnu.org> | 5 | 2000-10-24 Gerd Moellmann <gerd@gnu.org> |
| 6 | 6 | ||
| 7 | * files.el (after-find-file): Don't print a message ``New file'' | ||
| 8 | if WARN is nil. | ||
| 9 | |||
| 7 | * wid-edit.el (widget-field-keymap, widget-text-keymap): Define | 10 | * wid-edit.el (widget-field-keymap, widget-text-keymap): Define |
| 8 | the tool-bar map as nil, as for the menu-bar. Otherwise, we'll | 11 | the tool-bar map as nil, as for the menu-bar. Otherwise, we'll |
| 9 | get duplicate tool-bar entries because we'll see the global ones | 12 | get duplicate tool-bar entries because we'll see the global ones |