Synch to No Gnus 200401230707.
authoryamaoka <yamaoka>
Fri, 23 Jan 2004 07:15:28 +0000 (07:15 +0000)
committeryamaoka <yamaoka>
Fri, 23 Jan 2004 07:15:28 +0000 (07:15 +0000)
lisp/ChangeLog
lisp/gnus.el

index ff1564e..1316577 100644 (file)
@@ -1,5 +1,13 @@
+2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
+       the rest of the and/or forms.
+
 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
 
+       * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
+       compatibility with old .newsrc.eld files.
+
        * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
 
        * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
index d21e98c..7729263 100644 (file)
@@ -40,7 +40,8 @@
 
 (require 'gnus-vers)
 
-(defvar gnus-tmp-grouplens "")
+;; For backward compatibility with old .newsrc.eld files.
+(defvar gnus-tmp-grouplens "")  
 
 (defgroup gnus nil
   "The coffee-brewing, all singing, all dancing, kitchen sink newsreader."