From: Kim F. Storm Date: Sun, 19 Jan 2003 19:17:51 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: ttn-vms-21-2-B4~11587 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=67006b44b4b59c8f4696670a75a891a1586a735b;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 0fc027dc4b8..84ced8ccbef 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,17 @@ +2003-01-18 Kim F. Storm + + * 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 * textmodes/fill.el (fill-comment-paragraph): Fix simplistic