(calist-package-alist): New variable.
[elisp/apel.git] / ChangeLog
index 75d0a18..12f0dee 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
+1999-05-26  MORIOKA Tomohiko  <tomo@m17n.org>
+
+       * APEL: Version 9.19 released.
+
+1999-05-25  Shuhei KOBAYASHI  <shuhei@aqua.ocn.ne.jp>
+
+       * poe.el: Do not try to require 'edebug; it will be autoloaded.
+
+1999-05-24  Shuhei KOBAYASHI  <shuhei@aqua.ocn.ne.jp>
+
+       * poem-om.el (char-before, char-after): Moved to poe.el.
+
+       * poe.el (char-before, char-after): Moved from poem-om.el.
+       Add definition for non-Mule.
+
+1999-05-24  MORIOKA Tomohiko  <tomo@m17n.org>
+
+       * poe.el (def-edebug-spec): New macro.
+       (defun-maybe): Use `def-edebug-spec'.
+       (defmacro-maybe): Likewise.
+       (defsubst-maybe): Likewise.
+       (read-string): Use `static-unless'.
+
+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'.
+
+1999-05-16  Shuhei KOBAYASHI  <shuhei@aqua.ocn.ne.jp>
+
+       * poem-om.el (insert-binary-file-contents-literally): Removed,
+       since provided by emu.el.
+       (char-before, char-after): Use `fboundp', not `boundp'.
+       Use error-conditions directly.
+
 1999-05-15  Shuhei KOBAYASHI  <shuhei@aqua.ocn.ne.jp>
 
        * poe.el (path-separator): Doc sync with 20.3.
        (add-to-list): Ditto.
        (buffer-live-p): Return bool value.
        (cadr, cdar, cddr): New functions.
-       (save-current-buffer): Check whether orig-buffer is alive.
+       (save-current-buffer): Check whether `orig-buffer' is alive.
        (functionp): Sync with 20.3; use `car-safe'.
-       (line-beginning-position, line-end-position): Simplified.
+       (line-beginning-position, line-end-position): Use `forward-line'
+       or `end-of-line' only.
        (point-at-bol, point-at-eol): Ditto.
 
 1999-05-15  Shuhei KOBAYASHI  <shuhei@aqua.ocn.ne.jp>
        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>