X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=ChangeLog;h=7cecf5ee2e39a01617b7fb62ba5ce9d21f28cb2e;hb=7e67f474839cdc4089f01d0474fa0fee1b677c16;hp=10ca700512fcfe3e8158c4def104270a19a28524;hpb=d63f736011d28cd7244c61590d898a377131b3c7;p=elisp%2Fapel.git diff --git a/ChangeLog b/ChangeLog index 10ca700..7cecf5e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,163 @@ +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. + * 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 + default value. + * mcs-xm.el (charsets-mime-charset-alist): Ditto. + +2002-06-21 Katsumi Yamaoka + + * mcs-e20.el (charsets-mime-charset-alist): Add Latin8 and Latin9 + charsets. Suggested by Tatsuya Kinoshita . + * mcs-xm.el (charsets-mime-charset-alist): Ditto. + +2002-05-14 Katsumi Yamaoka + + * pccl.el (ccl-usable): Make non-MULE XEmacs don't require `ccl' + even if this file is mis-compiled for XEmacs with MULE. + +2002-03-23 Nix + + * poem-ltn1.el (truncate-string): Act like the real `truncate-string': + do not fail if the string is shorter than the max length. + +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. @@ -90,6 +250,7 @@ 2000-12-31 NAKAJIMA Mikio * README.ja: Typo fixed. + 2000-12-30 NAKAJIMA Mikio