]> code.delx.au - gnu-emacs/commitdiff
*** empty log message ***
authorDave Love <fx@gnu.org>
Fri, 27 Oct 2000 17:15:04 +0000 (17:15 +0000)
committerDave Love <fx@gnu.org>
Fri, 27 Oct 2000 17:15:04 +0000 (17:15 +0000)
etc/NEWS
lisp/gnus/ChangeLog

index 800339390843d08f385a8363c078e95e44181bc3..62c57944d90f8396364ac3785b0f847aa5275a06 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -33,12 +33,13 @@ maximum buffer size.  See etc/MACHINES for instructions.
 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.
 
 \f
 * Changes in Emacs 21.1
 
++++
 ** Refill minor mode provides preliminary support for keeping
 paragraphs filled as you modify them.
 
@@ -2810,7 +2811,7 @@ Currently all unibyte text, i.e. all buffers with
 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
index 4a9a607e7dee7be98785c74b122d8983a98512f1..459f72e8885e7786e8081fb2c7036b08751e45d8 100644 (file)
@@ -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.