diff options
| author | Stefan Monnier | 2010-04-19 11:07:52 -0400 |
|---|---|---|
| committer | Stefan Monnier | 2010-04-19 11:07:52 -0400 |
| commit | 6e104790e756226cbb5b7feaf01854103ded9f36 (patch) | |
| tree | 5a1bd758627d6358a7083bb3d72108676bde8bdb /doc/misc | |
| parent | b5feea0feaf721c66ff34ee2728c76a4c028fa0f (diff) | |
| parent | 79d74ac527b79242175bca1b39ef12b1693c3523 (diff) | |
| download | emacs-6e104790e756226cbb5b7feaf01854103ded9f36.tar.gz emacs-6e104790e756226cbb5b7feaf01854103ded9f36.zip | |
Merge from emacs-23
Diffstat (limited to 'doc/misc')
| -rw-r--r-- | doc/misc/ChangeLog | 28 | ||||
| -rw-r--r-- | doc/misc/gnus-coding.texi | 34 | ||||
| -rw-r--r-- | doc/misc/gnus.texi | 9 | ||||
| -rw-r--r-- | doc/misc/info.texi | 10 |
4 files changed, 57 insertions, 24 deletions
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog index 996c788738b..a559873d403 100644 --- a/doc/misc/ChangeLog +++ b/doc/misc/ChangeLog | |||
| @@ -1,3 +1,20 @@ | |||
| 1 | 2010-04-18 Teodor Zlatanov <tzz@lifelogs.com> | ||
| 2 | |||
| 3 | * gnus.texi (Gnus Versions, Oort Gnus): Mention the Git repo instead of | ||
| 4 | the CVS repo. Put the Git repo in the news section. | ||
| 5 | |||
| 6 | * gnus-coding.texi (Gnus Maintainance Guide): Fix title typo. | ||
| 7 | Removed some mentions of CVS. Mention the new Git repo. | ||
| 8 | |||
| 9 | 2010-04-18 Andreas Seltenreich <seltenreich@gmx.de> | ||
| 10 | |||
| 11 | * gnus.texi (Score File Format): Fix typo. Reported by Štěpán Němec. | ||
| 12 | (Mail Group Commands): Add index entry. | ||
| 13 | |||
| 14 | 2010-04-18 Glenn Morris <rgm@gnu.org> | ||
| 15 | |||
| 16 | * info.texi (Search Index): Mention Emacs's Info-virtual-index. | ||
| 17 | |||
| 1 | 2010-04-18 Jay Belanger <jay.p.belanger@gmail.com> | 18 | 2010-04-18 Jay Belanger <jay.p.belanger@gmail.com> |
| 2 | 19 | ||
| 3 | * calc.texi (Radix modes): Mention that the option prefix will | 20 | * calc.texi (Radix modes): Mention that the option prefix will |
| @@ -7,11 +24,10 @@ | |||
| 7 | 2010-04-15 Carsten Dominik <carsten.dominik@gmail.com> | 24 | 2010-04-15 Carsten Dominik <carsten.dominik@gmail.com> |
| 8 | 25 | ||
| 9 | * org.texi (LaTeX and PDF export): Add a footnote about xetex. | 26 | * org.texi (LaTeX and PDF export): Add a footnote about xetex. |
| 10 | (LaTeX/PDF export commands): Section renamed and | 27 | (LaTeX/PDF export commands): Rename and Move section. |
| 11 | moved. | ||
| 12 | (Sectioning structure): Update. | 28 | (Sectioning structure): Update. |
| 13 | (References): New use case for field coordinates. | 29 | (References): New use case for field coordinates. |
| 14 | (The export dispatcher): Renamed from ASCII export. | 30 | (The export dispatcher): Rename from ASCII export. |
| 15 | (Setting up the staging area): Document the availability of | 31 | (Setting up the staging area): Document the availability of |
| 16 | encryption for MobileOrg. | 32 | encryption for MobileOrg. |
| 17 | (Images and tables): Document how to reference labels. | 33 | (Images and tables): Document how to reference labels. |
| @@ -44,12 +60,10 @@ | |||
| 44 | scheduling and deadline commands. | 60 | scheduling and deadline commands. |
| 45 | (Search view): Point to the docstring of | 61 | (Search view): Point to the docstring of |
| 46 | `org-search-view' for more details. | 62 | `org-search-view' for more details. |
| 47 | (Agenda commands): Document that `>' prompts for a | 63 | (Agenda commands): Document that `>' prompts for a date. |
| 48 | date. | ||
| 49 | (Setting tags): Document variable | 64 | (Setting tags): Document variable |
| 50 | org-complete-tags-always-offer-all-agenda-tags. | 65 | org-complete-tags-always-offer-all-agenda-tags. |
| 51 | (Column attributes): Cross-reference special | 66 | (Column attributes): Cross-reference special properties. |
| 52 | properties. | ||
| 53 | 67 | ||
| 54 | 2010-04-10 Michael Albinus <michael.albinus@gmx.de> | 68 | 2010-04-10 Michael Albinus <michael.albinus@gmx.de> |
| 55 | 69 | ||
diff --git a/doc/misc/gnus-coding.texi b/doc/misc/gnus-coding.texi index fc88a6d47b6..fd637ece6a8 100644 --- a/doc/misc/gnus-coding.texi +++ b/doc/misc/gnus-coding.texi | |||
| @@ -32,16 +32,16 @@ license to the document, as described in section 6 of the license. | |||
| 32 | 32 | ||
| 33 | 33 | ||
| 34 | @titlepage | 34 | @titlepage |
| 35 | @title Gnus Coding Style and Maintainance Guide | 35 | @title Gnus Coding Style and Maintenance Guide |
| 36 | 36 | ||
| 37 | @author by Reiner Steib <Reiner.Steib@@gmx.de> | 37 | @author by Reiner Steib <Reiner.Steib@@gmx.de> |
| 38 | 38 | ||
| 39 | @insertcopying | 39 | @insertcopying |
| 40 | @end titlepage | 40 | @end titlepage |
| 41 | 41 | ||
| 42 | @c Obviously this is only a very rudimentary draft. We put it in CVS | 42 | @c Obviously this is only a very rudimentary draft. We put it in the |
| 43 | @c anyway hoping that it might annoy someone enough to fix it. ;-) | 43 | @c repository anyway hoping that it might annoy someone enough to fix |
| 44 | @c Fixing only a paragraph also is appreciated. | 44 | @c it. ;-) Fixing only a paragraph also is appreciated. |
| 45 | 45 | ||
| 46 | @ifnottex | 46 | @ifnottex |
| 47 | @node Top | 47 | @node Top |
| @@ -255,15 +255,17 @@ XEmacs 21.1 and up. | |||
| 255 | 255 | ||
| 256 | @section Stable and development versions | 256 | @section Stable and development versions |
| 257 | 257 | ||
| 258 | The development of Gnus normally is done on the CVS trunk, i.e. there | 258 | The development of Gnus normally is done on the Git repository trunk |
| 259 | are no separate branches to develop and test new features. Most of the | 259 | as of April 19, 2010 (formerly it was done in CVS; the repository is |
| 260 | time, the trunk is developed quite actively with more or less daily | 260 | at http://git.gnus.org), i.e. there are no separate branches to |
| 261 | changes. Only after a new major release, e.g. 5.10.1, there's usually a | 261 | develop and test new features. Most of the time, the trunk is |
| 262 | feature period of several months. After the release of Gnus 5.10.6 the | 262 | developed quite actively with more or less daily changes. Only after |
| 263 | development of new features started again on the trunk while the 5.10 | 263 | a new major release, e.g. 5.10.1, there's usually a feature period of |
| 264 | series is continued on the stable branch (v5-10) from which more stable | 264 | several months. After the release of Gnus 5.10.6 the development of |
| 265 | releases will be done when needed (5.10.8, @dots{}). | 265 | new features started again on the trunk while the 5.10 series is |
| 266 | @ref{Gnus Development, ,Gnus Development, gnus, The Gnus Newsreader} | 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, | ||
| 268 | ,Gnus Development, gnus, The Gnus Newsreader} | ||
| 267 | 269 | ||
| 268 | 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 |
| 269 | 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 |
| @@ -333,8 +335,12 @@ rather than having to actually fix the code. | |||
| 333 | 335 | ||
| 334 | @item | 336 | @item |
| 335 | For general Gnus development changes, of course you just make the | 337 | For general Gnus development changes, of course you just make the |
| 336 | change on the Gnus CVS trunk and it goes into Emacs a few years | 338 | change on the Gnus Git trunk and it goes into Emacs a few years |
| 337 | later... :-) | 339 | later... :-) |
| 340 | |||
| 341 | With the new Git repository, we'll probably set up something to | ||
| 342 | automatically synchronize with Emacs when possible. CVS was much less | ||
| 343 | powerful for this kind of synchronization. | ||
| 338 | @end itemize | 344 | @end itemize |
| 339 | 345 | ||
| 340 | Of course in any case, if you just can't wait for me to sync your | 346 | Of course in any case, if you just can't wait for me to sync your |
diff --git a/doc/misc/gnus.texi b/doc/misc/gnus.texi index 7a3fe922cee..585c4d6bcb8 100644 --- a/doc/misc/gnus.texi +++ b/doc/misc/gnus.texi | |||
| @@ -11331,6 +11331,7 @@ disappear forever into that big @file{/dev/null} in the sky. | |||
| 11331 | 11331 | ||
| 11332 | @item B DEL | 11332 | @item B DEL |
| 11333 | @kindex B DEL (Summary) | 11333 | @kindex B DEL (Summary) |
| 11334 | @cindex deleting mail | ||
| 11334 | @findex gnus-summary-delete-article | 11335 | @findex gnus-summary-delete-article |
| 11335 | @c @icon{gnus-summary-mail-delete} | 11336 | @c @icon{gnus-summary-mail-delete} |
| 11336 | Delete the mail article. This is ``delete'' as in ``delete it from your | 11337 | Delete the mail article. This is ``delete'' as in ``delete it from your |
| @@ -21843,7 +21844,7 @@ You can do this with the following two score file entries: | |||
| 21843 | 21844 | ||
| 21844 | When you enter the group the first time, you will only see the new | 21845 | When you enter the group the first time, you will only see the new |
| 21845 | threads. You then raise the score of the threads that you find | 21846 | threads. You then raise the score of the threads that you find |
| 21846 | interesting (with @kbd{I T} or @kbd{I S}), and ignore (@kbd{C y}) the | 21847 | interesting (with @kbd{I T} or @kbd{I S}), and ignore (@kbd{c y}) the |
| 21847 | rest. Next time you enter the group, you will see new articles in the | 21848 | rest. Next time you enter the group, you will see new articles in the |
| 21848 | interesting threads, plus any new threads. | 21849 | interesting threads, plus any new threads. |
| 21849 | 21850 | ||
| @@ -27111,6 +27112,10 @@ Gnus 5.10 on May 1st 2003 (24 releases). | |||
| 27111 | 27112 | ||
| 27112 | On the January 4th 2004, No Gnus was begun. | 27113 | On the January 4th 2004, No Gnus was begun. |
| 27113 | 27114 | ||
| 27115 | On April 19, 2010 Gnus development was moved to Git. See | ||
| 27116 | http://git.gnus.org for details (http://www.gnus.org will be updated | ||
| 27117 | with the information when possible). | ||
| 27118 | |||
| 27114 | If you happen upon a version of Gnus that has a prefixed name -- | 27119 | If you happen upon a version of Gnus that has a prefixed name -- |
| 27115 | ``(ding) Gnus'', ``September Gnus'', ``Red Gnus'', ``Quassia Gnus'', | 27120 | ``(ding) Gnus'', ``September Gnus'', ``Red Gnus'', ``Quassia Gnus'', |
| 27116 | ``Pterodactyl Gnus'', ``Oort Gnus'', ``No Gnus'' -- don't panic. | 27121 | ``Pterodactyl Gnus'', ``Oort Gnus'', ``No Gnus'' -- don't panic. |
| @@ -28507,7 +28512,7 @@ directory is not used any more. You can safely delete the entire | |||
| 28507 | hierarchy. | 28512 | hierarchy. |
| 28508 | 28513 | ||
| 28509 | @c FIXME: `gnus-load' is mentioned in README, which is not included in | 28514 | @c FIXME: `gnus-load' is mentioned in README, which is not included in |
| 28510 | @c CVS. We should find a better place for this item. | 28515 | @c the repository. We should find a better place for this item. |
| 28511 | @item | 28516 | @item |
| 28512 | @code{(require 'gnus-load)} | 28517 | @code{(require 'gnus-load)} |
| 28513 | 28518 | ||
diff --git a/doc/misc/info.texi b/doc/misc/info.texi index 98fffabdd6b..b1157c0c4eb 100644 --- a/doc/misc/info.texi +++ b/doc/misc/info.texi | |||
| @@ -15,7 +15,8 @@ This file describes how to use Info, the on-line, menu-driven GNU | |||
| 15 | documentation system. | 15 | documentation system. |
| 16 | 16 | ||
| 17 | Copyright @copyright{} 1989, 1992, 1996, 1997, 1998, 1999, 2000, 2001, | 17 | Copyright @copyright{} 1989, 1992, 1996, 1997, 1998, 1999, 2000, 2001, |
| 18 | 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. | 18 | 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 |
| 19 | Free Software Foundation, Inc. | ||
| 19 | 20 | ||
| 20 | @quotation | 21 | @quotation |
| 21 | Permission is granted to copy, distribute and/or modify this document | 22 | Permission is granted to copy, distribute and/or modify this document |
| @@ -1050,6 +1051,13 @@ their names when @kbd{i} prompts you for a topic. For example, if you | |||
| 1050 | want to read the description of what the @kbd{C-l} key does, type | 1051 | want to read the description of what the @kbd{C-l} key does, type |
| 1051 | @kbd{iC-l@key{RET}} literally. | 1052 | @kbd{iC-l@key{RET}} literally. |
| 1052 | 1053 | ||
| 1054 | @findex Info-virtual-index | ||
| 1055 | @kindex I @r{(Info mode)} | ||
| 1056 | Emacs provides the command @code{Info-virtual-index}, bound to the | ||
| 1057 | @kbd{I} key. This behaves like @kbd{i}, but constructs a virtual | ||
| 1058 | info node displaying the results of an index search, making it easier | ||
| 1059 | to select the one you want. | ||
| 1060 | |||
| 1053 | @findex info-apropos | 1061 | @findex info-apropos |
| 1054 | @findex index-apropos | 1062 | @findex index-apropos |
| 1055 | If you aren't sure which manual documents the topic you are looking | 1063 | If you aren't sure which manual documents the topic you are looking |