Update.
[elisp/apel.git] / ChangeLog
index 7b504b9..150e337 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,78 @@
+1999-08-27  Katsumi Yamaoka   <yamaoka@jpl.org>
+
+       * install.el: Require `poe'. <cf. [tm-ja:5051]>
+
+       * 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'.
+
+1999-08-21  Mikio Nakajima  <minakaji@osaka.email.ne.jp>
+
+       * poe.el (rassoc): Just ignore elements of LIST that are not conse
+       cell and add doc string according to its features.
+
+1999-08-20  Yuuichi Teranishi  <teranisi@gohome.org>
+
+       * poe-18.el (delete): Return nil when argument 'list' is nil.
+
+1999-08-17  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
+
+       * README.en, README.ja (Anonymous FTP): New section.
+       * README.ja (CVS): Translate.
+
+\f
+1999-07-06  MORIOKA Tomohiko  <tomo@m17n.org>
+
+       * APEL: Version 9.20 released.
+
+1999-06-27  OKUNISHI Fujikazu <fuji0924@mbox.kyoto-inet.or.jp>
+
+       * EMU-ELS: Install env.el for v18. <cf. [tm-ja:4710]>
+
 1999-06-25  Katsumi Yamaoka   <yamaoka@jpl.org>
 
-       * poem-xm.el (split-char): Don't redefine if the `car' of the `cdr'
-       of the return value of the original `split-char' with the arg `?a'.
+       * poem-xm.el (split-char): Don't redefine for the recent XEmacs.
 
 1999-06-23  Shuhei KOBAYASHI  <shuhei@aqua.ocn.ne.jp>