This commit was manufactured by cvs2svn to create branch 'emu-unify'.
[elisp/apel.git] / ChangeLog
index f1d0969..3cc5b60 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,301 @@
+1998-04-13  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * README.en (What's APEL?): Remove description about std11.el and
+       std11-parse.el.
+
+       * install.el (install-detect-elisp-directory): Modify regexp to
+       allow trailing `/'.
+
+1998-04-11  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * emu-x20.el (encode-mime-charset-region): Use 'defun instead of
+       'defsubst.
+       (decode-mime-charset-region): Use 'defun instead of 'defsubst.
+
+1998-04-10  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * APEL-ELS (apel-modules): Delete 'std11 and 'std11-parse.
+
+       * std11.el, std11-parse.el: Abolish std11-parse.el and std11.el
+       (moved to RIME).
+
+1998-04-09  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * emu-e19.el, emu-e20.el: Use 'make-obsolete for 'string-columns.
+
+       * emu-e19.el, emu-nemacs.el, emu-x20.el: Abolish obsolete alias
+       `char-leading-char'.
+
+1998-04-09  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * emu-e20.el, emu-mule.el, emu-nemacs.el, emu-e19.el: Abolish
+       obsolete alias `char-columns'.
+
+       * emu-e19.el: Abolish constant `charset-ascii' and
+       `charset-iso8859-1'.
+       (charset-description): New implementation.
+       (charset-registry): New implementation.
+       (charset-width): Renamed from `charset-columns'; new
+       implementation.
+       (find-charset-string): New implementation.
+       (find-charset-region): New implementation.
+       (charsets-mime-charset-alist): New initial value.
+       (detect-mime-charset-region): New implementation.
+       (char-charset): New implementation.
+
+       * emu-nemacs.el: Rename `charset-columns' -> `charset-width'.
+
+       * emu-nemacs.el: Abolish constant `charset-ascii' and
+       `charset-jisx0208'.
+       Abolish constant `lc-ascii' and `lc-jp'.
+       (charset-description): New implementation.
+       (charset-registry): New implementation.
+       (charset-columns): New implementation.
+       (find-charset-string): New implementation.
+       (find-charset-region): New implementation.
+       (charsets-mime-charset-alist): New initial value.
+       (char-charset): New implementation.
+
+1998-04-09  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * emu-e20.el, emu-x20.el, emu-e19.el, emu-mule.el, emu-nemacs.el
+       (char-next-index): New macro.
+
+1998-03-26  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * std11.el: Require 'std11-parse when compile.
+
+1998-03-25  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * calist.el (ctree-match-calist): Prefer normal choice than
+       default choice.
+
+1998-03-25  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * emu-x20.el (mime-charset-decoder-alist): New variable.
+       (decode-mime-charset-region-default): New function.
+       (mime-iso646-character-unification-alist): New variable.
+       (mime-unified-character-face): New variable.
+       (decode-mime-charset-region-with-iso646-unification): New
+       function.
+       (decode-mime-charset-region): Use 'mime-charset-decoder-alist.
+
+1998-03-25  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * emu-20.el (mime-charset-coding-system-alist): Use 'defcustom.
+
+1998-03-25  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * emu-20.el: Require 'wid-edit when compile.
+
+\f
+1998-03-25  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * APEL: Version 7.5 was released.
+
+1998-03-24  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * calist.el (calist-field-match-method-obarray): New variable.
+       (define-calist-field-match-method): New function.
+       (calist-default-field-match-method): New function.
+       (calist-field-match-method): New function.
+       (calist-field-match): New function.
+       (ctree-match-calist): Use `calist-field-match'.
+
+\f
+1998-03-23  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * APEL: Version 7.4 was released.
+
+1998-03-21  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * emu-nemacs.el, emu-mule.el, emu-e19.el, emu-x20.el, emu-e20.el
+       (insert-file-contents-as-binary): Renamed from
+       `insert-binary-file-contents'; add `insert-binary-file-contents'
+       as obsolete alias.
+
+1998-03-21  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * emu-e20.el (insert-binary-file-contents-literally): New alias
+       for `insert-file-contents-literally'.
+
+       * emu-x20.el (insert-binary-file-contents-literally): Moved from
+       emu-20.el.
+
+       * emu-20.el: Move `insert-binary-file-contents-literally' to
+       emu-x20.el.
+
+1998-03-21  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * emu-e20.el (insert-binary-file-contents): Must save
+       `enable-multibyte-characters'.
+
+       * emu-x20.el (insert-binary-file-contents): Moved from emu-20.el.
+
+       * emu-20.el: Move `insert-binary-file-contents' to emu-x20.el.
+
+       * calist.el (ctree-match-calist): Rename local variables.
+
+\f
+1998-03-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * APEL: Version 7.3 was released.
+
+1998-03-15  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * APEL-ELS: Add calist.el.
+
+       * calist.el: New module.
+
+1998-03-13  Katsumi Yamaoka   <yamaoka@jpl.org>
+
+       * emu-mule.el (charsets-mime-charset-alist) fixed.
+
+\f
+1998-03-13  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * APEL: Version 7.2 was released.
+
+1998-03-11  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * emu-nemacs.el, emu-mule.el, emu-e19.el, emu-20.el
+       (write-region-as-binary): New function.
+
+1998-03-11  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * emu-nemacs.el, emu-mule.el, emu-e19.el, emu-20.el
+       (insert-binary-file-contents): New function.
+
+1998-03-08  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
+
+       * README.en (Bug reports): Modify description of tm mailing list.
+
+\f
+1998-02-12  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * APEL: Version 7.1.1 was released.
+
+       * README.en (Bug reports): Modify for APEL.
+
+1998-02-04  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * std11.el (std11-msg-id-string): New function.
+       (std11-fill-msg-id-list-string): New function.
+
+       * std11-parse.el (std11-parse-msg-id): New function.
+
+1998-01-10  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * emu-x20.el: If coding-system `iso-2022-jp' unifies JIS X
+       0201-Latin to ASCII and JIS X 0208-1978 to JIS X 0208-1983 by
+       code-point, copy coding-system `iso-2022-7bit' to `iso-2022-jp' to
+       avoid this problem.
+
+\f
+1997-11-08  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * APEL: Version 7.1 was released.
+
+1997-11-06  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * README.en (What's APEL?): Rename file-detect.el -> path-util.el.
+
+1997-11-06  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * install.el, filename.el (filename-filters): Use path-util.el
+       instead of file-detect.el.
+
+       * path-util.el, file-detect.el, APEL-ELS: Rename file-detect.el ->
+       path-util.el (file name should be less than 13 bytes).
+
+1997-11-06  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * emu-19.el (tl:make-overlay): New alias.
+       (tl:overlay-put): New alias.
+       (tl:overlay-buffer): New alias.
+
+\f
+1997-11-05  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * APEL: Version 4.2 was released.
+
+1997-11-05  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * APEL-MK (config-apel): Regard LISPDIR.
+
+1997-11-05  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * emu-19.el (tl:make-overlay): New obsolete function (for
+       tm-7.106).
+       (tl:overlay-put): New obsolete function (for tm-7.106).
+       (tl:overlay-buffer): New obsolete function (for tm-7.106).
+
+\f
+1997-11-04  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * APEL: Version 4.1 was released.
+
+       * APEL-MK (compile-apel): Use `config-apel'; don't use
+       `add-to-list' for compatibility.
+       (install-apel): Don't call `config-apel' directly.
+
+       * APEL-CFG: Add load-path setting.
+
+1997-11-04  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * emu-20.el (mime-charset-list): New inline-function.
+       (widget-mime-charset-prompt-value-history): New variable.
+       (mime-charset): New widget.
+       (widget-mime-charset-prompt-value): New function.
+       (widget-mime-charset-action): New function.
+       (default-mime-charset): Use `defcustom'.
+
+       * emu-20.el (default-mime-charset): Modify DOC-string.
+
+       * emu-mule.el (charsets-mime-charset-alist): New implementation.
+
+       * emu-e20.el (encode-mime-charset-region,
+       decode-mime-charset-region, encode-mime-charset-string,
+       decode-mime-charset-string): New function (copied from emu-20.el);
+       check `enable-multibyte-characters'.
+
+       * emu-x20.el (encode-mime-charset-region,
+       decode-mime-charset-region, encode-mime-charset-string,
+       decode-mime-charset-string): New function (copied from emu-20.el).
+
+       * emu-20.el: Move function `encode-mime-charset-region',
+       `decode-mime-charset-region', `encode-mime-charset-string' and
+       `decode-mime-charset-string' to emu-x20.el and emu-e20.el.
+
+1997-10-04  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * emu-x20.el (charsets-mime-charset-alist): Use MIME charset
+       `iso-8859-5' for cyrillic.
+
+\f
+1997-09-26  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * APEL: Version 3.4.4 was released.
+
+1997-09-25  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * std11-parse.el (std11-special-char-list): Fix order for regexp.
+
+\f
+1997-09-25  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * APEL: Version 3.4.3 was released.
+
+       * README.en: Modify for Emacs 20.
+
+1997-09-25  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * std11-parse.el (std11-special-char-list): New constant; abolish
+       `std11-special-chars'.
+       (std11-atom-regexp): Use it.
+       (std11-analyze-special): Use it; Don't use `find'.
+
+\f
 1997-09-09  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
 
        * APEL: Version 3.4.2 was released.