X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=ChangeLog;h=5b76d71adfb134fa234869588642cc2fad620794;hb=a19bd4981108e30ce53fe2a4a2c322ffc572a72b;hp=b21926d95928bc48b3d50b889a6a3d147c68aaae;hpb=a28bd2cf8a18a82d6bc79d107c362faf46e3817c;p=elisp%2Fapel.git diff --git a/ChangeLog b/ChangeLog index b21926d..5b76d71 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,87 @@ +2002-04-30 Katsumi Yamaoka + + * poem-xm.el (string-to-char-list): Revive it again. + +2002-04-25 Katsumi Yamaoka + + * poem-xm.el (string-to-char-list): Remove. It is restored in + XEmacs CVS. + +2002-04-15 Katsumi Yamaoka + + * poem-xm.el (char-length): New function. + (string-to-char-list): New function. + +2002-03-04 Katsumi Yamaoka + + * pym.el: Add a note that `def*-maybe' might not provide functions + or variables at run-time. + +2001-12-05 Katsumi Yamaoka + + * tinycustom.el (custom-declare-face): New function. + (defface): Use it. + +2001-10-15 Katsumi Yamaoka + + * 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 + + * poe.el (format-time-string): Support the construct `%z'. + (support-timezone-in-numeric-form): New advice. + +2001-09-09 Daiki Ueno + + * pccl.el (transform-make-coding-system-args): Follow old backquote + style. + +2001-07-20 NAKAJIMA Mikio + + * 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 + + * install.el (install-files): Do not make DEST directory when + JUST-PRINT is non-nil. + +2001-06-20 Akihiro MOTOKI + + * install.el (install-elisp-modules): Do not make DEST directory + when JUST-PRINT is non-nil. + +2001-06-01 Tanaka Akira + + * 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 + + * 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 + + * poe.el (remassoc, remassq, remrassoc, remrassq): Fixed. + +2001-03-26 Yuuichi Teranishi + + * EMU-ELS: Add checking whether the native timezone.el has an old + date string parser. + +2001-03-23 TSUCHIYA Masatoshi + + * timezone.el (timezone-parse-date): Import from Emacs-20.7. + 2001-02-23 Katsumi Yamaoka * emu.el (char-category for XEmacs): Don't use `int-char' when the @@ -30,10 +114,10 @@ * APEL: Version 10.3 released. * apel-ver.el (apel-ver): Change APEL version to 10.3. - + * Makefile : Apply patch from TAKAHASHI Kaoru of Message-Id: <86vgs2s3cp.wl@tomoko.nantnaq.kaisei.org>. - + 2000-12-28 Tanaka Akira * pccl-20.el (ccl-compat): new advice for `make-coding-system' of