X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=ChangeLog;h=1b50a8e6ab1185a3b7d413767f50b94c9670b780;hb=6e972cf6c7ba473c4a83d9caaaa25e2aa31e9c7c;hp=6fdd94f562f7e97c50a5933264a23fe55c01dbed;hpb=949cf1afa5fed82d6385182a8df585fa5fdd6432;p=elisp%2Fapel.git diff --git a/ChangeLog b/ChangeLog index 6fdd94f..1b50a8e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,65 @@ +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. + (defface): Use it. + 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. + * poe.el (format-time-string): Support the 3rd arg `universal'. + (support-timezone-in-numeric-form-and-3rd-arg): Renamed from + `support-timezone-in-numeric-form'; + support the 3rd arg `universal'. 2001-10-12 TSUCHIYA Masatoshi