* Makefile (elc): Ignore errors when removing emu*.elc.
[elisp/apel.git] / ChangeLog
index 23984df..4d99e0a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,402 @@
+1998-09-07  Tanaka Akira  <akr@jaist.ac.jp>
+
+        * Makefile (elc): Ignore errors when removing emu*.elc.
+
+1998-09-01  Tanaka Akira <akr@jaist.ac.jp>
+
+       * emu-mule.el (ccl-execute-on-string): Fix arguments
+       order `status' and `string'.
+
+1998-08-31  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * APEL: Version 8.17 was released.
+
+       * emu.el (with-temp-file): Must use old forms.
+
+1998-08-31  Katsumi Yamoaka   <yamaoka@jpl.org>
+
+       * emu.el (with-temp-file): New macro (Emacs 20/XEmacs 20
+       emulating macro).
+
+1998-08-29  Tanaka Akira  <akr@jaist.ac.jp>
+
+        * emu-e20.el: require 'ccl only for byte-compile time.
+
+1998-08-29  Tanaka Akira  <akr@jaist.ac.jp>
+
+        * Makefile (elc): Remove emu*.elc to use newest emu by
+        intall.el.
+
+1998-08-29  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
+
+       * 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.
+       (insert-file-contents-as-binary): Use `as-binary-input-file'.
+       (insert-binary-file-contents-literally): Ditto.
+       (write-region-as-binary): Use `as-binary-output-file'.
+       (write-region-as-raw-text-CRLF): Definition for Emacs 19.28.
+       (write-region-as-mime-charset): Ditto.
+       (mime-charset-to-coding-system): New implementation.
+
+       (ccl-use-symbol-as-program): New constant.
+       (ccl-encoder-eof-block-is-broken): New constant.
+       (ccl-decoder-eof-block-is-broken): New constant.
+       (ccl-eof-block-is-broken): New constant.
+       (make-ccl-coding-system): New function.
+       (ccl-execute): Emacs 20.3 emulating function.
+       (ccl-execute-on-string): Emacs 20.3 emulating function.
+
+       * emu-nemacs.el (write-region-as-binary): Use
+       `as-binary-output-file'
+       (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
+       `eval-and-compile' and `eval-when-compile' nesting.
+       (test-ccl-eof-block-cs): Remove existence checking.
+
+1998-08-27  Tanaka Akira  <akr@jaist.ac.jp>
+
+        * emu-e20.el (ccl-use-symbol-as-program): Use
+       `ccl-vector-program-execute-on-string' if it is defined.
+
+1998-08-27  Tanaka Akira  <akr@jaist.ac.jp>
+
+        * emu-e20.el (ccl-use-symbol-as-program): Use
+       `ccl-execute-on-string' instead of `make-coding-system' for
+       avoiding the error "Coding system already exists".
+
+1998-08-27  Tanaka Akira  <akr@jaist.ac.jp>
+
+        * emu-e20.el (test-ccl-eof-block-cs): Check if it is already
+       defined.
+
+1998-08-27  Tanaka Akira  <akr@jaist.ac.jp>
+
+       * emu-e20.el (ccl-use-symbol-as-program): New constant.
+       (make-ccl-coding-system): New function.
+       (ccl-encoder-eof-block-is-broken): New constant.
+       (ccl-decoder-eof-block-is-broken): New constant.
+       (ccl-eof-block-is-broken): New constant.
+       (ccl-execute): Redefine if `ccl-use-symbol-as-program' is nil.
+       (ccl-execute-on-string): Ditto.
+
+1998-08-24  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * emu-20.el (mime-charset-coding-system-alist): Add `unknown' and
+       `x-unknown'.
+
+1998-08-12  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * emu-x20.el: Redefine coding-system `ctext' if `ctext-dos' is not
+       found.
+
+1998-08-12  Katsumi Yamaoka   <yamaoka@jpl.org>
+
+       * emu-nemacs.el, emu-mule.el (decode-mime-charset-region): Add new
+       argument `lbt'.
+       (decode-mime-charset-string): Likewise.
+
+       * emu-mule.el (mime-charset-to-coding-system):  Regard `CRLF',
+       `LF', `CR' as line break code type.
+
+1998-08-11  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * emu-latin1.el, emu-nemacs.el (write-region-as-raw-text-CRLF):
+       Fix regexp to canonicalize line break code.
+
+       * emu-mule.el (write-region-as-raw-text-CRLF): Use
+       `write-region-as-binary' to specify `lockname' in MULE 2.3 based
+       on 19.34.
+
+1998-08-11  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * emu-x20.el: Redefine coding-system `iso-2022-jp-2' if
+       `iso-2022-jp-2-dos' is not found.
+
+1998-08-11  Katsumi Yamaoka   <yamaoka@jpl.org>
+
+       * emu-mule.el (write-region-as-raw-text-CRLF): New function.
+
+       * emu-18.el (generate-new-buffer-name): New function (Emacs 19
+       emulating function).
+
+1998-08-10  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * emu-nemacs.el, emu-latin1.el (write-region-as-raw-text-CRLF):
+       New function.
+
+       * emu-20.el (write-region-as-raw-text-CRLF): Renamed from
+       `write-region-as-CRLF'.
+
+1998-08-10  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * emu-latin1.el, emu-e20.el (decode-mime-charset-region): Add new
+       argument `lbt'.
+       (decode-mime-charset-string): Likewise.
+
+       * emu-x20.el: Define coding-system `raw-text-unix' and
+       `raw-text-mac' if they are not found.
+       Redefine coding-system `euc-kr' if `euc-kr-dos' is not found.
+       (decode-mime-charset-region-default): Add new argument `lbt'.
+       (decode-mime-charset-region-with-iso646-unification): Likewise.
+       (decode-mime-charset-region-for-hz): Likewise.
+       (decode-mime-charset-region): Likewise.
+       (decode-mime-charset-string): Likewise.
+
+       * emu-20.el (mime-charset-to-coding-system): Regard `CRLF', `LF',
+       `CR' as line break code type.
+
+1998-08-07  MORIOKA Tomohiko  <morioka@yo.rim.or.jp>
+
+       * emu-x20.el: Define coding-system `raw-text-dos' if it is not
+       found.
+
+       * emu-20.el (write-region-as-CRLF): New function.
+
+1998-07-21  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * install.el (install-detect-elisp-directory): Modify for anything
+       older than Emacs 19.28.
+
+\f
+1998-06-22  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * APEL: Version 8.16 was released.
+
+       * emu.el, emu-x20.el: Require `emu-20' in emu-x20.el.
+
+1998-06-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * emu-x20.el (set-buffer-multibyte): Use `defsubst-maybe' instead
+       of `defmacro-maybe'.
+
+1998-06-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * emu-20.el, emu-x20.el: Move `insert-file-contents-as-binary' and
+       `insert-file-contents-as-raw-text' from emu-x20.el to emu-20.el.
+
+       * emu-e20_2.el, emu-e20.el: Move `insert-file-contents-as-binary'
+       and `insert-file-contents-as-raw-text' from emu-e20.el to
+       emu-e20_2.el.
+
+\f
+1998-06-09  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * APEL: Version 8.15 was released.
+
+       * emu-xemacs.el: Use nil as variable of `condition-case' to avoid
+       byte-compiler warning.
+
+1998-06-09  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * emu.el (when): New macro.
+
+1998-06-09  Katsumi Yamaoka   <yamaoka@jpl.org>
+
+       * emu.el (split-string): New function (Emacs 20/XEmacs 20
+       emulating function).
+
+       * emu.el (with-temp-buffer): New macro (Emacs 20/XEmacs 20
+       emulating macro).
+
+       * emu.el (with-current-buffer): New macro (Emacs 20/XEmacs 20
+       emulating macro).
+
+       * emu.el (save-current-buffer): New macro (Emacs 20/XEmacs 20
+       emulating macro).
+
+1998-06-08  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * mule-caesar.el (mule-caesar-region): Don't compare charset with
+       'us-ascii.
+
+1998-06-08  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * emu-mule.el (split-char): fixed.
+
+1998-06-08  Katsumi Yamaoka   <yamaoka@jpl.org>
+
+       * 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>
+
+       * APEL: Version 8.14 was released.
+
+1998-06-05  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * emu-mule.el, emu-latin1.el (split-char): New function.
+
+1998-06-05  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * emu-mule.el, emu-nemacs.el (insert-file-contents-as-raw-text):
+       New function.
+
+       * emu-latin1.el (insert-file-contents-as-raw-text): New alias.
+
+       * emu-e20.el, emu-x20.el (insert-file-contents-as-raw-text): New
+       function.
+
+1998-06-05  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * emu-x20.el: Move `split-char' check and repair code from
+       mule-caesar.el.
+
+       * mule-caesar.el: Move `split-char' check and repair code to
+       emu-x20.el; require 'emu.
+
+1998-06-05  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * emu-nemacs.el, emu-mule.el (set-buffer-multibyte): New function.
+
+       * emu-latin1.el, emu-x20.el (set-buffer-multibyte): New macro.
+
+       * mule-caesar.el (mule-caesar-region): Use '(cdr (split-char ...))
+       instead of `char-to-octet-list'; abolish function
+       `char-to-octet-list'.
+
+1998-06-05  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * emu-mule.el (charset-chars): New function.
+
+       * mule-caesar.el (split-char): Redefine if it has bug.
+       (char-to-octet-list): Use `split-char'.
+
+\f
+1998-06-01  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * APEL: Version 8.13 was released.
+
+       * emu-x20.el (mime-character-unification-limit-size): Change
+       default value to 2048.
+
+1998-05-28  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * emu.el (string-as-unibyte): New macro.
+
+\f
+1998-05-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * APEL: Version 8.12 was released.
+
+1998-05-15  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * emu-x20.el (mime-character-unification-limit-size): New
+       variable.
+       (decode-mime-charset-region-with-iso646-unification): Don't unify
+       if size of region is larger than
+       'mime-character-unification-limit-size.
+
+1998-05-15  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * emu-x20.el, emu-nemacs.el, emu-mule.el, emu-latin1.el,
+       emu-e20_3.el (looking-at-as-unibyte): New alias.
+
+       * emu-e20_2.el (looking-at-as-unibyte): New function.
+
+1998-05-14  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * emu-x20.el: Delete definition of 'detect-mime-charset-region
+       because it is defined in emu-20.el.
+
+       * emu-20.el (write-region-as-binary): fixed.
+
+       * emu-20.el (write-region-as-mime-charset): New function.
+
+       * emu-latin1.el (write-region-as-mime-charset): New alias.
+
+       * emu-nemacs.el, emu-mule.el (write-region-as-mime-charset): New
+       function.
+
+\f
+1998-05-09  MORIOKA Tomohiko  <morioka@mousai.jaist.ac.jp>
+
+       * APEL: Version 8.11 was released.
+
+1998-05-09  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * emu.el (string-as-multibyte): New macro (Emacs 20.3 emulating
+       macro).
+
+\f
+1998-05-07  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * APEL: Version 8.10 was released.
+
+       * README.en (What's APEL?): Delete description about atype.el; add
+       description about calist.el.
+
+1998-05-07  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * calist.el (ctree-add-calist-with-default): fixed.
+
+\f
+1998-05-06  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * APEL: Version 8.9 was released.
+
+1998-05-06  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * calist.el (ctree-find-calist): fixed duplicated result.
+
+\f
+1998-05-05  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * APEL: Version 8.8 was released.
+
+1998-05-03  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * calist.el (ctree-find-calist): Delete duplicated result.
+
+\f
+1998-04-30  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * APEL: Version 8.7 was released.
+
+1998-04-29  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * calist.el (ctree-match-calist-partially): New function.
+
+\f
+1998-04-28  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * APEL: Version 8.6 was released.
+
+1998-04-27  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * emu-20.el (mime-charset-coding-system-alist): Use 'raw-text for
+       us-ascii in default setting.
+
+1998-04-27  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * calist.el (ctree-find-calist): Add optional argument 'all.
+
+1998-04-27  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * calist.el (ctree-find-calist): Renamed from
+       'ctree-match-calist-all.
+
+\f
+1998-04-25  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * APEL: Version 8.5 was released.
+
 1998-04-25  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
 
        * calist.el (ctree-match-calist-all): New function.