aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorReiner Steib2007-10-28 13:40:46 +0000
committerReiner Steib2007-10-28 13:40:46 +0000
commitc7ff939ae24bc96e470264d3fef63b719694e05a (patch)
treed438d64a3c6e6ad30c98a271b98e86ad6cfb5165
parent01c52d3165ffec363014bd9033ea2c317d32d6d6 (diff)
downloademacs-c7ff939ae24bc96e470264d3fef63b719694e05a.tar.gz
emacs-c7ff939ae24bc96e470264d3fef63b719694e05a.zip
* gnus.texi, gnus-faq.texi, message.texi: Bump version to Gnus v5.13.
* gnus.el: Bump version to Gnus v5.13.
-rw-r--r--doc/misc/ChangeLog5
-rw-r--r--doc/misc/gnus-faq.texi2
-rw-r--r--doc/misc/gnus.texi4
-rw-r--r--doc/misc/message.texi2
-rw-r--r--lisp/gnus/ChangeLog4
-rw-r--r--lisp/gnus/gnus.el4
6 files changed, 15 insertions, 6 deletions
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog
index f3d8feaf251..1aade36076d 100644
--- a/doc/misc/ChangeLog
+++ b/doc/misc/ChangeLog
@@ -1,3 +1,8 @@
12007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
2
3 * gnus.texi, gnus-faq.texi, message.texi: Bump version to
4 Gnus v5.13.
5
12007-10-28 Miles Bader <miles@gnu.org> 62007-10-28 Miles Bader <miles@gnu.org>
2 7
3 * gnus-news.texi, gnus-coding.texi, sasl.texi: New files. 8 * gnus-news.texi, gnus-coding.texi, sasl.texi: New files.
diff --git a/doc/misc/gnus-faq.texi b/doc/misc/gnus-faq.texi
index 53a14254aad..8f0280ce9f0 100644
--- a/doc/misc/gnus-faq.texi
+++ b/doc/misc/gnus-faq.texi
@@ -128,7 +128,7 @@ What is the latest version of Gnus?
128Jingle please: Gnus 5.10 is released, get it while it's 128Jingle please: Gnus 5.10 is released, get it while it's
129hot! As well as the step in version number is rather 129hot! As well as the step in version number is rather
130small, Gnus 5.10 has tons of new features which you 130small, Gnus 5.10 has tons of new features which you
131shouldn't miss. The current release (5.10.8) should be at 131shouldn't miss. The current release (5.13) should be at
132least as stable as the latest release of the 5.8 series. 132least as stable as the latest release of the 5.8 series.
133 133
134@node [1.2] 134@node [1.2]
diff --git a/doc/misc/gnus.texi b/doc/misc/gnus.texi
index 2be85ab9b30..ccadcc084d8 100644
--- a/doc/misc/gnus.texi
+++ b/doc/misc/gnus.texi
@@ -52,7 +52,7 @@ license to the document, as described in section 6 of the license.
52\begin{document} 52\begin{document}
53 53
54% Adjust ../Makefile.in if you change the following line: 54% Adjust ../Makefile.in if you change the following line:
55\newcommand{\gnusversionname}{No Gnus v0.7} 55\newcommand{\gnusversionname}{Gnus v5.13}
56\newcommand{\gnuschaptername}{} 56\newcommand{\gnuschaptername}{}
57\newcommand{\gnussectionname}{} 57\newcommand{\gnussectionname}{}
58 58
@@ -362,7 +362,7 @@ spool or your mbox file. All at the same time, if you want to push your
362luck. 362luck.
363 363
364@c Adjust ../Makefile.in if you change the following line: 364@c Adjust ../Makefile.in if you change the following line:
365This manual corresponds to No Gnus v0.7. 365This manual corresponds to Gnus v5.13
366 366
367@end ifinfo 367@end ifinfo
368 368
diff --git a/doc/misc/message.texi b/doc/misc/message.texi
index aad9cd223ea..fab5aaf173a 100644
--- a/doc/misc/message.texi
+++ b/doc/misc/message.texi
@@ -71,7 +71,7 @@ Message mode buffers.
71@c Adjust ../Makefile.in if you change the following lines: 71@c Adjust ../Makefile.in if you change the following lines:
72Message is distributed with Gnus. The Gnus distribution 72Message is distributed with Gnus. The Gnus distribution
73@c 73@c
74corresponding to this manual is No Gnus v0.7. 74corresponding to this manual is Gnus v5.13
75 75
76 76
77@node Interface 77@node Interface
diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog
index 1759e8ccfce..d14f01db614 100644
--- a/lisp/gnus/ChangeLog
+++ b/lisp/gnus/ChangeLog
@@ -1,3 +1,7 @@
12007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
2
3 * gnus.el: Bump version to Gnus v5.13.
4
12007-10-28 Miles Bader <miles@gnu.org> 52007-10-28 Miles Bader <miles@gnu.org>
2 6
3 * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined 7 * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
diff --git a/lisp/gnus/gnus.el b/lisp/gnus/gnus.el
index 83e105135ac..caf0bed0c14 100644
--- a/lisp/gnus/gnus.el
+++ b/lisp/gnus/gnus.el
@@ -289,10 +289,10 @@ is restarted, and sometimes reloaded."
289 :link '(custom-manual "(gnus)Exiting Gnus") 289 :link '(custom-manual "(gnus)Exiting Gnus")
290 :group 'gnus) 290 :group 'gnus)
291 291
292(defconst gnus-version-number "0.7" 292(defconst gnus-version-number "5.13"
293 "Version number for this version of Gnus.") 293 "Version number for this version of Gnus.")
294 294
295(defconst gnus-version (format "No Gnus v%s" gnus-version-number) 295(defconst gnus-version (format "Gnus v%s" gnus-version-number)
296 "Version string for this version of Gnus.") 296 "Version string for this version of Gnus.")
297 297
298(defcustom gnus-inhibit-startup-message nil 298(defcustom gnus-inhibit-startup-message nil