rearrangement.
[elisp/apel.git] / ChangeLog
index 6d2348f..0bee736 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,365 @@
+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.
+
+1998-04-24  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * APEL-ELS: Comment out 'atype and 'file-detect.
+
+1998-04-24  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * emu-x20.el (decode-mime-charset-string): Use
+       'decode-mime-charset-region.
+
+1998-04-24  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * emu-x20.el (mime-charset-decoder-alist): Add
+       'decode-mime-charset-region-for-hz for 'hz-gb-2312.
+       (decode-mime-charset-region-for-hz): New function.
+
+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.
+
+\f
+1998-04-22  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * APEL: Version 8.4 was released.
+
+       * 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>
+
+       * emu-x20.el, emu-e20.el (charsets-mime-charset-alist): Add
+       'shift_jis.
+
+       * EMU-ELS (emu-modules): fixed.
+
+\f
+1998-04-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * APEL: Version 8.3 was released.
+
+       * README.en (What's APEL?): Modify for latest emu.
+
+1998-04-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * emu-nemacs.el, emu-mule.el, emu-latin1.el, emu-e20_2.el,
+       emu-e20_3.el, emu-x20.el (char-next-index): Fixed.
+
+1998-04-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * EMU-ELS (emu-modules): Add 'emu-e20_3 for Emacs 20.3.
+
+       * emu-e20_3.el: New module.
+
+       * emu-e20.el: Select to require 'emu-e20_2 or 'emu-e20_3.
+
+       * emu-e20_2.el (set-buffer-multibyte): New function.
+
+       * emu-e20.el (insert-file-contents-as-binary): Use
+       'set-buffer-multibyte.
+
+1998-04-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * emu-e20_2.el, emu-e20.el, EMU-ELS: Separate Emacs 20.1 and 20.2
+       depended definitions from emu-e20.el to emu-e20_2.el.
+
+1998-04-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * emu.el: emu-x20.el doesn't require 'emu-xemacs and 'emu-20.
+
+1998-04-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * emu-x20.el: Don't require 'emu-xemacs and 'emu-20.
+
+       * emu.el: emu-latin1.el does not require 'emu-xemacs or 'emu-e19.
+
+       * emu-latin1.el: Don't require 'emu-xemacs or 'emu-e19.
+
+1998-04-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * emu-mule.el, emu-latin1.el, emu-e20.el, emu-e19.el, emu-19.el,
+       EMU-ELS: Rename emu-19.el -> emu-e19.el.
+
+       * emu.el, emu-latin1.el, emu-e19.el, EMU-ELS: Rename emu-e19.el ->
+       emu-latin1.el.
+
+\f
+1998-04-13  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * APEL: Version 8.2 was released.
+
+       * 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 `/'.
+
+\f
+1998-04-13  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * APEL: Version 8.1 was released.
+
+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).
+
+\f
+1998-04-09  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * APEL: Version 8.0 was released.
+
+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.
+
+\f
 1998-03-26  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
 
        * APEL: Version 7.6 was released.