From: yamaoka Date: Wed, 16 May 2001 22:22:16 +0000 (+0000) Subject: Synch with Oort Gnus. X-Git-Tag: t-gnus-6_15_4-02-quimby~56 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=2b578f528096cf7fbb929e05fba02d49528d8a17;p=elisp%2Fgnus.git- Synch with Oort Gnus. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 34e0969..ee40e0c 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,14 @@ +2001-05-16 Didier Verna + + * message.el (message-mail): pass the 'send-actions argument to + `message-setup'. + +2001-05-16 Simon Josefsson + From Raymond Scholz + + * gnus-art.el (gnus-mime-view-part-as-charset): + (gnus-mime-internalize-part): Doc fixes. + 2001-05-11 Simon Josefsson * gnus-start.el (gnus-ignored-newsgroups): Also ignore NNTP type @@ -73,7 +84,7 @@ 2001-04-15 14:55:03 Lars Magne Ingebrigtsen * nnultimate.el (nnultimate-retrieve-headers): Return all - available headers. + available headers. * gnus-sum.el (gnus-read-all-available-headers): New variable. (gnus-get-newsgroup-headers-xover): Use it. @@ -102,7 +113,7 @@ gnus-newsrc-file-version may be nil. * nnmail.el (nnmail-get-new-mail): Use the exact file only. - Suggested by Michael Sperber [Mr. Preprocessor] + Suggested by Michael Sperber [Mr. Preprocessor] . 2001-04-25 Per Abrahamsen @@ -153,7 +164,7 @@ * gnus-sum.el (gnus-summary-find-matching): Clean up. (gnus-find-matching-articles): New function. - (gnus-summary-limit-include-matching-articles): New command. + (gnus-summary-limit-include-matching-articles): New command. (gnus-summary-limit-include-thread): Include articles that have matching subjects. (gnus-offer-save-summaries): Clean up. @@ -172,7 +183,7 @@ * gnus-msg.el (gnus-post-news): Fill the Newsgroups header by the newsgroup names when the original article is a news message. - + 2001-04-12 19:00:00 ShengHuo ZHU * message.el (message-cite-prefix-regexp): Use POSIX regexp if @@ -205,12 +216,12 @@ 2001-04-05 21:43:25 Lars Magne Ingebrigtsen * gnus-sum.el (gnus-update-summary-mark-positions): Use a valid - date. + date. 2001-04-04 16:13:17 Lars Magne Ingebrigtsen * gnus-group.el (gnus-group-quit): Check that the dribble buffer - lives. + lives. 2001-04-02 00:40:12 Lars Magne Ingebrigtsen @@ -221,7 +232,7 @@ * gnus-group.el (gnus-group-quit): Only mark buffer in non-empty. * gnus-start.el (gnus-read-newsrc-el-file): Nix out - gnus-format-specs. + gnus-format-specs. * message.el (message-check-news-header-syntax): Question even when Gnus doesn't know the group names. @@ -236,13 +247,13 @@ * gnus-score.el (gnus-score-orphans): Clean up. - * gnus-win.el (gnus-remove-some-windows): Leave one Gnus window. + * gnus-win.el (gnus-remove-some-windows): Leave one Gnus window. * gnus-sum.el (gnus-summary-exit): Kill the summary buffer a bit - later. + later. * gnus-start.el (gnus-close-all-servers): Find the right items to - close. + close. * qp.el (quoted-printable-decode-region): Just message malformation; don't quit. @@ -259,7 +270,7 @@ `assq-delete-all', if that function exists; otherwise use the old definition. Documentation changed to match the one in `assq-delete-all'. - + 2001-04-01 00:37:14 Lars Magne Ingebrigtsen * gnus-start.el (gnus-close-all-servers): New function. @@ -268,7 +279,7 @@ (gnus-server-remove-denials): Clean up. * gnus-sum.el (gnus-summary-sort-by-original): New command and - keystroke. + keystroke. 2001-03-31 02:56:55 Lars Magne Ingebrigtsen @@ -282,9 +293,9 @@ * mm-decode.el (mm-default-directory): Customized. (mm-tmp-directory): Ditto. - * gnus-sum.el (gnus-summary-catchup-and-exit): Doc fix. + * gnus-sum.el (gnus-summary-catchup-and-exit): Doc fix. (gnus-get-newsgroup-headers): Return -1 for articles without Lines - or Chars. + or Chars. (gnus-summary-line-format-alist): ?l is now a string. (gnus-summary-prepare-threads): Output ? for unknown lines. (gnus-summary-insert-line): Ditto. @@ -303,7 +314,7 @@ when forcing news. * gnus-sum.el (gnus-summary-mark-article-as-replied): Make into a - command. + command. 2001-03-31 01:04:54 Francis Litterio @@ -320,14 +331,14 @@ * gnus-msg.el (gnus-put-message): Clean up. (gnus-summary-reply): Mark all replied-to articles as replied to. (gnus-inews-add-send-actions): Also mark as forwarded. - (gnus-summary-mail-forward): Mark as forwarded. + (gnus-summary-mail-forward): Mark as forwarded. * gnus-sum.el (gnus-summary-mark-article-as-replied): Take a list - of articles. + of articles. (gnus-summary-mark-article-as-forwarded): Ditto. * gnus-msg.el (gnus-summary-resend-message): Mark article as - forwarded. + forwarded. (gnus-summary-mail-forward): Clean up. * gnus.el (gnus-article-mark-lists): Added forward. @@ -343,7 +354,7 @@ (gnus-summary-very-wide-reply): New command and keystroke. (gnus-summary-very-wide-reply-with-original): Ditto. - * gnus-score.el (gnus-adaptive-word-length-limit): New variable. + * gnus-score.el (gnus-adaptive-word-length-limit): New variable. (gnus-score-adaptive): Use it. * gnus-start.el (gnus-get-unread-articles): Clean up. @@ -351,7 +362,7 @@ 2001-03-21 20:00:43 Lars Magne Ingebrigtsen * nnultimate.el (nnultimate-retrieve-headers): Work for other - boards. + boards. 2001-03-21 Didier Verna diff --git a/lisp/gnus-art.el b/lisp/gnus-art.el index 3b72ac1..bc784f7 100644 --- a/lisp/gnus-art.el +++ b/lisp/gnus-art.el @@ -3853,7 +3853,8 @@ value of the variable `gnus-show-mime' is non-nil." (goto-char b))))) (defun gnus-mime-view-part-as-charset (&optional handle arg) - "Insert the MIME part under point into the current buffer." + "Insert the MIME part under point into the current buffer using the +specified charset." (interactive (list nil current-prefix-arg)) (gnus-article-check-buffer) (let* ((handle (or handle (get-text-property (point) 'gnus-data))) @@ -3888,7 +3889,7 @@ value of the variable `gnus-show-mime' is non-nil." (defun gnus-mime-internalize-part (&optional handle) "View the MIME part under point with an internal viewer. -In no internal viewer is available, use an external viewer." +If no internal viewer is available, use an external viewer." (interactive) (gnus-article-check-buffer) (let* ((handle (or handle (get-text-property (point) 'gnus-data))) diff --git a/lisp/message.el b/lisp/message.el index effe120..4daad57 100644 --- a/lisp/message.el +++ b/lisp/message.el @@ -444,7 +444,7 @@ The provided functions are: (defcustom message-cite-prefix-regexp (if (string-match "[[:digit:]]" "1") ;; support POSIX? - "\\([ \t]*[-_.[:word:]]+>+\\|[ \t]*[]>»|:}+]\\)+" + "\\([ \t]*[-_.[:word:]]+>+\\|[ \t]*[]>»|:}+]\\)+" ;; ?-, ?_ or ?. MUST NOT be in syntax entry w. "\\([ \t]*\\(\\w\\|[-_.]\\)+>+\\|[ \t]*[]>»|:}+]\\)+") "*Regexp matching the longest possible citation prefix on a line." @@ -1990,7 +1990,7 @@ M-RET `message-newline-and-reformat' (break the line and reformat)." (defun message-setup-fill-variables () "Setup message fill variables." - (set (make-local-variable 'fill-paragraph-function) + (set (make-local-variable 'fill-paragraph-function) 'message-fill-paragraph) (make-local-variable 'paragraph-separate) (make-local-variable 'paragraph-start) @@ -4751,7 +4751,7 @@ OTHER-HEADERS is an alist of header/value pairs." (nconc `((To . ,(or to "")) (Subject . ,(or subject ""))) (when other-headers other-headers)) - replybuffer) + replybuffer send-actions) ;; FIXME: Should return nil if failure. t)) diff --git a/texi/ChangeLog b/texi/ChangeLog index 232c225..c96083f 100644 --- a/texi/ChangeLog +++ b/texi/ChangeLog @@ -1,3 +1,15 @@ +2001-05-16 Simon Josefsson + From Jesper Harder + + * texi2latex.el (latexi-translate-file): Also exchange ref. + + * gnus.texi: Add \gnusref and \gnusuref. + +2001-05-16 Simon Josefsson + From Raymond Scholz + + * gnus.texi (Using MIME): Add and fix. + 2001-05-05 Florian Weimer * gnus.texi (IMAP): Remove double paragraph (suggest by Norbert diff --git a/texi/gnus-ja.texi b/texi/gnus-ja.texi index b485f82..6e40fa3 100644 --- a/texi/gnus-ja.texi +++ b/texi/gnus-ja.texi @@ -31,6 +31,8 @@ \newcommand{\gnusbackslash}{/} +\newcommand{\gnusref}[1]{``#1'' on page \pageref{#1}} +\newcommand{\gnusuref}[1]{\gnustt{#1}} \newcommand{\gnusxref}[1]{See ``#1'' on page \pageref{#1}} \newcommand{\gnuspxref}[1]{see ``#1'' on page \pageref{#1}} diff --git a/texi/gnus.texi b/texi/gnus.texi index 91cc23f..2a76275 100644 --- a/texi/gnus.texi +++ b/texi/gnus.texi @@ -31,6 +31,8 @@ \newcommand{\gnusbackslash}{/} +\newcommand{\gnusref}[1]{``#1'' on page \pageref{#1}} +\newcommand{\gnusuref}[1]{\gnustt{#1}} \newcommand{\gnusxref}[1]{See ``#1'' on page \pageref{#1}} \newcommand{\gnuspxref}[1]{see ``#1'' on page \pageref{#1}} diff --git a/texi/texi2latex.el b/texi/texi2latex.el index f5cb162..acc28e5 100644 --- a/texi/texi2latex.el +++ b/texi/texi2latex.el @@ -221,7 +221,7 @@ (cond ((member command '("anchor")) (latexi-strip-line)) - ((member command '("xref" "pxref")) + ((member command '("ref" "xref" "pxref")) (latexi-exchange-command (concat "gnus" command) arg)) ((member command '("sc" "file" "dfn" "emph" "kbd" "uref" "code" "samp" "var" "strong" "i"