X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=ChangeLog;fp=ChangeLog;h=eab81179bc82107233f3dd280362fc64817aea7d;hb=b3f5d832c2009362d62af9ce98be505abb3a946d;hp=1b50a8e6ab1185a3b7d413767f50b94c9670b780;hpb=e8931854dece9983f94cf1e5fffbfc4e0162aaa5;p=elisp%2Fapel.git diff --git a/ChangeLog b/ChangeLog index 1b50a8e..eab8117 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,43 @@ +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' + `defsubst'. 2002-07-10 Adrian Aichner