summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>2002-04-19 00:29:46 +0000
committerRichard M. Stallman <rms@gnu.org>2002-04-19 00:29:46 +0000
commitd9f7eb77e162f56e591ff614013be1508851c810 (patch)
tree2c48feefbf3937c814d8654558e3698d96b432f5 /lisp
parentdac7616d0bbf526d82789ba471abe0c2d27cc2ec (diff)
downloademacs-d9f7eb77e162f56e591ff614013be1508851c810.tar.gz
*** empty log message ***
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ChangeLog12
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.