diff options
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/gnus/ChangeLog | 4 | ||||
| -rw-r--r-- | lisp/gnus/gnus-fun.el | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog index 3fdb759932f..1d53425388d 100644 --- a/lisp/gnus/ChangeLog +++ b/lisp/gnus/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2011-09-20 Katsumi Yamaoka <yamaoka@jpl.org> | ||
| 2 | |||
| 3 | * gnus-fun.el (gnus-convert-image-to-x-face-command): Doc fix. | ||
| 4 | |||
| 1 | 2011-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org> | 5 | 2011-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 2 | 6 | ||
| 3 | * mm-decode.el (mm-inline-media-tests): Fix typo in regexp. | 7 | * mm-decode.el (mm-inline-media-tests): Fix typo in regexp. |
diff --git a/lisp/gnus/gnus-fun.el b/lisp/gnus/gnus-fun.el index 1cc11383893..08ec3c4ffb0 100644 --- a/lisp/gnus/gnus-fun.el +++ b/lisp/gnus/gnus-fun.el | |||
| @@ -54,7 +54,7 @@ | |||
| 54 | "convert -scale 48x48! %s xbm:- | xbm2xface.pl" | 54 | "convert -scale 48x48! %s xbm:- | xbm2xface.pl" |
| 55 | "Command for converting an image to an X-Face. | 55 | "Command for converting an image to an X-Face. |
| 56 | The command must take a image filename (use \"%s\") as input. | 56 | The command must take a image filename (use \"%s\") as input. |
| 57 | The output must be the X-Face header data on stdout in PNG format." | 57 | The output must be the X-Face header data on stdout." |
| 58 | :version "22.1" | 58 | :version "22.1" |
| 59 | :group 'gnus-fun | 59 | :group 'gnus-fun |
| 60 | :type '(choice (const :tag "giftopnm, netpbm (GIF input only)" | 60 | :type '(choice (const :tag "giftopnm, netpbm (GIF input only)" |