diff options
| author | Miles Bader | 2008-03-10 00:50:22 +0000 |
|---|---|---|
| committer | Miles Bader | 2008-03-10 00:50:22 +0000 |
| commit | 8f7abae3a9c0dcb827f50688e802d634c7461ece (patch) | |
| tree | fb3d3a87b3fef4ddb3e308aa57c378f424a2dc18 /doc/misc | |
| parent | 390b81fa98fa581afe965a2943d81d7dd07f0dc5 (diff) | |
| download | emacs-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/ChangeLog | 5 | ||||
| -rw-r--r-- | doc/misc/gnus-coding.texi | 4 |
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 @@ | |||
| 1 | 2008-03-10 Reiner Steib <Reiner.Steib@gmx.de> | ||
| 2 | |||
| 3 | * gnus-coding.texi (Gnus Maintainance Guide): Update conventions for | ||
| 4 | custom versions. | ||
| 5 | |||
| 1 | 2008-03-07 Alan Mackenzie <acm@muc.de> | 6 | 2008-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 | |||
| 256 | feature period of several months. After the release of Gnus 5.10.6 the | 256 | feature period of several months. After the release of Gnus 5.10.6 the |
| 257 | development of new features started again on the trunk while the 5.10 | 257 | development of new features started again on the trunk while the 5.10 |
| 258 | series is continued on the stable branch (v5-10) from which more stable | 258 | series is continued on the stable branch (v5-10) from which more stable |
| 259 | releases will be done when needed (5.10.7, @dots{}). | 259 | releases 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 | ||
| 262 | Stable releases of Gnus finally become part of Emacs. E.g. Gnus 5.8 | 262 | Stable 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 | |||
| 366 | comment) or e.g. @code{:version "22.2" ;; Gnus 5.10.10} if the feature | 366 | comment) or e.g. @code{:version "22.2" ;; Gnus 5.10.10} if the feature |
| 367 | was added for Emacs 22.2 and Gnus 5.10.10. | 367 | was added for Emacs 22.2 and Gnus 5.10.10. |
| 368 | @c | 368 | @c |
| 369 | If the variable is new in No Gnus use @code{:version "23.0" ;; No Gnus}. | 369 | If the variable is new in No Gnus use @code{:version "23.1" ;; No Gnus}. |
| 370 | 370 | ||
| 371 | The same applies for customizable variables when its default value was | 371 | The same applies for customizable variables when its default value was |
| 372 | changed. | 372 | changed. |