contrib/compface.el (uncompface): Update the header format of icon data for the most...
authorKatsumi Yamaoka <yamaoka@jpl.org>
Fri, 2 Dec 2011 04:33:21 +0000 (04:33 +0000)
committerKatsumi Yamaoka <yamaoka@jpl.org>
Fri, 2 Dec 2011 04:33:21 +0000 (04:33 +0000)
contrib/ChangeLog
contrib/compface.el

index 9f5298e..c40b9e4 100644 (file)
@@ -1,3 +1,8 @@
+2011-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * compface.el (uncompface): Update the header format of icon data for
+       the most recent icontopbm program.
+
 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
        * smtpmail.el: Removed.
index 2163806..1657290 100644 (file)
@@ -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.