# HG changeset patch # User Miles Bader # Date 1181880166 0 # Node ID 083f03b1e6250e9c6eaa40e81caa09e33b4db23c # Parent 318de4fbbc6be6957f764f9a63a094828a43bfb8# Parent 9db7ff557d0e0c18ced88b531822b9c140c8eaf1 Merge from emacs--rel--22 Patches applied: * emacs--rel--22 (patch 45-48) - Gnus ChangeLog tweaks - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 230-231) - ChangeLog tweak - Update from CVS 2007-06-14 Katsumi Yamaoka * lisp/gnus/gnus-agent.el (gnus-agent-fetch-headers) (gnus-agent-retrieve-headers): Bind gnus-decode-encoded-address-function to identity. * lisp/gnus/nntp.el (nntp-send-xover-command): Recognize an xover command is available also when the server returns simply a dot. * lisp/gnus/gnus-ems.el (gnus-x-splash): Redisplay window before measuring it. Revision: emacs@sv.gnu.org/emacs--devo--0--patch-800 diff -r 318de4fbbc6b -r 083f03b1e625 lisp/gnus/ChangeLog --- a/lisp/gnus/ChangeLog Fri Jun 15 00:08:37 2007 +0000 +++ b/lisp/gnus/ChangeLog Fri Jun 15 04:02:46 2007 +0000 @@ -1,3 +1,14 @@ +2007-06-14 Katsumi Yamaoka + + * gnus-agent.el (gnus-agent-fetch-headers) + (gnus-agent-retrieve-headers): Bind + gnus-decode-encoded-address-function to identity. + + * nntp.el (nntp-send-xover-command): Recognize an xover command is + available also when the server returns simply a dot. + + * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it. + 2007-06-08 Katsumi Yamaoka * gnus-ems.el (gnus-x-splash): Make it work. diff -r 318de4fbbc6b -r 083f03b1e625 lisp/gnus/ChangeLog.2 --- a/lisp/gnus/ChangeLog.2 Fri Jun 15 00:08:37 2007 +0000 +++ b/lisp/gnus/ChangeLog.2 Fri Jun 15 04:02:46 2007 +0000 @@ -6370,8 +6370,7 @@ * message.el (message-required-headers): Add From. -2003-01-02 Katsumi Yamaoka - Trivial patch from Norbert Koch . +2003-01-02 Norbert Koch (tiny change) * gnus-msg.el (gnus-gcc-externalize-attachments): Fix typo. @@ -6984,8 +6983,7 @@ * nnmaildir.el (nnmaildir-request-group): bugfix: don't erase nntp-server-buffer if we aren't going to write to it. -2002-12-04 Katsumi Yamaoka - Trivial patch from Itai Zukerman . +2002-12-04 Itai Zukerman (tiny change) * mm-decode.el (mm-w3m-safe-url-regexp): Fix parenthesis. @@ -7233,8 +7231,7 @@ * nnimap.el (nnimap-request-expire-articles): Compress sequence before storing \Deleted mark on expired articles. -2002-11-17 Shenghuo Zhu - Trivial patch from Markus Rost +2002-11-17 Markus Rost (tiny change) * gnus-sum.el (gnus-summary-goto-unread): Doc fix - escape open parens in column 0. @@ -7906,10 +7903,12 @@ (mml1991-pgg-sign, mml1991-pgg-encrypt): New functions. (mml1991-pgg-encrypt): Fix recipients querying. +2002-09-28 + + * mml2015.el (autoload): Autoload correct files. + 2002-09-28 Simon Josefsson - * mml2015.el (autoload): Autoload correct files. Trivial patch - from dme@dme.org. (mml2015-pgg-decrypt, mml2015-pgg-verify): Make sure either nil or handle is returned. @@ -8486,12 +8485,10 @@ * imap.el (imap-shell-open): Allow non-list `imap-shell-program'. (imap-shell-open): Skip initial junk before IMAP greeting. -2002-08-11 Simon Josefsson - - * message-utils.el (message-xpost-default, - message-xpost-fup2-header, message-xpost-fup2): Fixed - Typos. Trivial changes from Reiner Steib - <4uce.02.r.steib@gmx.net>. +2002-08-11 Reiner Steib + + * message-utils.el (message-xpost-default) + (message-xpost-fup2-header, message-xpost-fup2): Fixed Typos. 2002-08-09 Simon Josefsson @@ -9915,10 +9912,9 @@ (mm-inline-wash-with-file): New function. (mm-inline-wash-with-stdin): New function. -2002-02-17 ShengHuo ZHU +2002-02-17 Reiner Steib * message-utils.el: Fix installation doc. - From: Reiner Steib <4uce.02.r.steib@gmx.net> 2002-02-16 ShengHuo ZHU diff -r 318de4fbbc6b -r 083f03b1e625 lisp/gnus/gnus-agent.el --- a/lisp/gnus/gnus-agent.el Fri Jun 15 00:08:37 2007 +0000 +++ b/lisp/gnus/gnus-agent.el Fri Jun 15 04:02:46 2007 +0000 @@ -1768,6 +1768,7 @@ (gnus-uncompress-range (gnus-active group)) (gnus-list-of-unread-articles group))) (gnus-decode-encoded-word-function 'identity) + (gnus-decode-encoded-address-function 'identity) (file (gnus-agent-article-name ".overview" group))) (unless fetch-all @@ -3571,6 +3572,7 @@ (save-excursion (gnus-agent-create-buffer) (let ((gnus-decode-encoded-word-function 'identity) + (gnus-decode-encoded-address-function 'identity) (file (gnus-agent-article-name ".overview" group)) cached-articles uncached-articles) (gnus-make-directory (nnheader-translate-file-chars diff -r 318de4fbbc6b -r 083f03b1e625 lisp/gnus/gnus-ems.el --- a/lisp/gnus/gnus-ems.el Fri Jun 15 00:08:37 2007 +0000 +++ b/lisp/gnus/gnus-ems.el Fri Jun 15 04:02:46 2007 +0000 @@ -183,6 +183,7 @@ (file (nnheader-find-etc-directory "images/gnus/x-splash" t)) pixmap fcw fch width height fringes sbars left yoffset top ls) (erase-buffer) + (sit-for 0) ;; Necessary for measuring the window size correctly. (when (and file (ignore-errors (let ((coding-system-for-read 'raw-text) diff -r 318de4fbbc6b -r 083f03b1e625 lisp/gnus/nntp.el --- a/lisp/gnus/nntp.el Fri Jun 15 00:08:37 2007 +0000 +++ b/lisp/gnus/nntp.el Fri Jun 15 04:02:46 2007 +0000 @@ -1580,7 +1580,8 @@ ;; article number. How... helpful. (progn (forward-line 1) - (looking-at "[0-9]+\t...")) ; More text after number. + ;; More text after number, or a dot. + (looking-at "[0-9]+\t...\\|\\.\r?\n")) (setq nntp-server-xover (car commands)))) (setq commands (cdr commands))) ;; If none of the commands worked, we disable XOVER.