aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorGnus developers2011-03-15 22:38:41 +0000
committerKatsumi Yamaoka2011-03-15 22:38:41 +0000
commita123622dc48a5f0e0eb32c07ce05c85e16e09c1d (patch)
tree1d2116fe692367da3625b744e980a6a8c909dd1e /doc
parent2dab465b9edbb62db03cd5d2d9741415ba1014f6 (diff)
downloademacs-a123622dc48a5f0e0eb32c07ce05c85e16e09c1d.tar.gz
emacs-a123622dc48a5f0e0eb32c07ce05c85e16e09c1d.zip
Merge changes made in Gnus trunk.
message.texi (Insertion Variables): Document message-cite-style. nnimap.el (nnimap-open-connection-1): Allow `network-only', too. gssapi.el: New file separated out from imap.el to provide a general Kerberos 5 connection facility for Emacs. message.el (message-elide-ellipsis): Document the format spec ellipsis. message.el (message-elide-region): Allow the ellipsis to say how many lines were removed. gnus-win.el (gnus-configure-frame): Protect against trying to restore window configurations containing buffers that are now dead. nnimap.el (nnimap-parse-flags): Remove all MODSEQ entries before parsing to avoid integer overflows. (nnimap-parse-flags): Simplify the last change. (nnimap-parse-flags): Store HIGHESTMODSEQ as a string, since it may be too large for 32-bit Emacsen. gnus-art.el (gnus-article-treat-body-boundary): Fix boundary width on XEmacs, which was one character too wide. gnus-sum.el (gnus-articles-to-read): Use gnus-large-newsgroup as default number of articles to display. (gnus-articles-to-read): Use pretty names for prompt. gnus-int.el (gnus-open-server): Ditto. gnus-start.el (gnus-activate-group): Give a backtrace if debug-on-quit is set and the user hits `C-g'. (gnus-read-active-file): Ditto. gnus-group.el (gnus-group-read-ephemeral-group): Ditto.
Diffstat (limited to 'doc')
-rw-r--r--doc/misc/ChangeLog6
-rw-r--r--doc/misc/message.texi19
2 files changed, 24 insertions, 1 deletions
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog
index ecb6cceda91..be1b4c46fba 100644
--- a/doc/misc/ChangeLog
+++ b/doc/misc/ChangeLog
@@ -1,4 +1,8 @@
12011-03-14 Michael Albinus <michael.albinus@gmx.de> 12011-03-15 Antoine Levitt <antoine.levitt@gmail.com>
2
3 * message.texi (Insertion Variables): Document message-cite-style.
4
52011-03-14 Michael Albinus <michael.albinus@gmx.de>
2 6
3 * tramp.texi (Remote processes): New subsection "Running shell on 7 * tramp.texi (Remote processes): New subsection "Running shell on
4 a remote host". 8 a remote host".
diff --git a/doc/misc/message.texi b/doc/misc/message.texi
index 2937037ebb3..7d61ffd9efa 100644
--- a/doc/misc/message.texi
+++ b/doc/misc/message.texi
@@ -1930,6 +1930,25 @@ posting a prepared news message.
1930@section Insertion Variables 1930@section Insertion Variables
1931 1931
1932@table @code 1932@table @code
1933@item message-cite-style
1934@vindex message-cite-style
1935The overall style to be used when replying to messages. This controls
1936things like where the reply should be put relative to the original,
1937how the citation is formatted, where the signature goes, etc.
1938
1939Value is either @code{nil} (no variable overrides) or a let-style list
1940of pairs @code{(VARIABLE VALUE)} to override default values.
1941
1942See @code{gnus-posting-styles} to set this variable for specific
1943groups. Presets to impersonate popular mail agents are available in the
1944@code{message-cite-style-*} variables.
1945
1946@item message-cite-reply-position
1947@vindex message-cite-reply-position
1948Where the reply should be positioned. Available styles are
1949@code{traditional} to reply inline, @code{above} for top-posting, and
1950@code{below} for bottom-posting
1951
1933@item message-ignored-cited-headers 1952@item message-ignored-cited-headers
1934@vindex message-ignored-cited-headers 1953@vindex message-ignored-cited-headers
1935All headers that match this regexp will be removed from yanked 1954All headers that match this regexp will be removed from yanked