*** pub/sgnus/lisp/gnus-xmas.el Fri Jul 19 01:27:41 1996 --- sgnus/lisp/gnus-xmas.el Fri Aug 2 22:12:33 1996 *************** *** 498,503 **** --- 498,504 ---- (when (and (<= emacs-major-version 19) (<= emacs-minor-version 13)) + (setq gnus-article-x-face-too-ugly (if (eq (device-type) 'tty) ".")) (fset 'gnus-highlight-selected-summary 'gnus-xmas-highlight-selected-summary) (fset 'gnus-group-remove-excess-properties *** pub/sgnus/lisp/gnus.el Tue Jul 30 19:55:02 1996 --- sgnus/lisp/gnus.el Fri Aug 2 22:13:13 1996 *************** *** 1774,1780 **** "gnus-bug@ifi.uio.no (The Gnus Bugfixing Girls + Boys)" "The mail address of the Gnus maintainers.") ! (defconst gnus-version-number "5.2.38" "Version number for this version of Gnus.") (defconst gnus-version (format "Gnus v%s" gnus-version-number) --- 1774,1780 ---- "gnus-bug@ifi.uio.no (The Gnus Bugfixing Girls + Boys)" "The mail address of the Gnus maintainers.") ! (defconst gnus-version-number "5.2.39" "Version number for this version of Gnus.") (defconst gnus-version (format "Gnus v%s" gnus-version-number) *** pub/sgnus/lisp/ChangeLog Tue Jul 30 19:54:59 1996 --- sgnus/lisp/ChangeLog Fri Aug 2 22:17:56 1996 *************** *** 1,3 **** --- 1,17 ---- + Wed Jul 31 15:23:54 1996 Ken Olstad + + * gnus-xmas.el (gnus-xmas-redefine): Disbale XFace when running + under tty. + + Wed Jul 31 14:21:38 1996 Lars Magne Ingebrigtsen + + * gnus.el (gnus-group-read-group): Use `gnus-range-length' instead + of `length'. + + Tue Jul 30 21:42:59 1996 Lars Magne Ingebrigtsen + + * gnus.el: Gnus v5.2.38 is released. + Tue Jul 30 00:00:28 1996 Lars Magne Ingebrigtsen * nntp.el (nntp-open-server): Init server buffer. *** pub/sgnus/texi/gnus.texi Tue Jul 30 19:55:04 1996 --- sgnus/texi/gnus.texi Fri Aug 2 22:21:58 1996 *************** *** 539,553 **** @vindex gnus-subscribe-alphabetically Subscribe all new groups alphabetically. ! @item gnus-subscribe-hierarchically ! @vindex gnus-subscribe-hierarchically Subscribe all new groups hierarchically. The difference between this function and @code{gnus-subscribe-alphabetically} is slight. ! {gnus-subscribe-alphabetically} will subscribe new groups in a strictly ! alphabetical fashion, while this function will enter groups into it's ! hierarchy. So if you want to have the @samp{rec} hierarchy before the ! @samp{comp} hierarchy, this function will not mess that configuration ! up. Or something like that. @item gnus-subscribe-interactively @vindex gnus-subscribe-interactively --- 539,553 ---- @vindex gnus-subscribe-alphabetically Subscribe all new groups alphabetically. ! @item gnus-subscribe-hierarchically ! @vindex gnus-subscribe-hierarchically Subscribe all new groups hierarchically. The difference between this function and @code{gnus-subscribe-alphabetically} is slight. ! @code{gnus-subscribe-alphabetically} will subscribe new groups in a ! strictly alphabetical fashion, while this function will enter groups ! into it's hierarchy. So if you want to have the @samp{rec} hierarchy ! before the @samp{comp} hierarchy, this function will not mess that ! configuration up. Or something like that. @item gnus-subscribe-interactively @vindex gnus-subscribe-interactively *************** *** 10398,10407 **** @code{gnus-buffer-configuration}: @code{group}, @code{summary}, @code{article}, @code{server}, ! @code{browse}, @code{group-mail}, @code{summary-mail}, ! @code{summary-reply}, @code{info}, @code{summary-faq}, ! @code{edit-group}, @code{edit-server}, @code{reply}, @code{reply-yank}, ! @code{followup}, @code{followup-yank}, @code{edit-score}. @findex gnus-add-configuration Since the @code{gnus-buffer-configuration} variable is so long and --- 10398,10422 ---- @code{gnus-buffer-configuration}: @code{group}, @code{summary}, @code{article}, @code{server}, ! @code{browse}, @code{message}, @code{pick}, @code{info}, ! @code{summary-faq}, @code{edit-group}, @code{edit-server}, ! @code{edit-score}, @code{post}, @code{reply}, @code{forward}, ! @code{reply-yank}, @code{mail-bounce}, @code{draft}, ! @code{pipe}, @code{bug}, @code{compose-bounce}. ! ! Note that the @code{message} key is used for both ! @code{gnus-group-mail} and @code{gnus-summary-mail-other-window}. If ! it is desireable to distinguish between the two, something like this ! might be used: ! ! @lisp ! (message (horizontal 1.0 ! (vertical 1.0 (message 1.0 point)) ! (vertical 0.24 ! (if (buffer-live-p gnus-summary-buffer) ! '(summary 0.5)) ! (group 1.0))))) ! @end lisp @findex gnus-add-configuration Since the @code{gnus-buffer-configuration} variable is so long and *** pub/sgnus/texi/ChangeLog Fri Jul 19 00:43:43 1996 --- sgnus/texi/ChangeLog Fri Aug 2 22:12:38 1996 *************** *** 1,3 **** --- 1,11 ---- + Wed Jul 31 15:34:12 1996 Lars Magne Ingebrigtsen + + * gnus.texi (are): Fix. + + Wed Jul 31 15:32:57 1996 David S. Goldberg + + * gnus.texi (buffer-name): Addition. + Fri Jul 19 00:41:11 1996 Lars Magne Ingebrigtsen * gnus.texi (Listing Groups): Fix.