Changes committed gnus/texi (ChangeLog gnus.texi)
"Miles Bader" <[email protected]>
| Newsgroups | gmane.emacs.gnus.commits |
|---|---|
| Message-ID | <[email protected]> |
Modified: ChangeLog gnus.texi Merge from gnus--rel--5.10 Patches applied: * gnus--rel--5.10 (patch 288-290) - Update from CVS 2008-04-12 Reiner Steib <[email protected]> * Makefile.in (release-check-settings): Clarify codename. (release-help): New target. (release-cvs-export): Add umask. Suggested by Sven Joachim. 2008-04-12 Reiner Steib <[email protected]> * lisp/gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove binding for `gnus-diary-version'. Bind `gnus-diary-check-message' to `C-c C-f d'. 2008-04-12 Adrian Aichner <[email protected]> * lisp/gnus-sum.el (gnus-summary-goto-subject): Typo fix. 2008-03-31 Katsumi Yamaoka <[email protected]> * lisp/Makefile.in (EMACS_COMP): Quote directory name that might contain whitespace. 2008-04-13 Reiner Steib <[email protected]> * texi/gnus.texi (Oort Gnus): Add message-fill-column. 2008-04-12 Adrian Aichner <[email protected]> * texi/gnus.texi (Mail Source Specifiers): Typo fix. 2008-04-12 Reiner Steib <[email protected]> * texi/gnus.texi (Diary Headers Generation): Update key binding for `gnus-diary-check-message'. Revision: [email protected]/gnus--devo--0--patch-479 Index: ChangeLog diff -u gnus/texi/ChangeLog:7.400 gnus/texi/ChangeLog:7.401 --- ChangeLog:7.400 Fri Apr 11 08:39:28 2008 +++ ChangeLog Mon Apr 21 01:38:58 2008 @@ -1,14 +1,35 @@ +2008-04-13 Reiner Steib <[email protected]> + + * gnus.texi (Oort Gnus): Add message-fill-column. + +2008-04-12 Adrian Aichner <[email protected]> + + * gnus.texi (Mail Source Specifiers): Typo fix. + +2008-04-12 Reiner Steib <[email protected]> + + * gnus.texi (Diary Headers Generation): Update key binding for + `gnus-diary-check-message'. + 2008-04-11 Reiner Steib <[email protected]> * gnus.texi, gnus-faq.texi, message.texi: Bump version to 0.9. 2008-04-10 Reiner Steib <[email protected]> - * gnus.texi, gnus-faq.texi, message.texi: No Gnus v0.8 is released. + * gnus.texi (Emacsen): Addition. 2008-04-10 Reiner Steib <[email protected]> - * gnus.texi (Emacsen): Addition. + * gnus.texi (Emacsen): Give recommendations for Emacs 22 and Emacs 23. + +2008-04-10 Reiner Steib <[email protected]> + + * gnus.texi, gnus-faq.texi, message.texi: No Gnus v0.8 is released. + +2008-04-09 Reiner Steib <[email protected]> + + * gnus.texi (Oort Gnus): Mention customizing of tool bars. 2008-04-09 Reiner Steib <[email protected]> Index: gnus.texi diff -u gnus/texi/gnus.texi:7.281 gnus/texi/gnus.texi:7.282 --- gnus.texi:7.281 Fri Apr 11 08:39:28 2008 +++ gnus.texi Mon Apr 21 01:38:58 2008 @@ -14564,7 +14564,7 @@ @item :mailbox The name of the mailbox to get mail from. The default is @samp{INBOX} -which normally is the mailbox which receive incoming mail. +which normally is the mailbox which receives incoming mail. @item :predicate The predicate used to find articles to fetch. The default, @samp{UNSEEN @@ -18959,9 +18959,9 @@ This function is hooked into the @code{nndiary} back end, so that moving or copying an article to a diary group will trigger it -automatically. It is also bound to @kbd{C-c D c} in @code{message-mode} -and @code{article-edit-mode} in order to ease the process of converting -a usual mail to a diary one. +automatically. It is also bound to @kbd{C-c C-f d} in +@code{message-mode} and @code{article-edit-mode} in order to ease the +process of converting a usual mail to a diary one. This function takes a prefix argument which will force prompting of all diary headers, regardless of their presence or validity. That way, @@ -27929,7 +27929,12 @@ @item You can now drag and drop attachments to the Message buffer. See @code{mml-dnd-protocol-alist} and @code{mml-dnd-attach-options}. @xref{MIME, ,MIME, message, Message Manual}. -@c New in 5.10.9 / 5.11 +@c New in 5.10.9 / 5.11 (Emacs 21.1) + +@item @code{auto-fill-mode} is enabled by default in Message mode. +See @code{message-fill-column}. @xref{Various Message Variables, , +Message Headers, message, Message Manual}. +@c New in Gnus 5.10.12 / 5.11 (Emacs 22.3) @end itemize @@ -27982,8 +27987,9 @@ @item The tool bars have been updated to use GNOME icons in Group, Summary and -Message mode. You can also customize the tool bars. This is a new -feature in Gnus 5.10.9. (Only for Emacs, not in XEmacs.) +Message mode. You can also customize the tool bars: @kbd{M-x +customize-apropos RET -tool-bar$} should get you started. This is a new +feature in Gnus 5.10.10. (Only for Emacs, not in XEmacs.) @item The tool bar icons are now (de)activated correctly in the group buffer, see the variable @code{gnus-group-update-tool-bar}.