update.
[elisp/apel.git] / ChangeLog
index 7a9fee1..8c3be8c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
-1999-04-11  Tanaka Akira  <akr@jaist.ac.jp>
+1999-05-21  Shuhei KOBAYASHI  <shuhei@aqua.ocn.ne.jp>
 
-       * mcs-e20.el (x-ctext): Define coding system `x-ctext' if `ctext' is
-       not proper for decoding `iso-2022-jp-2'.
+       * README.en: Add description of localhook.el.
+       
+       * README.ja: Ditto.
 
-       * mcs-20.el (mime-charset-coding-system-alist): Use coding system
-       `x-ctext' for MIME charset `x-ctext' if it is defined.
+       * Makefile (GOMI): New variable.
+       (clean): Use `RM' and `GOMI'.
 
-1999-04-09  Tanaka Akira  <akr@jaist.ac.jp>
+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.
+       (functionp): Sync with 20.3; use `car-safe'.
+       (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>
+
+       * localhook.el: New file; local hook variable support.
+
+       * poe.el (add-hook, remove-hook, make-local-hook): Removed;
+       require 'localhook instead.
+
+       * poe-18.el: (default-boundp): New function.
+
+       * EMU-ELS: Added localhook.
+
+1999-05-14  Shuhei KOBAYASHI  <shuhei@aqua.ocn.ne.jp>
+
+       * pcustom.el: Rewrite using static.el.
+
+       * tinycustom.el (defface): Use `defmacro-maybe-cond'.
+
+       * EMU-ELS: Compilation order of tinycustom and pcustom was changed.
+
+1999-05-14  Shuhei KOBAYASHI  <shuhei@aqua.ocn.ne.jp>
+
+       * poe-18.el: Require 'poe.
+       Move provide to the top to avoid circular dependency.
+       (eval-when-compile, eval-and-compile): Modified for old compiler.
+       (defsubst): Moved from poe.el.
+       (make-obsolete): Do nothing.
+
+       * poe.el (read-string): Don't use `eval-and-compile'.
+
+1999-05-14  Shuhei KOBAYASHI  <shuhei@aqua.ocn.ne.jp>
+
+       * poe.el (defmacro-maybe-cond): New macro.
+       (defun-maybe, defmacro-maybe, defsubst-maybe, defalias-maybe,
+       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.*.
+
+1999-05-10  Daiki Ueno        <ueno@ueda.info.waseda.ac.jp>
+
+       * tinycustom.el (define-widget): Accept the optional arguments.
+
+1999-05-08  Tanaka Akira      <akr@jaist.ac.jp>
+
+       * README.en (What's APEL?): Add notice for static.el.
+
+       * README.ja: Ditto.
+
+\f
+1999-05-08  MORIOKA Tomohiko  <tomo@m17n.org>
+
+       * APEL: Version 9.18 released.
+
+1999-05-08  MORIOKA Tomohiko  <tomo@m17n.org>
+
+       * mcs-e20.el: Don't require `poem'.
+
+       * mcs-e20.el: Check coding-system `x-ctext' is not defined by
+       APEL.
+
+1999-05-08  MORIOKA Tomohiko  <tomo@m17n.org>
+
+       * mcs-e20.el: Fix checking code about coding-system `x-ctext'
+       [cf. <tm-ja:4389> by akr]
+
+\f
+1999-05-07  MORIOKA Tomohiko  <tomo@m17n.org>
+
+       * APEL: Version 9.17 released.
+
+1999-05-07  MORIOKA Tomohiko  <tomo@m17n.org>
+
+       * mcs-e20.el: Check coding-system `x-ctext' is not defined.
+
+1999-05-07  MORIOKA Tomohiko  <tomo@m17n.org>
+
+       * poe-18.el (eval-when-compile): New macro.
+
+       * poe.el (make-local-hook): Use `defun-maybe' directly.
+
+       * poe.el (add-hook): Use `static-condition-case' instead of
+       `condition-case'; use `defun-maybe' instead of `defun'.
+       (remove-hook): Likewise.
+
+1999-04-22  MORIOKA Tomohiko  <tomo@m17n.org>
+
+       * poe.el (caar): New function.
+
+1999-04-13  Tanaka Akira      <akr@jaist.ac.jp>
+
+       * mcs-e20.el (x-ctext): Use the definition in Emacs 20.4.
+
+1999-04-11  Tanaka Akira      <akr@jaist.ac.jp>
+
+       * mcs-e20.el (x-ctext): Define coding system `x-ctext' if `ctext'
+       is not proper for decoding `iso-2022-jp-2'.
+
+1999-04-09  Tanaka Akira      <akr@jaist.ac.jp>
 
        * static.el: Add doc-strings.
 
-1999-04-09  Tanaka Akira  <akr@jaist.ac.jp>
+1999-04-09  Tanaka Akira      <akr@jaist.ac.jp>
 
        * EMU-ELS (emu-modules): Add `static'.
 
 
        * broken.el: New implementation using `static'.
 
-1999-04-09  MORIOKA Tomohiko  <tomo@etl.go.jp>
+1999-04-09  MORIOKA Tomohiko  <tomo@m17n.org>
 
        * EMU-ELS (poem-modules): Add `poem-xfc' if file-coding feature is
        available in a XEmacs-without-MULE.
        * poem-xfc.el: new file for file coding based XEmacs.
 
 \f
-1999-04-08  MORIOKA Tomohiko  <tomo@etl.go.jp>
+1999-04-08  MORIOKA Tomohiko  <tomo@m17n.org>
 
        * APEL: Version 9.16 released.