From: yamaoka Date: Fri, 28 May 2004 13:48:46 +0000 (+0000) Subject: Synch to No Gnus 200405281246. X-Git-Tag: t-gnus-6_17_4-quimby-~885 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=31ad9f6901b4e8f1b4b067489e978aa3e16c4ecd;p=elisp%2Fgnus.git- Synch to No Gnus 200405281246. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index af3c18d..e981e16 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,12 @@ +2004-05-28 Reiner Steib + + * gnus-art.el (gnus-button-alist): Fixed regexp for manual links. + + * gnus-group.el (gnus-group-get-new-news-this-group): Added + doc-string. + + * gnus-start.el (gnus-activate-group): Added doc-string. + 2004-05-28 Katsumi Yamaoka * mm-encode.el (mm-safer-encoding): Consider 7bit is safe. diff --git a/lisp/gnus-art.el b/lisp/gnus-art.el index ddb00ba..ce20171 100644 --- a/lisp/gnus-art.el +++ b/lisp/gnus-art.el @@ -6648,7 +6648,7 @@ positives are possible." gnus-button-handle-man 1) ;; even more: Apache::PerlRun(3pm), PDL::IO::FastRaw(3pm), ;; SoWWWAnchor(3iv), XSelectInput(3X11), X(1), X(7) - ("\\b\\(\\(?:[a-z][-+_.:a-z0-9]+([1-9][X1a-z]*)\\)\\W\\|\\b\\(?:X([1-9])\\)\\)\\W" + ("\\b\\(\\(?:[a-z][-+_.:a-z0-9]+([1-9][X1a-z]*)\\)\\|\\b\\(?:X([1-9])\\)\\)\\W" 0 (>= gnus-button-man-level 5) gnus-button-handle-man 1) ;; MID or mail: To avoid too many false positives we don't try to catch ;; all kind of allowed MIDs or mail addresses. Domain part must contain diff --git a/lisp/gnus-group.el b/lisp/gnus-group.el index cb0083b..63ff24e 100644 --- a/lisp/gnus-group.el +++ b/lisp/gnus-group.el @@ -3668,7 +3668,8 @@ re-scanning. If ARG is non-nil and not a number, this will force (defun gnus-group-get-new-news-this-group (&optional n dont-scan) "Check for newly arrived news in the current group (and the N-1 next groups). The difference between N and the number of newsgroup checked is returned. -If N is negative, this group and the N-1 previous groups will be checked." +If N is negative, this group and the N-1 previous groups will be checked. +If DONT-SCAN is non-nil, scan non-activated groups as well." (interactive "P") (let* ((groups (gnus-group-process-prefix n)) (ret (if (numberp n) (- n (length groups)) 0)) diff --git a/lisp/gnus-start.el b/lisp/gnus-start.el index ef80dd6..d2b716f 100644 --- a/lisp/gnus-start.el +++ b/lisp/gnus-start.el @@ -1506,8 +1506,8 @@ newsgroup." (setcdr active (cdr cache-active)))))))) (defun gnus-activate-group (group &optional scan dont-check method) - ;; Check whether a group has been activated or not. - ;; If SCAN, request a scan of that group as well. + "Check whether a group has been activated or not. +If SCAN, request a scan of that group as well." (let ((method (or method (inline (gnus-find-method-for-group group)))) active) (and (inline (gnus-check-server method)) diff --git a/texi/ChangeLog b/texi/ChangeLog index 2118f92..9ad1f8d 100644 --- a/texi/ChangeLog +++ b/texi/ChangeLog @@ -1,3 +1,12 @@ +2004-05-28 Reiner Steib + + * gnus-faq.texi: Untabify. + ([6.3]): nnir.el is in contrib directory. + + * message.texi (News Headers): Clarify how a unique ID is created. + + * gnus.texi (Splitting Mail): Mention gnus-group-find-new-groups. + 2004-05-19 Andre Srinivasan * gnus.texi (Group Parameters): Added more on hooks. (Small @@ -7,6 +16,7 @@ * gnus.texi (Oort Gnus): Mention new behavior of `F' and `R' when the region is active. + (Article Display): Add `gnus-picon-style'. 2004-05-17 Lars Magne Ingebrigtsen diff --git a/texi/gnus-faq.texi b/texi/gnus-faq.texi index f6e4cf8..05ff7b5 100644 --- a/texi/gnus-faq.texi +++ b/texi/gnus-faq.texi @@ -440,7 +440,7 @@ the line @example SET HOME=C:\myhome - + @end example @noindent @@ -548,9 +548,9 @@ Answer: @example (add-to-list 'gnus-secondary-select-methods - '(nntp "news.yourSecondProvider.net")) + '(nntp "news.yourSecondProvider.net")) (add-to-list 'gnus-secondary-select-methods - '(nntp "news.yourThirdProvider.net")) + '(nntp "news.yourThirdProvider.net")) @end example @ifnottex @@ -745,9 +745,9 @@ Answer: (add-to-list 'gnus-secondary-select-methods '(nnimap "Give the baby a name" - (nnimap-address "imap.yourProvider.net") - (nnimap-port 143) - (nnimap-list-pattern "archive.*"))) + (nnimap-address "imap.yourProvider.net") + (nnimap-port 143) + (nnimap-list-pattern "archive.*"))) @end example @noindent @@ -1204,8 +1204,8 @@ Answer: @example (gnus-add-configuration '(article (vertical 1.0 - (summary .35 point) - (article 1.0)))) + (summary .35 point) + (article 1.0)))) @end example @@ -2046,9 +2046,9 @@ Answer: engines and with the help of nnir you can search trough the indexed mail and generate a temporary group with all messages which met your search criteria. If this sound - cool to you get nnir.el from - @uref{ftp://ls6-ftp.cs.uni-dortmund.de/pub/src/emacs/} - or @uref{ftp://ftp.is.informatik.uni-duisburg.de/pub/src/emacs/}. + cool to you get nnir.el from the contrib directory of the Gnus + distribution or + @uref{http://quimby.gnus.org/cgi-bin/cvsweb.cgi/~checkout~/gnus/contrib/nnir.el?rev=HEAD&content-type=text/plain} Instructions on how to use it are at the top of the file. @ifnottex diff --git a/texi/gnus-ja.texi b/texi/gnus-ja.texi index 6d9c6de..ecabfc3 100644 --- a/texi/gnus-ja.texi +++ b/texi/gnus-ja.texi @@ -12558,7 +12558,8 @@ Gnus を使って新しいメールを読む事は非常に簡単です。あなたのメールバック (これらの法則は連想リストの初めから終わりまで順番に実行されます。相互投 稿 (crosspost) を使用可能にしていない限り、最初の合致した法則が ``勝ちま す''。相互投稿を使用可能にしている場合、全ての合致した法則が ``勝ちま -す''。) +す''。) メール分割によって新しいグループが作られた場合は、それらを見るた +めに @code{gnus-group-find-new-groups} を実行する必要があるでしょう。 もしあなた自身でこれをいじくりまわしたいときは、あなたの選んだ関数をこの 変数に設定する事ができます。この関数は入って来たメールメッセージのヘッダー diff --git a/texi/gnus.texi b/texi/gnus.texi index 430d6d4..8fdc0a1 100644 --- a/texi/gnus.texi +++ b/texi/gnus.texi @@ -13310,7 +13310,9 @@ expression should @emph{always} be @samp{*} so that it matches any mails that haven't been matched by any of the other regexps. (These rules are processed from the beginning of the alist toward the end. The first rule to make a match will ``win'', unless you have crossposting enabled. -In that case, all matching rules will ``win''.) +In that case, all matching rules will ``win''.) When new groups are +created by splitting mail, you may want to run +@code{gnus-group-find-new-groups} to see the new groups. If you like to tinker with this yourself, you can set this variable to a function of your choice. This function will be called without any diff --git a/texi/message-ja.texi b/texi/message-ja.texi index 7a1d3a2..59de236 100644 --- a/texi/message-ja.texi +++ b/texi/message-ja.texi @@ -1597,10 +1597,11 @@ qmail-inject プログラムに渡す引数です。これは文字列のリストで、それぞれ @findex system-name @cindex Sun @cindex i-did-not-set--mail-host-address--so-tickle-me -この必要なヘッダーは Message により作成されます。日付、時間、利用者名、 -システム名に基づいた他に無い ID が作成されます。ドメインの項については、 -有効な FQDN (完全に条件を満たしたドメイン名) らしいものが見つからない場 -合、message は @code{message-user-fqdn}, @code{system-name}, +この必要なヘッダーは Message により作成されます。日付、時刻、ユーザ +名 (ローカルパート) およびドメインパートに基づいたユニークな ID が作成さ +れます。ドメインパートについては、有効な FQDN (完全に条件を満たしたドメ +イン名) らしいものが見つからない場合、 +message は @code{message-user-fqdn}, @code{system-name}, @code{mail-host-address} および @code{message-user-mail-address} (すなわ ち @code{user-mail-address}) を (この順で) 探します。 diff --git a/texi/message.texi b/texi/message.texi index 4cef34a..b81a2a3 100644 --- a/texi/message.texi +++ b/texi/message.texi @@ -1593,8 +1593,8 @@ This optional header will be computed by Message. @cindex Sun @cindex i-did-not-set--mail-host-address--so-tickle-me This required header will be generated by Message. A unique ID will be -created based on the date, time, user name and system name. For the -domain part, message will look (in this order) at +created based on the date, time, user name (for the local part) and the +domain part. For the domain part, message will look (in this order) at @code{message-user-fqdn}, @code{system-name}, @code{mail-host-address} and @code{message-user-mail-address} (i.e. @code{user-mail-address}) until a probably valid fully qualified domain name (FQDN) was found.