aboutsummaryrefslogtreecommitdiffstats
path: root/doc/misc
diff options
context:
space:
mode:
authorGnus developers2010-10-30 05:59:34 +0000
committerKatsumi Yamaoka2010-10-30 05:59:34 +0000
commit99e65b2d2e79edf3ed0c4f00916098d4ea3767f4 (patch)
tree700dfa334160dd15bd301528982a1f53a734ffc9 /doc/misc
parent88f43c67491e301d5e0fe4476d1a7203c64a3762 (diff)
downloademacs-99e65b2d2e79edf3ed0c4f00916098d4ea3767f4.tar.gz
emacs-99e65b2d2e79edf3ed0c4f00916098d4ea3767f4.zip
Merge changes made in Gnus trunk.
gnus.el: Remove `gnus-nntp-service' variable. gnus.el: Make gnus-nntp-server and gnus-secondary-servers obsolete. gnus-sum.el (gnus-summary-delete-marked-as-read, gnus-summary-delete-marked-with): Remove obsolete defalias. gnus.el (gnus-use-long-file-name): Fix docstring. nnimap.el (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say they support that. gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow *-request-group, which seems unnecessary. gnus-group.el (gnus-group-get-new-news-this-group): Don't have point move to the previous line on `M-g'. nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been selected. nnimap.el: Allow the user to say whether to split old messages or not in nnimap. shr.el (shr-tag-table-1): Only insert the images after the top-level table. shr.el (shr-tag-span): Drop colorisation of regions since we don't control the background color. shr.el (shr-tag-img): Ignore very small web bug type images. shr.el (shr-put-image): Add help-echo alt texts to the images. shr.el (shr-tag-video): Show the video poster image.
Diffstat (limited to 'doc/misc')
-rw-r--r--doc/misc/ChangeLog12
-rw-r--r--doc/misc/gnus.texi27
2 files changed, 19 insertions, 20 deletions
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog
index 587bbba3159..f1401cca9b7 100644
--- a/doc/misc/ChangeLog
+++ b/doc/misc/ChangeLog
@@ -1,3 +1,13 @@
12010-10-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
2
3 * gnus.texi (Client-Side IMAP Splitting): Mention
4 nnimap-unsplittable-articles.
5
62010-10-29 Julien Danjou <julien@danjou.info>
7
8 * gnus.texi (Finding the News): Remove references to obsoletes
9 variables `gnus-nntp-server' and `gnus-secondary-servers'.
10
12010-10-29 Eli Zaretskii <eliz@gnu.org> 112010-10-29 Eli Zaretskii <eliz@gnu.org>
2 12
3 * makefile.w32-in (MAKEINFO): Add -I$(emacsdir). 13 * makefile.w32-in (MAKEINFO): Add -I$(emacsdir).
@@ -19,7 +29,7 @@
19 29
202010-10-24 Jay Belanger <jay.p.belanger@gmail.com> 302010-10-24 Jay Belanger <jay.p.belanger@gmail.com>
21 31
22 * calc.texi: Use emacsver.texi to determine Emacs version. 32 * calc.texi: Use emacsver.texi to determine Emacs version.
23 33
242010-10-24 Juanma Barranquero <lekktu@gmail.com> 342010-10-24 Juanma Barranquero <lekktu@gmail.com>
25 35
diff --git a/doc/misc/gnus.texi b/doc/misc/gnus.texi
index e0a3ca280b5..0afb57afd17 100644
--- a/doc/misc/gnus.texi
+++ b/doc/misc/gnus.texi
@@ -1020,22 +1020,6 @@ Gnus will see whether @code{gnus-nntpserver-file}
1020If that fails as well, Gnus will try to use the machine running Emacs 1020If that fails as well, Gnus will try to use the machine running Emacs
1021as an @acronym{NNTP} server. That's a long shot, though. 1021as an @acronym{NNTP} server. That's a long shot, though.
1022 1022
1023@vindex gnus-nntp-server
1024If @code{gnus-nntp-server} is set, this variable will override
1025@code{gnus-select-method}. You should therefore set
1026@code{gnus-nntp-server} to @code{nil}, which is what it is by default.
1027
1028@vindex gnus-secondary-servers
1029@vindex gnus-nntp-server
1030You can also make Gnus prompt you interactively for the name of an
1031@acronym{NNTP} server. If you give a non-numerical prefix to @code{gnus}
1032(i.e., @kbd{C-u M-x gnus}), Gnus will let you choose between the servers
1033in the @code{gnus-secondary-servers} list (if any). You can also just
1034type in the name of any server you feel like visiting. (Note that this
1035will set @code{gnus-nntp-server}, which means that if you then @kbd{M-x
1036gnus} later in the same Emacs session, Gnus will contact the same
1037server.)
1038
1039@findex gnus-group-browse-foreign-server 1023@findex gnus-group-browse-foreign-server
1040@kindex B (Group) 1024@kindex B (Group)
1041However, if you use one @acronym{NNTP} server regularly and are just 1025However, if you use one @acronym{NNTP} server regularly and are just
@@ -14945,6 +14929,11 @@ use the value of the @code{nnmail-split-methods} variable.
14945@item nnimap-split-fancy 14929@item nnimap-split-fancy
14946Uses the same syntax as @code{nnmail-split-fancy}. 14930Uses the same syntax as @code{nnmail-split-fancy}.
14947 14931
14932@item nnimap-unsplittable-articles
14933List of flag symbols to ignore when doing splitting. That is,
14934articles that have these flags won't be considered when splitting.
14935The default is @samp{(%Deleted %Seen)}.
14936
14948@end table 14937@end table
14949 14938
14950 14939
@@ -30102,11 +30091,11 @@ that means:
30102(setq gnus-read-active-file 'some) 30091(setq gnus-read-active-file 'some)
30103@end lisp 30092@end lisp
30104 30093
30105On the other hand, if the manual says ``set @code{gnus-nntp-server} to 30094On the other hand, if the manual says ``set @code{gnus-nntp-server-file} to
30106@samp{nntp.ifi.uio.no}'', that means: 30095@samp{/etc/nntpserver}'', that means:
30107 30096
30108@lisp 30097@lisp
30109(setq gnus-nntp-server "nntp.ifi.uio.no") 30098(setq gnus-nntp-server-file "/etc/nntpserver")
30110@end lisp 30099@end lisp
30111 30100
30112So be careful not to mix up strings (the latter) with symbols (the 30101So be careful not to mix up strings (the latter) with symbols (the