X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=ChangeLog;h=68e2cb85024b3f903c7912bd516830402d520797;hb=b11a5ce0763e16726c14b849cc94b6a392b30eb8;hp=413a06c0ed5c963b32f9562da4f25f1fd4e6463e;hpb=8aae52e42df28c1a55d5eefc4965b1bdd27dd9e1;p=elisp%2Fapel.git diff --git a/ChangeLog b/ChangeLog index 413a06c..68e2cb8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,80 @@ +2005-06-06 Katsumi Yamaoka + + * filename.el (filename-special-filter-1): New macro defined for + filename-special-filter to use aref instead of sref for the recent + Emacsen. + (filename-special-filter): Use it. + +2005-06-05 Tatsuya Kinoshita + + * poe-xemacs.el: Load `timer' even if `timer-funcs' exists. + +2005-05-10 TAKAHASHI Kaoru + + * poe.el (split-string): Import from Emacs 22. Add omit-nulls + argument. + +2005-05-03 Tatsuya Kinoshita + + * poem.el (characterp): Use `char-valid-p' if it exists. + * poem.el (char-or-char-int-p): Ditto. + +2005-02-23 Katsumi Yamaoka + + * poe-xemacs.el (run-at-time): Attempt to load `timer-funcs' + before `timer'. + +2004-09-27 Katsumi Yamaoka + + * README.en, README.ja (CVS): Remove the description about + developers' pserver access. + +2004-02-06 Katsumi Yamaoka + + * calist.el (use-calist-package): Add missing arg to `format'. + +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 package 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 @@ -5,6 +82,7 @@ (delete-directory): New function. (write-region): Ditto. + 2003-06-06 Yuuichi Teranishi * APEL: Version 10.5 released.