Mercurial > emacs
changeset 33775:2c8dc85faf92
*** empty log message ***
author | Dave Love <fx@gnu.org> |
---|---|
date | Wed, 22 Nov 2000 17:59:32 +0000 |
parents | 77d48dfb2b29 |
children | 47e1098b3d3b |
files | lisp/ChangeLog lisp/gnus/ChangeLog |
diffstat | 2 files changed, 8 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Wed Nov 22 17:52:24 2000 +0000 +++ b/lisp/ChangeLog Wed Nov 22 17:59:32 2000 +0000 @@ -1,5 +1,8 @@ 2000-11-22 Dave Love <fx@gnu.org> + * cus-edit.el (custom-buffer-create-internal): Save some consing. + (custom-variable-set): Improve validation error mesage. + * rect.el (string-rectangle): Revert last change. (string-rectangle-line): New arg DELETE. (string-rectangle): Check delete-selection-mode.
--- a/lisp/gnus/ChangeLog Wed Nov 22 17:52:24 2000 +0000 +++ b/lisp/gnus/ChangeLog Wed Nov 22 17:59:32 2000 +0000 @@ -1,3 +1,8 @@ +2000-11-22 Simon Josefsson <simon@josefsson.org> + + * gnus-uu.el (gnus-uu-digest-mail-forward): Search for "from:" + instead of "from: " for rfc822 compliance. Insert SPC. + 2000-11-22 Gerd Moellmann <gerd@gnu.org> * gnus-group.el (gnus-group-make-tool-bar): Fix a paren typo.