*** empty log message ***
authorichikawa <ichikawa>
Sun, 1 Mar 1998 14:13:00 +0000 (14:13 +0000)
committerichikawa <ichikawa>
Sun, 1 Mar 1998 14:13:00 +0000 (14:13 +0000)
ChangeLog
lisp/gnus-ems.el

index d197988..a5608c8 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+1998-03-01  Tatsuya Ichikawa  <t-ichi@po.shiojiri.ne.jp>
+
+       * lisp/gnus-ems.el: Change variable name
+         gnus-bdf-image-file to gnus-mule-bitmap-image-file.
+
 1998-02-28  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
 
        * lisp/gnus.el (gnus-version-number): Update to 6.0.8.
index 9b8f91b..734723a 100644 (file)
@@ -79,7 +79,7 @@
           (truncate-string valstr (, max-width))
         valstr))))
 
-(defvar gnus-bdf-image-file nil)
+(defvar gnus-mule-bitmap-image-file nil)
 (defun gnus-mule-group-startup-message (&optional x y)
   "Insert startup message in current buffer."
   ;; Insert the message.
@@ -89,9 +89,9 @@
      (format "              %s
 
 "
-            "" (if (and (stringp gnus-bdf-image-file)
-                        (file-exists-p gnus-bdf-image-file))
-                   (insert-file gnus-image-file)))
+            "" (if (and (stringp gnus-mule-bitmap-image-file)
+                        (file-exists-p gnus-mule-bitmap-image-file))
+                   (insert-file gnus-mule-bitmap-image-file)))
      (format "              %s
           _    ___ _             _
           _ ___ __ ___  __    _ ___