aboutsummaryrefslogtreecommitdiffstats
path: root/man
diff options
context:
space:
mode:
authorMiles Bader2006-01-11 02:03:24 +0000
committerMiles Bader2006-01-11 02:03:24 +0000
commit7dafe00b0d6e6636c55acb64fa1fb75aee36d343 (patch)
treefc8067f96ba09e81ad0c690312c7f23bb1a47fe2 /man
parent2898111ccb9249eec9b12175e29487277df9ddbd (diff)
downloademacs-7dafe00b0d6e6636c55acb64fa1fb75aee36d343.tar.gz
emacs-7dafe00b0d6e6636c55acb64fa1fb75aee36d343.zip
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-690
Merge from gnus--rel--5.10 Patches applied: * gnus--rel--5.10 (patch 174-181) - Update from CVS - Update from CVS: texi/gnus.texi (RSS): Addition. 2006-01-10 Katsumi Yamaoka <yamaoka@jpl.org> * lisp/gnus/nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable. (nnrss-request-article): Render text/plain parts as HTML. * lisp/gnus/gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow the buffer. 2006-01-08 Reiner Steib <Reiner.Steib@gmx.de> * lisp/gnus/gnus-cus.el (gnus-group-parameters): Sync posting-style with custom definition of `gnus-posting-styles'. * lisp/gnus/gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind print-circle. Suggested by Kalle Olavi Niemitalo <kon@iki.fi>. 2006-01-05 Reiner Steib <Reiner.Steib@gmx.de> * lisp/gnus/gnus-group.el (gnus-useful-groups): Use Gmane for ding. Use nntp for bug archive. 2006-01-05 Katsumi Yamaoka <yamaoka@jpl.org> * lisp/gnus/nnrss.el (nnrss-request-article): Fix the way to fill text/plain parts. (nnrss-normalize-date): New function converts ISO 8601 date into RFC822 style. Suggested by Mark Plaksin <happy@mcplaksin.org>. (nnrss-check-group): Use it. 2006-01-03 Rodrigo Ventura <yoda@isr.ist.utl.pt> (tiny change) * lisp/gnus/gnus-xmas.el (gnus-xmas-group-startup-message): Typo gnus-splash-face -> gnus-splash. Fixes starting from a TTY in XEmacs. 2006-01-01 Katsumi Yamaoka <yamaoka@jpl.org> * lisp/gnus/gnus-sum.el (gnus-summary-work-articles): Remove useless `min'. * lisp/gnus/nnrss.el (nnrss-fetch): Make it fail gracefully when it can't fetch a feed. Suggested by Mark Plaksin <happy@mcplaksin.org>. (nnrss-insert-w3): Ditto. 2005-12-21 Katsumi Yamaoka <yamaoka@jpl.org> * lisp/gnus/nnrss.el (nnrss-request-article): Fix last change; fill text/plain parts. 2005-12-20 Katsumi Yamaoka <yamaoka@jpl.org> * lisp/gnus/nnrss.el (nnrss-request-article): Replace <br />s with newlines in text/plain part. (nnrss-check-group): Don't add excessive newline to dc:subject. 2005-12-19 Katsumi Yamaoka <yamaoka@jpl.org> * lisp/gnus/gnus-art.el (gnus-article-delete-text-of-type): Enable it to remove MIME buttons associated with multipart/alternative parts. (gnus-mime-display-alternative): Tag buttons using `article-type' text property. * lisp/gnus/gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons associated with multipart/alternative parts. 2005-12-19 Mark Plaksin <happy@mcplaksin.org> (tiny change) * lisp/gnus/nnrss.el (nnrss-check-group): Put the RSS dc:subject in the article. 2005-12-18 Lars Magne Ingebrigtsen <larsi@gnus.org> * lisp/gnus/dns.el (query-dns): Make sure we check the buffer size before removing tcp headers. 2006-01-10 Katsumi Yamaoka <yamaoka@jpl.org> * man/gnus.texi (RSS): Document nnrss-wash-html-in-text-plain-parts. 2006-01-06 Katsumi Yamaoka <yamaoka@jpl.org> * man/gnus.texi (RSS): Addition. 2005-12-22 Katsumi Yamaoka <yamaoka@jpl.org> * man/gnus.texi (Summary Post Commands): Fix function bound to `S O p'. 2005-12-19 Katsumi Yamaoka <yamaoka@jpl.org> * man/emacs-mime.texi (Display Customization): Add setting example to mm-discouraged-alternatives.
Diffstat (limited to 'man')
-rw-r--r--man/ChangeLog17
-rw-r--r--man/emacs-mime.texi20
-rw-r--r--man/gnus.texi41
3 files changed, 76 insertions, 2 deletions
diff --git a/man/ChangeLog b/man/ChangeLog
index 36085b48d7b..16e9373c5b3 100644
--- a/man/ChangeLog
+++ b/man/ChangeLog
@@ -1,3 +1,20 @@
12006-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
2
3 * gnus.texi (RSS): Document nnrss-wash-html-in-text-plain-parts.
4
52006-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
6
7 * gnus.texi (RSS): Addition.
8
92005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
10
11 * gnus.texi (Summary Post Commands): Fix function bound to `S O p'.
12
132005-12-19 Katsumi Yamaoka <yamaoka@jpl.org>
14
15 * emacs-mime.texi (Display Customization): Add setting example to
16 mm-discouraged-alternatives.
17
12006-01-09 Stefan Monnier <monnier@iro.umontreal.ca> 182006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
2 19
3 * flymake.texi (Obtaining Flymake): Remove chapter since Emacs's 20 * flymake.texi (Obtaining Flymake): Remove chapter since Emacs's
diff --git a/man/emacs-mime.texi b/man/emacs-mime.texi
index d98fd4091bb..9df33969bec 100644
--- a/man/emacs-mime.texi
+++ b/man/emacs-mime.texi
@@ -323,10 +323,28 @@ you could say something like:
323@end lisp 323@end lisp
324 324
325Adding @code{"image/.*"} might also be useful. Spammers use it as the 325Adding @code{"image/.*"} might also be useful. Spammers use it as the
326prefered part of @samp{multipart/alternative} messages. See also 326prefered part of @samp{multipart/alternative} messages, and you might
327not notice there are other parts. See also
327@code{gnus-buttonized-mime-types} (@pxref{MIME Commands, ,MIME Commands, 328@code{gnus-buttonized-mime-types} (@pxref{MIME Commands, ,MIME Commands,
328gnus, Gnus Manual}), to which adding @code{"multipart/alternative"} 329gnus, Gnus Manual}), to which adding @code{"multipart/alternative"}
329enables you to choose manually one of two types those mails include. 330enables you to choose manually one of two types those mails include.
331For example, you can set those variables like:
332
333@lisp
334(setq gnus-buttonized-mime-types
335 '("multipart/alternative" "multipart/signed")
336 mm-discouraged-alternatives
337 '("text/html" "image/.*"))
338@end lisp
339
340In this case, Gnus will display radio buttons for such a kind of spam
341message as follows:
342
343@example
3441. (*) multipart/alternative ( ) image/gif
345
3462. (*) text/plain ( ) text/html
347@end example
330 348
331@item mm-inline-large-images 349@item mm-inline-large-images
332@vindex mm-inline-large-images 350@vindex mm-inline-large-images
diff --git a/man/gnus.texi b/man/gnus.texi
index ad4343de5d3..df3b1db7874 100644
--- a/man/gnus.texi
+++ b/man/gnus.texi
@@ -5491,7 +5491,7 @@ default, the message is decoded and forwarded as an rfc822 @acronym{MIME} sectio
5491@cindex digests 5491@cindex digests
5492@cindex making digests 5492@cindex making digests
5493Digest the current series and forward the result to a newsgroup 5493Digest the current series and forward the result to a newsgroup
5494(@code{gnus-uu-digest-mail-forward}). This command uses the 5494(@code{gnus-uu-digest-post-forward}). This command uses the
5495process/prefix convention. 5495process/prefix convention.
5496 5496
5497@item S u 5497@item S u
@@ -15886,6 +15886,10 @@ the value of @code{default-file-name-coding-system}. If you are using
15886XEmacs and want to use non-@acronym{ASCII} group names, you should set 15886XEmacs and want to use non-@acronym{ASCII} group names, you should set
15887the value for the @code{nnmail-pathname-coding-system} variable properly. 15887the value for the @code{nnmail-pathname-coding-system} variable properly.
15888 15888
15889The @code{nnrss} back end generates @samp{multipart/alternative}
15890@acronym{MIME} articles in which each contains a @samp{text/plain} part
15891and a @samp{text/html} part.
15892
15889@cindex OPML 15893@cindex OPML
15890You can also use the following commands to import and export your 15894You can also use the following commands to import and export your
15891subscriptions from a file in @acronym{OPML} format (Outline Processor 15895subscriptions from a file in @acronym{OPML} format (Outline Processor
@@ -15923,6 +15927,15 @@ If you set @code{nnrss-use-local} to @code{t}, @code{nnrss} will read
15923the feeds from local files in @code{nnrss-directory}. You can use 15927the feeds from local files in @code{nnrss-directory}. You can use
15924the command @code{nnrss-generate-download-script} to generate a 15928the command @code{nnrss-generate-download-script} to generate a
15925download script using @command{wget}. 15929download script using @command{wget}.
15930
15931@item nnrss-wash-html-in-text-plain-parts
15932Non-@code{nil} means that @code{nnrss} renders text in @samp{text/plain}
15933parts as @acronym{HTML}. The function specified by the
15934@code{mm-text-html-renderer} variable (@pxref{Display Customization,
15935,Display Customization, emacs-mime, The Emacs MIME Manual}) will be used
15936to render text. If it is @code{nil}, which is the default, text will
15937simply be folded. Leave it @code{nil} if you prefer to see
15938@samp{text/html} parts.
15926@end table 15939@end table
15927 15940
15928The following code may be helpful, if you want to show the description in 15941The following code may be helpful, if you want to show the description in
@@ -15940,6 +15953,7 @@ the summary buffer.
15940 15953
15941The following code may be useful to open an nnrss url directly from the 15954The following code may be useful to open an nnrss url directly from the
15942summary buffer. 15955summary buffer.
15956
15943@lisp 15957@lisp
15944(require 'browse-url) 15958(require 'browse-url)
15945 15959
@@ -15962,6 +15976,31 @@ summary buffer.
15962(add-to-list 'nnmail-extra-headers nnrss-url-field) 15976(add-to-list 'nnmail-extra-headers nnrss-url-field)
15963@end lisp 15977@end lisp
15964 15978
15979Even if you have added @code{"text/html"} to the
15980@code{mm-discouraged-alternatives} variable (@pxref{Display
15981Customization, ,Display Customization, emacs-mime, The Emacs MIME
15982Manual}) since you don't want to see @acronym{HTML} parts, it might be
15983more useful especially in @code{nnrss} groups to display
15984@samp{text/html} parts. Here's an example of setting
15985@code{mm-discouraged-alternatives} as a group parameter (@pxref{Group
15986Parameters}) in order to display @samp{text/html} parts only in
15987@code{nnrss} groups:
15988
15989@lisp
15990;; @r{Set the default value of @code{mm-discouraged-alternatives}.}
15991(eval-after-load "gnus-sum"
15992 '(add-to-list
15993 'gnus-newsgroup-variables
15994 '(mm-discouraged-alternatives
15995 . '("text/html" "image/.*"))))
15996
15997;; @r{Display @samp{text/html} parts in @code{nnrss} groups.}
15998(add-to-list
15999 'gnus-parameters
16000 '("\\`nnrss:" (mm-discouraged-alternatives nil)))
16001@end lisp
16002
16003
15965@node Customizing W3 16004@node Customizing W3
15966@subsection Customizing W3 16005@subsection Customizing W3
15967@cindex W3 16006@cindex W3