diff options
| author | Luc Teirlinck | 2004-02-18 03:04:32 +0000 |
|---|---|---|
| committer | Luc Teirlinck | 2004-02-18 03:04:32 +0000 |
| commit | 8e5d85ffc015951676f9223b50263e88c569b5b2 (patch) | |
| tree | d42567bf3c3a808d59b78f34714aa31f377e7e19 /lisp/ChangeLog | |
| parent | 6bdec92c6e2f5828bd9587cea0af161c074516d5 (diff) | |
| download | emacs-8e5d85ffc015951676f9223b50263e88c569b5b2.tar.gz emacs-8e5d85ffc015951676f9223b50263e88c569b5b2.zip | |
(interprogram-cut-function)
(interprogram-paste-function, kill-new, kill-append): Doc fixes.
(kill-region): Make it return nil. Doc fix.
(yank-pop): Make its argument optional.
(yank): Make ARG `-' equivalent to `-1'.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index eb668cd6b22..219c68fe7c0 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,12 @@ | |||
| 1 | 2004-02-17 Luc Teirlinck <teirllm@auburn.edu> | ||
| 2 | |||
| 3 | * simple.el (interprogram-cut-function) | ||
| 4 | (interprogram-paste-function, kill-new, kill-append): | ||
| 5 | Doc fixes. | ||
| 6 | (kill-region): Make it return nil. Doc fix. | ||
| 7 | (yank-pop): Make its argument optional. | ||
| 8 | (yank): Make ARG `-' equivalent to `-1'. | ||
| 9 | |||
| 1 | 2004-02-17 Eli Zaretskii <eliz@elta.co.il> | 10 | 2004-02-17 Eli Zaretskii <eliz@elta.co.il> |
| 2 | 11 | ||
| 3 | * mail/rmail.el (rmail-get-new-mail): Don't reference | 12 | * mail/rmail.el (rmail-get-new-mail): Don't reference |