From 81eee305b9f036cccbe183cfc8cfb4390e8e5ad1 Mon Sep 17 00:00:00 2001 From: keiichi Date: Thu, 23 Dec 1999 10:16:13 +0000 Subject: [PATCH] Sync with Nana-gnus 6.13. (gnus-version-number): Version 7.1.0.0. --- lisp/gnus.el | 26 ++++++++++++++++++++++---- 1 file changed, 22 insertions(+), 4 deletions(-) diff --git a/lisp/gnus.el b/lisp/gnus.el index c9d9050..a6c3fe6 100644 --- a/lisp/gnus.el +++ b/lisp/gnus.el @@ -260,12 +260,24 @@ is restarted, and sometimes reloaded." :link '(custom-manual "(gnus)Exiting Gnus") :group 'gnus) -(defconst gnus-version-number "5.8.2" - "Version number for this version of Gnus.") +(defconst gnus-original-version-number "5.8.2" + "Version number for this version of original Gnus.") -(defconst gnus-version (format "Gnus v%s" gnus-version-number) +(defconst gnus-original-version + (format "Gnus v%s" gnus-original-version-number) "Version string for this version of Gnus.") +(defconst gnus-product-name "Nana-gnus" + "Product name of this version of gnus.") + +(defconst gnus-version-number "7.1.0.0" + "Version number for this version of gnus.") + +(defconst gnus-version + (format "%s %s (based on %s; for SEMI 1.13, FLIM 1.13)" + gnus-product-name gnus-version-number gnus-original-version) + "Version string for this version of gnus.") + (defcustom gnus-inhibit-startup-message nil "If non-nil, the startup message will not be displayed. This variable is used before `.gnus.el' is loaded, so it should @@ -1530,6 +1542,12 @@ If nil, no default charset is assumed when posting." "bugs@gnus.org (The Gnus Bugfixing Girls + Boys)" "The mail address of the Gnus maintainers.") +(defconst semi-gnus-developers + "Semi-gnus Developers: + semi-gnus-en@meadow.scphys.kyoto-u.ac.jp (In English),\ + semi-gnus-ja@meadow.scphys.kyoto-u.ac.jp (In Japanese);" + "The mail address of the Semi-gnus developers.") + (defvar gnus-info-nodes '((gnus-group-mode "(gnus)The Group Buffer") (gnus-summary-mode "(gnus)The Summary Buffer") @@ -1704,7 +1722,7 @@ gnus-newsrc-hashtb should be kept so that both hold the same information.") gnus-uu-mark-over gnus-uu-post-news) ("gnus-uu" gnus-uu-delete-work-dir gnus-uu-unmark-thread) ("gnus-msg" (gnus-summary-send-map keymap) - gnus-article-mail gnus-copy-article-buffer gnus-extended-version) + gnus-article-mail gnus-copy-article-buffer) ("gnus-msg" :interactive t gnus-group-post-news gnus-group-mail gnus-summary-post-news gnus-summary-followup gnus-summary-followup-with-original -- 1.7.10.4