Synch to No Gnus 200405230653.
authoryamaoka <yamaoka>
Sun, 23 May 2004 10:56:05 +0000 (10:56 +0000)
committeryamaoka <yamaoka>
Sun, 23 May 2004 10:56:05 +0000 (10:56 +0000)
lisp/ChangeLog
lisp/gnus-sum.el

index 1a055d7..bf92fd8 100644 (file)
@@ -1,5 +1,7 @@
 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
+       * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
+
        * assistant.el (wid-edit): Fix compilation.
 
        * gnus-util.el (gnus-set-file-modes): Just ignore errors. 
index aa174eb..fa7dc57 100644 (file)
@@ -392,7 +392,7 @@ current article is unread."
   :group 'gnus-summary-maneuvering
   :type 'boolean)
 
-(defcustom gnus-auto-center-summary t
+(defcustom gnus-auto-center-summary 2
   "*If non-nil, always center the current summary buffer.
 In particular, if `vertical' do only vertical recentering.  If non-nil
 and non-`vertical', do both horizontal and vertical recentering."