* pces.el: Require `pces-raw' if file-coding feature is not
[elisp/apel.git] / ChangeLog
index b6eca82..aa34144 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,151 @@
+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.
+
+1999-09-12  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
+
+       * poe.el (defun-maybe-cond): Add edebug spec.
+
+1999-09-09  MORIOKA Tomohiko  <tomo@m17n.org>
+
+       * mcs-xm.el (mime-charset-decoder-alist): Don't use
+       `decode-mime-charset-region-with-iso646-unification' if running
+       XEmacs-UTF-2000.
+       (mime-iso646-character-unification-alist): Don't define if running
+       XEmacs-UTF-2000.
+       (mime-unified-character-face): Likewise.
+       (mime-character-unification-limit-size): Likewise.
+       (decode-mime-charset-region-with-iso646-unification): Likewise.
+
+1999-09-09  Katsumi Yamaoka   <yamaoka@jpl.org>
+
+       * tinycustom.el (defface): Allow `type' in SPEC; enrich doc string.
+
+1999-09-08  Katsumi Yamaoka   <yamaoka@jpl.org>
+
+       * tinycustom.el (frame-background-mode): New variable.
+
+       * poe.el (frame-background-mode): Move to tinycustom.el.
+
+1999-09-03  Katsumi Yamaoka   <yamaoka@jpl.org>
+
+       * tinycustom.el (defface): Set the face attributes according to
+       SPEC.
+
+       * poe.el (frame-background-mode): New variable.
+
+1999-09-02  MORIOKA Tomohiko  <tomo@m17n.org>
+
+       * poe.el: Delete autoload setting for `filename'.
+       (convert-standard-filename): Require `filename'.
+
+1999-09-02  Katsumi Yamaoka   <yamaoka@jpl.org>
+
+       * poe.el (convert-standard-filename): Rearrange.
+
+1999-09-01  Katsumi Yamaoka   <yamaoka@jpl.org>
+
+       * poe.el (convert-standard-filename): New function.
+
+1999-08-27  MORIOKA Tomohiko  <tomo@m17n.org>
+
+       * install.el (emacs-major-version): Deleted.
+       (emacs-minor-version): Deleted.
+
+       * path-util.el: Require `poe'. [cf. <tm-ja:5051>]
+
+1999-08-27  Katsumi Yamaoka   <yamaoka@jpl.org>
+
+       * install.el: Require `poe'. <cf. [tm-ja:5055]>
+
+       * path-util.el (directory-files): Don't redefine.
+
+1999-08-26  Katsumi Yamaoka   <yamaoka@jpl.org>
+
+       * path-util.el (directory-files): Emulate as Emacs 19 or later to
+       accept the optional fourth argument for old Emacsen.  It is needed
+       here for compiling other packages.
+
+       * APEL-ELS (apel-modules): Add `time-stamp' if Emacs version is
+       less than 19.16.
+
+       * time-stamp.el: New file imported from Emacs 19.28.
+
+1999-08-26  Katsumi Yamaoka   <yamaoka@jpl.org>
+
+       * tinycustom.el (defface): Quote the argument of `make-face'.
+
+1999-08-25  Katsumi Yamaoka   <yamaoka@jpl.org>
+
+       * APEL-CFG: Don't provide `emu'; add the latest path of "custom"
+       to `load-path'.
+
+1999-08-25  MORIOKA Tomohiko  <tomo@m17n.org>
+
+       * install.el: Don't require `emu'.
+       (emacs-major-version): New variable [for old emacsen].
+       (emacs-minor-version): New variable [for old emacsen].
+
+1999-08-25  MORIOKA Tomohiko  <tomo@m17n.org>
+
+       * poe-18.el (inline): New implementation using `defmacro'.
+
+\f
+1999-08-24  MORIOKA Tomohiko  <tomo@m17n.org>
+
+       * APEL: Version 9.21 released.
+
+1999-08-24  Taiji Can         <Taiji.Can@atesoft.advantest.co.jp>
+
+       * poem-nemacs.el: Use `char-width' instead of `char-columns'.
+
 1999-08-24  MORIOKA Tomohiko  <tomo@m17n.org>
 
        * poe-18.el (inline): Use `defalias' instead of `defalias-maybe'.