tm 7.80.
[elisp/apel.git] / ChangeLog
index c1574ea..20ec0de 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,623 @@
+Sat Aug 31 15:08:42 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * tl: Version 7.61 was released.
+
+Fri Aug 30 16:12:22 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * tl-list.el (list*): New function.
+
+       * std11.el (std11-find-field-body): New function.
+
+Fri Aug 30 15:14:30 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * emu-xemacs.el (next-visible-point): fixed. (cf. [tm-en:719])
+
+       * install.el (install-file): check write
+       permission. (cf. [bug-tm-en:720])
+
+Fri Aug 30 06:11:58 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * std11.el (std11-addr-to-string): Add DOC-string.
+       (std11-address-string): Add DOC-string.
+       (std11-full-name-string): Add DOC-string.
+
+Fri Aug 30 04:25:34 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * mu-cite.el (mu-cite/get-field-value): Function
+       `std11-find-field-body' was renamed to `std11-field-body'.
+
+       * mu-cite.el (mu-cite/get-field-value-method-alist): Function
+       `std11-find-field-body' was renamed to `std11-field-body'.
+
+       * tl-822.el (rfc822/get-field-body): Function
+       `std11-find-field-body' was renames to `std11-field-body'.
+       (rfc822/get-field-bodies): Function `std11-find-field-bodies' was
+       renames to `std11-field-bodies'.
+
+       * std11.el (std11-field-body): Renamed from
+       `std11-find-field-body'.
+       (std11-field-bodies): Renamed from `std11-find-field-bodies'.
+
+Wed Aug 28 22:52:29 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * std11.el (std11-parse-addresses-string): New function.
+
+       * mu-cite.el: Use std11.el instead of tl-822.el.
+
+Wed Aug 28 21:06:59 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * std11.el (std11-full-name-string): New function.
+
+       * tl-822.el (rfc822/full-name-string): New alias for
+       `std11-full-name-string'; moved to std11.el.
+
+       * std11.el (std11-addr-to-string): eliminate comments.
+
+       * std11.el (std11-addr-to-string): New function; moved from
+       tl-822.el.
+       (std11-address-string): New function; moved from tl-822.el.
+
+       * tl-822.el (rfc822/address-string): New aliases for
+       `std11-address-string'; moved to std11.el.
+
+       * std11.el (std11-parse-address-string): moved from
+       std11-parse.el.
+
+       * std11-parse.el: Function `std11-parse-address-string' was moved
+       to std11.el.
+
+Wed Aug 28 20:45:00 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * TL-ELS: Add std11.el and std11-parse.el.
+
+       * tl-822.el (rfc822/extract-address-components): Use function
+       `std11-parse-address-string'.
+
+       * std11.el (std11-parse-address-string): Add as autoload function.
+
+       * std11-parse.el (std11-parse-address-string): New function.
+
+Wed Aug 28 20:34:53 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * std11-parse.el: Parser were moved from tl-822.el and renamed to
+       `std11-*'.
+
+       * std11.el (std11-parse-address, std11-parse-addresses): Add as
+       autoload function.
+
+       * tl-822.el: Parser were moved to std11-parse.el and renamed to
+       `std11-*'.
+       (rfc822/parse-address): New aliases for `std11-parse-address'.
+       (rfc822/parse-addresses): New aliases for `std11-parse-addresses'.
+
+Wed Aug 28 18:18:03 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * std11.el: Remove autoload for `std11-analyze-*'.
+       Add `std11-lexical-analyze' as autoload function of std11-parse.
+
+Wed Aug 28 18:15:17 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * tl-822.el: Alias `rfc822/analyze-spaces',
+       `rfc822/analyze-special', `rfc822/analyze-atom',
+       `rfc822/analyze-quoted-string', `rfc822/analyze-domain-literal',
+       and `rfc822/analyze-comment' were abolished.
+
+Wed Aug 28 18:12:56 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * tl-822.el (rfc822/lexical-analyze): New alias for
+       `std11-lexical-analyze'; moved to std11-parse.el.
+
+       * std11-parse.el (std11-lexical-analyze): New function.
+
+       * tl-822.el (rfc822/analyze-comment): New alias; new
+       implementation.
+
+       * std11-parse.el (std11-check-enclosure): New function; changed
+       from `std11-analyze-enclosure'.
+       (std11-analyze-quoted-string): Use function
+       `std11-check-enclosure'.
+       (std11-analyze-domain-literal): Use function
+       `std11-check-enclosure'.
+       (std11-analyze-comment): New function.
+
+       * tl-822.el (rfc822/analyze-domain-literal): New alias.
+
+       * std11-parse.el (std11-analyze-domain-literal): New function.
+
+       * std11-parse.el (std11-analyze-enclosure): New function.
+       (std11-analyze-quoted-string): New implementation.
+
+       * std11-parse.el (std11-analyze-quoted-string): New function.
+
+       * tl-822.el (rfc822/analyze-quoted-string): New alias for
+       `std11-analyze-quoted-string'; moved to std11-parse.el.
+
+Wed Aug 28 17:16:30 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * tl-822.el (rfc822/analyze-atom): New alias for
+       `std11-analyze-atom'; New implementation.
+
+       * std11-parse.el (std11-analyze-atom): New function.
+
+       * std11.el: Add `std11-analyze-special' as autoload function of
+       std11-parse.
+
+       * std11-parse.el (std11-analyze-special): New function.
+
+       * tl-822.el (rfc822/analyze-special):
+       New alias for `std11-analyze-special'; moved
+       to std11-parse.el.
+
+       * std11.el: autoload std11-parse for `std11-analyze-spaces'.
+
+       * std11-parse.el: New module.
+
+       * tl-822.el (rfc822/analyze-spaces): New alias for
+       `std11-analyze-spaces'; moved to std11-parse.el.
+
+Wed Aug 28 15:39:00 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * tl-822.el, std11.el: Function `std11-field-names' was renamed to
+       `std11-collect-field-names'.
+
+Wed Aug 28 15:26:10 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * tl-822.el, std11.el: Function `std11-field-bodies' was renamed
+       to `std11-find-field-bodies'.
+
+Wed Aug 28 15:18:03 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * mu-cite.el
+       (mu-cite/get-field-value-method-alist, mu-cite/get-field-value):
+       Function `std11-field-body' was renamed to
+       `std11-find-field-body'.
+
+       * tl-822.el, std11.el: Function `std11-field-body' was renamed to
+       `std11-find-field-body'.
+
+Wed Aug 28 15:11:19 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * std11.el (std11-unfold-string): New function.
+
+Wed Aug 28 14:40:33 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * tl-822.el (rfc822/unfolding-string): New alias for
+       `std11-unfold-string'; moved to std11.el.
+
+Wed Aug 28 14:17:21 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * std11.el (std11-field-body): fixed.
+
+       * mu-cite.el: Use function `std11-field-body' instead of
+       `rfc822/get-field-body'.
+
+       * x-face-mule.el: Use std11.el.
+
+       * std11.el (std11-field-bodies): New function.
+
+       * tl-822.el (rfc822/get-field-bodies): New alias for
+       `std11-field-bodies'; moved to std11.el.
+
+       * tl-822.el: Constant `rfc822/field-name-regexp' was abolished.
+
+       * tl-822.el: Constant `rfc822/field-top-regexp' was abolished.
+
+       * std11.el (std11-field-names): New function.
+
+       * tl-822.el (rfc822/get-field-names): New alias for
+       `std11-field-names'; moved to std11.el.
+
+       * tl-822.el: Constant `rfc822::next-field-top-regexp' was
+       abolished.
+
+       * std11.el (std11-field-body): New function.
+
+       * tl-822.el (rfc822/get-field-body): New alias for
+       `std11-field-body'; moved to std11.el.
+
+       * std11.el (std11-next-field-head-regexp): New constant.
+
+       * std11.el: New module.
+
+       * tl-822.el (rfc822/narrow-to-header): New alias for
+       `std11-narrow-to-header'; moved to std11.el.
+       (rfc822/get-header-string): New alias for `std11-header-string';
+       moved to std11.el.
+       (rfc822/get-header-string-except): New alias for
+       `std11-header-string-except'; moved to std11.el.
+       (rfc822/field-end): New alias for `std11-field-end'; moved to
+       std11.el.
+
+       * tl-seq.el: autoload for cl.el does not work to load cl-seq. (cf. 
+       [tm-en:709,710])
+
+\f
+Fri Aug 23 07:28:37 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * tl: Version 7.48 was released.
+
+Thu Aug 22 16:21:21 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * emu-mule.el (set-process-input-coding-system): New alias.
+
+Wed Aug 21 12:08:41 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * install.el (install-elisp-module, install-elisp-modules): New
+       function.
+
+       * file-detect.el (module-installed-p): New function.
+
+Mon Aug 19 17:38:23 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * install.el (install-files): New argument `overwrite'.
+
+       * install.el (install-overwritten-file-modes): New variable.
+
+       (install-file): Use variable `install-overwritten-file-modes'.
+
+       * install.el (install-file, install-files): New function.
+
+       * emu-mule.el (charsets-mime-charset-alist): add iso-2022-int-1 as
+       the largest MIME charset.
+
+Sun Aug 18 20:38:49 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * TL-ELS (tl-modules): Changed to list of symbols.
+
+       * mk-tl (compile-tl): Use function `compile-elisp-modules'.
+
+       * mk-tl: tl-els was renamed to TL-ELS.
+
+       * install.el: Initial revision
+
+       * emu-mule.el (charsets-mime-charset-alist): add lc-roman and
+       lc-jpold to iso-2022-jp, iso-2022-jp-2 and iso-2022-int-1.
+
+       * emu-18.el (buffer-undo-list): define default variable as nil.
+
+       * tl-list.el (put-alist): New implementation.
+
+       * tl-list.el (put-alist): Use `setcdr' instead of `rplacd'.
+
+Sun Aug 18 08:10:43 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * tl-list.el (set-alist): New implementation.
+
+       * tl-list.el (put-alist): DOC-string was modified.
+
+Sun Aug 18 07:30:38 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * emu.el: Alias `tl:read-string' was abolished.
+
+Sun Aug 18 07:29:06 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * mu-cite.el (mu-cite/get-prefix-register-verbose-method): Use
+       `read-string' instead of `tl:read-string'.
+
+       * mu-cite.el (mu-cite/get-prefix-register-method): Use
+       `read-string' instead of `tl:read-string'.
+
+       * mu-bbdb.el (mu-cite/get-bbdb-prefix-register-method): Use
+       `read-string' instead of `tl:read-string'.
+
+       (mu-cite/get-bbdb-prefix-register-verbose-method): Use
+       `read-string' instead of `tl:read-string'.
+
+       * emu.el: Redefine `read-string' for EMACS 19.28 or earlier.
+
+Sun Aug 18 06:39:40 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * emu-nemacs.el (decode-coding-string): New function.
+
+Sat Aug 17 03:25:51 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * emu-e19.el (mime-charset-to-coding-system): New function.
+
+       * emu-e19.el (decode-coding-string): New function.
+
+       * emu-mule.el: Function `character-decode-string' was renamed to
+       `decode-coding-string'.
+
+Fri Aug 16 06:06:40 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * tl-seq.el: comment was modified.
+
+Fri Aug 16 06:05:21 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * tl-seq.el: Don't autoload `position-if-not'.
+
+       * tl-seq.el: Function `position-mismatched' was abolished.
+
+       * tl-822.el (rfc822/analyze-comment): Use `string-match' instead
+       of `position-mismatched'.
+
+       * tl-822.el (rfc822/analyze-domain-literal): New implementation.
+
+       * tl-822.el (rfc822/analyze-atom): New implementation.
+
+       * tl-822.el (rfc822/analyze-spaces): New implementation.
+
+Fri Aug 16 05:02:08 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * tl-seq.el: require file-detect.
+
+Fri Aug 16 04:59:13 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * genjis.el: Use function `find-if' instead of `some-element'.
+
+       * tl-seq.el: Function `some-element' was abolished.
+
+Fri Aug 16 04:36:45 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * file-detect.el (add-path): moved from tl-misc.el.
+
+       * tl-misc.el: Function `add-path' was moved to file-detect.el.
+
+Fri Aug 16 04:32:46 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * file-detect.el (get-latest-path): moved from tl-misc.el.
+
+       * tl-misc.el: Function `get-latest-path' was moved to
+       file-detect.el.
+
+Fri Aug 16 04:27:54 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * tl-misc.el, tl-seq.el, tl-els, file-detect.el: module.el was
+       renamed to file-detect.el.
+
+Fri Aug 16 04:06:42 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * tl-seq.el, tl-misc.el, tl-els, module.el: install.el was renamed
+       to module.el.
+
+Fri Aug 16 03:27:50 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * tl-seq.el: Use `file-installed-p'.
+
+Fri Aug 16 03:09:15 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * tl-seq.el: Don't use cl.el if cl-seq.el is not found.
+
+Fri Aug 16 03:00:43 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * tl-els: Add install.el.
+
+       * install.el: Initial revision
+
+       * tl-misc.el: Function `file-installed-p' was moved to install.el.
+
+Fri Aug 16 02:04:24 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * tl-els: Add range.el.
+
+Fri Aug 16 02:02:55 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * range.el: New module.
+
+       * tl-list.el: Range functions were moved to range.el.
+
+       * tl-list.el: Don't use cl.el for EMACS 18.
+
+Wed Aug 14 23:11:07 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * tl-seq.el: Use cl.el; Don't define function `find' if it is
+       already exist.
+
+Wed Aug 14 02:32:13 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * tl-list.el: `(autoload 'last "cl")' instead of `(require 'cl)'.
+
+Wed Aug 14 02:15:12 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * tl-str.el (replace-space-with-underline): fixed problem in
+       XEmacs 20.
+
+Wed Aug 14 01:19:22 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * tl-list.el (map-union): Use `nreverse' instead of `reverse'.
+
+       * tl-list.el (index): Use `nreverse' instead of `reverse'.
+
+Wed Aug 14 01:01:06 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * tl-list.el (permute): Use `nconc'.
+
+Wed Aug 14 00:53:35 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * tl-list.el (every-combination): Use `nreverse' instead of
+       `reverse'.
+
+Wed Aug 14 00:47:47 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * tl-list.el (except-nth): New implementation.
+
+       * tl-list.el (nexcept-nth): New function.
+
+Wed Aug 14 00:24:14 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * tl-list.el (nnth-prev): New function.
+       (nth-prev): New implementation.
+
+Tue Aug 13 23:55:20 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * tl-list.el: Function `butlast' and `nbutlast' were abolished;
+       Use cl.el.
+
+Tue Aug 13 23:46:50 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * tl-list.el: Function `last' was abolished.
+
+       * tl-list.el: Function `subsetp' was abolished.
+
+       * tl-list.el: Function `cadr' was abolished.
+
+       * tl-list.el: Function `caar' was abolished.
+
+\f
+Tue Aug  6 12:18:37 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * tl: Version 7.44 was released.
+
+Mon Aug  5 15:15:18 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * emu-mule.el (mime-charset-coding-system-alist): add `x-ctext'.
+
+       (default-mime-charset): default value was changed to `x-ctext'.
+
+\f
+Thu Aug  1 06:43:54 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * tl: Version 7.43.2 was released.
+
+       * tl-els: x-face-mule.el was added for MULE.
+
+       * x-face-mule.el: Function `bitmap-decode-x-face' was renamed to
+       `x-face-decode-message-header'.
+
+       * x-face-mule.el: Variable `bitmap-uncompface-program' was renamed
+       to `uncompface-program'.
+
+       * bitmap.el: X-Face features were split into x-face-mule.el.
+
+       * x-face-mule.el: Initial revision
+
+Thu Aug  1 06:20:16 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * bitmap.el: Function `bitmap-show-xbm-file' was renamed to
+       `bitmap-insert-xbm-file'.
+
+       * bitmap.el: Function `bitmap-show-xbm-buffer' was renamed to
+       `bitmap-insert-xbm-buffer'.
+
+       * smiley-mule.el (smiley-buffer, smiley-region): New
+       implementation.
+
+       * smiley-mule.el (smiley-face-bitmap-alist): Renamed from variable
+       `smiley-face-bitmap-alist'; key part was changed to normal string
+       from regexp.
+
+Wed Jul 31 04:41:17 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * smiley-mule.el: Variable `smiley-weep-bitmap' was renamed to
+       `smiley-bitmap-for-weep'.
+
+       * smiley-mule.el: Variable `smiley-ase3-bitmap' was renamed to
+       `smiley-bitmap-for-ase3'.
+
+       * smiley-mule.el: Variable `smiley-ase2-bitmap' was renamed to
+       `smiley-bitmap-for-ase2'.
+
+       * smiley-mule.el: Variable `smiley-ase-bitmap' was renamed to
+       `smiley-bitmap-for-ase'.
+
+       * smiley-mule.el: Variable `smiley-winking-bitmap' was renamed to
+       `smiley-bitmap-for-winking'.
+
+       * smiley-mule.el: Variable `smiley-smile-bitmap' was renamed to
+       `smiley-bitmap-for-smile'.
+
+Mon Jul 29 20:47:32 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * tl-els: latex-math-symbol.el was added for all mule variants.
+
+       * latex-math-symbol.el: New module for mule.
+
+Mon Jul 29 20:20:18 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * tl-els: smiley-mule.el was added.
+
+       * smiley-mule.el: New module for MULE.
+
+Fri Jul 26 20:04:15 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * bitmap.el (bitmap-read-xbm-file): New function.
+
+Fri Jul 26 19:40:29 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * bitmap.el: Function `bitmap-show-xbm' was renamed to
+       `bitmap-show-xbm-buffer'.
+
+       * bitmap.el (bitmap-show-xbm-file): New function; renamed from
+       `bitmap-read-xbm'.
+
+       * bitmap.el (bitmap-show-xbm): New implementation; use function
+       `bitmap-read-xbm-buffer' and `bitmap-decode-xbm'.
+
+       * bitmap.el (bitmap-read-xbm-buffer): New function.
+
+       * bitmap.el (bitmap-decode-xbm): New function.
+
+Fri Jul 26 12:08:55 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * emu-18.el (buffer-undo-list): New variable for EMACS 18.55.
+
+\f
+Tue Jul 23 14:58:47 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * tl: Version 7.43.1 was released.
+
+       * emu.el (emacs-minor-version): fixed for NEpoch.
+
+Mon Jul 22 18:54:54 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * emu-xemacs.el, emu-19.el, emu-18.el
+       (enable-invisible): New macro.
+       (end-of-invisible): New macro.
+
+       * emu-x20.el: add `(require 'cyrillic)'.
+
+\f
+Wed Jul 17 05:35:50 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * tl: Version 7.43 was released.
+
+Mon Jul 15 08:29:22 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * emu-x20.el: Alias `character-decode-region' was abolished.
+
+       * emu-x20.el: Alias `character-decode-string' was abolished.
+
+       * emu-e19.el, emu-nemacs.el, emu-mule.el: Function
+       `character-decode-region' was abolished.
+
+       * emu-e19.el, emu-nemacs.el: Function `character-decode-string'
+       was abolished.
+
+Sun Jul 14 15:00:32 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * emu-nemacs.el (encode-mime-charset-region): check kanji-code.
+       (decode-mime-charset-region): check kanji-code.
+
+Sun Jul 14 14:56:46 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * emu-e19.el, emu-nemacs.el, emu-x20.el, emu-mule.el
+       (decode-mime-charset-region): New function.
+
+Sun Jul 14 12:24:45 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * emu-x20.el: Alias `character-encode-region' was abolished.
+
+       * emu-e19.el, emu-nemacs.el, emu-mule.el: Function
+       `character-encode-region' was abolished.
+
+Sun Jul 14 12:18:35 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * emu-mule.el (decode-mime-charset-string): Use function
+       `character-decode-string'.
+
+Sun Jul 14 11:47:20 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * emu-mule.el, emu-e19.el, emu-nemacs.el: Function
+       `character-encode-string' was abolished.
+
+       * emu-x20.el: Alias `character-encode-string' was abolished.
+
+Sun Jul 14 11:29:02 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * emu-nemacs.el, emu-e19.el, emu-x20.el, emu-mule.el
+       (decode-mime-charset-string): New function.
+
+\f
 Thu Jul 11 14:11:12 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
 
        * tl: Version 7.36 was released.