diff options
| author | Gnus developers | 2010-10-30 05:59:34 +0000 |
|---|---|---|
| committer | Katsumi Yamaoka | 2010-10-30 05:59:34 +0000 |
| commit | 99e65b2d2e79edf3ed0c4f00916098d4ea3767f4 (patch) | |
| tree | 700dfa334160dd15bd301528982a1f53a734ffc9 /doc/misc | |
| parent | 88f43c67491e301d5e0fe4476d1a7203c64a3762 (diff) | |
| download | emacs-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/ChangeLog | 12 | ||||
| -rw-r--r-- | doc/misc/gnus.texi | 27 |
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 @@ | |||
| 1 | 2010-10-29 Lars Magne Ingebrigtsen <larsi@gnus.org> | ||
| 2 | |||
| 3 | * gnus.texi (Client-Side IMAP Splitting): Mention | ||
| 4 | nnimap-unsplittable-articles. | ||
| 5 | |||
| 6 | 2010-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 | |||
| 1 | 2010-10-29 Eli Zaretskii <eliz@gnu.org> | 11 | 2010-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 | ||
| 20 | 2010-10-24 Jay Belanger <jay.p.belanger@gmail.com> | 30 | 2010-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 | ||
| 24 | 2010-10-24 Juanma Barranquero <lekktu@gmail.com> | 34 | 2010-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} | |||
| 1020 | If that fails as well, Gnus will try to use the machine running Emacs | 1020 | If that fails as well, Gnus will try to use the machine running Emacs |
| 1021 | as an @acronym{NNTP} server. That's a long shot, though. | 1021 | as an @acronym{NNTP} server. That's a long shot, though. |
| 1022 | 1022 | ||
| 1023 | @vindex gnus-nntp-server | ||
| 1024 | If @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 | ||
| 1030 | You 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 | ||
| 1033 | in the @code{gnus-secondary-servers} list (if any). You can also just | ||
| 1034 | type in the name of any server you feel like visiting. (Note that this | ||
| 1035 | will set @code{gnus-nntp-server}, which means that if you then @kbd{M-x | ||
| 1036 | gnus} later in the same Emacs session, Gnus will contact the same | ||
| 1037 | server.) | ||
| 1038 | |||
| 1039 | @findex gnus-group-browse-foreign-server | 1023 | @findex gnus-group-browse-foreign-server |
| 1040 | @kindex B (Group) | 1024 | @kindex B (Group) |
| 1041 | However, if you use one @acronym{NNTP} server regularly and are just | 1025 | However, 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 |
| 14946 | Uses the same syntax as @code{nnmail-split-fancy}. | 14930 | Uses the same syntax as @code{nnmail-split-fancy}. |
| 14947 | 14931 | ||
| 14932 | @item nnimap-unsplittable-articles | ||
| 14933 | List of flag symbols to ignore when doing splitting. That is, | ||
| 14934 | articles that have these flags won't be considered when splitting. | ||
| 14935 | The 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 | ||
| 30105 | On the other hand, if the manual says ``set @code{gnus-nntp-server} to | 30094 | On 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 | ||
| 30112 | So be careful not to mix up strings (the latter) with symbols (the | 30101 | So be careful not to mix up strings (the latter) with symbols (the |