aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiles Bader2006-03-28 23:05:01 +0000
committerMiles Bader2006-03-28 23:05:01 +0000
commit29314e0fd78063d663bd272787d0ea81cc61e38e (patch)
tree5f848c5f81a41f03fab451e953772049ccf643c3
parent84b570049088689aef5dedca970a20e77b604d31 (diff)
downloademacs-29314e0fd78063d663bd272787d0ea81cc61e38e.tar.gz
emacs-29314e0fd78063d663bd272787d0ea81cc61e38e.zip
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-184
Merge from gnus--rel--5.10 Patches applied: * gnus--rel--5.10 (patch 70) - Update from CVS
-rw-r--r--man/ChangeLog9
-rw-r--r--man/gnus-faq.texi25
-rw-r--r--man/gnus.texi9
3 files changed, 33 insertions, 10 deletions
diff --git a/man/ChangeLog b/man/ChangeLog
index fe8ffcc7ce0..55a15f70c51 100644
--- a/man/ChangeLog
+++ b/man/ChangeLog
@@ -1,3 +1,12 @@
12006-03-28 Reiner Steib <Reiner.Steib@gmx.de>
2
3 * gnus.texi (Posting Styles): Add x-face-file to example.
4 (X-Face): Refer to posting styles.
5
6 * gnus-faq.texi ([5.8]): Add x-face-file.
7 ([8.4]): Add links to gmane.emacs.gnus.user and
8 gmane.emacs.gnus.general.
9
12006-03-28 Eli Zaretskii <eliz@gnu.org> 102006-03-28 Eli Zaretskii <eliz@gnu.org>
2 11
3 * files.texi (File Name Cache): Make it clear that the cache is 12 * files.texi (File Name Cache): Make it clear that the cache is
diff --git a/man/gnus-faq.texi b/man/gnus-faq.texi
index 4a00004ad66..7fa00c37403 100644
--- a/man/gnus-faq.texi
+++ b/man/gnus-faq.texi
@@ -52,7 +52,7 @@ a subscriber, your submissions will automatically pass. You can
52also subscribe to the list by sending a blank email to 52also subscribe to the list by sending a blank email to
53@email{faq-discuss-subscribe@@my.gnus.org, faq-discuss-subscribe@@my.gnus.org} 53@email{faq-discuss-subscribe@@my.gnus.org, faq-discuss-subscribe@@my.gnus.org}
54and @uref{http://mail1.kens.com/cgi-bin/ezmlm-browse?command=monthbythread%26list=faq-discuss, browse 54and @uref{http://mail1.kens.com/cgi-bin/ezmlm-browse?command=monthbythread%26list=faq-discuss, browse
55the archive}. 55the archive (BROKEN)}.
56 56
57@node FAQ - Changes 57@node FAQ - Changes
58@subheading Changes 58@subheading Changes
@@ -1551,12 +1551,19 @@ Now you only have to tell Gnus to include the X-face in your postings by saying
1551(setq message-default-headers 1551(setq message-default-headers
1552 (with-temp-buffer 1552 (with-temp-buffer
1553 (insert "X-Face: ") 1553 (insert "X-Face: ")
1554 (insert-file-contents "~/.xemacs/xface") 1554 (insert-file-contents "~/.xface")
1555 (buffer-string))) 1555 (buffer-string)))
1556@end example 1556@end example
1557@noindent 1557@noindent
1558 1558
1559in ~/.gnus.el. 1559in ~/.gnus.el. If you use Gnus 5.10, you can simply add an entry
1560
1561@example
1562(x-face-file "~/.xface")
1563@end example
1564@noindent
1565
1566to gnus-posting-styles.
1560 1567
1561@node [5.9] 1568@node [5.9]
1562@subsubheading Question 5.9 1569@subsubheading Question 5.9
@@ -2121,11 +2128,15 @@ Which mailing lists and newsgroups are there?
2121 2128
2122@subsubheading Answer 2129@subsubheading Answer
2123 2130
2124There's the newsgroup gnu.emacs.gnus (pull it from 2131There's the newsgroup gnu.emacs.gnus
2125e.g. news.gnus.org) which deals with general questions and the 2132(also available as
2126ding mailing list (ding@@gnus.org) dealing with development of 2133@uref{http://dir.gmane.org/gmane.emacs.gnus.user,
2134gmane.emacs.gnus.user})
2135which deals with general Gnus questions.
2136The ding mailing list (ding@@gnus.org) deals with development of
2127Gnus. You can read the ding list via NNTP, too under the name 2137Gnus. You can read the ding list via NNTP, too under the name
2128gmane.emacs.gnus.general from news.gmane.org. 2138@uref{http://dir.gmane.org/gmane.emacs.gnus.general,
2139gmane.emacs.gnus.general} from news.gmane.org.
2129 2140
2130If you want to stay in the big8, 2141If you want to stay in the big8,
2131news.software.newssreaders is also read by some Gnus 2142news.software.newssreaders is also read by some Gnus
diff --git a/man/gnus.texi b/man/gnus.texi
index 7b9338124a0..f2c306cbe23 100644
--- a/man/gnus.texi
+++ b/man/gnus.texi
@@ -11913,7 +11913,8 @@ So here's a new example:
11913 '((".*" 11913 '((".*"
11914 (signature-file "~/.signature") 11914 (signature-file "~/.signature")
11915 (name "User Name") 11915 (name "User Name")
11916 ("X-Home-Page" (getenv "WWW_HOME")) 11916 (x-face-file "~/.xface")
11917 (x-url (getenv "WWW_HOME"))
11917 (organization "People's Front Against MWM")) 11918 (organization "People's Front Against MWM"))
11918 ("^rec.humor" 11919 ("^rec.humor"
11919 (signature my-funny-signature-randomizer)) 11920 (signature my-funny-signature-randomizer))
@@ -22098,8 +22099,10 @@ foreground and background colors of the displayed X-Faces. The
22098default colors are black and white. 22099default colors are black and white.
22099@end table 22100@end table
22100 22101
22101Gnus provides a few convenience functions and variables to allow 22102If you use posting styles, you can use an @code{x-face-file} entry in
22102easier insertion of X-Face headers in outgoing messages. 22103@code{gnus-posting-styles}, @xref{Posting Styles}. If you don't, Gnus
22104provides a few convenience functions and variables to allow easier
22105insertion of X-Face headers in outgoing messages.
22103 22106
22104@findex gnus-random-x-face 22107@findex gnus-random-x-face
22105@vindex gnus-convert-pbm-to-x-face-command 22108@vindex gnus-convert-pbm-to-x-face-command