diff options
Diffstat (limited to 'doc/misc/gnus-coding.texi')
| -rw-r--r-- | doc/misc/gnus-coding.texi | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/doc/misc/gnus-coding.texi b/doc/misc/gnus-coding.texi index bbaf2c068da..2bc064071ec 100644 --- a/doc/misc/gnus-coding.texi +++ b/doc/misc/gnus-coding.texi | |||
| @@ -48,7 +48,7 @@ license to the document, as described in section 6 of the license. | |||
| 48 | @top Gnus Coding Style and Maintenance Guide | 48 | @top Gnus Coding Style and Maintenance Guide |
| 49 | This manual describes @dots{} | 49 | This manual describes @dots{} |
| 50 | 50 | ||
| 51 | @insertcopying | 51 | @insertcopying |
| 52 | @end ifnottex | 52 | @end ifnottex |
| 53 | 53 | ||
| 54 | @menu | 54 | @menu |
| @@ -64,7 +64,7 @@ This manual describes @dots{} | |||
| 64 | 64 | ||
| 65 | The Gnus distribution contains a lot of libraries that have been written | 65 | The Gnus distribution contains a lot of libraries that have been written |
| 66 | for Gnus and used intensively for Gnus. But many of those libraries are | 66 | for Gnus and used intensively for Gnus. But many of those libraries are |
| 67 | useful on their own. E.g. other Emacs Lisp packages might use the | 67 | useful on their own. E.g., other Emacs Lisp packages might use the |
| 68 | @acronym{MIME} library @xref{Top, ,Top, emacs-mime, The Emacs MIME | 68 | @acronym{MIME} library @xref{Top, ,Top, emacs-mime, The Emacs MIME |
| 69 | Manual}. | 69 | Manual}. |
| 70 | 70 | ||
| @@ -196,7 +196,7 @@ There are no Gnus dependencies in this file. | |||
| 196 | Functions for Cancel-Lock feature | 196 | Functions for Cancel-Lock feature |
| 197 | @c Cf. draft-ietf-usefor-cancel-lock-01.txt | 197 | @c Cf. draft-ietf-usefor-cancel-lock-01.txt |
| 198 | @c Although this draft has expired, Canlock-Lock revived in 2007 when | 198 | @c Although this draft has expired, Canlock-Lock revived in 2007 when |
| 199 | @c major news providers (e.g. news.individual.org) started to use it. | 199 | @c major news providers (e.g., news.individual.org) started to use it. |
| 200 | @c As of 2007-08-25... | 200 | @c As of 2007-08-25... |
| 201 | There are no Gnus dependencies in these files. | 201 | There are no Gnus dependencies in these files. |
| 202 | 202 | ||
| @@ -257,18 +257,18 @@ XEmacs 21.1 and up. | |||
| 257 | 257 | ||
| 258 | The development of Gnus normally is done on the Git repository trunk | 258 | The development of Gnus normally is done on the Git repository trunk |
| 259 | as of April 19, 2010 (formerly it was done in CVS; the repository is | 259 | as of April 19, 2010 (formerly it was done in CVS; the repository is |
| 260 | at http://git.gnus.org), i.e. there are no separate branches to | 260 | at http://git.gnus.org), i.e., there are no separate branches to |
| 261 | develop and test new features. Most of the time, the trunk is | 261 | develop and test new features. Most of the time, the trunk is |
| 262 | developed quite actively with more or less daily changes. Only after | 262 | developed quite actively with more or less daily changes. Only after |
| 263 | a new major release, e.g. 5.10.1, there's usually a feature period of | 263 | a new major release, e.g., 5.10.1, there's usually a feature period of |
| 264 | several months. After the release of Gnus 5.10.6 the development of | 264 | several months. After the release of Gnus 5.10.6 the development of |
| 265 | new features started again on the trunk while the 5.10 series is | 265 | new features started again on the trunk while the 5.10 series is |
| 266 | continued on the stable branch (v5-10) from which more stable releases | 266 | continued on the stable branch (v5-10) from which more stable releases |
| 267 | will be done when needed (5.10.8, @dots{}). @ref{Gnus Development, | 267 | will be done when needed (5.10.8, @dots{}). @ref{Gnus Development, |
| 268 | ,Gnus Development, gnus, The Gnus Newsreader} | 268 | ,Gnus Development, gnus, The Gnus Newsreader} |
| 269 | 269 | ||
| 270 | Stable releases of Gnus finally become part of Emacs. E.g. Gnus 5.8 | 270 | Stable releases of Gnus finally become part of Emacs. E.g., Gnus 5.8 |
| 271 | became a part of Emacs 21 (relabeled to Gnus 5.9). The 5.10 series | 271 | became a part of Emacs 21 (relabeled to Gnus 5.9). The 5.10 series |
| 272 | became part of Emacs 22 as Gnus 5.11. | 272 | became part of Emacs 22 as Gnus 5.11. |
| 273 | 273 | ||
| 274 | @section Syncing | 274 | @section Syncing |
| @@ -379,7 +379,7 @@ Starting from No Gnus, the @file{GNUS-NEWS} is created from | |||
| 379 | 379 | ||
| 380 | For new customizable variables introduced in Oort Gnus (including the | 380 | For new customizable variables introduced in Oort Gnus (including the |
| 381 | v5-10 branch) use @code{:version "22.1" ;; Oort Gnus} (including the | 381 | v5-10 branch) use @code{:version "22.1" ;; Oort Gnus} (including the |
| 382 | comment) or e.g. @code{:version "22.2" ;; Gnus 5.10.10} if the feature | 382 | comment) or, e.g., @code{:version "22.2" ;; Gnus 5.10.10} if the feature |
| 383 | was added for Emacs 22.2 and Gnus 5.10.10. | 383 | was added for Emacs 22.2 and Gnus 5.10.10. |
| 384 | @c | 384 | @c |
| 385 | If the variable is new in No Gnus use @code{:version "23.1" ;; No Gnus}. | 385 | If the variable is new in No Gnus use @code{:version "23.1" ;; No Gnus}. |