X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=ChangeLog;h=6fdd94f562f7e97c50a5933264a23fe55c01dbed;hb=480ae8f432098df4aed6c05a943bc537942902d0;hp=72ca27860d21ccd8cf86115221c78643bebb517a;hpb=40f19c76cf49b8797d41d80286eba9e0e3f494c3;p=elisp%2Fapel.git diff --git a/ChangeLog b/ChangeLog index 72ca278..6fdd94f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,85 @@ +2001-10-15 Katsumi Yamaoka + + * poe.el (support-timezone-in-numeric-form-and-3rd-arg): Renamed + from `support-timezone-in-numeric-form'; add support the 3rd arg. + +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 + function `char-category-list' returns a list of characters. + +2001-02-01 NAKAJIMA Mikio + + * README.ja: Updated as to MAKEIT.BAT and MAKE1.BAT. + * make1.bat: New file. + * makeit.bat: Ditto. + * make.bat: Removed. + +2001-01-18 Katsumi Yamaoka + + * inv-19.el (next-visible-point): Return the value of `point-max' + when the position of next `invisible' property change is not found. + +2001-01-15 Yuuichi Teranishi + + * poe-18.el (floor): Removed. + + * timezone.el (timezone-floor): New function. + (timezone-fix-time-2): Use `timezone-floor' instead of `floor'. + 2000-12-31 NAKAJIMA Mikio * README.ja: Typo fixed. @@ -6,10 +88,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