[gnus git] branch master updated: =1= * gnus.texi (Window Layout): Document layout names.
Lars Ingebrigtsen <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via 3073c20c088923d208640e5fc44fa698a1a3dda3 (commit)
from 926f7e5310c3e3fffda7951d369f38a52de5445b (commit)
- Log -----------------------------------------------------------------
commit 3073c20c088923d208640e5fc44fa698a1a3dda3
Author: Lars Ingebrigtsen <[email protected]>
Date: Sat Feb 19 17:32:38 2011 -0800
* gnus.texi (Window Layout): Document layout names.
diff --git a/texi/ChangeLog b/texi/ChangeLog
index 0e979f3..ec1eb16 100644
--- a/texi/ChangeLog
+++ b/texi/ChangeLog
@@ -1,3 +1,7 @@
+2011-02-20 Lars Ingebrigtsen <[email protected]>
+
+ * gnus.texi (Window Layout): Document layout names.
+
2011-02-19 Eli Zaretskii <[email protected]>
* auth.texi: Sync @dircategory with Emacs/info/dir.
diff --git a/texi/gnus.texi b/texi/gnus.texi
index 62a4ca9..4756f1b 100644
--- a/texi/gnus.texi
+++ b/texi/gnus.texi
@@ -22823,6 +22823,81 @@ window is displayed vertically next to another window, you may also want
to fiddle with @code{gnus-tree-minimize-window} to avoid having the
windows resized.
+@subsection Window Configuration Names
+
+Here's a list of most of the currently known window configurations,
+and when they're used:
+
+@itemize @code
+@item group
+The group buffer.
+
+@item summary
+Entering a group and showing only the summary.
+
+@item article
+Selecting an article.
+
+@item server
+The server buffer.
+
+@item browse
+Browsing groups from the server buffer.
+
+@item message
+Composing a (new) message.
+
+@item only-article
+Showing only the article buffer.
+
+@item edit-article
+Editing an article.
+
+@item edit-form
+Editing group parameters and the like.
+
+@item edit-score
+Editing a server definition.
+
+@item post
+Composing a news message.
+
+@item reply
+Replying or following up an article without yanking the text.
+
+@item forward
+Forwarding a message.
+
+@item reply-yank
+Replying or following up an article with yanking the text.
+
+@item mail-bound
+Bouncing a message.
+
+@item pipe
+Sending an article to an external process.
+
+@item bug
+Sending a bug report.
+
+@item score-trace
+Displaying the score trace.
+
+@item score-words
+Displaying the score words.
+
+@item split-trace
+Displaying the split trace.
+
+@item compose-bounce
+Composing a bounce message.
+
+@item mml-preview
+Previewing a @acronym{MIME} part.
+
+@end itemize
+
+
@subsection Example Window Configurations
@itemize @bullet
-----------------------------------------------------------------------
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we listed those
revisions in full, above.
Summary of changes:
texi/ChangeLog | 4 +++
texi/gnus.texi | 75 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 79 insertions(+), 0 deletions(-)
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Gnus Project".
The branch, master has been updated
hooks/post-receive
--
Gnus Project