From: yamaoka Date: Fri, 22 Oct 1999 06:59:08 +0000 (+0000) Subject: Update. X-Git-Tag: apel-9_23~4 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=a8ef28cb1f6a2b9ef89f8a17b1894f134461557a;p=elisp%2Fapel.git Update. --- diff --git a/ChangeLog b/ChangeLog index 9ebc727..bdb16a7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,10 +1,47 @@ +1999-10-22 Katsumi Yamaoka + + * EMU-ELS (mcs-modules): Add `mcs-xmu' if the feature `utf-2000' is + not provided. + + * mcs-xm.el (mime-iso646-character-unification-alist): Move to + mcs-xmu.el. + (mime-unified-character-face): Move to mcs-xmu.el. + (mime-character-unification-limit-size): Move to mcs-xmu.el. + (decode-mime-charset-region-with-iso646-unification): Move to + mcs-xmu.el. + + * mcs-xmu.el: New file. + +1999-10-22 Katsumi Yamaoka + + * EMU-ELS (pces-modules): Don't check for the feature `mule' + whether `pces-xfc' is required. + * pces.el: Likewise. + + * mcs-xm.el: (decode-mime-charset-region-with-iso646-unification): + Narrow to the region while decoding; bind `case-fold-search' to nil. + (mime-character-unification-limit-size): Make it can also be nil + which means the size is unlimited. + +1999-10-14 Mikio Nakajima + + * mcs-xm.el (decode-mime-charset-region-with-iso646-unification): + Don't put `mime-unified-character-face' to unified text if it is + nil. + (mime-character-unification-limit-size): Fix doc string. + +1999-10-13 Katsumi Yamaoka + + * poe.el (file-coding): Provide it for XEmacs 20.4 or earlier with + MULE. + 1999-10-13 Daiki Ueno * EMU-ELS (pces-modules): Add `pces-raw' if file-coding feature is - not available in a XEmacs-without-MULE. + not available in a XEmacs-without-MULE. * pces.el: Require `pces-raw' if file-coding feature is not - available in a XEmacs-without-MULE. + available in a XEmacs-without-MULE. 1999-10-04 Katsumi Yamaoka