aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/NEWS12
-rw-r--r--lisp/gnus/ChangeLog10
2 files changed, 18 insertions, 4 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 304ddaaa91a..853fc9dea6a 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -625,9 +625,13 @@ customized.
625Emacs supports a tool bar at the top of a frame under X. For details 625Emacs supports a tool bar at the top of a frame under X. For details
626of how to define a tool bar, see the page describing Lisp-level 626of how to define a tool bar, see the page describing Lisp-level
627changes. Tool-bar global minor mode controls whether or not it is 627changes. Tool-bar global minor mode controls whether or not it is
628displayed and is on by default. To make the tool bar more useful, we 628displayed and is on by default. The appearance of the bar is improved
629need contributions of extra icons for specific modes (with copyright 629if Emacs has been built with XPM image support. Otherwise monochrome
630assignments). 630icons will be used.
631
632To make the tool bar more useful, we need contributions of extra icons
633for specific modes (with copyright assignments). Contributions would
634also be useful manually to touch up some of the PBM icons.
631 635
632+++ 636+++
633** Mouse-sensitive mode line. 637** Mouse-sensitive mode line.
@@ -934,7 +938,7 @@ ring (history).
934 938
935** Changes to Rmail mode 939** Changes to Rmail mode
936 940
937*** The new user-option rmail-rmail-user-mail-address-regexp can be 941*** The new user-option rmail-user-mail-address-regexp can be
938set to fine tune the identification of of the correspondent when 942set to fine tune the identification of of the correspondent when
939receiving new mail. If it matches the address of the sender, the 943receiving new mail. If it matches the address of the sender, the
940recipient is taken as correspondent of a mail. If nil, the default, 944recipient is taken as correspondent of a mail. If nil, the default,
diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog
index e43d56792d8..8923a3be902 100644
--- a/lisp/gnus/ChangeLog
+++ b/lisp/gnus/ChangeLog
@@ -1,3 +1,13 @@
12000-11-30 Dave Love <fx@gnu.org>
2
3 * message.el (message-auto-save-directory): Use
4 file-name-as-directory.
5 (message-set-auto-save-file-name): Create
6 message-auto-save-directory if necessary.
7 (message-replace-chars-in-string): Removed -- unused.
8 (message-mail-alias-type): Customize.
9 (message-headers): Remove duplicate defgroup.
10
12000-11-29 Dave Love <fx@gnu.org> 112000-11-29 Dave Love <fx@gnu.org>
2 12
3 * qp.el (quoted-printable-decode-region): Use error, not message 13 * qp.el (quoted-printable-decode-region): Use error, not message