X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=ChangeLog;h=da733566ec012eb5eb1634f4f653ce0aa254577a;hb=refs%2Fheads%2Fyamaoka-maybe;hp=566e2ec17304ad977f78b7d32eadf13bf752d698;hpb=4a816b66bd781e2851608d7f66563a75dc4093d8;p=elisp%2Fapel.git diff --git a/ChangeLog b/ChangeLog index 566e2ec..da73356 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,139 @@ +2002-08-01 Katsumi Yamaoka + + * mcs-om.el (mime-charset-coding-system-alist): Move forward. + (mime-charset-to-coding-system): Move forward. + + * pym.el (def*-maybe-enable-compile-time-hack): Bind it when + compiling. Suggested by Shuhei KOBAYASHI. + (defun-when-void): Modify the arglist to follow the XEmacs style. + +2002-07-29 Katsumi Yamaoka + + * pym.el (defun-maybe): Use `defalias' instead of `defun'; don't + handle `current-load-list'; always return a function symbol. + (defmacro-maybe): Set a symbol to a macro definition itself; don't + handle `current-load-list'; always return a macro symbol. + (defsubst-maybe): Set a symbol to a function definition itself; + don't handle `current-load-list'; always return a function symbol. + (defalias-maybe): Always return a new definition. + (defvar-maybe): Always return a variable symbol. + (defconst-maybe): Ditto. + (defun-maybe-cond): Use `defalias' instead of `defun'; don't + handle `current-load-list'; always return a function symbol. + (defmacro-maybe-cond): Set a symbol to a macro definition itself; + don't handle `current-load-list'; always return a macro symbol. + (defsubst-maybe-cond): Set a symbol to a function definition + itself; don't handle `current-load-list'; always return a function + symbol. + (defun-when-void): Always return a function symbol. + (defmacro-when-void): New macro. + (defsubst-when-void): New macro. + (defalias-when-void): New macro. + (defvar-when-void): New macro. + (defconst-maybe): New macro. + +2002-07-26 Katsumi Yamaoka + + * pym.el (defun-maybe): Doc fix. + (defun-when-void): New macro. + +2002-07-24 Shuhei KOBAYASHI + + * pym.el (def*-maybe-enable-compile-time-hack): New variable; + default to nil. + (defun-maybe): Use it. + +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 (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 + + * poe.el (format-time-string): Support the construct `%z'. + (support-timezone-in-numeric-form): New advice. + +2001-09-09 Daiki Ueno + + * pccl.el (transform-make-coding-system-args): Follow old backquote + style. + +2001-07-20 NAKAJIMA Mikio + + * install.el (install-file, install-elisp-module): Set file modes + according to `install-overwritten-file-modes'. + + * poe-18.el (defalias): Remove alias to fset and define it by + using `defun'. + +2001-06-23 NAKAJIMA Mikio + + * install.el (install-files): Do not make DEST directory when + JUST-PRINT is non-nil. + +2001-06-20 Akihiro MOTOKI + + * install.el (install-elisp-modules): Do not make DEST directory + when JUST-PRINT is non-nil. + 2001-06-01 Tanaka Akira * pccl.el (ccl-compat): Since mule 2.3 accepts `t' and `nil' as `type'