# HG changeset patch # User Dave Love # Date 972666904 0 # Node ID c75de00560536a36616f279b855f7fcabc03b051 # Parent 13cbb629e3ce5bdb8121eda01fac47ad51e06dc7 *** empty log message *** diff -r 13cbb629e3ce -r c75de0056053 etc/NEWS --- 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 diff -r 13cbb629e3ce -r c75de0056053 lisp/gnus/ChangeLog --- 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 + * 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.