changeset 49319:b598dfcf2ce7

*** empty log message ***
author Kim F. Storm <storm@cua.dk>
date Sun, 19 Jan 2003 19:17:51 +0000
parents 63a122cc4286
children d5d5364f76be
files lisp/ChangeLog
diffstat 1 files changed, 14 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Sun Jan 19 01:07:34 2003 +0000
+++ b/lisp/ChangeLog	Sun Jan 19 19:17:51 2003 +0000
@@ -1,3 +1,17 @@
+2003-01-18  Kim F. Storm  <storm@cua.dk>
+
+	* simple.el (kill-new, kill-append, kill-region): New
+	optional parameter yank-handler.
+	(yank-excluded-properties): Add yank-handler to list.
+	(yank-undo-function): New variable.
+	(yank): Use it to undo previous yank or yank-pop command.
+	Allow insert-for-yank to override this-command.
+
+	* subr.el (insert-for-yank): Arg list changed; now only accepts one
+	string rather than any number of strings; no callers needed change.
+	Use yank-handler text property on the arg string.
+	Set yank-undo-function variable appropriately for yank-pop.
+
 2003-01-18  Stefan Monnier  <monnier@cs.yale.edu>
 
 	* textmodes/fill.el (fill-comment-paragraph): Fix simplistic