+2003-01-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
+
+ * gnus-fun.el (gnus-convert-face-to-png): Protect against errors.
+
2003-01-17 Jesper Harder <harder@ifa.au.dk>
* gnus-art.el (gnus-mime-print-part): Use mm-save-part-to-file to
(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)
+2003-01-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
+
+ * gnus.texi (Summary Agent Commands): Addition.
+
2003-01-16 Teodor Zlatanov <tzz@lifelogs.com>
* gnus.texi (Filtering Spam Using The Spam ELisp Package):
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 <zsh@cs.rochester.edu>
@findex gnus-agent-unmark-article
\e$B5-;v$+$i%@%&%s%m!<%I$9$k0u$r>C5n$9$k\e(B (@code{gnus-agent-unmark-article})\e$B!#\e(B
+@cindex %
@item @@
@kindex @@ (\e$B%(!<%8%'%s%H\e(B \e$B35N,\e(B)
@findex gnus-agent-toggle-mark
\e$B5-;v$r%@%&%s%m!<%I$9$k$+$I$&$+$r@Z$jBX$(\e(B
-\e$B$k\e(B (@code{gnus-agent-toggle-mark})\e$B!#\e(B
+\e$B$k\e(B (@code{gnus-agent-toggle-mark})\e$B!#%G%#%U%)%k%H$G$O%@%&%s%m!<%I$N0u\e(B
+\e$B$O\e(B @samp{%}\e$B!#\e(B
@item J c
@kindex J c (\e$B%(!<%8%'%s%H\e(B \e$B35N,\e(B)
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)