1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-30 04:10:54 -08:00

* gnus.texi, gnus-faq.texi, message.texi: Bump version to Gnus v5.13.

* gnus.el: Bump version to Gnus v5.13.
This commit is contained in:
Reiner Steib 2007-10-28 13:40:46 +00:00
parent 01c52d3165
commit c7ff939ae2
6 changed files with 15 additions and 6 deletions

View file

@ -1,3 +1,8 @@
2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
* gnus.texi, gnus-faq.texi, message.texi: Bump version to
Gnus v5.13.
2007-10-28 Miles Bader <miles@gnu.org>
* gnus-news.texi, gnus-coding.texi, sasl.texi: New files.

View file

@ -128,7 +128,7 @@ What is the latest version of Gnus?
Jingle please: Gnus 5.10 is released, get it while it's
hot! As well as the step in version number is rather
small, Gnus 5.10 has tons of new features which you
shouldn't miss. The current release (5.10.8) should be at
shouldn't miss. The current release (5.13) should be at
least as stable as the latest release of the 5.8 series.
@node [1.2]

View file

@ -52,7 +52,7 @@ license to the document, as described in section 6 of the license.
\begin{document}
% Adjust ../Makefile.in if you change the following line:
\newcommand{\gnusversionname}{No Gnus v0.7}
\newcommand{\gnusversionname}{Gnus v5.13}
\newcommand{\gnuschaptername}{}
\newcommand{\gnussectionname}{}
@ -362,7 +362,7 @@ spool or your mbox file. All at the same time, if you want to push your
luck.
@c Adjust ../Makefile.in if you change the following line:
This manual corresponds to No Gnus v0.7.
This manual corresponds to Gnus v5.13
@end ifinfo

View file

@ -71,7 +71,7 @@ Message mode buffers.
@c Adjust ../Makefile.in if you change the following lines:
Message is distributed with Gnus. The Gnus distribution
@c
corresponding to this manual is No Gnus v0.7.
corresponding to this manual is Gnus v5.13
@node Interface

View file

@ -1,3 +1,7 @@
2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
* gnus.el: Bump version to Gnus v5.13.
2007-10-28 Miles Bader <miles@gnu.org>
* nnheader.el (nnheader-uniquify-message-id): Make sure this is defined

View file

@ -289,10 +289,10 @@ is restarted, and sometimes reloaded."
:link '(custom-manual "(gnus)Exiting Gnus")
:group 'gnus)
(defconst gnus-version-number "0.7"
(defconst gnus-version-number "5.13"
"Version number for this version of Gnus.")
(defconst gnus-version (format "No Gnus v%s" gnus-version-number)
(defconst gnus-version (format "Gnus v%s" gnus-version-number)
"Version string for this version of Gnus.")
(defcustom gnus-inhibit-startup-message nil