Synch with Oort Gnus.
authoryamaoka <yamaoka>
Fri, 17 Jan 2003 06:58:48 +0000 (06:58 +0000)
committeryamaoka <yamaoka>
Fri, 17 Jan 2003 06:58:48 +0000 (06:58 +0000)
lisp/ChangeLog
lisp/gnus-fun.el
texi/ChangeLog
texi/gnus-ja.texi
texi/gnus.texi

index 2aa7795..ef7afd8 100644 (file)
@@ -1,3 +1,7 @@
+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
index ef73c09..60815bc 100644 (file)
@@ -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)
index 4fec9c3..1540624 100644 (file)
@@ -1,3 +1,7 @@
+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):
@@ -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  <zsh@cs.rochester.edu>
 
index e2afb52..604b4e5 100644 (file)
@@ -16710,11 +16710,13 @@ file
 @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)
index f828262..213d617 100644 (file)
@@ -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)