From a7c1335103bfe35b1b8510cfc18c9394dd243a52 Mon Sep 17 00:00:00 2001 From: Dave Love Date: Fri, 27 Oct 2000 17:15:04 +0000 Subject: [PATCH] *** empty log message *** --- etc/NEWS | 5 +++-- lisp/gnus/ChangeLog | 13 +++++++++++++ 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/etc/NEWS b/etc/NEWS index 80033939084..62c57944d90 100644 --- 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. * 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 diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog index 4a9a607e7de..459f72e8885 100644 --- a/lisp/gnus/ChangeLog +++ b/lisp/gnus/ChangeLog @@ -1,5 +1,18 @@ 2000-10-27 Dave Love + * 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. -- 2.11.4.GIT