diff options
| author | Gerd Moellmann | 2000-10-24 12:32:53 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2000-10-24 12:32:53 +0000 |
| commit | 63e1b552d0ca70b9cd5035dba40db26a32890bff (patch) | |
| tree | 7a8d60a0dd874e1eb8d66431784704a4f7dd6267 | |
| parent | 11adc310543efe8ac6258563b5c31dc7eb2b601e (diff) | |
| download | emacs-63e1b552d0ca70b9cd5035dba40db26a32890bff.tar.gz emacs-63e1b552d0ca70b9cd5035dba40db26a32890bff.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 5 | ||||
| -rw-r--r-- | src/ChangeLog | 2 |
2 files changed, 7 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 2bfac1a85fd..85428ad9ae6 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,10 @@ | |||
| 1 | 2000-10-24 Gerd Moellmann <gerd@gnu.org> | 1 | 2000-10-24 Gerd Moellmann <gerd@gnu.org> |
| 2 | 2 | ||
| 3 | * wid-edit.el (widget-field-keymap, widget-text-keymap): Define | ||
| 4 | the tool-bar map as nil, as for the menu-bar. Otherwise, we'll | ||
| 5 | get duplicate tool-bar entries because we'll see the global ones | ||
| 6 | on more than one path through keymaps. | ||
| 7 | |||
| 3 | * emacs-lisp/lisp.el (defun-prompt-regexp): Doc fix. | 8 | * emacs-lisp/lisp.el (defun-prompt-regexp): Doc fix. |
| 4 | 9 | ||
| 5 | * progmodes/cmacexp.el: Change Francesco's email address. | 10 | * progmodes/cmacexp.el: Change Francesco's email address. |
diff --git a/src/ChangeLog b/src/ChangeLog index ed0f950b9e1..dbe7e11c6f5 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | 2000-10-24 Gerd Moellmann <gerd@gnu.org> | 1 | 2000-10-24 Gerd Moellmann <gerd@gnu.org> |
| 2 | 2 | ||
| 3 | * keymap.c: Update copyright. | ||
| 4 | |||
| 3 | * .gdbinit (xbacktrace): Handle case that $bt->function isn't | 5 | * .gdbinit (xbacktrace): Handle case that $bt->function isn't |
| 4 | a symbol. | 6 | a symbol. |
| 5 | 7 | ||