From: yamaoka Date: Fri, 17 Jan 2003 06:58:48 +0000 (+0000) Subject: Synch with Oort Gnus. X-Git-Tag: t-gnus-6_15_14-00-quimby~10 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=cf97f568f12edbc1557ac9f332cc9fae565fbd14;p=elisp%2Fgnus.git- Synch with Oort Gnus. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 2aa7795..ef7afd8 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2003-01-17 Lars Magne Ingebrigtsen + + * gnus-fun.el (gnus-convert-face-to-png): Protect against errors. + 2003-01-17 Jesper Harder * gnus-art.el (gnus-mime-print-part): Use mm-save-part-to-file to diff --git a/lisp/gnus-fun.el b/lisp/gnus-fun.el index ef73c09..60815bc 100644 --- a/lisp/gnus-fun.el +++ b/lisp/gnus-fun.el @@ -134,7 +134,8 @@ Output to the current buffer, replace text, and don't mingle error." (defun gnus-convert-face-to-png (face) (mm-with-unibyte-buffer (insert face) - (base64-decode-region (point-min) (point-max)) + (ignore-errors + (base64-decode-region (point-min) (point-max))) (buffer-string))) (defun gnus-convert-image-to-gray-x-face (file depth) diff --git a/texi/ChangeLog b/texi/ChangeLog index 4fec9c3..1540624 100644 --- a/texi/ChangeLog +++ b/texi/ChangeLog @@ -1,3 +1,7 @@ +2003-01-16 Lars Magne Ingebrigtsen + + * gnus.texi (Summary Agent Commands): Addition. + 2003-01-16 Teodor Zlatanov * gnus.texi (Filtering Spam Using The Spam ELisp Package): @@ -5,7 +9,8 @@ gnus-ham-process-destinations variables (Extending the spam elisp package): fixed typo in node name (Bogofilter): new functionality and variables noted - (Filtering Spam Using The Spam ELisp Package): added mention of nnimap-split-download-body + (Filtering Spam Using The Spam ELisp Package): added mention of + nnimap-split-download-body 2003-01-15 ShengHuo ZHU diff --git a/texi/gnus-ja.texi b/texi/gnus-ja.texi index e2afb52..604b4e5 100644 --- a/texi/gnus-ja.texi +++ b/texi/gnus-ja.texi @@ -16710,11 +16710,13 @@ file @findex gnus-agent-unmark-article 記事からダウンロードする印を消去する (@code{gnus-agent-unmark-article})。 +@cindex % @item @@ @kindex @@ (エージェント 概略) @findex gnus-agent-toggle-mark 記事をダウンロードするかどうかを切り替え -る (@code{gnus-agent-toggle-mark})。 +る (@code{gnus-agent-toggle-mark})。ディフォルトではダウンロードの印 +は @samp{%}。 @item J c @kindex J c (エージェント 概略) diff --git a/texi/gnus.texi b/texi/gnus.texi index f828262..213d617 100644 --- a/texi/gnus.texi +++ b/texi/gnus.texi @@ -17116,10 +17116,13 @@ Mark the article for downloading (@code{gnus-agent-mark-article}). Remove the downloading mark from the article (@code{gnus-agent-unmark-article}). +@cindex % @item @@ @kindex @@ (Agent Summary) @findex gnus-agent-toggle-mark -Toggle whether to download the article (@code{gnus-agent-toggle-mark}). +Toggle whether to download the article +(@code{gnus-agent-toggle-mark}). The dowload mark is @samp{%} by +default. @item J c @kindex J c (Agent Summary)