X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=ChangeLog;h=da733566ec012eb5eb1634f4f653ce0aa254577a;hb=refs%2Fheads%2Fyamaoka-maybe;hp=be07e2ef083a1d4fb1fad94d6ff5ad8ff1b652b5;hpb=e3088ca5758f55f4babb48d98722783827adabf1;p=elisp%2Fapel.git diff --git a/ChangeLog b/ChangeLog index be07e2e..da73356 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,64 @@ +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