diff options
| -rw-r--r-- | lisp/ChangeLog | 3 | ||||
| -rw-r--r-- | lisp/gnus/ChangeLog | 5 |
2 files changed, 8 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index cf544ed363e..6ce0ff9f118 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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. diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog index b3ad58aa4b2..cd2593e2799 100644 --- a/lisp/gnus/ChangeLog +++ b/lisp/gnus/ChangeLog @@ -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. |
