aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiles Bader2007-06-15 04:03:46 +0000
committerMiles Bader2007-06-15 04:03:46 +0000
commit5cedca8d0e8e48e6c1db95aac6571a56e653ce02 (patch)
tree99e36759b7ebd683bca9a52359f278e4a0304108
parentd3ab2b63f1dab3686d9156050f54d6a475bf30bc (diff)
downloademacs-5cedca8d0e8e48e6c1db95aac6571a56e653ce02.tar.gz
emacs-5cedca8d0e8e48e6c1db95aac6571a56e653ce02.zip
Merge from gnus--rel--5.10
Patches applied: * gnus--rel--5.10 (patch 230-231) - ChangeLog tweak - Update from CVS 2007-06-14 Katsumi Yamaoka <yamaoka@jpl.org> * 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--rel--22--patch-48
-rw-r--r--lisp/gnus/ChangeLog11
-rw-r--r--lisp/gnus/ChangeLog.226
-rw-r--r--lisp/gnus/gnus-agent.el2
-rw-r--r--lisp/gnus/gnus-ems.el1
-rw-r--r--lisp/gnus/nntp.el3
5 files changed, 27 insertions, 16 deletions
diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog
index 17ef7f996b3..0e9da63da1a 100644
--- a/lisp/gnus/ChangeLog
+++ b/lisp/gnus/ChangeLog
@@ -1,3 +1,14 @@
12007-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
2
3 * gnus-agent.el (gnus-agent-fetch-headers)
4 (gnus-agent-retrieve-headers): Bind
5 gnus-decode-encoded-address-function to identity.
6
7 * nntp.el (nntp-send-xover-command): Recognize an xover command is
8 available also when the server returns simply a dot.
9
10 * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
11
12007-06-08 Katsumi Yamaoka <yamaoka@jpl.org> 122007-06-08 Katsumi Yamaoka <yamaoka@jpl.org>
2 13
3 * gnus-ems.el (gnus-x-splash): Make it work. 14 * gnus-ems.el (gnus-x-splash): Make it work.
diff --git a/lisp/gnus/ChangeLog.2 b/lisp/gnus/ChangeLog.2
index 4dac2ac55ea..26c3a1d90c3 100644
--- a/lisp/gnus/ChangeLog.2
+++ b/lisp/gnus/ChangeLog.2
@@ -6370,8 +6370,7 @@
6370 6370
6371 * message.el (message-required-headers): Add From. 6371 * message.el (message-required-headers): Add From.
6372 6372
63732003-01-02 Katsumi Yamaoka <yamaoka@jpl.org> 63732003-01-02 Norbert Koch <nk@viteno.net> (tiny change)
6374 Trivial patch from Norbert Koch <nk@viteno.net>.
6375 6374
6376 * gnus-msg.el (gnus-gcc-externalize-attachments): Fix typo. 6375 * gnus-msg.el (gnus-gcc-externalize-attachments): Fix typo.
6377 6376
@@ -6984,8 +6983,7 @@
6984 * nnmaildir.el (nnmaildir-request-group): bugfix: don't erase 6983 * nnmaildir.el (nnmaildir-request-group): bugfix: don't erase
6985 nntp-server-buffer if we aren't going to write to it. 6984 nntp-server-buffer if we aren't going to write to it.
6986 6985
69872002-12-04 Katsumi Yamaoka <yamaoka@jpl.org> 69862002-12-04 Itai Zukerman <zukerman@math-hat.com> (tiny change)
6988 Trivial patch from Itai Zukerman <zukerman@math-hat.com>.
6989 6987
6990 * mm-decode.el (mm-w3m-safe-url-regexp): Fix parenthesis. 6988 * mm-decode.el (mm-w3m-safe-url-regexp): Fix parenthesis.
6991 6989
@@ -7233,8 +7231,7 @@
7233 * nnimap.el (nnimap-request-expire-articles): Compress sequence 7231 * nnimap.el (nnimap-request-expire-articles): Compress sequence
7234 before storing \Deleted mark on expired articles. 7232 before storing \Deleted mark on expired articles.
7235 7233
72362002-11-17 Shenghuo Zhu <zsh@cs.rochester.edu> 72342002-11-17 Markus Rost <rost@math.ohio-state.edu> (tiny change)
7237 Trivial patch from Markus Rost <rost@math.ohio-state.edu>
7238 7235
7239 * gnus-sum.el (gnus-summary-goto-unread): Doc fix - escape open 7236 * gnus-sum.el (gnus-summary-goto-unread): Doc fix - escape open
7240 parens in column 0. 7237 parens in column 0.
@@ -7906,10 +7903,12 @@
7906 (mml1991-pgg-sign, mml1991-pgg-encrypt): New functions. 7903 (mml1991-pgg-sign, mml1991-pgg-encrypt): New functions.
7907 (mml1991-pgg-encrypt): Fix recipients querying. 7904 (mml1991-pgg-encrypt): Fix recipients querying.
7908 7905
79062002-09-28 <dme@dme.org>
7907
7908 * mml2015.el (autoload): Autoload correct files.
7909
79092002-09-28 Simon Josefsson <jas@extundo.com> 79102002-09-28 Simon Josefsson <jas@extundo.com>
7910 7911
7911 * mml2015.el (autoload): Autoload correct files. Trivial patch
7912 from dme@dme.org.
7913 (mml2015-pgg-decrypt, mml2015-pgg-verify): Make sure either nil or 7912 (mml2015-pgg-decrypt, mml2015-pgg-verify): Make sure either nil or
7914 handle is returned. 7913 handle is returned.
7915 7914
@@ -8486,12 +8485,10 @@
8486 * imap.el (imap-shell-open): Allow non-list `imap-shell-program'. 8485 * imap.el (imap-shell-open): Allow non-list `imap-shell-program'.
8487 (imap-shell-open): Skip initial junk before IMAP greeting. 8486 (imap-shell-open): Skip initial junk before IMAP greeting.
8488 8487
84892002-08-11 Simon Josefsson <jas@extundo.com> 84882002-08-11 Reiner Steib <Reiner.Steib@gmx.de>
8490 8489
8491 * message-utils.el (message-xpost-default, 8490 * message-utils.el (message-xpost-default)
8492 message-xpost-fup2-header, message-xpost-fup2): Fixed 8491 (message-xpost-fup2-header, message-xpost-fup2): Fixed Typos.
8493 Typos. Trivial changes from Reiner Steib
8494 <4uce.02.r.steib@gmx.net>.
8495 8492
84962002-08-09 Simon Josefsson <jas@extundo.com> 84932002-08-09 Simon Josefsson <jas@extundo.com>
8497 8494
@@ -9915,10 +9912,9 @@
9915 (mm-inline-wash-with-file): New function. 9912 (mm-inline-wash-with-file): New function.
9916 (mm-inline-wash-with-stdin): New function. 9913 (mm-inline-wash-with-stdin): New function.
9917 9914
99182002-02-17 ShengHuo ZHU <zsh@cs.rochester.edu> 99152002-02-17 Reiner Steib <Reiner.Steib@gmx.de>
9919 9916
9920 * message-utils.el: Fix installation doc. 9917 * message-utils.el: Fix installation doc.
9921 From: Reiner Steib <4uce.02.r.steib@gmx.net>
9922 9918
99232002-02-16 ShengHuo ZHU <zsh@cs.rochester.edu> 99192002-02-16 ShengHuo ZHU <zsh@cs.rochester.edu>
9924 9920
diff --git a/lisp/gnus/gnus-agent.el b/lisp/gnus/gnus-agent.el
index f54b568a7ef..7a18c42d7cd 100644
--- a/lisp/gnus/gnus-agent.el
+++ b/lisp/gnus/gnus-agent.el
@@ -1768,6 +1768,7 @@ article numbers will be returned."
1768 (gnus-uncompress-range (gnus-active group)) 1768 (gnus-uncompress-range (gnus-active group))
1769 (gnus-list-of-unread-articles group))) 1769 (gnus-list-of-unread-articles group)))
1770 (gnus-decode-encoded-word-function 'identity) 1770 (gnus-decode-encoded-word-function 'identity)
1771 (gnus-decode-encoded-address-function 'identity)
1771 (file (gnus-agent-article-name ".overview" group))) 1772 (file (gnus-agent-article-name ".overview" group)))
1772 1773
1773 (unless fetch-all 1774 (unless fetch-all
@@ -3571,6 +3572,7 @@ has been fetched."
3571 (save-excursion 3572 (save-excursion
3572 (gnus-agent-create-buffer) 3573 (gnus-agent-create-buffer)
3573 (let ((gnus-decode-encoded-word-function 'identity) 3574 (let ((gnus-decode-encoded-word-function 'identity)
3575 (gnus-decode-encoded-address-function 'identity)
3574 (file (gnus-agent-article-name ".overview" group)) 3576 (file (gnus-agent-article-name ".overview" group))
3575 cached-articles uncached-articles) 3577 cached-articles uncached-articles)
3576 (gnus-make-directory (nnheader-translate-file-chars 3578 (gnus-make-directory (nnheader-translate-file-chars
diff --git a/lisp/gnus/gnus-ems.el b/lisp/gnus/gnus-ems.el
index 4400b81f041..9b2ddc3ee88 100644
--- a/lisp/gnus/gnus-ems.el
+++ b/lisp/gnus/gnus-ems.el
@@ -183,6 +183,7 @@
183 (file (nnheader-find-etc-directory "images/gnus/x-splash" t)) 183 (file (nnheader-find-etc-directory "images/gnus/x-splash" t))
184 pixmap fcw fch width height fringes sbars left yoffset top ls) 184 pixmap fcw fch width height fringes sbars left yoffset top ls)
185 (erase-buffer) 185 (erase-buffer)
186 (sit-for 0) ;; Necessary for measuring the window size correctly.
186 (when (and file 187 (when (and file
187 (ignore-errors 188 (ignore-errors
188 (let ((coding-system-for-read 'raw-text) 189 (let ((coding-system-for-read 'raw-text)
diff --git a/lisp/gnus/nntp.el b/lisp/gnus/nntp.el
index 25b924a93e7..2b62cd7fffa 100644
--- a/lisp/gnus/nntp.el
+++ b/lisp/gnus/nntp.el
@@ -1580,7 +1580,8 @@ password contained in '~/.nntp-authinfo'."
1580 ;; article number. How... helpful. 1580 ;; article number. How... helpful.
1581 (progn 1581 (progn
1582 (forward-line 1) 1582 (forward-line 1)
1583 (looking-at "[0-9]+\t...")) ; More text after number. 1583 ;; More text after number, or a dot.
1584 (looking-at "[0-9]+\t...\\|\\.\r?\n"))
1584 (setq nntp-server-xover (car commands)))) 1585 (setq nntp-server-xover (car commands))))
1585 (setq commands (cdr commands))) 1586 (setq commands (cdr commands)))
1586 ;; If none of the commands worked, we disable XOVER. 1587 ;; If none of the commands worked, we disable XOVER.