Release APEL 10.4.
[elisp/apel.git] / ChangeLog
index d18752a..397da14 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,122 @@
+2002-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * APEL: Version 10.4 released.
+
+2002-10-03  Takeshi Morishima  <qa3507@email.mot.com>
+
+       * install.el (install-elisp-module): Delete an elc file if the
+       optional 5th argument `del-elc' is given.
+       (install-elisp-modules): Allow the optional 5th argument `del-elc'
+       and pass it to `install-elisp-module'.
+
+2002-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * mcs-ltn1.el (mime-charset-to-coding-system): Allow the 2nd arg.
+       * mcs-nemacs.el (mime-charset-to-coding-system): Ditto.
+
+2002-07-13  Daiki Ueno  <daiki@xemacs.org>
+
+       * mcs-xm.el (encode-mime-charset-string): Use `defun' instead of
+       `defsubst'
+
+2002-07-10  Adrian Aichner  <adrian@xemacs.org>
+
+       * emu.el: Conditionalise defalias 'tl:overlay-buffer on
+       'tl:overlay-buffer, not 'tl:overlay-put.
+
+2002-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * mcs-e20.el (charsets-mime-charset-alist): Remove nil's from the
+       default value.
+       * mcs-xm.el (charsets-mime-charset-alist): Ditto.
+
+2002-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * mcs-e20.el (charsets-mime-charset-alist): Add Latin8 and Latin9
+       charsets.  Suggested by Tatsuya Kinoshita <tats@iris.ne.jp>.
+       * mcs-xm.el (charsets-mime-charset-alist): Ditto.
+
+2002-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * pccl.el (ccl-usable): Make non-MULE XEmacs don't require `ccl'
+       even if this file is mis-compiled for XEmacs with MULE.
+
+2002-03-23  Nix  <nix@esperi.demon.co.uk>
+
+       * poem-ltn1.el (truncate-string): Act like the real `truncate-string':
+       do not fail if the string is shorter than the max length.
+
+2002-04-30  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * poem-xm.el (string-to-char-list): Revive it again.
+
+2002-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * poem-xm.el (string-to-char-list): Remove.  It is restored in
+       XEmacs CVS.
+
+2002-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * poem-xm.el (char-length): New function.
+       (string-to-char-list): New function.
+
+2002-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * pym.el: Add a note that `def*-maybe' might not provide functions
+       or variables at run-time.
+
+2001-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * tinycustom.el (custom-declare-face): New function.
+       (defface): Use it.
+
+2001-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * poe.el (format-time-string): Support the 3rd arg `universal'.
+       (support-timezone-in-numeric-form-and-3rd-arg): Renamed from
+       `support-timezone-in-numeric-form';
+       support the 3rd arg `universal'.
+
+2001-10-12  TSUCHIYA Masatoshi  <tsuchiya@pine.kuee.kyoto-u.ac.jp>
+
+       * poe.el (format-time-string): Support the construct `%z'.
+       (support-timezone-in-numeric-form): New advice.
+
+2001-09-09   Daiki Ueno  <ueno@unixuser.org>
+
+       * pccl.el (transform-make-coding-system-args): Follow old backquote
+       style.
+
+2001-07-20  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
+
+       * install.el (install-file, install-elisp-module): Set file modes
+       according to `install-overwritten-file-modes'.
+
+       * poe-18.el (defalias): Remove alias to fset and define it by
+       using `defun'.
+
+2001-06-23  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
+
+       * install.el (install-files): Do not make DEST directory when
+       JUST-PRINT is non-nil.
+
+2001-06-20  Akihiro MOTOKI <amotoki@dd.iij4u.or.jp>
+
+       * install.el (install-elisp-modules): Do not make DEST directory
+       when JUST-PRINT is non-nil.
+
+2001-06-01  Tanaka Akira      <akr@m17n.org>
+
+       * pccl.el (ccl-compat): Since mule 2.3 accepts `t' and `nil' as `type'
+       argument, so arguments conversion shouln't applied in such case.
+       
+2001-05-24  Tanaka Akira      <akr@m17n.org>
+
+       * pccl.el (accept-long-ccl-program): Don't advice for Emacs 21.
+       (transform-make-coding-system-args): New emulating function.
+       (ccl-compat): new advice for `make-coding-system' of
+       Emacs 20 or former to handle XEmacs style CCL coding system definition.
+
 2001-04-29  Shuhei KOBAYASHI  <shuhei@aqua.ocn.ne.jp>
 
        * poe.el (remassoc, remassq, remrassoc, remrassq): Fixed.