* pces.el: Require `pces-raw' if file-coding feature is not
[elisp/apel.git] / ChangeLog
index ec26d0b..aa34144 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,50 @@
+1999-10-04  Katsumi Yamaoka   <yamaoka@jpl.org>
+
+       * path-util.el (exec-installed-p): Add parens.
+
+1999-10-04  Keiichi Suzuki  <keiichi@nanap.org>
+
+       * path-util.el (exec-installed-p): Use `file-executable-p' instead
+       of `file-exists-p'.
+       When FILE already inculdes suffix in `exec-suffix-list', do not
+       expand file name with `exec-suffix-list'.
+       (module-installed-p): Do not use `exec-installed-p'.
+
+1999-09-27  MORIOKA Tomohiko  <tomo@m17n.org>
+
+       * mcs-xm.el: Use `unless' instead `static-unless' to share *.elc
+       between UTF-2000 and non-UTF-2000.
+
+1999-09-24  Mikio Nakajima    <minakaji@osaka.email.ne.jp>
+
+       * pces-om.el (find-coding-system): New inline function.
+       <cf. [tm-ja:5238]>
+
+1999-09-23  MORIOKA Tomohiko  <tomo@m17n.org>
+
+       * mcs-20.el (mime-charset-coding-system-alist): Use coding-system
+       `tis-620' instead of `tis620'.
+
+       * mcs-xm.el (charsets-mime-charset-alist): Add setting for
+       `tis-620'.
+
+1999-09-22  MORIOKA Tomohiko  <tomo@m17n.org>
+
+       * mcs-20.el (mime-charset-coding-system-alist): Add `cp874'.
+
+1999-09-21  Katsumi Yamaoka   <yamaoka@jpl.org>
+
+       * EMU-ELS (pces-modules): Add `pces-xfc' if the feature `mule' is
+       provided even though the feature `file-coding' is not provided.
+
+       * pces.el: Require `pces-xfc' if the feature `mule' is provided
+       even though the feature `file-coding' is not provided.
+
+\f
+1999-09-13  MORIOKA Tomohiko  <tomo@m17n.org>
+
+       * APEL: Version 9.22 released.
+
 1999-09-12  Mikio Nakajima  <minakaji@osaka.email.ne.jp>
 
        * poe.el (defmacro-maybe-cond): Add edebug spec.
 
        * APEL: Version 8.4 was released.
 
-       * EMU-ELS: Don't use HIRAGANA LETTER A (\e$B$"\e(B) to detect character
+       * EMU-ELS: Don't use HIRAGANA LETTER A (\e$(B$"\e(B) to detect character
        indexing (Emacs 20.3 or later).
 
 1998-04-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>