Changes committed gnus/texi (ChangeLog gnus.texi)
"Katsumi Yamaoka" <[email protected]> Wed, 24 Sep 2008 02:36:52 +0200
| Newsgroups | gmane.emacs.gnus.commits |
|---|---|
| Message-ID | <[email protected]> |
Modified: ChangeLog gnus.texi (The Gnus Registry): Don't give argument to @item used in @enumerate section so as to be able to be formatted with MAKEINFO=no. Index: ChangeLog diff -u gnus/texi/ChangeLog:7.422 gnus/texi/ChangeLog:7.423 --- ChangeLog:7.422 Fri Sep 19 18:19:03 2008 +++ ChangeLog Wed Sep 24 02:36:52 2008 @@ -1,4 +1,9 @@ -2008-09-19 Katsumi Yamaoka <[email protected]> +2008-09-24 Katsumi Yamaoka <[email protected]> + + * gnus.texi (The Gnus Registry): Don't give argument to @item used in + @enumerate section so as to be able to be formatted with MAKEINFO=no. + +2008-09-19 Katsumi Yamaoka <[email protected]> * gnus.texi (Top, Setup, Fancy splitting to parent) (Store custom flags and keywords, Store arbitrary data): Clean up Index: gnus.texi diff -u gnus/texi/gnus.texi:7.307 gnus/texi/gnus.texi:7.308 --- gnus.texi:7.307 Fri Sep 19 18:19:03 2008 +++ gnus.texi Wed Sep 24 02:36:52 2008 @@ -26506,7 +26506,6 @@ @node The Gnus Registry @section The Gnus Registry - @cindex registry @cindex split @cindex track @@ -26521,26 +26520,29 @@ of said features in case your attention span is... never mind. @enumerate +@item +Split messages to their parent -@item Split messages to their parent This keeps discussions in the same group. You can use the subject and the sender in addition to the Message-ID. Several strategies are available. -@item Store custom flags and keywords +@item +Store custom flags and keywords + The registry can store custom flags and keywords for a message. For instance, you can mark a message ``To-Do'' this way and the flag will persist whether the message is in the nnimap, nnml, nnmaildir, etc. backends. -@item Store arbitrary data +@item +Store arbitrary data + Through a simple ELisp API, the registry can remember any data for a message. A built-in inverse map, when activated, allows quick lookups of all messages matching a particular set of criteria. - @end enumerate - @menu * Setup:: * Fancy splitting to parent::