update.
[elisp/apel.git] / ChangeLog
index dc5ac64..8c3be8c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,56 @@
+1999-05-21  Shuhei KOBAYASHI  <shuhei@aqua.ocn.ne.jp>
+
+       * README.en: Add description of localhook.el.
+       
+       * README.ja: Ditto.
+
+       * Makefile (GOMI): New variable.
+       (clean): Use `RM' and `GOMI'.
+
+1999-05-21  MORIOKA Tomohiko  <tomo@m17n.org>
+
+       * mcs-20.el (detect-mime-charset-region): Use
+       `find-mime-charset-by-charsets'.
+
+       * mcharset.el (find-mime-charset-by-charsets): New function.
+
+1999-05-21  MORIOKA Tomohiko  <tomo@m17n.org>
+
+       * mcharset.el: Require pcustom.
+       (default-mime-charset-for-write): New variable [moved from
+       mcs-20.el].
+       (default-mime-charset-detect-method-for-write): Likewise.
+
+       * mcs-20.el (default-mime-charset-for-write): Abolished [moved to
+       mcharset.el].
+       (default-mime-charset-detect-method-for-write): Likewise.
+
+       * EMU-ELS: Don't install `localhook' for XEmacs.
+
+1999-05-19  MORIOKA Tomohiko  <tomo@m17n.org>
+
+       * mcs-20.el (mime-charset-to-coding-system): Don't use `defsubst'
+       to avoid problem in XEmacs binary distributions.
+
+1999-05-17  Shuhei KOBAYASHI  <shuhei@aqua.ocn.ne.jp>
+
+       * poe-18.el (eval-when-compile, eval-and-compile): Reverted.
+
+1999-05-16  Shuhei KOBAYASHI  <shuhei@aqua.ocn.ne.jp>
+
+       * pcustom.el (toplevel): Require 'poe.
+
+1999-05-16  Shuhei KOBAYASHI  <shuhei@aqua.ocn.ne.jp>
+
+       * localhook.el (toplevel): Move provide to the top to avoid
+       circular dependency.
+
+1999-05-16  Shuhei KOBAYASHI  <shuhei@aqua.ocn.ne.jp>
+
+       * poe-18.el (inline): New alias for `progn'.
+       (make-obsolete-variable): New function.
+       (dont-compile): New macro.
+
 1999-05-16  Shuhei KOBAYASHI  <shuhei@aqua.ocn.ne.jp>
 
        * poe.el (subr-fboundp): Use `defun' instead of `defsubst'.
        defvar-maybe, defconst-maybe, defun-maybe-cond): Return NAME.
        (defun-maybe, defmacro-maybe, defsubst-maybe): Put edebug spec.
        (defsubst): Moved to poe-18.el.
-       
+
 1999-05-13  Tanaka Akira      <akr@jaist.ac.jp>
 
        * pccl-om.el: pccl-om.el does not support Mule 1.*.
 
        * APEL: Version 8.4 was released.
 
-       * EMU-ELS: Don't use HIRAGANA LETTER A (\e$B$"\e(B) to detect character
+       * EMU-ELS: Don't use HIRAGANA LETTER A (\e$(B$"\e(B) to detect character
        indexing (Emacs 20.3 or later).
 
 1998-04-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>