Synch to No Gnus 200501022332.
authoryamaoka <yamaoka>
Mon, 3 Jan 2005 00:02:06 +0000 (00:02 +0000)
committeryamaoka <yamaoka>
Mon, 3 Jan 2005 00:02:06 +0000 (00:02 +0000)
ChangeLog
GNUS-NEWS
texi/ChangeLog
texi/gnus-news.texi
texi/message-ja.texi
texi/message.texi

index 45ca335..f305cb0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2005-01-02  Romain Francoise  <romain@orebokech.com>
+
+       * GNUS-NEWS: Generated.
+
 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
 
        * GNUS-NEWS: Generated.
index 070030b..69c68b5 100644 (file)
--- a/GNUS-NEWS
+++ b/GNUS-NEWS
@@ -42,8 +42,6 @@ inline PGP signed messages.
 
 ** You can now drag and drop attachments to the Message buffer.
 
-** `/ r' limits the summary buffer to replied articles.
-
 ** ANSI SGR control sequences can be transformed using `W A'.
 
 ANSI sequences are used in some Chinese hierarchies for highlighting
@@ -81,8 +79,8 @@ header.  This changes the default of `gnus-article-loose-mime'.
 ** Gnus now view DNS master files sent as text/dns using dns-mode.
 
 ** Gnus now support the "hashcash" client puzzle anti-spam idea.  See
-the Gnus manual, section Hashcash, for more information.  Use (setq
-message-generate-hashcash t) to enable.
+the Gnus manual, section Hashcash, for more information.  Use `(setq
+message-generate-hashcash t)' to enable.
 
 ** Gnus supports new limiting commands in the Summary buffer: `/ r'
 (`gnus-summary-limit-to-replied') and `/ R'
@@ -97,6 +95,9 @@ names for the `nnrss' groups are also supported.  *Note RSS::.
 ** URLs inside OpenPGP: headers are retrieved and imported to your PGP
 key ring when you click on them.
 
+** Gnus uses narrowing to hide headers in Message buffers.  The
+`References' header is hidden by default.  To make all headers
+visible, use `(setq message-hidden-headers nil)'.
 \f
 * For older news, see Gnus info node "New Features".
 
index 148f89e..5fed338 100644 (file)
@@ -1,3 +1,12 @@
+2005-01-02  Romain Francoise  <romain@orebokech.com>
+
+       * gnus-news.texi: Mention the new method used to hide headers.
+       Remove duplicate item about `/ r'.  Add missing @code.
+
+       * message.texi (Message Headers): Mention that headers are hidden
+       using narrowing, and how to expose them.
+       Update copyright.
+
 2005-01-02  Simon Josefsson  <jas@extundo.com>
 
        * gnus-news.texi: Add.
index 0cbce60..83f2a59 100644 (file)
@@ -54,8 +54,6 @@ inline @acronym{PGP} signed messages.
 
 @item You can now drag and drop attachments to the Message buffer.
 
-@item @kbd{/ r} limits the summary buffer to replied articles.
-
 @item @acronym{ANSI} @acronym{SGR} control sequences can be transformed
 using @kbd{W A}.
 
@@ -98,7 +96,7 @@ This changes the default of @code{gnus-article-loose-mime}.
 
 @item Gnus now support the ``hashcash'' client puzzle anti-spam idea.
 See the Gnus manual, section Hashcash, for more information.  Use
-(setq message-generate-hashcash t) to enable.
+@code{(setq message-generate-hashcash t)} to enable.
 
 @item Gnus supports new limiting commands in the Summary buffer:
 @kbd{/ r} (@code{gnus-summary-limit-to-replied}) and @kbd{/ R}
@@ -114,6 +112,9 @@ supported.  @xref{RSS}.
 @item URLs inside OpenPGP: headers are retrieved and imported to your
 PGP key ring when you click on them.
 
+@item Gnus uses narrowing to hide headers in Message buffers.
+The @code{References} header is hidden by default.  To make all
+headers visible, use @code{(setq message-hidden-headers nil)}.
 @end itemize
 
 @c gnus-news.texi ends here.
index f7d050d..db156b7 100644 (file)
@@ -11,7 +11,7 @@ This file documents Message, the Emacs message composition mode.
 \e$B$3$N%U%!%$%k$O\e(B Emacs \e$B$N%a%C%;!<%8:n@.%b!<%I$G$"$k\e(B Message \e$B$K4X$9$k@bL@J8\e(B
 \e$B=q$G$9!#\e(B
 
-Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004
+Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005
 Free Software Foundation, Inc.
 
 @quotation
@@ -1417,6 +1417,9 @@ Message \e$B$,\e(B gnus \e$B>e$GAv$C$F$$$k>l9g!"%a%C%;!<%8%P%C%U%!$O%I%i%U%H%0%k!<%
       '(not "From" "Subject" "To" "Cc" "Newsgroups"))
 @end lisp
 
+\e$B%X%C%@!<$O\e(B narrowing \e$B$r;H$C$F1#$5$l$^$9!#$=$l$i$r%P%C%U%!$GO*=P$5$;$k$?\e(B
+\e$B$a$K\e(B @kbd{M-x widen} \e$B$r;H$&$3$H$,$G$-$^$9!#\e(B
+
 @item message-header-synonyms
 @vindex message-header-synonyms
 \e$B%X%C%@!<F10U8l%j%9%H$N%j%9%H!#Nc$($P$3$N%j%9%H\e(B
index accafdd..263cc34 100644 (file)
@@ -8,7 +8,7 @@
 @copying
 This file documents Message, the Emacs message composition mode.
 
-Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004 
+Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005 
 Free Software Foundation, Inc.
 
 @quotation
@@ -1421,6 +1421,9 @@ hidden when composing a message.
       '(not "From" "Subject" "To" "Cc" "Newsgroups"))
 @end lisp
 
+Headers are hidden using narrowing, you can use @kbd{M-x widen} to
+expose them in the buffer.
+
 @item message-header-synonyms
 @vindex message-header-synonyms
 A list of lists of header synonyms.  E.g., if this list contains a