# HG changeset patch # User Kim F. Storm # Date 1041634107 0 # Node ID af9ed98721095d267d9c38731f2cdfa903d09be8 # Parent b6e082e00b004e62eaa60a984b52fa8617537c7e *** empty log message *** diff -r b6e082e00b00 -r af9ed9872109 lisp/ChangeLog --- 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 + + * 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 . + + * mail/sendmail.el (mail-split-line): New function. + (mail-mode-map): remap split-line to mail-split-line. + 2003-01-03 Dave Love * international/mule-cmds.el (sort-coding-systems): Adjust diff -r b6e082e00b00 -r af9ed9872109 lisp/gnus/ChangeLog --- 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 + + * message.el (message-split-line): New function. + (message-mode-map): Remap split-line to message-split-line. + 2002-11-29 ShengHuo ZHU * smiley-ems.el (gnus-smiley-display): Typo.