Mercurial > emacs
comparison lisp/ChangeLog @ 49319:b598dfcf2ce7
*** empty log message ***
author | Kim F. Storm <storm@cua.dk> |
---|---|
date | Sun, 19 Jan 2003 19:17:51 +0000 |
parents | fbf08a4a2767 |
children | 2b92ca3f78f6 |
comparison
equal
deleted
inserted
replaced
49318:63a122cc4286 | 49319:b598dfcf2ce7 |
---|---|
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 |
4 regexp-concatenation. | 18 regexp-concatenation. |
5 | 19 |