Add apel-version
authorhayashi <hayashi>
Fri, 21 Jan 2000 09:48:58 +0000 (09:48 +0000)
committerhayashi <hayashi>
Fri, 21 Jan 2000 09:48:58 +0000 (09:48 +0000)
ChangeLog
mime-edit.el

index d51f03b..51379c3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2000-01-20  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
+
+       * mime-edit.el (mime-edit-user-agent-value): Add apel-version.
+
 2000-01-14  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
 
        * EMY 1.13.0 is released.
index fc7a06d..d432797 100644 (file)
@@ -642,6 +642,8 @@ If it is not specified for a major-mode,
          " ("
          (mime-product-code-name mime-library-product)
          ") "
+         (if (fboundp 'apel-version)
+             (concat (apel-version) " "))
          (if (featurep 'xemacs)
              (concat (cond ((featurep 'utf-2000)
                             (concat "UTF-2000-MULE/" utf-2000-version))