diff options
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 0fc027dc4b8..84ced8ccbef 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,17 @@ | |||
| 1 | 2003-01-18 Kim F. Storm <storm@cua.dk> | ||
| 2 | |||
| 3 | * simple.el (kill-new, kill-append, kill-region): New | ||
| 4 | optional parameter yank-handler. | ||
| 5 | (yank-excluded-properties): Add yank-handler to list. | ||
| 6 | (yank-undo-function): New variable. | ||
| 7 | (yank): Use it to undo previous yank or yank-pop command. | ||
| 8 | Allow insert-for-yank to override this-command. | ||
| 9 | |||
| 10 | * subr.el (insert-for-yank): Arg list changed; now only accepts one | ||
| 11 | string rather than any number of strings; no callers needed change. | ||
| 12 | Use yank-handler text property on the arg string. | ||
| 13 | Set yank-undo-function variable appropriately for yank-pop. | ||
| 14 | |||
| 1 | 2003-01-18 Stefan Monnier <monnier@cs.yale.edu> | 15 | 2003-01-18 Stefan Monnier <monnier@cs.yale.edu> |
| 2 | 16 | ||
| 3 | * textmodes/fill.el (fill-comment-paragraph): Fix simplistic | 17 | * textmodes/fill.el (fill-comment-paragraph): Fix simplistic |