]> git.eshelyaron.com Git - emacs.git/commitdiff
Merge from gnus--rel--5.10
authorMiles Bader <miles@gnu.org>
Fri, 15 Jun 2007 04:03:46 +0000 (04:03 +0000)
committerMiles Bader <miles@gnu.org>
Fri, 15 Jun 2007 04:03:46 +0000 (04:03 +0000)
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

lisp/gnus/ChangeLog
lisp/gnus/ChangeLog.2
lisp/gnus/gnus-agent.el
lisp/gnus/gnus-ems.el
lisp/gnus/nntp.el

index 17ef7f996b3a48c0a358970cff4708584b9eb569..0e9da63da1a7e41de63970616c757dd53cea62d7 100644 (file)
@@ -1,3 +1,14 @@
+2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * 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  <yamaoka@jpl.org>
 
        * gnus-ems.el (gnus-x-splash): Make it work.
index 4dac2ac55eac49fcc73e7d8bf338d3d271309570..26c3a1d90c319dba2a430707d7d77c9becb957a1 100644 (file)
 
        * message.el (message-required-headers): Add From.
 
-2003-01-02  Katsumi Yamaoka  <yamaoka@jpl.org>
-       Trivial patch from Norbert Koch <nk@viteno.net>.
+2003-01-02  Norbert Koch  <nk@viteno.net>  (tiny change)
 
        * gnus-msg.el (gnus-gcc-externalize-attachments): Fix typo.
 
        * 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  <yamaoka@jpl.org>
-       Trivial patch from Itai Zukerman <zukerman@math-hat.com>.
+2002-12-04  Itai Zukerman  <zukerman@math-hat.com>  (tiny change)
 
        * mm-decode.el (mm-w3m-safe-url-regexp): Fix parenthesis.
 
        * nnimap.el (nnimap-request-expire-articles): Compress sequence
        before storing \Deleted mark on expired articles.
 
-2002-11-17  Shenghuo Zhu  <zsh@cs.rochester.edu>
-       Trivial patch from Markus Rost <rost@math.ohio-state.edu>
+2002-11-17  Markus Rost  <rost@math.ohio-state.edu>  (tiny change)
 
        * gnus-sum.el (gnus-summary-goto-unread): Doc fix - escape open
        parens in column 0.
        (mml1991-pgg-sign, mml1991-pgg-encrypt): New functions.
        (mml1991-pgg-encrypt): Fix recipients querying.
 
+2002-09-28  <dme@dme.org>
+
+       * mml2015.el (autoload): Autoload correct files.
+
 2002-09-28  Simon Josefsson  <jas@extundo.com>
 
-       * 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.
 
        * 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  <jas@extundo.com>
+2002-08-11  Reiner Steib  <Reiner.Steib@gmx.de>
 
-       * 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>.
+       * message-utils.el (message-xpost-default)
+       (message-xpost-fup2-header, message-xpost-fup2): Fixed Typos.
 
 2002-08-09  Simon Josefsson  <jas@extundo.com>
 
        (mm-inline-wash-with-file): New function.
        (mm-inline-wash-with-stdin): New function.
 
-2002-02-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
+2002-02-17  Reiner Steib  <Reiner.Steib@gmx.de>
 
        * message-utils.el: Fix installation doc.
-       From: Reiner Steib <4uce.02.r.steib@gmx.net>
 
 2002-02-16  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
index f54b568a7ef345c77e69c3466214bc949886dc4c..7a18c42d7cd05c069f993cfdef35026078e812e9 100644 (file)
@@ -1768,6 +1768,7 @@ article numbers will be returned."
                        (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 @@ has been fetched."
   (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
index 4400b81f0412e895da3da1f2473fc4d235eb2759..9b2ddc3ee88286fd4f2ebbac8cdf268bef48a101 100644 (file)
        (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)
index 25b924a93e7b893fb6ba7b838092c3b1d0aa4015..2b62cd7fffad07760b8fd5c98eeb463d0f339e77 100644 (file)
@@ -1580,7 +1580,8 @@ password contained in '~/.nntp-authinfo'."
                 ;; 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.