* mime-edit.el (mime-edit-user-agent-value): Add a setting for XEmacs CHISE
+2003-12-12 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
+
+ * mime-edit.el (mime-edit-user-agent-value): Add a setting for
+ XEmacs CHISE.
+
2002-05-18 ARISAWA Akihiro <ari@mbf.sphere.ne.jp>
* mime-play.el (mime-activate-mailcap-method): Don't use
(if (fboundp 'apel-version)
(concat (apel-version) " "))
(if (featurep 'xemacs)
- (concat (cond ((featurep 'utf-2000)
+ (concat (cond ((and (featurep 'chise)
+ (boundp 'xemacs-chise-version))
+ (concat "CHISE-MULE/" xemacs-chise-version))
+ ((featurep 'utf-2000)
(concat "UTF-2000-MULE/" utf-2000-version))
((featurep 'mule) "MULE"))
" XEmacs"