changeset 32966:c75de0056053

*** empty log message ***
author Dave Love <fx@gnu.org>
date Fri, 27 Oct 2000 17:15:04 +0000
parents 13cbb629e3ce
children 7625203dacf3
files etc/NEWS lisp/gnus/ChangeLog
diffstat 2 files changed, 16 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/etc/NEWS	Fri Oct 27 17:13:45 2000 +0000
+++ b/etc/NEWS	Fri Oct 27 17:15:04 2000 +0000
@@ -33,12 +33,13 @@
 new display features described below.
 
 ** This version can be built for the Macintosh, but does not implement
-all of the new display features describe below.  The port currently
+all of the new display features described below.  The port currently
 lacks unexec, asynchronous processes, and networking support.
 
 
 * Changes in Emacs 21.1
 
++++
 ** Refill minor mode provides preliminary support for keeping
 paragraphs filled as you modify them.
 
@@ -2810,7 +2811,7 @@
 registry and encoding `face-default-registry'.  This is consistent
 with the fact that languages can also be set globally, only.
 
-++++
++++
 **** Clearing face caches.
 
 The Lisp function `clear-face-cache' can be called to clear face caches
--- a/lisp/gnus/ChangeLog	Fri Oct 27 17:13:45 2000 +0000
+++ b/lisp/gnus/ChangeLog	Fri Oct 27 17:15:04 2000 +0000
@@ -1,5 +1,18 @@
 2000-10-27  Dave Love  <fx@gnu.org>
 
+	* gnus-group.el (gnus-group-make-menu-bar): Add some :help
+	strings.
+	(gnus-group-make-tool-bar): New function.
+	(gnus-group-mode): Use it.
+
+	* message.el (message-mode-menu): Add some :help strings.
+	(message-mode) [message-tool-bar-map]: Define tool-bar-map.
+	(featurep): Use (featurep 'xemacs).  Install tool bar for Emacs.
+
+	* catchup.xpm, exit-gnus.xpm, gnntg.xpm, subscribe.xpm:
+	* describe-group.xpm, get-news.xpm, kill-group.xpm:
+	* unsubscribe.xpm: New files.
+
 	* mm-decode.el (mm-valid-and-fit-image-p): Don't test
 	display-graphic-p here.