X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=ChangeLog;h=25023d27990d2aadee5d2e4bf249e3595bc4ca1f;hb=a2b45ce67960b473ec33f6c156be6ea1a49eddd5;hp=c92fa36300d00225b870ecfa402c3b78b6249b84;hpb=b465e968b9c0dcb7a2e6a48c70d45bf74442dfd6;p=elisp%2Fapel.git diff --git a/ChangeLog b/ChangeLog index c92fa36..25023d2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,126 @@ +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 + the exit status of mkdir. + (delete-directory): New function. + (write-region): Ditto. + + +2003-06-06 Yuuichi Teranishi + + * APEL: Version 10.5 released. + * apel-ver.el (apel-ver): Change APEL version to 10.5. + +2003-05-29 Yuuichi Teranishi + + * poe.el (make-temp-file) [no make-temp-file, single-user system]: + Modified for OS/2. + +2003-05-22 Yuuichi Teranishi + + * install.el (install-prefix): Change value for Meadow2 and NTEmacs. + +2003-05-20 Shuhei KOBAYASHI + + * poe.el (make-temp-file) [no make-temp-file, multi-user system]: + Modified comments. + +2003-05-19 Shuhei KOBAYASHI + + * poe.el (make-temp-file) [no make-temp-file, multi-user system]: + Flatten nested `unwind-protect'. Fixed comments. + +2003-05-15 Yuuichi Teranishi + + * poe.el (make-temp-file): New function. + +2002-11-05 MORIOKA Tomohiko + + * mcs-20.el (mcs-region-repertoire-p): New function for UTF-2000 + implementations. + (mcs-string-repertoire-p): Likewise. + (detect-mime-charset-region): New implementation for UTF-2000 + implementations. + (detect-mime-charset-string): New function for UTF-2000 + implementations. + +2002-11-03 Yoichi NAKAYAMA + + * filename.el (filename-filters): Change default value to nil. + + +2002-10-04 Katsumi Yamaoka + + * APEL: Version 10.4 released. + +2002-10-03 Takeshi Morishima + + * 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 + + * 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 + + * mcs-xm.el (encode-mime-charset-string): Use `defun' instead of + `defsubst' + +2002-07-10 Adrian Aichner + + * emu.el: Conditionalise defalias 'tl:overlay-buffer on + 'tl:overlay-buffer, not 'tl:overlay-put. + 2002-06-26 Katsumi Yamaoka * mcs-e20.el (charsets-mime-charset-alist): Remove nil's from the @@ -131,6 +254,7 @@ 2000-12-31 NAKAJIMA Mikio * README.ja: Typo fixed. + 2000-12-30 NAKAJIMA Mikio