*** pub/sgnus/lisp/gnus.el Thu Feb 29 13:50:53 1996 --- sgnus/lisp/gnus.el Thu Feb 29 14:29:52 1996 *************** *** 1708,1714 **** "gnus-bug@ifi.uio.no (The Gnus Bugfixing Girls + Boys)" "The mail address of the Gnus maintainers.") ! (defconst gnus-version "September Gnus v0.47" "Version number for this version of Gnus.") (defvar gnus-info-nodes --- 1708,1714 ---- "gnus-bug@ifi.uio.no (The Gnus Bugfixing Girls + Boys)" "The mail address of the Gnus maintainers.") ! (defconst gnus-version "September Gnus v0.48" "Version number for this version of Gnus.") (defvar gnus-info-nodes *************** *** 15528,15534 **** ((and (eq gnus-read-active-file 'some) (gnus-check-backend-function 'retrieve-groups (car method))) (let ((newsrc (cdr gnus-newsrc-alist)) ! (gmethod (gnus-server-get-method nil method)) groups info) (while (setq info (pop newsrc)) (when (gnus-server-equal --- 15528,15536 ---- ((and (eq gnus-read-active-file 'some) (gnus-check-backend-function 'retrieve-groups (car method))) (let ((newsrc (cdr gnus-newsrc-alist)) ! (gmethod (if (stringp method) ! (gnus-server-get-method nil method) ! method)) groups info) (while (setq info (pop newsrc)) (when (gnus-server-equal *** pub/sgnus/lisp/ChangeLog Thu Feb 29 13:51:03 1996 --- sgnus/lisp/ChangeLog Thu Feb 29 14:29:54 1996 *************** *** 1,5 **** --- 1,11 ---- + Thu Feb 29 14:28:06 1996 Lars Magne Ingebrigtsen + + * gnus.el (gnus-read-active-file): Wouldn't work on `some'. + Thu Feb 29 09:15:05 1996 Lars Ingebrigtsen + * gnus.el: 0.47 is released. + * nnvirtual.el (nnvirtual-create-mapping): Copy article marks. * gnus.el (gnus-add-marked-articles): Would corrupt the *** pub/sgnus/texi/gnus.texi Thu Feb 29 13:51:06 1996 --- sgnus/texi/gnus.texi Thu Feb 29 14:30:40 1996 *************** *** 7774,7780 **** @item nntp-retry-on-break @vindex nntp-retry-on-break ! If this variable is non-@code{nilp, you can also @kbd{C-g} if Gnus hangs. This will have much the same effect as the command timeout described above. --- 7774,7780 ---- @item nntp-retry-on-break @vindex nntp-retry-on-break ! If this variable is non-@code{nil}, you can also @kbd{C-g} if Gnus hangs. This will have much the same effect as the command timeout described above.