From e2273ac05778fbb04c6cd44a39766cfd3feb9d70 Mon Sep 17 00:00:00 2001 From: Katsumi Yamaoka Date: Fri, 2 Dec 2011 04:33:21 +0000 Subject: [PATCH] contrib/compface.el (uncompface): Update the header format of icon data for the most recent icontopbm program. --- contrib/ChangeLog | 5 +++++ contrib/compface.el | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/contrib/ChangeLog b/contrib/ChangeLog index 9f5298e13..c40b9e421 100644 --- a/contrib/ChangeLog +++ b/contrib/ChangeLog @@ -1,3 +1,8 @@ +2011-12-02 Katsumi Yamaoka + + * compface.el (uncompface): Update the header format of icon data for + the most recent icontopbm program. + 2010-09-29 Lars Magne Ingebrigtsen * smtpmail.el: Removed. diff --git a/contrib/compface.el b/contrib/compface.el index 216380684..16572905e 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. -- 2.25.1