aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorGnus developers2011-01-24 23:38:05 +0000
committerKatsumi Yamaoka2011-01-24 23:38:05 +0000
commitc5ecc7690d4afafb42049634d64abd781ff76642 (patch)
treed10767179c7f257ab9ae4d33844405a81a309499 /doc
parentab0a61d0acb81353f5636a9c42bec7762dd90c81 (diff)
downloademacs-c5ecc7690d4afafb42049634d64abd781ff76642.tar.gz
emacs-c5ecc7690d4afafb42049634d64abd781ff76642.zip
Merge changes made in Gnus trunk.
shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6] tags. mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg if EPG is loaded. message.texi (IDNA): Explain what it is. gnus.texi (The Empty Backend): Document nnnil (bug #7653). gnus-agent.el (gnus-agent-prompt-send-queue): Whitespace fix. shr.el (shr-expand-newlines): Proof of concept implemantation of boxy backgrounds. (shr-expand-newlines): Switch to using overlays to enable kill'n'yank in a more sensible manner.
Diffstat (limited to 'doc')
-rw-r--r--doc/misc/ChangeLog8
-rw-r--r--doc/misc/gnus.texi18
-rw-r--r--doc/misc/message.texi4
3 files changed, 30 insertions, 0 deletions
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog
index 805a048ee2f..cafa02356a9 100644
--- a/doc/misc/ChangeLog
+++ b/doc/misc/ChangeLog
@@ -1,3 +1,11 @@
12011-01-24 Teodor Zlatanov <tzz@lifelogs.com>
2
3 * message.texi (IDNA): Explain what it is.
4
52011-01-24 Lars Ingebrigtsen <larsi@gnus.org>
6
7 * gnus.texi (The Empty Backend): Document nnnil (bug #7653).
8
12011-01-23 Werner Lemberg <wl@gnu.org> 92011-01-23 Werner Lemberg <wl@gnu.org>
2 10
3 * Makefile.in (MAKEINFO): Now controlled by `configure'. 11 * Makefile.in (MAKEINFO): Now controlled by `configure'.
diff --git a/doc/misc/gnus.texi b/doc/misc/gnus.texi
index 21f65e7c407..df6d212d2f5 100644
--- a/doc/misc/gnus.texi
+++ b/doc/misc/gnus.texi
@@ -704,6 +704,7 @@ Other Sources
704* Anything Groups:: Dired? Who needs dired? 704* Anything Groups:: Dired? Who needs dired?
705* Document Groups:: Single files can be the basis of a group. 705* Document Groups:: Single files can be the basis of a group.
706* Mail-To-News Gateways:: Posting articles via mail-to-news gateways. 706* Mail-To-News Gateways:: Posting articles via mail-to-news gateways.
707* The Empty Backend:: The backend that never has any news.
707 708
708Document Groups 709Document Groups
709 710
@@ -17127,6 +17128,7 @@ newsgroups.
17127* Anything Groups:: Dired? Who needs dired? 17128* Anything Groups:: Dired? Who needs dired?
17128* Document Groups:: Single files can be the basis of a group. 17129* Document Groups:: Single files can be the basis of a group.
17129* Mail-To-News Gateways:: Posting articles via mail-to-news gateways. 17130* Mail-To-News Gateways:: Posting articles via mail-to-news gateways.
17131* The Empty Backend:: The backend that never has any news.
17130@end menu 17132@end menu
17131 17133
17132 17134
@@ -17574,6 +17576,22 @@ So, to use this, simply say something like:
17574@end lisp 17576@end lisp
17575 17577
17576 17578
17579@node The Empty Backend
17580@subsection The Empty Backend
17581@cindex nnnil
17582
17583@code{nnnil} is a backend that can be used as a placeholder if you
17584have to specify a backend somewhere, but don't really want to. The
17585classical example is if you don't want to have a primary select
17586methods, but want to only use secondary ones:
17587
17588@lisp
17589(setq gnus-select-method '(nnnil ""))
17590(setq gnus-secondary-select-methods
17591 '((nnimap "foo")
17592 (nnml "")))
17593@end lisp
17594
17577 17595
17578@node Combined Groups 17596@node Combined Groups
17579@section Combined Groups 17597@section Combined Groups
diff --git a/doc/misc/message.texi b/doc/misc/message.texi
index 39ca57f6103..45cfe75da83 100644
--- a/doc/misc/message.texi
+++ b/doc/misc/message.texi
@@ -886,6 +886,10 @@ Manual}).
886@cindex internationalized domain names 886@cindex internationalized domain names
887@cindex non-ascii domain names 887@cindex non-ascii domain names
888 888
889@acronym{IDNA} is a standard way to encode non-@acronym{ASCII} domain
890names into a readable @acronym{ASCII} string. The details can be
891found in RFC 3490.
892
889Message is a @acronym{IDNA}-compliant posting agent. The user 893Message is a @acronym{IDNA}-compliant posting agent. The user
890generally doesn't have to do anything to make the @acronym{IDNA} 894generally doesn't have to do anything to make the @acronym{IDNA}
891happen---Message will encode non-@acronym{ASCII} domain names in @code{From}, 895happen---Message will encode non-@acronym{ASCII} domain names in @code{From},