* mcs-om.el (mime-charset-coding-system-alist): Move forward.
[elisp/apel.git] / ChangeLog
index 026f7bb..da73356 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,134 @@
+2002-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * 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  <yamaoka@jpl.org>
+
+       * 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  <yamaoka@jpl.org>
+
+       * pym.el (defun-maybe): Doc fix.
+       (defun-when-void): New macro.
+
+2002-07-24  Shuhei KOBAYASHI  <shuhei@aqua.ocn.ne.jp>
+
+       * pym.el (def*-maybe-enable-compile-time-hack): New variable;
+       default to nil.
+       (defun-maybe): Use it.
+
+2002-07-13  Daiki Ueno  <daiki@xemacs.org>
+
+       * mcs-xm.el (encode-mime-charset-string): Use `defun' instead of
+       `defsubst'.
+
+2002-07-10  Adrian Aichner  <adrian@xemacs.org>
+
+       * emu.el: Conditionalise defalias 'tl:overlay-buffer on
+       'tl:overlay-buffer, not 'tl:overlay-put.
+
+2002-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * 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  <yamaoka@jpl.org>
+
+       * mcs-e20.el (charsets-mime-charset-alist): Add Latin8 and Latin9
+       charsets.  Suggested by Tatsuya Kinoshita <tats@iris.ne.jp>.
+       * mcs-xm.el (charsets-mime-charset-alist): Ditto.
+
+2002-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * 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  <nix@esperi.demon.co.uk>
+
+       * 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  <yamaoka@jpl.org>
+
+       * poem-xm.el (string-to-char-list): Revive it again.
+
+2002-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * poem-xm.el (string-to-char-list): Remove.  It is restored in
+       XEmacs CVS.
+
+2002-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * poem-xm.el (char-length): New function.
+       (string-to-char-list): New function.
+
+2002-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * pym.el: Add a note that `def*-maybe' might not provide functions
+       or variables at run-time.
+
+2001-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * tinycustom.el (custom-declare-face): New function.
+       (defface): Use it.
+
+2001-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * 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  <tsuchiya@pine.kuee.kyoto-u.ac.jp>
+
+       * poe.el (format-time-string): Support the construct `%z'.
+       (support-timezone-in-numeric-form): New advice.
+
+2001-09-09   Daiki Ueno  <ueno@unixuser.org>
+
+       * pccl.el (transform-make-coding-system-args): Follow old backquote
+       style.
+
+2001-07-20  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
+
+       * 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  <minakaji@osaka.email.ne.jp>
+
+       * install.el (install-files): Do not make DEST directory when
+       JUST-PRINT is non-nil.
+
 2001-06-20  Akihiro MOTOKI <amotoki@dd.iij4u.or.jp>
 
        * install.el (install-elisp-modules): Do not make DEST directory