* gnus.el (gnus-revision-number): Increment to 03.
authoryamaoka <yamaoka>
Fri, 12 Feb 1999 06:04:24 +0000 (06:04 +0000)
committeryamaoka <yamaoka>
Fri, 12 Feb 1999 06:04:24 +0000 (06:04 +0000)
* gnus-sum.el (gnus-summary-mode-map): Bound the command
`gnus-article-hide-headers' to "t".
* gnus-art.el (article-hide-headers): Show all headers when unhiding.

lisp/gnus-art.el
lisp/gnus-sum.el
lisp/gnus.el

index 81078a9..8798aa5 100644 (file)
@@ -976,7 +976,10 @@ always hide."
   (current-buffer)
   (if (gnus-article-check-hidden-text 'headers arg)
       ;; Show boring headers as well.
-      (gnus-article-show-hidden-text 'boring-headers)
+      (progn
+       (gnus-article-show-hidden-text 'boring-headers)
+       (when (eq 1 (point-min))
+         (set-window-start (get-buffer-window (current-buffer)) 1)))
     ;; This function might be inhibited.
     (unless gnus-inhibit-hiding
       (save-excursion
index a106bf2..e987b04 100644 (file)
@@ -1280,7 +1280,7 @@ increase the score of each group you read."
     "a" gnus-summary-post-news
     "x" gnus-summary-limit-to-unread
     "s" gnus-summary-isearch-article
-    "t" gnus-summary-toggle-header
+    "t" gnus-article-hide-headers
     "g" gnus-summary-show-article
     "l" gnus-summary-goto-last-article
     "v" gnus-summary-preview-mime-message
index 9fea870..c4a3225 100644 (file)
@@ -267,7 +267,7 @@ is restarted, and sometimes reloaded."
 (defconst gnus-version-number "6.10.058"
   "Version number for this version of gnus.")
 
-(defconst gnus-revision-number "02"
+(defconst gnus-revision-number "03"
   "Revision number for this version of gnus.")
 
 (defconst gnus-original-version-number "0.76"