aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Love <[email protected]>2000-11-30 17:43:17 +0000
committerDave Love <[email protected]>2000-11-30 17:43:17 +0000
commitb97cd2cc32b2890e4f260249116cda73f9490171 (patch)
tree6ecb531b87916f7d79ab039dff39148935f4dae7
parentca34e23b17d2e304af422e673cdd468ce3cbfd16 (diff)
*** empty log message ***
-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 304ddaaa91..853fc9dea6 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -625,9 +625,13 @@ customized.
Emacs supports a tool bar at the top of a frame under X. For details
of how to define a tool bar, see the page describing Lisp-level
changes. Tool-bar global minor mode controls whether or not it is
-displayed and is on by default. To make the tool bar more useful, we
-need contributions of extra icons for specific modes (with copyright
-assignments).
+displayed and is on by default. The appearance of the bar is improved
+if Emacs has been built with XPM image support. Otherwise monochrome
+icons will be used.
+
+To make the tool bar more useful, we need contributions of extra icons
+for specific modes (with copyright assignments). Contributions would
+also be useful manually to touch up some of the PBM icons.
+++
** Mouse-sensitive mode line.
@@ -934,7 +938,7 @@ ring (history).
** Changes to Rmail mode
-*** The new user-option rmail-rmail-user-mail-address-regexp can be
+*** The new user-option rmail-user-mail-address-regexp can be
set to fine tune the identification of of the correspondent when
receiving new mail. If it matches the address of the sender, the
recipient is taken as correspondent of a mail. If nil, the default,
diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog
index e43d56792d..8923a3be90 100644
--- a/lisp/gnus/ChangeLog
+++ b/lisp/gnus/ChangeLog
@@ -1,3 +1,13 @@
+2000-11-30 Dave Love <[email protected]>
+
+ * message.el (message-auto-save-directory): Use
+ file-name-as-directory.
+ (message-set-auto-save-file-name): Create
+ message-auto-save-directory if necessary.
+ (message-replace-chars-in-string): Removed -- unused.
+ (message-mail-alias-type): Customize.
+ (message-headers): Remove duplicate defgroup.
+
2000-11-29 Dave Love <[email protected]>
* qp.el (quoted-printable-decode-region): Use error, not message