X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=ChangeLog;h=7cecf5ee2e39a01617b7fb62ba5ce9d21f28cb2e;hb=7e67f474839cdc4089f01d0474fa0fee1b677c16;hp=5159d7f3d4fa2456534260a0381c0bd7639e0282;hpb=a79ae6e8a00f5a24df814987a042818f27523141;p=elisp%2Fapel.git diff --git a/ChangeLog b/ChangeLog index 5159d7f..7cecf5e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,53 @@ +2004-01-26 Katsumi Yamaoka + + * Makefile: Make `elc' into the default entry. + +2004-01-07 Katsumi Yamaoka + + * poe-xemacs.el (run-at-time): Don't use `defadvice' in order to + avoid a conflict with the Gnus version. + +2003-12-12 Katsumi Yamaoka + + * poe-xemacs.el (run-at-time): Fully implement it for the recent + XEmacsen when the fsf-compat package is not available. + (run-at-time-tick-tock): Check closely whether a bug is in + `start-itimer'. + +2003-12-11 Katsumi Yamaoka + + * poe-xemacs.el (run-at-time): Redefine it to make it punctual. + +2003-09-05 Katsumi Yamaoka + + * poem-xm.el (char-length): Don't use `defun-maybe' to define it + since this module may be installed as the XEmacs pachage which + should be usable by all the XEmacs 21.x series. + + +2003-07-05 Yuuichi Teranishi + + * APEL: Version 10.6 released. + * apel-ver.el (apel-ver): Change APEL version to 10.6. + +2003-07-03 Shuhei KOBAYASHI + + * poe.el (make-temp-file) [2-args make-temp-file]: + Don't use octal number for file modes. + + * poe.el (toplevel): Fixed the compile-time check for the definition of + `make-temp-file' [apel-ja: 00874]. + (make-temp-file) [no make-temp-file, single-user system]: + Don't use `set-default-file-modes' nor `default-file-modes'. + +2003-07-03 Yuuichi Teranishi + + * poe-18.el (make-directory-internal): Signal an error according to + the exit status of mkdir. + (delete-directory): New function. + (write-region): Ditto. + + 2003-06-06 Yuuichi Teranishi * APEL: Version 10.5 released.