Mercurial > emacs
changeset 49035:af9ed9872109
*** empty log message ***
author | Kim F. Storm <storm@cua.dk> |
---|---|
date | Fri, 03 Jan 2003 22:48:27 +0000 |
parents | b6e082e00b00 |
children | 466922eb2b8d |
files | lisp/ChangeLog lisp/gnus/ChangeLog |
diffstat | 2 files changed, 15 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Fri Jan 03 22:48:19 2003 +0000 +++ b/lisp/ChangeLog Fri Jan 03 22:48:27 2003 +0000 @@ -1,3 +1,13 @@ +2003-01-04 Kim F. Storm <storm@cua.dk> + + * simple.el (split-line): If present, copy fill-prefix from + current line to new line. Don't copy if prefix arg. + From Lisp, arg may be an alternative prefix string to copy. + Inspired by Ehud Karni <ehud@unix.mvs.co.il>. + + * mail/sendmail.el (mail-split-line): New function. + (mail-mode-map): remap split-line to mail-split-line. + 2003-01-03 Dave Love <fx@gnu.org> * international/mule-cmds.el (sort-coding-systems): Adjust
--- a/lisp/gnus/ChangeLog Fri Jan 03 22:48:19 2003 +0000 +++ b/lisp/gnus/ChangeLog Fri Jan 03 22:48:27 2003 +0000 @@ -1,3 +1,8 @@ +2003-01-04 Kim F. Storm <storm@cua.dk> + + * message.el (message-split-line): New function. + (message-mode-map): Remap split-line to message-split-line. + 2002-11-29 ShengHuo ZHU <zsh@cs.rochester.edu> * smiley-ems.el (gnus-smiley-display): Typo.