diff options
| author | Kim F. Storm | 2003-01-03 22:48:27 +0000 |
|---|---|---|
| committer | Kim F. Storm | 2003-01-03 22:48:27 +0000 |
| commit | ce40a0e52a61bbf515f86dcf191708e7e0223a98 (patch) | |
| tree | c3ef12912267227c0fd3e2973f6af92d245964ec | |
| parent | 10893bb6b71e8132b947315f120f92101bb136ee (diff) | |
| download | emacs-ce40a0e52a61bbf515f86dcf191708e7e0223a98.tar.gz emacs-ce40a0e52a61bbf515f86dcf191708e7e0223a98.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 10 | ||||
| -rw-r--r-- | lisp/gnus/ChangeLog | 5 |
2 files changed, 15 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index b3ed666b25d..88f20b862d8 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,13 @@ | |||
| 1 | 2003-01-04 Kim F. Storm <storm@cua.dk> | ||
| 2 | |||
| 3 | * simple.el (split-line): If present, copy fill-prefix from | ||
| 4 | current line to new line. Don't copy if prefix arg. | ||
| 5 | From Lisp, arg may be an alternative prefix string to copy. | ||
| 6 | Inspired by Ehud Karni <ehud@unix.mvs.co.il>. | ||
| 7 | |||
| 8 | * mail/sendmail.el (mail-split-line): New function. | ||
| 9 | (mail-mode-map): remap split-line to mail-split-line. | ||
| 10 | |||
| 1 | 2003-01-03 Dave Love <fx@gnu.org> | 11 | 2003-01-03 Dave Love <fx@gnu.org> |
| 2 | 12 | ||
| 3 | * international/mule-cmds.el (sort-coding-systems): Adjust | 13 | * international/mule-cmds.el (sort-coding-systems): Adjust |
diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog index 6f842b1236f..091a73a7eca 100644 --- a/lisp/gnus/ChangeLog +++ b/lisp/gnus/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2003-01-04 Kim F. Storm <storm@cua.dk> | ||
| 2 | |||
| 3 | * message.el (message-split-line): New function. | ||
| 4 | (message-mode-map): Remap split-line to message-split-line. | ||
| 5 | |||
| 1 | 2002-11-29 ShengHuo ZHU <zsh@cs.rochester.edu> | 6 | 2002-11-29 ShengHuo ZHU <zsh@cs.rochester.edu> |
| 2 | 7 | ||
| 3 | * smiley-ems.el (gnus-smiley-display): Typo. | 8 | * smiley-ems.el (gnus-smiley-display): Typo. |