*** empty log message ***
authorLars Magne Ingebrigtsen <larsi@gnus.org>
Mon, 17 Mar 1997 23:37:32 +0000 (23:37 +0000)
committerLars Magne Ingebrigtsen <larsi@gnus.org>
Mon, 17 Mar 1997 23:37:32 +0000 (23:37 +0000)
lisp/ChangeLog
lisp/gnus-sum.el
lisp/gnus.el
lisp/nndoc.el
texi/gnus.texi

index e8bfe19..c801f89 100644 (file)
@@ -1,3 +1,15 @@
+Tue Mar 18 00:35:06 1997  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
+
+       * gnus.el: Gnus v5.4.28 is released.
+
+Mon Mar 17 18:36:11 1997  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
+
+       * gnus-sum.el (gnus-update-marks): Use `list' instead of
+       `articles'.
+
+       * nndoc.el (nndoc-rfc822-forward-type-p): Renamed.
+       (nndoc-rfc822-forward-body-end-function): Ditto.
+
 Mon Mar 17 17:35:35 1997  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
 
        * gnus.el: Gnus v5.4.27 is released.
index 5393d65..38110ff 100644 (file)
@@ -3830,8 +3830,8 @@ If READ-ALL is non-nil, all articles in the group are selected."
          ;; default score.
          (when (and (eq (cdr type) 'score)
                     gnus-save-score
-                    articles)
-           (let* ((arts articles)
+                    list)
+           (let* ((arts list)
                   (prev (cons nil articles))
                   (all prev))
              (while arts
@@ -3840,7 +3840,7 @@ If READ-ALL is non-nil, all articles in the group are selected."
                    (setcdr prev (cdr arts))
                  (setq prev arts))
                (setq arts (cdr arts)))
-             (setq articles (cdr all))))
+             (setq list (cdr all))))
 
          (push (cons (cdr type)
                      (if (memq (cdr type) uncompressed) list
index a2e5ad3..00d1edc 100644 (file)
@@ -226,7 +226,7 @@ is restarted, and sometimes reloaded."
   :link '(custom-manual "(gnus)Exiting Gnus")
   :group 'gnus)
 
-(defconst gnus-version-number "5.4.27"
+(defconst gnus-version-number "5.4.28"
   "Version number for this version of Gnus.")
 
 (defconst gnus-version (format "Gnus v%s" gnus-version-number)
index 016c35d..e0816e8 100644 (file)
@@ -37,8 +37,8 @@
 (defvoo nndoc-article-type 'guess
   "*Type of the file.
 One of `mbox', `babyl', `digest', `news', `rnews', `mmdf', `forward',
-`rfc934', `mime-digest', `standard-digest', `slack-digest',
-`clari-briefs' or `guess'.")
+`rfc934', `rfc822-forward', `mime-digest', `standard-digest',
+`slack-digest', `clari-briefs' or `guess'.")
 
 (defvoo nndoc-post-type 'mail
   "*Whether the nndoc group is `mail' or `post'.")
@@ -108,9 +108,9 @@ One of `mbox', `babyl', `digest', `news', `rnews', `mmdf', `forward',
      (generate-head-function . nndoc-generate-lanl-gov-head)
      (article-transform-function . nndoc-transform-lanl-gov-announce)
      (subtype preprints guess))
-    (x400-forward
+    (rfc822-forward
      (article-begin . "^\n")
-     (body-end-function . nndoc-x400-forward-body-end-function))
+     (body-end-function . nndoc-rfc822-forward-body-end-function))
     (guess
      (guess . t)
      (subtype nil))
@@ -420,13 +420,13 @@ One of `mbox', `babyl', `digest', `news', `rnews', `mmdf', `forward',
             (not (re-search-forward "^From:" nil t 2)))
     t))
 
-(defun nndoc-x400-forward-type-p ()
+(defun nndoc-rfc822-forward-type-p ()
   (save-restriction
     (message-narrow-to-head)
     (when (re-search-forward "^Content-Type: *message/rfc822" nil t)
       t)))
 
-(defun nndoc-x400-forward-body-end-function ()
+(defun nndoc-rfc822-forward-body-end-function ()
   (goto-char (point-max)))
 
 (defun nndoc-clari-briefs-type-p ()
index 3eaec83..42523c4 100644 (file)
@@ -1,7 +1,7 @@
 \input texinfo                  @c -*-texinfo-*-
 
 @setfilename gnus
-@settitle Gnus 5.4.27 Manual
+@settitle Gnus 5.4.28 Manual
 @synindex fn cp
 @synindex vr cp
 @synindex pg cp
@@ -287,13 +287,13 @@ into another language, under the above conditions for modified versions.
 @tex
 
 @titlepage
-@title Gnus 5.4.27 Manual
+@title Gnus 5.4.28 Manual
 
 @author by Lars Magne Ingebrigtsen
 @page
 
 @vskip 0pt plus 1filll
-Copyright @copyright{} 1995,96 Free Software Foundation, Inc. 
+Copyright @copyright{} 1995,96,97 Free Software Foundation, Inc. 
 
 Permission is granted to make and distribute verbatim copies of
 this manual provided the copyright notice and this permission notice
@@ -323,7 +323,7 @@ can be gotten by any nefarious means you can think of---@sc{nntp}, local
 spool or your mbox file.  All at the same time, if you want to push your
 luck.
 
-This manual corresponds to Gnus 5.4.27
+This manual corresponds to Gnus 5.4.28
 
 @end ifinfo
 
@@ -1816,8 +1816,9 @@ Make a group based on some file or other
 command, you will be prompted for a file name and a file type.
 Currently supported types are @code{babyl}, @code{mbox}, @code{digest},
 @code{mmdf}, @code{news}, @code{rnews}, @code{clari-briefs},
-@code{rfc934} and @code{forward}.  If you run this command without a
-prefix, Gnus will guess at the file type.  @xref{Document Groups}.
+@code{rfc934}, @code{rfc822-forward}, and @code{forward}.  If you run
+this command without a prefix, Gnus will guess at the file type.
+@xref{Document Groups}.
 
 @item G w
 @kindex G w (Group)
@@ -8835,7 +8836,7 @@ default.
 @c default for reasons of security.
 
 @c Since Red Gnus is an alpha release, it is to be expected to lose mail.
-(No Gnus release since (ding) Gnus 5.4.27 (or something like that) have
+(No Gnus release since (ding) Gnus 0.10 (or something like that) have
 lost mail, I think, but that's not the point.  (Except certain versions
 of Red Gnus.))  By not deleting the Incoming* files, one can be sure to
 not lose mail -- if Gnus totally whacks out, one can always recover what
@@ -9761,8 +9762,9 @@ Virtual server variables:
 @item nndoc-article-type
 @vindex nndoc-article-type
 This should be one of @code{mbox}, @code{babyl}, @code{digest},
-@code{mmdf}, @code{forward}, @code{rfc934}, @code{news}, @code{rnews},
-@code{mime-digest}, @code{clari-briefs}, or @code{guess}.
+@code{mmdf}, @code{forward}, @code{rfc934}, @code{rfc822-forward},
+@code{news}, @code{rnews}, @code{mime-digest}, @code{clari-briefs}, or
+@code{guess}.
 
 @item nndoc-post-type
 @vindex nndoc-post-type
@@ -13546,15 +13548,15 @@ spunky name, we decided that the name was @emph{too} spunky, so we
 renamed it back again to ``Gnus''.  But in mixed case.  ``Gnus'' vs.
 ``@sc{gnus}''.  New vs. old.
 
-The first ``proper'' release of Gnus 5.4.27 was done in November 1995 when it
+The first ``proper'' release of Gnus 5 was done in November 1995 when it
 was included in the Emacs 19.30 distribution (132 (ding) Gnus releases
-plus 15 Gnus 5.4.27 releases).
+plus 15 Gnus 5.0 releases).
 
 In May 1996 the next Gnus generation (aka. ``September Gnus'' (after 99
-releases)) was released under the name ``Gnus 5.4.27'' (40 releases).
+releases)) was released under the name ``Gnus 5.2'' (40 releases).
 
 On July 28th 1996 work on Red Gnus was begun, and it was released on
-January 25th 1997 (after 84 releases) as ``Gnus 5.4.27''.
+January 25th 1997 (after 84 releases) as ``Gnus 5.4''.
 
 If you happen upon a version of Gnus that has a name that is prefixed --
 ``(ding) Gnus'', ``September Gnus'', ``Red Gnus'', ``Quassia Gnus'' --
@@ -13961,9 +13963,9 @@ actually are people who are using Gnus.  Who'd'a thunk it!
 @cindex new features
 
 @menu
-* ding Gnus::          New things in Gnus 5.4.27/5.1, the first new Gnus.
-* September Gnus::     The Thing Formally Known As Gnus 5.4.27/5.3.
-* Red Gnus::           Third time best---Gnus 5.4.27/5.5.
+* ding Gnus::          New things in Gnus 5.0/5.1, the first new Gnus.
+* September Gnus::     The Thing Formally Known As Gnus 5.3/5.3.
+* Red Gnus::           Third time best---Gnus 5.4/5.5.
 @end menu
 
 These lists are, of course, just @emph{short} overviews of the
@@ -13974,7 +13976,7 @@ Yes, we have feeping creaturism in full effect.
 @node ding Gnus
 @subsubsection (ding) Gnus
 
-New features in Gnus 5.4.27/5.1:
+New features in Gnus 5.0/5.1:
 
 @itemize @bullet
 
@@ -14091,7 +14093,7 @@ You can click on buttons instead of using the keyboard
 @node September Gnus
 @subsubsection September Gnus
 
-New features in Gnus 5.4.27/5.3:
+New features in Gnus 5.2/5.3:
 
 @itemize @bullet
 
@@ -14325,7 +14327,7 @@ Further syntax checking of outgoing articles have been added.
 @node Red Gnus
 @subsubsection Red Gnus
 
-New features in Gnus 5.4.27/5.5:
+New features in Gnus 5.4/5.5:
 
 @itemize @bullet