update.
[elisp/apel.git] / ChangeLog
index a32452f..8c3be8c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,523 @@
+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.
+       (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>
+
+       * EMU-ELS (emu-modules): Add `static'.
+
+       * static.el: New file.
+
+       * broken.el: New implementation using `static'.
+
+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.
+
+1999-04-09  Andy Piper        <andy@xemacs.org>
+
+       * poem.el: use poem-xfc when we have XEmacs with file coding.
+
+       * poem-xfc.el: new file for file coding based XEmacs.
+
+\f
+1999-04-08  MORIOKA Tomohiko  <tomo@m17n.org>
+
+       * APEL: Version 9.16 released.
+
+1999-04-05  Shuhei KOBAYASHI  <shuhei@aqua.ocn.ne.jp>
+
+       * install.el (install-prefix): Check whether
+       `system-configuration-options' is defined or not before using it.
+
+       * poe-18.el (add-hook, remove-hook): Moved to poe.el.
+       * poe.el (add-hook, remove-hook): Accept optional `local' arg.
+       (add-local-hook, remove-local-hook): Removed.
+
+       * tinycustom.el (defface): Make face if 'faces is provided.
+
+1999-03-27  Shuhei KOBAYASHI  <shuhei@aqua.ocn.ne.jp>
+
+       * pcustom.el: New implementation using broken.el.
+
+1999-03-14  Shuhei KOBAYASHI  <shuhei@aqua.ocn.ne.jp>
+
+       * APEL-MK (compile-apel, what-where-apel): Use `load-file' to
+       ensure that EMU_ELS in the current directory is loaded.
+
+1999-03-11  Shuhei KOBAYASHI  <shuhei@aqua.ocn.ne.jp>
+
+       * emu.el (code-convert-string, code-convert-region,
+       insert-binary-file-contents): Doc fix.
+
+1999-03-16  Mikio Nakajima  <minakaji@osaka.email.ne.jp>
+
+       * README.en, README.ja: Add description of pcustom and tinycustom.
+
+1999-03-27  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * tinycustom.el: Delete RCS keywords.
+
+1999-03-24  Mikio Nakajima  <minakaji@osaka.email.ne.jp>
+
+       * poe.el (make-local-hook): Move to after defining `add-local-hook'
+       and `remove-local-hook'.
+
+1999-03-20  Mikio Nakajima  <minakaji@osaka.email.ne.jp>
+
+       * tinycustom.el (define-widget): New nop macro.
+       (defface): Makes face FACE.
+
+1999-03-25  Keiichi Suzuki  <kei-suzu@mail.wbs.ne.jp>
+
+       * poem.el (charset-after): New function.
+
+\f
+1999-03-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * APEL: Version 9.15 released.
+
+1999-03-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * poe.el (defun-maybe-cond): Don't use `unless'.
+
+1999-03-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * EMU-ELS (pcustom-modules): New variable.
+       (emu-modules): Add `pcustom-modules'.
+
+1999-03-13  Mikio Nakajima    <minakaji@osaka.email.ne.jp>
+
+       * tinycustom.el: New file.
+       * pcustom.el: Likewise.
+
+\f
+1999-03-15  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * APEL: Version 9.14 released.
+
+1999-03-11  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * mcs-e20.el (charsets-mime-charset-alist): Add setting for
+       `tis-620'.
+
+       * mcs-20.el (mime-charset-coding-system-alist): Add `tis-620' and
+       `windows-874'.
+
+1999-03-08  SL Baur  <steve@xemacs.org>
+
+       * poem-ltn1.el (find-file-noselect-as-raw-text): Quote.
+       (find-file-noselect-as-raw-text-CRLF): Ditto.
+
+1999-03-08  SL Baur  <steve@xemacs.org>
+
+       * mcs-xm.el (decode-mime-charset-region-with-iso646-unification):
+       Respect passed in boundaries.
+       From MORIOKA Tomohiko <tomo@etl.go.jp>
+
+1999-03-08  SL Baur  <steve@xemacs.org>
+
+       * poe.el (poe): Move provide to the top to avoid circular
+       dependency.
+
+       * poe-xemacs.el: Explicitly require poe when bytecompiling.
+       * poem-xm.el: Ditto.
+       * poem-ltn1.el:Ditto.
+
+\f
+1999-02-27  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * APEL: Version 9.13 released.
+
+1999-02-27  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * Makefile (package): New target.
+       (install-package): Depend on `package'.
+
+       * APEL-MK (install-update-package-files): New function.
+       (config-apel-package): Load "EMU-ELS".
+       (compile-apel-package): New function.
+       (install-apel-package): Don't compile modules; use function
+       `install-update-package-files'.
+
+1999-02-26  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * APEL-MK (install-just-print-p): Modify for special option of GNU
+       make.
+
+1999-02-26  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * APEL-MK (install-just-print-p): New function.
+       (install-apel): Use `install-just-print-p'.
+       (install-apel-package): Likewise.
+
+1999-02-25  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * Makefile (install): Add voodoo comment `# $(MAKE)'.
+       (install-package): Likewise.
+
+       * APEL-MK (install-apel): Run installer with `just-print' mode if
+       environment variable "MAKEFLAGS" matches "^[^ =]*n" option.
+       (install-apel-package): Likewise.
+
+1999-02-21  Mikio Nakajima  <minakaji@osaka.email.ne.jp>
+
+       * install.el (install-file): New optional argument JUST-PRINT.
+       (install-files): Likewise.
+       (install-elisp-module): Likewise.
+       (install-elisp-modules): Likewise.
+
+1999-02-18  Keiichi Suzuki  <kei-suzu@mail.wbs.ne.jp>
+
+       * mcs-e20.el (coding-system-get): New function.
+       (mime-charset-list): Fix for Emacs 20.2.
+
+1999-02-14  Katsumi Yamaoka   <yamaoka@jpl.org>
+
+       * mcs-om.el (default-mime-charset-for-write): Delete the remaining
+       arguments for `defcustom'.
+
+1999-02-13  Tanaka Akira  <akr@jaist.ac.jp>
+
+       * mcs-e20.el (charsets-mime-charset-alist): Don't set up
+       `iso-2022-int-1' in default.
+
+1999-02-11  Tanaka Akira  <akr@jaist.ac.jp>
+
+       * README.en, README.ja, pccl.el: pccl does not support Mule 1.x.
+
+       * pccl-20.el: Update broken facility message with Emacs version
+       it fixes.
+
+1999-02-07  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * install.el (install-prefix): Modify for Meadow.
+
+1999-01-26  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * mcs-20.el (mime-charset-to-coding-system-default-method): New
+       user option.
+       (mime-charset-to-coding-system): Call
+       `mime-charset-to-coding-system-default-method' if suitable
+       coding-system is not found.
+
+1999-01-21  Keiichi Suzuki  <kei-suzu@mail.wbs.ne.jp>
+
+       * mcs-xm.el (encode-mime-charset-region): Add new optional
+       argument `lbt'.
+       (encode-mime-charset-string): Ditto.
+
+       * mcs-nemacs.el (lbt-to-string): New inline function.
+       (encode-mime-charset-region): Add new optional argument `lbt'.
+       (encode-mime-charset-string): Ditto.
+
+       * mcs-ltn1.el (lbt-to-string): New inline function.
+       (encode-mime-charset-region): Add new optional argument `lbt'.
+       (encode-mime-charset-string): Ditto.
+       (decode-mime-charset-region): Use `lbt-to-string'.
+
+       * mcs-e20.el (encode-mime-charset-region): Add new optional
+       argument `lbt'.
+       (encode-mime-charset-string): Ditto.
+
+       * mcs-om.el (lbt-to-string): New inline function.
+       (encode-mime-charset-region): Add new optional argument `lbt'.
+       (encode-mime-charset-string): Ditto.
+       (decode-mime-charset-region): Use `lbt-to-string'.
+       (decode-mime-charset-string): Ditto.
+
+1998-12-24  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * mcs-om.el (default-mime-charset-for-write): New variable.
+       (detect-mime-charset-region): Return
+       `default-mime-charset-for-write' if suitable mime-charset is not
+       found.
+
+       * mcs-20.el (detect-mime-charset-region): Don't call
+       `default-mime-charset-detect-method-for-write' if suitable
+       mime-charset is found.
+
+       * mcharset.el (charsets-to-mime-charset): Return nil if suitable
+       mime-charset is not found; abolish optional argument `default'.
+
+1998-12-23  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * mcs-xm.el (charsets-mime-charset-alist): Don't set up
+       `iso-2022-int-1' in default.
+
+       * mcs-20.el (default-mime-charset-for-write): New user option.
+       (default-mime-charset-detect-method-for-write): New user option.
+       (detect-mime-charset-region): Refer
+       `default-mime-charset-detect-method-for-write' or
+       `default-mime-charset-for-write' if suitable mime-charset is not
+       found.
+
+       * mcharset.el (charsets-to-mime-charset): Add new optional
+       argument `default'.
+
+1999-02-26  Katsumi Yamaoka   <yamaoka@jpl.org>
+
+       * poem-nemacs.el (find-file-noselect-as-coding-system): Bind
+       `default-kanji-fileio-code' to specified coding system instead of
+       the use of `kanji-fileio-code'; bind `kanji-fileio-code' to nil.
+       (find-file-noselect-as-raw-text): Revert buffer if the file is
+       newer than the buffer.
+       (as-binary-input-file): Bind `default-kanji-flag' to nil.
+
+       * poem-20.el (find-file-noselect-as-binary): Bug fix - use
+       `coding-system-for-read' instead of `coding-system-for-write'.
+
+1999-02-25  Katsumi Yamaoka   <yamaoka@jpl.org>
+
+       * poem-om.el (find-file-noselect-as-raw-text-CRLF): New function.
+       It is an alias for `find-file-noselect-as-raw-text'.
+       (insert-file-contents-as-raw-text-CRLF): New function.
+       It is an alias for `insert-file-contents-as-raw-text'.
+
+       * poem-nemacs.el (find-file-noselect-as-raw-text-CRLF): New
+       function. It is an alias for `find-file-noselect-as-raw-text'.
+       (find-file-noselect-as-raw-text): Convert line-break code from
+       CRLF to LF.
+       (insert-file-contents-as-raw-text-CRLF): New function. It is an
+       alias for `insert-file-contents-as-raw-text'.
+       (insert-file-contents-as-raw-text): Convert line-break code from
+       CRLF to LF.
+       (find-file-noselect-as-binary): Don't specify the optional third
+       argument `rawfile' for `find-file-noselect'.
+
+       * poem-ltn1.el (find-file-noselect-as-raw-text-CRLF): New function.
+       It is an alias for `find-file-noselect'.
+       (insert-file-contents-as-raw-text-CRLF): New function. It is an
+       alias for `insert-file-contents'.
+
+       * poem-20.el, poem-e20_2.el (find-file-noselect-as-raw-text-CRLF):
+       New function.
+       (insert-file-contents-as-raw-text-CRLF): New function.
+
+1999-02-25  Katsumi Yamaoka   <yamaoka@jpl.org>
+
+       * poem-20.el, poem-e20_2.el, poem-om.el
+       (find-file-noselect-as-raw-text): Undo the last change.
+       (insert-file-contents-as-raw-text): Likewise.
+
+1999-02-25  Katsumi Yamaoka   <yamaoka@jpl.org>
+
+       * poem-20.el, poem-e20_2.el, poem-om.el
+       (find-file-noselect-as-raw-text): Use `raw-text-dos' instead of
+       `raw-text'.
+       (insert-file-contents-as-raw-text): Likewise.
+
+1999-02-14  Katsumi Yamaoka   <yamaoka@jpl.org>
+
+       * mcs-om.el (TopLevel): Don't refer to
+       `running-emacs-19_29-or-later', use `emacs-major-version' and
+       `emacs-minor-version' instead.
+
+1999-02-14  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * poe.el (file-name-sans-extension): New function <copied from
+       Emacs 20.3.5> <cf. [tm-ja:4135]>.
+
+1999-02-04  Katsumi Yamaoka   <yamaoka@jpl.org>
+
+       * poem-20.el, poem-ltn1.el, poem-nemacs.el, poem-om.el
+       (save-buffer-as-binary): New function.
+       (save-buffer-as-raw-text-CRLF): New function.
+       (save-buffer-as-coding-system): New function.
+
+       * poem-om.el (poem-ccl-decode-raw-text): Rewrite again for plural
+       `CR's.
+
+1999-02-04  Katsumi Yamaoka   <yamaoka@jpl.org>
+
+       * poem-om.el (poem-ccl-decode-raw-text): Rewrite for fixing a bug
+       that the last datum will be missed if the input data is not ended
+       with `CRLF'.
+       (poem-ccl-encode-raw-text-CRLF): Use `read-if'.
+
+1998-12-24  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * install.el (install-detect-elisp-directory): Avoid problem if
+       prefix of an emacs has its version.
+
+\f
 1998-12-22  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
 
        * APEL: Version 9.12 was released.
        emu.el.
 
 1998-09-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
-       
+
        * emu.el, EMU-ELS: Split core part about MULE from emu to poem.
 
        * poem.el: New file.
 
        * emu-e20.el (ccl-execute-on-string): Too few args.
        (test-ccl-eof-block-cs): Revert existence checking.
-       
+
        * emu-e20_2.el (insert-file-contents-as-binary): Return value.
        (insert-file-contents-as-raw-text): Ditto.
-       
+
        * emu-mule.el (insert-file-contents-as-raw-text): Return value.
        (encode-coding-string): Check `coding-system' is non-nil.
        (decode-coding-string): Ditto.
 
        * emu-nemacs.el (write-region-as-binary): Use
        `as-binary-output-file'
-       (write-region-as-raw-text-CRLF): Ditto.  
+       (write-region-as-raw-text-CRLF): Ditto.
        (insert-file-contents-as-binary): Use `as-binary-input-file'.
        (insert-binary-file-contents-literally): Ditto.
        (insert-file-contents-as-raw-text): Ditto.
-       
+
        * emu.el (last): Emacs 20 emulation function.
        (butlast), (nbutlast): CL emulation functions.
-       
+
 1998-08-27  Tanaka Akira  <akr@jaist.ac.jp>
 
         * emu-e20.el (ccl-use-symbol-as-program): Reduce
 
        * emu-mule.el (insert-file-contents-as-binary): Use
        file-coding-system-for-read instead of file-coding-system.
-       
+
 \f
 1998-06-06  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
 
 1998-04-27  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
 
        * calist.el (ctree-find-calist): Renamed from
-       'ctree-match-calist-all.
+       'ctree-match-calist-all.
 
 \f
 1998-04-25  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
@@ -1850,7 +2370,7 @@ Thu Apr  3 17:14:39 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
 1997-03-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
 
        * APEL: Version 3.3 was released.
-       
+
        * APEL-CFG (EMU_PREFIX, EMU_DIR): New variables.
        * APEL-MK: install emu.