2001-10-22 Simon Josefsson <jas@extundo.com>
authorSimon Josefsson <jas@extundo.com>
Mon, 22 Oct 2001 16:57:42 +0000 (16:57 +0000)
committerSimon Josefsson <jas@extundo.com>
Mon, 22 Oct 2001 16:57:42 +0000 (16:57 +0000)
* gnus-msg.el (gnus-extended-version): Include
system-configuration, suggested by Per Abrahamsen
<abraham@dina.kvl.dk>.

lisp/ChangeLog
lisp/gnus-msg.el

index a89d4b0..cf234fe 100644 (file)
@@ -1,3 +1,9 @@
+2001-10-22  Simon Josefsson  <jas@extundo.com>
+
+       * gnus-msg.el (gnus-extended-version): Include
+       system-configuration, suggested by Per Abrahamsen
+       <abraham@dina.kvl.dk>.
+
 2001-10-22  Per Abrahamsen  <abraham@dina.kvl.dk>
 
        * gnus.el (post-method): Customization fix: `native' is not a
index 0eca627..455e738 100644 (file)
@@ -748,7 +748,8 @@ If SILENT, don't prompt the user."
    " "
    (cond
     ((string-match "^\\(\\([.0-9]+\\)*\\)\\.[0-9]+$" emacs-version)
-     (concat "Emacs/" (match-string 1 emacs-version)))
+     (concat "Emacs/" (match-string 1 emacs-version)
+            " (" system-configuration ")"))
     ((string-match "\\([A-Z]*[Mm][Aa][Cc][Ss]\\)[^(]*\\(\\((beta.*)\\|'\\)\\)?"
                   emacs-version)
      (concat (match-string 1 emacs-version)
@@ -757,7 +758,7 @@ If SILENT, don't prompt the user."
                 (match-string 3 emacs-version)
               "")
             (if (boundp 'xemacs-codename)
-                (concat " (" xemacs-codename ")")
+                (concat " (" xemacs-codename ", " system-configuration ")")
               "")))
     (t emacs-version))))