aboutsummaryrefslogtreecommitdiffstats
path: root/doc/misc
diff options
context:
space:
mode:
authorMiles Bader2008-03-10 00:50:22 +0000
committerMiles Bader2008-03-10 00:50:22 +0000
commit8f7abae3a9c0dcb827f50688e802d634c7461ece (patch)
treefb3d3a87b3fef4ddb3e308aa57c378f424a2dc18 /doc/misc
parent390b81fa98fa581afe965a2943d81d7dd07f0dc5 (diff)
downloademacs-8f7abae3a9c0dcb827f50688e802d634c7461ece.tar.gz
emacs-8f7abae3a9c0dcb827f50688e802d634c7461ece.zip
Merge from gnus--devo--0
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1097
Diffstat (limited to 'doc/misc')
-rw-r--r--doc/misc/ChangeLog5
-rw-r--r--doc/misc/gnus-coding.texi4
2 files changed, 7 insertions, 2 deletions
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog
index e89a7e31ec0..65f8a57c4fd 100644
--- a/doc/misc/ChangeLog
+++ b/doc/misc/ChangeLog
@@ -1,3 +1,8 @@
12008-03-10 Reiner Steib <Reiner.Steib@gmx.de>
2
3 * gnus-coding.texi (Gnus Maintainance Guide): Update conventions for
4 custom versions.
5
12008-03-07 Alan Mackenzie <acm@muc.de> 62008-03-07 Alan Mackenzie <acm@muc.de>
2 7
3 * cc-mode.texi (Limitations and Known Bugs): State that the number of 8 * cc-mode.texi (Limitations and Known Bugs): State that the number of
diff --git a/doc/misc/gnus-coding.texi b/doc/misc/gnus-coding.texi
index b6dc3148da2..3b0df9fb322 100644
--- a/doc/misc/gnus-coding.texi
+++ b/doc/misc/gnus-coding.texi
@@ -256,7 +256,7 @@ changes. Only after a new major release, e.g. 5.10.1, there's usually a
256feature period of several months. After the release of Gnus 5.10.6 the 256feature period of several months. After the release of Gnus 5.10.6 the
257development of new features started again on the trunk while the 5.10 257development of new features started again on the trunk while the 5.10
258series is continued on the stable branch (v5-10) from which more stable 258series is continued on the stable branch (v5-10) from which more stable
259releases will be done when needed (5.10.7, @dots{}). 259releases will be done when needed (5.10.8, @dots{}).
260@ref{Gnus Development, ,Gnus Development, gnus, The Gnus Newsreader} 260@ref{Gnus Development, ,Gnus Development, gnus, The Gnus Newsreader}
261 261
262Stable releases of Gnus finally become part of Emacs. E.g. Gnus 5.8 262Stable releases of Gnus finally become part of Emacs. E.g. Gnus 5.8
@@ -366,7 +366,7 @@ v5-10 branch) use @code{:version "22.1" ;; Oort Gnus} (including the
366comment) or e.g. @code{:version "22.2" ;; Gnus 5.10.10} if the feature 366comment) or e.g. @code{:version "22.2" ;; Gnus 5.10.10} if the feature
367was added for Emacs 22.2 and Gnus 5.10.10. 367was added for Emacs 22.2 and Gnus 5.10.10.
368@c 368@c
369If the variable is new in No Gnus use @code{:version "23.0" ;; No Gnus}. 369If the variable is new in No Gnus use @code{:version "23.1" ;; No Gnus}.
370 370
371The same applies for customizable variables when its default value was 371The same applies for customizable variables when its default value was
372changed. 372changed.