From a9e1f182eeaae85bd6611cde492fd1e9c5bbc2f5 Mon Sep 17 00:00:00 2001 From: yamaoka Date: Fri, 6 Sep 2002 15:11:55 +0000 Subject: [PATCH] Synch with Oort Gnus. --- lisp/ChangeLog | 74 +++++++++++++++++++++++++++++++----------------------- lisp/gnus-art.el | 2 +- lisp/nnmail.el | 2 +- 3 files changed, 44 insertions(+), 34 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index faf031f..b323be6 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,13 @@ +2002-09-06 Katsumi Yamaoka + + * gnus-art.el (gnus-article-treat-body-boundary): Don't quote a + value for gnus-decoration property. + +2002-09-06 Kai Gro,b_(Bjohann + + * nnmail.el (nnmail-cache-fetch-group): Don't return "" (empty + string) as group name in case we have a CRLF in the file. + 2002-09-04 Jesper harder * rfc1843.el (rfc1843-decode-loosely): Move to mime customization @@ -23,12 +33,12 @@ * mml.el (mml-parse-1): Correct small typo which preventing setting recipients in a secure tag. -2002-09-03 Katsumi Yamaoka +2002-09-03 Katsumi Yamaoka * mm-util.el (mm-coding-system-priorities): Default to a list of iso-2022-jp and others for the Japanese environment. -2002-09-03 Katsumi Yamaoka +2002-09-03 Katsumi Yamaoka * gnus-util.el (gnus-frame-or-window-display-name): Exclude invalid display names. @@ -47,7 +57,7 @@ (gnus-group-fetch-control): New function. Add them to the keymap and menu. Require mm-url. -2002-08-30 Katsumi Yamaoka +2002-08-30 Katsumi Yamaoka * gnus-mlspl.el (gnus-group-split-fancy): Doc fix. From Alex Schroeder . @@ -65,7 +75,7 @@ * mml.el (mml-menu): do. -2002-08-28 Katsumi Yamaoka +2002-08-28 Katsumi Yamaoka * mail-source.el (mail-source-touch-pop): New function. @@ -87,7 +97,7 @@ (gnus-agent-possibly-save-gcc): Autoload. Suggested by (KOSEKI Yoshinori) . -2002-08-26 Katsumi Yamaoka +2002-08-26 Katsumi Yamaoka * gnus.el (gnus-other-frame-function): New user option. (gnus-other-frame): Use it; add a doc-string; make it work with @@ -103,11 +113,11 @@ * gnus-art.el (gnus-emphasis-alist): Strikethru had a lot of false positives, make it stricter. From Jochen Hein (trivial change). -2002-08-21 Katsumi Yamaoka +2002-08-21 Katsumi Yamaoka * gnus.el (gnus-other-frame): Trivial fix. -2002-08-21 Katsumi Yamaoka +2002-08-21 Katsumi Yamaoka * gnus.el (gnus-other-frame-parameters): New user option. (gnus-other-frame-object): New variable. @@ -118,7 +128,7 @@ * lpath.el: Fbind w32-focus-frame and x-focus-frame. -2002-08-20 Katsumi Yamaoka +2002-08-20 Katsumi Yamaoka From $B>.4X(B $B5HB'(B (KOSEKI Yoshinori) . * message.el (message-set-auto-save-file-name): Add support for @@ -132,11 +142,11 @@ * nnmh.el (nnmh-request-list-1): Use %.0f instead of %d to avoid arithmetic errors. -2002-08-20 Katsumi Yamaoka +2002-08-20 Katsumi Yamaoka * gnus-art.el: Don't fbind `gnus-article-replace-with-quoted-text'. -2002-08-19 Katsumi Yamaoka +2002-08-19 Katsumi Yamaoka * message.el (message-ignored-supersedes-headers): Add X-Hashcash. (message-ignored-resent-headers): Add envelope From. @@ -150,7 +160,7 @@ * gnus-sum.el (gnus-summary-line-message-size): New function. (gnus-summary-line-format-alist): Use it. -2002-08-15 Katsumi Yamaoka +2002-08-15 Katsumi Yamaoka * gnus-art.el (article-make-date-line): Refer to the value for `gnus-article-time-format' in the summary buffer. @@ -169,12 +179,12 @@ * gnus-sum.el (gnus-summary-make-menu-bar): Add MIME button option. -2002-08-14 Katsumi Yamaoka +2002-08-14 Katsumi Yamaoka * message.el (message-font-lock-keywords): Refer to the value for `message-cite-prefix-regexp' dynamically. -2002-08-13 Katsumi Yamaoka +2002-08-13 Katsumi Yamaoka * gnus-art.el (gnus-decode-header-methods): Doc fix. @@ -282,7 +292,7 @@ (sieve-help): Fix help. All suggested by Ned Ludd. -2002-07-24 Katsumi Yamaoka +2002-07-24 Katsumi Yamaoka * mm-decode.el (mm-inline-text-html-with-images): Doc fix. (mm-w3m-safe-url-regexp): New user option. @@ -365,7 +375,7 @@ * nnsoup.el (nnsoup-retrieve-headers, nnsoup-request-type) (nnsoup-read-active-file, nnsoup-article-to-area): Ditto. -2002-07-05 Katsumi Yamaoka +2002-07-05 Katsumi Yamaoka * gnus-sum.el (gnus-summary-toggle-header): Show headers anyway; don't break a narrowed article. @@ -387,7 +397,7 @@ * gnus-msg.el (gnus-summary-resend-default-address): New user option. (gnus-summary-resend-message): Use it. -2002-06-28 Katsumi Yamaoka +2002-06-28 Katsumi Yamaoka * nntp.el (nntp-via-rlogin-command-switches): New variable. (nntp-open-via-rlogin-and-telnet): Re-revert; use the var above. @@ -400,11 +410,11 @@ message-font-lock-keywords. From Katsumi Yamaoka . -2002-06-28 Katsumi Yamaoka +2002-06-28 Katsumi Yamaoka * nntp.el (nntp-open-via-rlogin-and-telnet): Revert last change. -2002-06-28 Katsumi Yamaoka +2002-06-28 Katsumi Yamaoka * nntp.el (nntp-open-via-rlogin-and-telnet): Hide commandline args. @@ -445,7 +455,7 @@ * gnus-delay.el (gnus-delay-send-queue): Delete the delay header before sending. Suggested by Jan Rychter. -2002-06-18 Katsumi Yamaoka +2002-06-18 Katsumi Yamaoka * dgnushack.el (remove): New compiler macro. (last, coerce, subseq): Remove compiler macros for those built-in @@ -477,7 +487,7 @@ * gnus-ems.el (nnheader-file-name-translation-alist): Removed. -2002-06-14 Katsumi Yamaoka +2002-06-14 Katsumi Yamaoka * message.el (message-beginning-of-line): Keep the region active in XEmacs. Suggested by TAKAHASHI Kaoru . @@ -488,7 +498,7 @@ * gnus-msg.el (gnus-summary-reply): Ditto. * gnus-msg.el (gnus-summary-handle-replysign): New. -2002-06-12 Katsumi Yamaoka +2002-06-12 Katsumi Yamaoka * message.el (message-send-mail-with-sendmail): Kill errbuf even if sending failed. @@ -544,7 +554,7 @@ style match to use data from last viewed article. Suggested by Hrvoje Niksic. -2002-06-04 Katsumi Yamaoka +2002-06-04 Katsumi Yamaoka * spam.el (spam-point-at-eol): New alias. (spam-parse-whitelist): Use it. @@ -835,7 +845,7 @@ * gnus-msg.el (gnus-article-mail): Use gnus-msg-mail instead. Trivial change from Karl Pfl,Ad(Bsterer . -2002-04-27 Katsumi Yamaoka +2002-04-27 Katsumi Yamaoka * dns.el (dns-make-network-process): New macro. (query-dns): Use it. @@ -4188,7 +4198,7 @@ * message.el (message-mode): Use `make-local-hook' unless obsolete. - Patch by Katsumi Yamaoka . + Patch by Katsumi Yamaoka . 2001-11-26 Katsumi Yamaoka @@ -4904,7 +4914,7 @@ `active' to `current' and one `null' to `not'. 2001-10-16 Kai Gro,b_(Bjohann - From Katsumi Yamaoka . + From Katsumi Yamaoka . * message.el (message-setup-fill-variables): Use `normal-auto-fill-function' instead of `auto-fill-function'. @@ -6768,7 +6778,7 @@ * mm-decode.el (mm-attachment-override-p): Fix typo. -2001-03-19 05:28:00 Katsumi Yamaoka +2001-03-19 05:28:00 Katsumi Yamaoka * gnus-kill.el (gnus-execute): Work with the extra headers. * gnus-sum.el (gnus-summary-execute-command): Ditto. @@ -7386,7 +7396,7 @@ * gnus-sum.el (gnus-summary-insert-new-articles): Reverse the articles. -2001-04-10 08:01:15 Katsumi Yamaoka +2001-04-10 08:01:15 Katsumi Yamaoka Committed by ShengHuo ZHU * gnus-msg.el (gnus-post-news): Fill the Newsgroups header by the @@ -7417,7 +7427,7 @@ * imap.el (imap-message-copy): Work around buggy servers that doesn't send TRYCREATE tags. -2001-04-09 01:15:54 Katsumi Yamaoka +2001-04-09 01:15:54 Katsumi Yamaoka * gnus-start.el (gnus-read-newsrc-el-file): Work with Semi-gnusae. @@ -7677,7 +7687,7 @@ * nnrss.el: New file. -2001-03-08 02:41:36 Katsumi Yamaoka +2001-03-08 02:41:36 Katsumi Yamaoka Committed by ShengHuo ZHU * rfc2047.el (rfc2047-unfold-region): Fix arg of @@ -7908,7 +7918,7 @@ server. Don't open server if it is opened. (nnml-request-regenerate): Use it. Change to deffoo. -2001-02-14 Katsumi Yamaoka +2001-02-14 Katsumi Yamaoka Committed by ShengHuo ZHU * gnus.el (gnus-define-group-parameter): Fix. @@ -8366,7 +8376,7 @@ (gnus-button-mailto): Setup message. Moved to gnus-msg.el. (gnus-button-reply): Ditto. -2001-01-16 Katsumi Yamaoka +2001-01-16 Katsumi Yamaoka * gnus-art.el (article-display-x-face): Fix. @@ -8668,7 +8678,7 @@ * nnwfm.el (nnwfm-create-mapping): Remove quote marks and backslashes. -2000-12-26 Katsumi Yamaoka +2000-12-26 Katsumi Yamaoka * gnus-art.el (gnus-article-banner-alist): Remove duplicate definition. diff --git a/lisp/gnus-art.el b/lisp/gnus-art.el index 8644ded..95b737e 100644 --- a/lisp/gnus-art.el +++ b/lisp/gnus-art.el @@ -1896,7 +1896,7 @@ unfolded." (setq str (concat str gnus-body-boundary-delimiter))) (substring str 0 (1- (window-width)))) "\n") - (gnus-add-text-properties start (point) '(gnus-decoration 'header)))))) + (gnus-put-text-property start (point) 'gnus-decoration 'header))))) (defun article-fill-long-lines () "Fill lines that are wider than the window width." diff --git a/lisp/nnmail.el b/lisp/nnmail.el index fafa6e2..f55318c 100644 --- a/lisp/nnmail.el +++ b/lisp/nnmail.el @@ -1518,7 +1518,7 @@ See the documentation for the variable `nnmail-split-fancy' for documentation." (when (search-backward id nil t) (beginning-of-line) (skip-chars-forward "^\n\r\t") - (unless (eolp) + (unless (looking-at "[\r\n]") (forward-char 1) (buffer-substring (point) (progn (end-of-line) (point)))))))) -- 1.7.10.4