diff options
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 0f2530c5cea..c4463d4ac7d 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,15 @@ +2002-04-18 Richard M. Stallman <rms@gnu.org> + + * toolbar/tool-bar.el (tool-bar-local-item-from-menu): + Fix parts in construction of `menu-item' item at end. + + * mail/mailabbrev.el (mail-mode-abbrev-table): Delete defvar. + + * subr.el (insert-for-yank): New function. + + * simple.el (yank-excluded-properties): New user option. + (yank-pop, yank): Use insert-for-yank. + 2002-04-19 Kim F. Storm <storm@cua.dk> * simple.el (pop-to-mark-command): Do not set this-command. |
