diff options
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 |