*** empty log message ***
authorLars Magne Ingebrigtsen <larsi@gnus.org>
Tue, 4 Mar 1997 08:01:31 +0000 (08:01 +0000)
committerLars Magne Ingebrigtsen <larsi@gnus.org>
Tue, 4 Mar 1997 08:01:31 +0000 (08:01 +0000)
lisp/ChangeLog
lisp/gnus.el
texi/gnus.texi

index b07c6ad..0c110a1 100644 (file)
@@ -1,5 +1,11 @@
+Thu Feb 29 14:28:06 1996  Lars Magne Ingebrigtsen  <larsi@hler.ifi.uio.no>
+
+       * gnus.el (gnus-read-active-file): Wouldn't work on `some'.
+
 Thu Feb 29 09:15:05 1996  Lars Ingebrigtsen  <lars@eyesore.no>
 
+       * gnus.el: 0.47 is released.
+       
        * nnvirtual.el (nnvirtual-create-mapping): Copy article marks.
 
        * gnus.el (gnus-add-marked-articles): Would corrupt the
index d260d2d..c31bf25 100644 (file)
@@ -1708,7 +1708,7 @@ variable (string, integer, character, etc).")
   "gnus-bug@ifi.uio.no (The Gnus Bugfixing Girls + Boys)"
   "The mail address of the Gnus maintainers.")
 
-(defconst gnus-version "September Gnus v0.47"
+(defconst gnus-version "September Gnus v0.48"
   "Version number for this version of Gnus.")
 
 (defvar gnus-info-nodes
@@ -15528,7 +15528,9 @@ Returns whether the updating was successful."
             ((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))
+                   (gmethod (if (stringp method)
+                                (gnus-server-get-method nil method)
+                              method))
                    groups info)
                (while (setq info (pop newsrc))
                  (when (gnus-server-equal
index c9b2555..a331fa6 100644 (file)
@@ -7774,7 +7774,7 @@ likely number is 30 seconds.
 
 @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
+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.