[gnus git] branch master updated: n0-17-414-ge2273ac =1= contrib/compface.el (uncompface): Update the header format of icon data for the most recent icontopbm program.
Katsumi Yamaoka <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via e2273ac05778fbb04c6cd44a39766cfd3feb9d70 (commit)
from 1fefa9db20422640251e1b3920278529c9fb7d32 (commit)
- Log -----------------------------------------------------------------
commit e2273ac05778fbb04c6cd44a39766cfd3feb9d70
Author: Katsumi Yamaoka <[email protected]>
Date: Fri Dec 2 04:33:21 2011 +0000
contrib/compface.el (uncompface): Update the header format of icon data for the most recent icontopbm program.
diff --git a/contrib/ChangeLog b/contrib/ChangeLog
index 9f5298e..c40b9e4 100644
--- a/contrib/ChangeLog
+++ b/contrib/ChangeLog
@@ -1,3 +1,8 @@
+2011-12-02 Katsumi Yamaoka <[email protected]>
+
+ * compface.el (uncompface): Update the header format of icon data for
+ the most recent icontopbm program.
+
2010-09-29 Lars Magne Ingebrigtsen <[email protected]>
* smtpmail.el: Removed.
diff --git a/contrib/compface.el b/contrib/compface.el
index 2163806..1657290 100644
--- a/contrib/compface.el
+++ b/contrib/compface.el
@@ -91,7 +91,8 @@ or `libgr-progs', for instance."
'delete '(t nil) nil))
(progn
(goto-char (point-min))
- (insert "/* Width=48, Height=48 */\n")
+ (insert "/* Format_version=1, Width=48, Height=48,\
+ Depth=1, Valid_bits_per_item=16 */\n")
;; I just can't get "icontopbm" to work correctly on its
;; own in XEmacs. And Emacs doesn't understand un-raw pbm
;; files.
-----------------------------------------------------------------------
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we listed those
revisions in full, above.
Summary of changes:
contrib/ChangeLog | 5 +++++
contrib/compface.el | 3 ++-
2 files changed, 7 insertions(+), 1 deletions(-)
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Gnus Project".
The branch, master has been updated
hooks/post-receive
--
Gnus Project