Require 'poe.
[elisp/apel.git] / ChangeLog
index 835c1fd..1427c11 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,198 @@
+1999-06-20  Shuhei KOBAYASHI  <shuhei@aqua.ocn.ne.jp>
+
+       * install.el: Require 'poe instead of 'emu.
+       (install-prefix): Don't use `running-emacs-18' or `running-xemacs'.
+       (install-detect-elisp-directory): Eliminate local variable `dir'.
+       Don't use `running-emacs-19_29-or-later' or `running-xemacs'.
+
+       * mcs-20.el: Require 'pcustom instead of 'custom.
+
+       * EMU-ELS: Don't use `running-emacs-19_29-or-later' or
+       `running-xemacs-19_14-or-later.'
+
+1999-06-18  Tanaka Akira      <akr@jaist.ac.jp>
+
+       * static.el (static-condition-case): Wrap lambda expression by
+       `function'.
+
+       * calist.el (calist-default-field-match-method): Use `function'
+       instead of #'.
+
+1999-06-17  Shuhei KOBAYASHI  <shuhei@aqua.ocn.ne.jp>
+
+       * pcustom.el: Load "custom" anyway.
+
+1999-06-16  Katsumi Yamaoka   <yamaoka@jpl.org>
+
+       * static.el (static-cond): New macro.
+
+1999-06-11  Tanaka Akira      <akr@jaist.ac.jp>
+
+       * static.el (static-defconst): New macro.
+
+1999-06-04  MORIOKA Tomohiko  <tomo@m17n.org>
+
+       * pces-xfc.el (insert-file-contents-literally-treats-binary): New
+       facility.
+       (insert-file-contents-literally-treats-file-name-handler): New
+       facility.
+       (insert-file-contents-as-binary): Define as an alias for
+       `insert-file-contents-literally' if it is not broken.
+
+1999-06-04  MORIOKA Tomohiko  <tomo@m17n.org>
+
+       * EMU-ELS (pces-modules): New variable.
+
+       * poem.el: Require pces.el.
+
+       * pces.el: New module.
+
+       * poem-xfc.el: Deleted.
+
+       * pces-xfc.el: New module.
+
+       * pces-nemacs.el: New module.
+
+       * poem-nemacs.el: Split off features about coding-system to
+       pces-nemacs.el.
+
+       * pces-om.el: New module.
+
+       * poem-om.el: Split off features about coding-system to
+       pces-om.el.
+
+       * pces-raw.el: New module.
+
+       * poem-ltn1.el: Split off features about coding-system to
+       pces-raw.el.
+
+       * pces-xm.el: New module.
+
+       * poem-xm.el: Split off features about coding-system to
+       pces-xm.el.
+
+       * pces-e20_2.el: New module.
+
+       * poem-e20_2.el: Split off features about coding-system to
+       pces-e20_2.el.
+
+       * pces-e20.el: New module.
+
+       * poem-e20.el (find-coding-system): Moved to pces-e20.el.
+       (set-process-input-coding-system): Likewise.
+       - Don't require `poem-20'.
+
+       * pces-20.el: New module [renamed from poem-20.el].
+
+1999-05-31  MORIOKA Tomohiko  <tomo@m17n.org>
+
+       * calist.el (calist-field-match-method): Fix problem when
+       `field-type' is a string.
+
+1999-05-27  MORIOKA Tomohiko  <tomo@m17n.org>
+
+       * calist.el (use-calist-package): New function.
+       (make-calist-package): Add new optional argument `use'.
+
+1999-05-27  MORIOKA Tomohiko  <tomo@m17n.org>
+
+       * calist.el (calist-package-alist): New variable.
+       (make-calist-package): New function.
+       (find-calist-package): New function.
+       (in-calist-package): New function.
+       (standard): New calist package.
+       (calist-field-match-method): Use method for `t' as a default
+       method; set up `calist-default-field-match-method' as method for
+       `t' of `standard' package.
+
+\f
+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.
        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>