*** pub/rgnus/lisp/gnus.el Wed Mar 19 21:00:22 1997 --- rgnus/lisp/gnus.el Wed Mar 19 21:23:21 1997 *************** *** 226,232 **** :link '(custom-manual "(gnus)Exiting Gnus") :group 'gnus) ! (defconst gnus-version-number "5.4.31" "Version number for this version of Gnus.") (defconst gnus-version (format "Gnus v%s" gnus-version-number) --- 226,232 ---- :link '(custom-manual "(gnus)Exiting Gnus") :group 'gnus) ! (defconst gnus-version-number "5.4.32" "Version number for this version of Gnus.") (defconst gnus-version (format "Gnus v%s" gnus-version-number) *** pub/rgnus/lisp/nnmail.el Wed Mar 19 21:00:24 1997 --- rgnus/lisp/nnmail.el Wed Mar 19 21:23:22 1997 *************** *** 162,169 **** (defcustom nnmail-cache-accepted-message-ids nil "If non-nil, put Message-IDs of Gcc'd articles into the duplicate cache." ! :group nnmail ! :type boolean) (defcustom nnmail-spool-file (or (getenv "MAIL") --- 162,169 ---- (defcustom nnmail-cache-accepted-message-ids nil "If non-nil, put Message-IDs of Gcc'd articles into the duplicate cache." ! :group 'nnmail ! :type 'boolean) (defcustom nnmail-spool-file (or (getenv "MAIL") *** pub/rgnus/lisp/ChangeLog Wed Mar 19 21:00:20 1997 --- rgnus/lisp/ChangeLog Wed Mar 19 21:23:21 1997 *************** *** 1,3 **** --- 1,11 ---- + Wed Mar 19 21:16:48 1997 Lars Magne Ingebrigtsen + + * gnus.el: Gnus v5.4.32 is released. + + Wed Mar 19 21:06:07 1997 Lars Magne Ingebrigtsen + + * nnmail.el (nnmail-cache-accepted-message-ids): Bogus. + Wed Mar 19 20:53:34 1997 Lars Magne Ingebrigtsen * gnus.el: Gnus v5.4.31 is released. *** pub/rgnus/texi/gnus.texi Wed Mar 19 21:00:27 1997 --- rgnus/texi/gnus.texi Wed Mar 19 21:23:23 1997 *************** *** 1,7 **** \input texinfo @c -*-texinfo-*- @setfilename gnus ! @settitle Gnus 5.4.31 Manual @synindex fn cp @synindex vr cp @synindex pg cp --- 1,7 ---- \input texinfo @c -*-texinfo-*- @setfilename gnus ! @settitle Gnus 5.4.32 Manual @synindex fn cp @synindex vr cp @synindex pg cp *************** *** 287,293 **** @tex @titlepage ! @title Gnus 5.4.31 Manual @author by Lars Magne Ingebrigtsen @page --- 287,293 ---- @tex @titlepage ! @title Gnus 5.4.32 Manual @author by Lars Magne Ingebrigtsen @page *************** *** 323,329 **** spool or your mbox file. All at the same time, if you want to push your luck. ! This manual corresponds to Gnus 5.4.31. @end ifinfo --- 323,329 ---- spool or your mbox file. All at the same time, if you want to push your luck. ! This manual corresponds to Gnus 5.4.32. @end ifinfo *** pub/rgnus/texi/message.texi Wed Mar 19 21:00:27 1997 --- rgnus/texi/message.texi Wed Mar 19 21:23:23 1997 *************** *** 1,7 **** \input texinfo @c -*-texinfo-*- @setfilename message ! @settitle Message 5.4.31 Manual @synindex fn cp @synindex vr cp @synindex pg cp --- 1,7 ---- \input texinfo @c -*-texinfo-*- @setfilename message ! @settitle Message 5.4.32 Manual @synindex fn cp @synindex vr cp @synindex pg cp *************** *** 39,45 **** @tex @titlepage ! @title Message 5.4.31 Manual @author by Lars Magne Ingebrigtsen @page --- 39,45 ---- @tex @titlepage ! @title Message 5.4.32 Manual @author by Lars Magne Ingebrigtsen @page *************** *** 79,85 **** * Key Index:: List of Message mode keys. @end menu ! This manual corresponds to Message 5.4.31. Message is distributed with the Gnus distribution bearing the same version number as this manual has. --- 79,85 ---- * Key Index:: List of Message mode keys. @end menu ! This manual corresponds to Message 5.4.32. Message is distributed with the Gnus distribution bearing the same version number as this manual has.