Changes committed gnus/contrib (ChangeLog compface.el)
"Katsumi Yamaoka" <[email protected]>
| Newsgroups | gmane.emacs.gnus.commits |
|---|---|
| Message-ID | <[email protected]> |
Modified: ChangeLog compface.el (uncompface): Make buffer, in which uncompface program runs, unibyte. Index: ChangeLog diff -u gnus/contrib/ChangeLog:7.74 gnus/contrib/ChangeLog:7.75 --- ChangeLog:7.74 Mon May 19 10:47:43 2008 +++ ChangeLog Mon May 26 01:41:47 2008 @@ -1,3 +1,8 @@ +2008-05-25 Katsumi Yamaoka <[email protected]> + + * compface.el (uncompface): Make buffer, in which uncompface program + runs, unibyte. + 2008-05-19 Teodor Zlatanov <[email protected]> * mail/smtpmail.el: Add autoload for `auth-source-user-or-password'. Index: compface.el diff -u gnus/contrib/compface.el:7.7 gnus/contrib/compface.el:7.8 --- compface.el:7.7 Thu Oct 4 20:51:27 2007 +++ compface.el Mon May 26 01:41:47 2008 @@ -80,6 +80,7 @@ (uncompface-internal face)) ((eq uncompface-use-external t) (with-temp-buffer + (unless (featurep 'xemacs) (set-buffer-multibyte nil)) (insert face) (let ((coding-system-for-read 'raw-text) ;; At least "icontopbm" doesn't work with Windows because