From: yamaoka Date: Sun, 8 Nov 1998 23:00:23 +0000 (+0000) Subject: Sync up with Pterodactyl Gnus 0.42. X-Git-Tag: pgnus-ichikawa-199811302358~89 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=f63c586be221f774304872d29571cd0fadc6fec7;p=elisp%2Fgnus.git- Sync up with Pterodactyl Gnus 0.42. --- diff --git a/ChangeLog b/ChangeLog index 4a77304..2abb0d8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +1998-11-09 Katsumi Yamaoka + + * lisp/gnus.el (gnus-version-number): Update to 6.10.029. + + * Sync up with Pterodactyl Gnus 0.42. + 1998-11-09 Tatsuya Ichikawa * lisp/gnus.el (gnus-version-number): Update to 6.10.028. diff --git a/README.ichikawa b/README.ichikawa index 87e6a05..e3839ce 100644 --- a/README.ichikawa +++ b/README.ichikawa @@ -31,4 +31,4 @@ NEWS: * T-gnus 6.8.19 is the last version Gnus 5.6 base. After this , T-gnus 6.10 - this is based on Pterodactyl Gnus. - The latest T-gnus is T-gnus 6.10.027 (Based on pgnus-0.40). + The latest T-gnus is T-gnus 6.10.029 (Based on pgnus-0.40). diff --git a/lisp/ChangeLog b/lisp/ChangeLog index c9c5441..36c3242 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,23 @@ +Sun Nov 8 23:17:24 1998 Lars Magne Ingebrigtsen + + * gnus.el: Pterodactyl Gnus v0.42 is released. + +Sun Nov 8 02:36:33 1998 Shenghuo ZHU + + * gnus-art.el (gnus-display-mime): Add id for alternative part. + +1998-11-08 02:24:47 Simon Josefsson + + * nntp.el (nntp-send-mode-reader): Revert. + +Sun Nov 8 00:45:13 1998 Shenghuo ZHU + + * gnus-agent.el (gnus-agent-fetch-articles): Use with-temp-buffer. + +Sat Nov 7 23:07:24 1998 Shenghuo ZHU + + * message.el (message-make-date): Fix for negative time zones. + Sun Nov 8 01:00:16 1998 Lars Magne Ingebrigtsen * gnus.el: Pterodactyl Gnus v0.41 is released. diff --git a/lisp/gnus-agent.el b/lisp/gnus-agent.el index 0a0c058..b4780d3 100644 --- a/lisp/gnus-agent.el +++ b/lisp/gnus-agent.el @@ -672,7 +672,7 @@ the actual number of articles toggled is returned." ;; Fetch the articles from the backend. (if (gnus-check-backend-function 'retrieve-articles group) (setq pos (gnus-retrieve-articles articles group)) - (with-temp-file nil + (with-temp-buffer (let (article) (while (setq article (pop articles)) (when (gnus-request-article article group) diff --git a/lisp/gnus-art.el b/lisp/gnus-art.el index 70dfda0..405ade3 100644 --- a/lisp/gnus-art.el +++ b/lisp/gnus-art.el @@ -2470,7 +2470,9 @@ If ALL-HEADERS is non-nil, no headers are hidden." (delete-region (point) (point-max))) (if (stringp (car handles)) (if (equal (car handles) "multipart/alternative") - (gnus-mime-display-alternative (cdr handles)) + (let ((id (1+ (length gnus-article-mime-handle-alist)))) + (push (cons id handles) gnus-article-mime-handle-alist) + (gnus-mime-display-alternative (cdr handles) nil nil id)) (gnus-mime-display-mixed (cdr handles))) (gnus-mime-display-single handles))))) diff --git a/lisp/gnus.el b/lisp/gnus.el index d224039..e5a80f1 100644 --- a/lisp/gnus.el +++ b/lisp/gnus.el @@ -259,10 +259,10 @@ is restarted, and sometimes reloaded." (defconst gnus-product-name "T-gnus" "Product name of this version of gnus.") -(defconst gnus-version-number "6.10.028" +(defconst gnus-version-number "6.10.029" "Version number for this version of gnus.") -(defconst gnus-original-version-number "0.41" +(defconst gnus-original-version-number "0.42" "Version number for this version of Gnus.") (defconst gnus-original-product-name "Pterodactyl Gnus" diff --git a/lisp/message.el b/lisp/message.el index 939f888..5fc42e8 100644 --- a/lisp/message.el +++ b/lisp/message.el @@ -2917,7 +2917,8 @@ If NOW, use that time instead." (zone (nth 8 (decode-time now))) (sign "+")) (when (< zone 0) - (setq sign "")) + (setq sign "-") + (setq zone (- zone))) (concat (format-time-string "%d" now) ;; The month name of the %b spec is locale-specific. Pfff. diff --git a/texi/gnus-ja.texi b/texi/gnus-ja.texi index 91fdefd..88ab8ea 100644 --- a/texi/gnus-ja.texi +++ b/texi/gnus-ja.texi @@ -1,7 +1,7 @@ \input texinfo @c -*-texinfo-*- @setfilename gnus-ja -@settitle Semi-gnus 6.10.027 Manual +@settitle Semi-gnus 6.10.029 Manual @synindex fn cp @synindex vr cp @synindex pg cp @@ -345,7 +345,7 @@ into another language, under the above conditions for modified versions. @tex @titlepage -@title Semi-gnus 6.10.027 Manual +@title Semi-gnus 6.10.029 Manual @author by Lars Magne Ingebrigtsen @author by members of Semi-gnus mailing-list @@ -399,7 +399,7 @@ Semi-gnus $B$O!"Bg$-$J3($,F~$C$F$$$?$j$5$^$6$^$J7A<0$rMQ$$$?$j$7$F$$$k$A$g$C(B $B$J8@8l7w$r:9JL$7$^$;$s!#$"$"!"%/%j%s%4%s$NJ}$O(B Unicode Next Generation$B$r(B $B$*BT$A$/$@$5$$!#(B -$B$3$N@bL@=q$O(B Semi-gnus 6.10.027 $B$KBP1~$7$^$9!#(B +$B$3$N@bL@=q$O(B Semi-gnus 6.10.029 $B$KBP1~$7$^$9!#(B @end ifinfo diff --git a/texi/gnus.texi b/texi/gnus.texi index bab61e7..28f7485 100644 --- a/texi/gnus.texi +++ b/texi/gnus.texi @@ -1,7 +1,7 @@ \input texinfo @c -*-texinfo-*- @setfilename gnus -@settitle Semi-gnus 6.10.028 Manual +@settitle Semi-gnus 6.10.029 Manual @synindex fn cp @synindex vr cp @synindex pg cp @@ -318,7 +318,7 @@ into another language, under the above conditions for modified versions. @tex @titlepage -@title Semi-gnus 6.10.028 Manual +@title Semi-gnus 6.10.029 Manual @author by Lars Magne Ingebrigtsen @page @@ -361,7 +361,7 @@ internationalization/localization and multiscript features based on MULE API. So Semi-gnus does not discriminate various language communities. Oh, if you are a Klingon, please wait Unicode Next Generation. -This manual corresponds to Semi-gnus 6.10.028. +This manual corresponds to Semi-gnus 6.10.029. @end ifinfo diff --git a/texi/message-ja.texi b/texi/message-ja.texi index 0d293c1..4b2f803 100644 --- a/texi/message-ja.texi +++ b/texi/message-ja.texi @@ -1,7 +1,7 @@ \input texinfo @c -*-texinfo-*- @setfilename message-ja -@settitle Message 6.10.027 Manual +@settitle Message 6.10.029 Manual @synindex fn cp @synindex vr cp @synindex pg cp @@ -60,7 +60,7 @@ into another language, under the above conditions for modified versions. @tex @titlepage -@title Message 6.10.027 Manual +@title Message 6.10.029 Manual @author by Lars Magne Ingebrigtsen @translated by members of Semi-gnus mailing-list @@ -112,7 +112,7 @@ Gnus $B$NA4$F$N%a%C%;!<%8$N:n@.(B ($B%a!<%k$H%K%e!<%9$NN>J}(B) $B$O%a%C%;!< * Key Index:: $B%a%C%;!<%8%b!<%I%-!<$N0lMw!#(B @end menu -$B$3$N%^%K%e%"%k$O(B Message 6.10.027 $B$KBP1~$7$^$9!#(BMessage $B$O$3$N%^%K%e%"%k$H(B +$B$3$N%^%K%e%"%k$O(B Message 6.10.029 $B$KBP1~$7$^$9!#(BMessage $B$O$3$N%^%K%e%"%k$H(B $BF1$8HGHV9f$N(B Gnus $B$NG[I[$H6&$KG[I[$5$l$^$9!#(B diff --git a/texi/message.texi b/texi/message.texi index b305e32..552667e 100644 --- a/texi/message.texi +++ b/texi/message.texi @@ -1,7 +1,7 @@ \input texinfo @c -*-texinfo-*- @setfilename message -@settitle Pterodactyl Message 0.41 Manual +@settitle Pterodactyl Message 0.42 Manual @synindex fn cp @synindex vr cp @synindex pg cp @@ -42,7 +42,7 @@ into another language, under the above conditions for modified versions. @tex @titlepage -@title Pterodactyl Message 0.41 Manual +@title Pterodactyl Message 0.42 Manual @author by Lars Magne Ingebrigtsen @page @@ -83,7 +83,7 @@ Message mode buffers. * Key Index:: List of Message mode keys. @end menu -This manual corresponds to Pterodactyl Message 0.41. Message is +This manual corresponds to Pterodactyl Message 0.42. Message is distributed with the Gnus distribution bearing the same version number as this manual.