(file-executable-p): New function.
[elisp/apel.git] / ChangeLog
index 74ff612..c214a2d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
-1999-08-27  MORIOKA Tomohiko  <morioka@m17n.org>
+1999-11-02  Katsumi Yamaoka   <yamaoka@jpl.org>
+
+       * poe-18.el (file-executable-p): New function.
+
+\f
+1999-10-22  Katsumi Yamaoka   <yamaoka@jpl.org>
+
+       * APEL: Version 9.23 released.
+
+1999-10-22  Katsumi Yamaoka   <yamaoka@jpl.org>
+
+       * APEL-MK (compile-apel-package): Compile `emu-modules-to-compile'
+       instead of `emu-modules'.
+       (compile-apel): Likewise.
+
+       * EMU-ELS (emu-modules-to-compile): New variable which is used for
+       compiling in APEL-MK.  If the feature `utf-2000' is provided,
+       `mcs-xmu' is removed from its value even if `emu-modules' contains
+       it.
+       (emu-modules-not-to-compile): New variable.
+
+       * 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   <yamaoka@jpl.org>
+
+       * 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    <minakaji@osaka.email.ne.jp>
+
+       * 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   <yamaoka@jpl.org>
+
+       * poe.el (file-coding): Provide it for XEmacs 20.4 or earlier with
+       MULE.
+
+1999-10-13  Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
+
+       * EMU-ELS (pces-modules): Add `pces-raw' if file-coding feature is
+       not available in a XEmacs-without-MULE.
+
+       * pces.el: Require `pces-raw' if file-coding feature is not
+       available in a XEmacs-without-MULE.
+
+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'.
+       * path-util.el: Require `poe'. [cf. <tm-ja:5051>]
 
 1999-08-27  Katsumi Yamaoka   <yamaoka@jpl.org>
 
-       * install.el: Require `poe'. <cf. [tm-ja:5051]>
+       * install.el: Require `poe'. <cf. [tm-ja:5055]>
 
        * path-util.el (directory-files): Don't redefine.
 
 
        * 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>