aboutsummaryrefslogtreecommitdiffstats
path: root/doc/misc
diff options
context:
space:
mode:
authorMiles Bader2008-04-21 07:13:33 +0000
committerMiles Bader2008-04-21 07:13:33 +0000
commitd55fe5bb3eb98fc19dbab064b5adfbe3a16a6c1b (patch)
tree8c0226d557585842b73cbe2d49f3c511dace6576 /doc/misc
parentd48c50ae86ec3b5bd6d40fbdb1357a56cb347b9a (diff)
downloademacs-d55fe5bb3eb98fc19dbab064b5adfbe3a16a6c1b.tar.gz
emacs-d55fe5bb3eb98fc19dbab064b5adfbe3a16a6c1b.zip
Merge from gnus--devo--0
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1118
Diffstat (limited to 'doc/misc')
-rw-r--r--doc/misc/ChangeLog33
-rw-r--r--doc/misc/gnus-news.texi11
-rw-r--r--doc/misc/gnus.texi24
3 files changed, 54 insertions, 14 deletions
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog
index ef1a9ea569e..8015e54ebc3 100644
--- a/doc/misc/ChangeLog
+++ b/doc/misc/ChangeLog
@@ -1,3 +1,36 @@
12008-04-13 Reiner Steib <Reiner.Steib@gmx.de>
2
3 * gnus.texi (Oort Gnus): Add message-fill-column.
4
52008-04-12 Adrian Aichner <adrian@xemacs.org>
6
7 * gnus.texi (Mail Source Specifiers): Typo fix.
8
92008-04-12 Reiner Steib <Reiner.Steib@gmx.de>
10
11 * gnus.texi (Diary Headers Generation): Update key binding for
12 `gnus-diary-check-message'.
13
142008-04-10 Reiner Steib <Reiner.Steib@gmx.de>
15
16 * gnus.texi (Emacsen): Addition.
17
182008-04-10 Reiner Steib <Reiner.Steib@gmx.de>
19
20 * gnus.texi (Emacsen): Give recommendations for Emacs 22 and Emacs 23.
21
222008-04-09 Reiner Steib <Reiner.Steib@gmx.de>
23
24 * gnus.texi (Oort Gnus): Mention customizing of tool bars.
25
262008-04-09 Reiner Steib <Reiner.Steib@gmx.de>
27
28 * gnus-news.texi: Update tool bar item.
29
302008-04-09 Sven Joachim <svenjoac@gmx.de>
31
32 * gnus-news.texi: Fix typos.
33
12008-04-11 Jay Belanger <jay.p.belanger@gmail.com> 342008-04-11 Jay Belanger <jay.p.belanger@gmail.com>
2 35
3 * calc.texi (Vector and Matrix Arithmetic, Calc Summary): 36 * calc.texi (Vector and Matrix Arithmetic, Calc Summary):
diff --git a/doc/misc/gnus-news.texi b/doc/misc/gnus-news.texi
index f611bee067e..db22c5b4193 100644
--- a/doc/misc/gnus-news.texi
+++ b/doc/misc/gnus-news.texi
@@ -32,10 +32,10 @@ file, where this release will store flags for nntp. See a later entry
32for more information about nntp marks. Note that downgrading isn't 32for more information about nntp marks. Note that downgrading isn't
33safe in general. 33safe in general.
34 34
35@item Incompatibity when switching from Emacs 23 to Emacs 22 35@item Incompatibility when switching from Emacs 23 to Emacs 22
36In Emacs 23, Gnus uses Emacs' new internal coding system @code{utf-8-emacs} 36In Emacs 23, Gnus uses Emacs' new internal coding system @code{utf-8-emacs}
37for saving articles drafts and @file{~/.newsrc.eld}. These file may not 37for saving articles drafts and @file{~/.newsrc.eld}. These files may not
38be read correctly in Emacs 22 and below. If you want to Gnus across 38be read correctly in Emacs 22 and below. If you want to use Gnus across
39different Emacs versions, you may set @code{mm-auto-save-coding-system} 39different Emacs versions, you may set @code{mm-auto-save-coding-system}
40to @code{emacs-mule}. 40to @code{emacs-mule}.
41@c FIXME: Untested. (Or did anyone test it?) 41@c FIXME: Untested. (Or did anyone test it?)
@@ -284,9 +284,8 @@ messages are deleted again).
284@itemize @bullet 284@itemize @bullet
285 285
286@item The tool bar has been updated to use GNOME icons. 286@item The tool bar has been updated to use GNOME icons.
287You can also customize the tool bar. There's no documentation in the 287You can also customize the tool bars: @kbd{M-x customize-apropos RET
288manual yet, but @kbd{M-x customize-apropos RET -tool-bar$} should get 288-tool-bar$} should get you started. (Only for Emacs, not in XEmacs.)
289you started. (Only for Emacs, not in XEmacs.)
290@c FIXME: Document this in the manual 289@c FIXME: Document this in the manual
291 290
292@item The tool bar icons are now (de)activated correctly 291@item The tool bar icons are now (de)activated correctly
diff --git a/doc/misc/gnus.texi b/doc/misc/gnus.texi
index e2bb06e6f2f..91811b5d20e 100644
--- a/doc/misc/gnus.texi
+++ b/doc/misc/gnus.texi
@@ -14576,7 +14576,7 @@ corresponding keywords.
14576 14576
14577@item :mailbox 14577@item :mailbox
14578The name of the mailbox to get mail from. The default is @samp{INBOX} 14578The name of the mailbox to get mail from. The default is @samp{INBOX}
14579which normally is the mailbox which receive incoming mail. 14579which normally is the mailbox which receives incoming mail.
14580 14580
14581@item :predicate 14581@item :predicate
14582The predicate used to find articles to fetch. The default, @samp{UNSEEN 14582The predicate used to find articles to fetch. The default, @samp{UNSEEN
@@ -18971,9 +18971,9 @@ needed.
18971 18971
18972 This function is hooked into the @code{nndiary} back end, so that 18972 This function is hooked into the @code{nndiary} back end, so that
18973moving or copying an article to a diary group will trigger it 18973moving or copying an article to a diary group will trigger it
18974automatically. It is also bound to @kbd{C-c D c} in @code{message-mode} 18974automatically. It is also bound to @kbd{C-c C-f d} in
18975and @code{article-edit-mode} in order to ease the process of converting 18975@code{message-mode} and @code{article-edit-mode} in order to ease the
18976a usual mail to a diary one. 18976process of converting a usual mail to a diary one.
18977 18977
18978 This function takes a prefix argument which will force prompting of 18978 This function takes a prefix argument which will force prompting of
18979all diary headers, regardless of their presence or validity. That way, 18979all diary headers, regardless of their presence or validity. That way,
@@ -26261,7 +26261,7 @@ know.
26261@cindex Mule 26261@cindex Mule
26262@cindex Emacs 26262@cindex Emacs
26263 26263
26264Gnus should work on: 26264This version of Gnus should work on:
26265 26265
26266@itemize @bullet 26266@itemize @bullet
26267 26267
@@ -26278,6 +26278,8 @@ that. Not reliably, at least. Older versions of Gnus may work on older
26278Emacs versions. Particularly, Gnus 5.10.8 should also work on Emacs 26278Emacs versions. Particularly, Gnus 5.10.8 should also work on Emacs
2627920.7 and XEmacs 21.1. 2627920.7 and XEmacs 21.1.
26280 26280
26281@c No-merge comment: The paragraph added in v5-10 here must not be
26282@c synced here!
26281 26283
26282@node Gnus Development 26284@node Gnus Development
26283@subsection Gnus Development 26285@subsection Gnus Development
@@ -27939,7 +27941,12 @@ controls this.
27939@item You can now drag and drop attachments to the Message buffer. 27941@item You can now drag and drop attachments to the Message buffer.
27940See @code{mml-dnd-protocol-alist} and @code{mml-dnd-attach-options}. 27942See @code{mml-dnd-protocol-alist} and @code{mml-dnd-attach-options}.
27941@xref{MIME, ,MIME, message, Message Manual}. 27943@xref{MIME, ,MIME, message, Message Manual}.
27942@c New in 5.10.9 / 5.11 27944@c New in 5.10.9 / 5.11 (Emacs 21.1)
27945
27946@item @code{auto-fill-mode} is enabled by default in Message mode.
27947See @code{message-fill-column}. @xref{Various Message Variables, ,
27948Message Headers, message, Message Manual}.
27949@c New in Gnus 5.10.12 / 5.11 (Emacs 22.3)
27943 27950
27944@end itemize 27951@end itemize
27945 27952
@@ -27992,8 +27999,9 @@ message, Message Manual}).
27992 27999
27993@item 28000@item
27994The tool bars have been updated to use GNOME icons in Group, Summary and 28001The tool bars have been updated to use GNOME icons in Group, Summary and
27995Message mode. You can also customize the tool bars. This is a new 28002Message mode. You can also customize the tool bars: @kbd{M-x
27996feature in Gnus 5.10.9. (Only for Emacs, not in XEmacs.) 28003customize-apropos RET -tool-bar$} should get you started. This is a new
28004feature in Gnus 5.10.10. (Only for Emacs, not in XEmacs.)
27997 28005
27998@item The tool bar icons are now (de)activated correctly 28006@item The tool bar icons are now (de)activated correctly
27999in the group buffer, see the variable @code{gnus-group-update-tool-bar}. 28007in the group buffer, see the variable @code{gnus-group-update-tool-bar}.