tm 7.73.
[elisp/tm.git] / ChangeLog
index 778018b..7c093c4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,142 @@
+Wed Jul 24 10:08:38 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * tl: Version 7.43.1 was released.
+       * tm: Version 7.73 was released.
+       * tm/gnus: Version 7.79 was released.
+       * tm/mh-e: Version 7.65 was released.
+
+Mon Jul 22 19:29:42 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * tm-edit.el: Variable `mime/editor-mode-old-selective-display'
+       was abolished.
+
+       (mime/editor-mode): DOC-string was modified; Use macro
+       `enable-invisible'.
+
+       (mime-editor/exit): Use macro `end-of-invisible'.
+
+Mon Jul 22 18:29:22 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * inst-tm (install-el-and-elc-files): code to make directory if it
+       is not exist was moved to function `install-el-files'.
+
+Thu Jul 18 12:46:20 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * tm-text.el (mime-preview/decode-text-buffer): local variable
+       `beg' was abolished.
+
+Thu Jul 18 12:42:40 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * tm-text.el (mime-preview/decode-text-buffer): fixed for new spec
+       of code-converter.
+
+       * tm-pgp.el (mime-article/view-application/pgp): set function
+       `mime-charset/decode-buffer' as code-converter for decryption.
+
+       * tm-text.el (mime-viewer/code-converter-alist): spec of
+       converters were changed; they work for buffer instead of region.
+
+       (mime-charset/decode-buffer): New function; renamed from
+       `mime-charset-decode-region'.
+
+       (mime-charset/maybe-decode-buffer): New function; renamed from
+       `mime-viewer/default-code-convert-region'.
+
+Thu Jul 18 06:50:09 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * tm-text.el (mime-preview/decode-text-buffer): New function;
+       renamed from function `mime-preview/decode-text-region'.
+
+       (mime-preview/filter-for-text/plain,
+       mime-preview/filter-for-text/richtext,
+       mime-preview/filter-for-text/enriched): Use function
+       `mime-preview/decode-text-buffer' instead of
+       `mime-preview/decode-text-region'.
+
+Thu Jul 18 06:24:23 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * tm-text.el (mime-viewer/default-code-convert-region): New
+       implementation.
+
+Thu Jul 18 06:21:31 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * tm-text.el (mime-preview/filter-for-text/enriched): Use function
+       `mime-preview/decode-text-region'.
+
+       * tm-text.el (mime-preview/filter-for-text/richtext): Use function
+       `mime-preview/decode-text-region'.
+
+Thu Jul 18 06:06:25 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * tm-text.el (mime-charset-decode-region): New function; moved
+       from tm-def.el.
+
+       * tm-def.el: Function `mime-charset-decode-region' was moved to
+       tm-text.el.
+
+\f
+Wed Jul 17 05:36:50 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * tl: Version 7.43 was released.
+       * tm: Version 7.72 was released.
+       * tm/mh-e: Version 7.64 was released.
+       * tm/gnus: Version 7.78 was released.
+
+Mon Jul 15 19:21:48 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * tm-image.el (mime-viewer/ps-to-gif-command): New variable.
+       (mime-preview/filter-for-application/postscript): Use variable
+       `mime-viewer/ps-to-gif-command'.
+
+Mon Jul 15 14:04:46 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * tm-play.el (mime-article/show-output-buffer): use variable
+       `mime/output-buffer-window-is-shared-with-bbdb'.
+
+       * tm-def.el (mime/output-buffer-window-is-shared-with-bbdb): New
+       variable.
+
+       * tm-pgp.el (mime-article/check-pgp-signature): Don't check
+       *noconv*.
+
+Mon Jul 15 13:59:43 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * tm-pgp.el (mime-article/check-pgp-signature): fixed for new spec
+       of function `mime-article/show-output-buffer'.
+
+       * tm-play.el (mime-article/show-output-buffer): Select a window
+       contains preview-buffer if there is no windows contain
+       mime/output-buffer-name.
+
+       * tm-def.el (tm:button-dispatcher): New implementation.
+
+Mon Jul 15 08:19:01 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * tm-edit.el (mime-editor::edit-again): Use function
+       `decode-mime-charset-region' instead of
+       `mime-charset-decode-region' and `character-decode-region'; Use
+       variable `default-mime-charset' instead of
+       `mime/default-coding-system'.
+
+Sun Jul 14 15:04:35 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * tm-def.el: Variable `mime/default-coding-system' was abolished.
+
+       * tm-def.el: Variable `mime/charset-coding-system-alist' was
+       abolished.
+
+       * tm-def.el (mime-charset-decode-region): Use function
+       `decode-mime-charset-region'.
+
+Sun Jul 14 11:40:02 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * tm-ew-d.el (mime/decode-encoded-text): Use function
+       `decode-mime-charset-string' instead of
+       `mime-charset-decode-string'.
+
+       * tm-def.el: Function `mime-charset-decode-string' was abolished.
+
+\f
 Thu Jul 11 15:26:54 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
 
        * tl: Version 7.36 was released.
@@ -98,6 +237,7 @@ Tue Jul  9 13:30:32 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
 
        * tl: Version 7.31.1 was released.
        * tm: Version 7.70 was released.
+       * tm/gnus: Version 7.73 was released.
 
        * tm-edit.el (mime/editor-mode): Don't toggle.
        (mime-editor/toggle-mode): New function.