From 579eb04d90aad22ffca2de3f2fcf59ed84f51e4a Mon Sep 17 00:00:00 2001 From: keiichi Date: Thu, 19 Nov 1998 10:10:57 +0000 Subject: [PATCH] (gnus-version-number): Update to 6.10.5. --- lisp/gnus.el | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/lisp/gnus.el b/lisp/gnus.el index 6933dc9..f4fe904 100644 --- a/lisp/gnus.el +++ b/lisp/gnus.el @@ -253,11 +253,11 @@ is restarted, and sometimes reloaded." (defconst gnus-product-name "Nana-gnus" "Product name of this version of gnus.") -(defconst gnus-version-number "6.10.4" +(defconst gnus-version-number "6.10.5" "Version number for this version of gnus.") (defconst gnus-version - (format "%s %s (based on Gnus 5.6.44; for SEMI 1.11, FLIM 1.12)" + (format "%s %s (based on Gnus 5.6.45; for SEMI 1.11, FLIM 1.12)" gnus-product-name gnus-version-number) "Version string for this version of gnus.") @@ -1602,7 +1602,8 @@ gnus-newsrc-hashtb should be kept so that both hold the same information.") timezone-make-sortable-date timezone-make-time-string) ("rmailout" rmail-output) ("rmail" rmail-insert-rmail-file-header rmail-count-new-messages - rmail-show-message) + rmail-show-message rmail-summary-exists + rmail-select-summary rmail-update-summary) ("gnus-audio" :interactive t gnus-audio-play) ("gnus-xmas" gnus-xmas-splash) ("gnus-soup" :interactive t -- 1.7.10.4