]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorKim F. Storm <storm@cua.dk>
Sun, 19 Jan 2003 19:17:51 +0000 (19:17 +0000)
committerKim F. Storm <storm@cua.dk>
Sun, 19 Jan 2003 19:17:51 +0000 (19:17 +0000)
lisp/ChangeLog

index 0fc027dc4b85831be18861930c869d5adcaf918b..84ced8ccbef88c03758c2a969d0167795c72664c 100644 (file)
@@ -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