tm 7.62.
[elisp/tm.git] / ChangeLog
index bec5175..ede4b94 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,267 @@
+Fri May 17 07:59:40 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * tl: Version 7.25 was released.
+       * MEL: Version 4.7 was released.
+       * tm: Version 7.62 was released.
+
+       * tm-view.el (mime-preview/insert-content-subject): New
+       implementation.
+
+       (mime-preview/default-content-separator): renamed from
+       `mime-viewer/default-content-separator'.
+
+Thu May 16 00:44:26 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * tm-edit.el: Unused variable `mime-signature-file' was abolished.
+       (mime-editor/translate-hook): DOC string was modified.
+       (mime/editor-mode): DOC string was modified.
+       (mime-editor/insert-signature): DOC string was modified.
+
+\f
+Wed May 15 19:31:39 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * tl: Version 7.24 was released.
+       * tm: Version 7.61 was released.
+       * tm/mh-e: Version 7.61.1 was released.
+
+       * doc/tm_ja.texi, doc/tm_en.texi: Address of the tm ML
+       administration was changed.
+
+       * README.en: Address of the tm ML administration was changed.
+
+Wed May 15 16:52:21 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * tm-view.el (mime-preview/insert-content-subject): renamed from
+       `mime-viewer/insert-content-subject'; new argument `encoding'.
+
+       (mime-preview/default-content-subject-function): renamed from
+       `mime-viewer/default-content-subject-function'; new argument
+       `encoding'.
+
+       (mime-preview/content-subject-function): renamed from
+       `mime-viewer/content-subject-function'; new argument `encoding'.
+
+       (mime-preview/display-message/partial): renamed from
+       `mime-viewer/display-message/partial'; abolish argument `obuf';
+       initial buffer was changed to preview-buffer.
+
+       (mime-preview/display-content): Variable
+       `mime-viewer/content-subject-function' was renamed to
+       `mime-preview/content-subject-function' and arguments was changed.
+       Function `mime-viewer/insert-content-subject' was renamed to
+       `mime-preview/insert-content-subject' and arguments was changed.
+       Function `mime-viewer/display-message/partial' was renamed to
+       `mime-preview/display-message/partial' and arguments was changed.
+
+\f
+Tue May 14 02:11:54 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * tl: Version 7.22.5 was released.
+       * MEL: Version 4.6 was released.
+       * tm: Version 7.60 was released.
+
+       * tm-view.el (mime-preview/display-body): renamed from
+       `mime-viewer/display-body'; abolish argument `obuf'; initial
+       buffer was changed to preview-buffer.
+
+       (mime-preview/display-content): Function
+       `mime-viewer/display-body' was renamed to
+       `mime-preview/display-body'.
+
+Sun May 12 17:13:39 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * tm-edit.el (mime-editor::edit-again): fixed to use function
+       `character-decode-region' instead of `decode-coding-region'.
+
+\f
+Sat May 11 16:23:16 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * tl: Version 7.22.4 was released.
+       * MEL: Version 4.2 was released.
+       * tm: Version 7.59 was released.
+       * tm/mh-e: Version 7.61 was released.
+       * tm/gnus: Version 7.60 was released.
+
+       * tm-view.el (mime-preview/display-header): renamed from
+       `mime-viewer/display-header'; abolish argument `obuf'; initial
+       buffer was changed to preview-buffer.
+
+       * TM-CFG: eliminate last `/' for directory.
+
+Sat May 11 10:09:00 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * tm-play.el: Add `mime-viewer/external-progs' to `exec-path'.
+
+       * tm-play.el (mime-article/start-external-method-region): New
+       implementation.
+
+Thu May  9 18:47:32 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * tm-text.el (mime-viewer/default-code-convert-region): fixed.
+
+Thu May  9 18:46:18 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * tm-text.el: Function `mime/code-convert-region-to-emacs' was
+       renamed to `mime-charset-decode-region'.
+
+       * tm-pgp.el (mime-article/view-application/pgp): Function
+       `mime/code-convert-region-to-emacs' was renamed to
+       `mime-charset-decode-region'.
+
+       * tm-edit.el (mime-editor/normalize-body): Function
+       `mime/code-convert-region-from-emacs' was renamed to
+       `mime-charset-encode-region'.
+       (mime-editor::edit-again): Function
+       `mime/code-convert-region-to-emacs' was renamed to
+       `mime-charset-decode-region'.
+
+       * tm-def.el (mime-charset-decode-region): renamed from
+       `mime/code-convert-region-to-emacs'.
+
+       * tm-def.el (mime-charset-encode-region): renamed from
+       `mime/code-convert-region-from-emacs'.
+
+Thu May  9 18:18:51 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * tm-ew-d.el (mime/decode-encoded-text): Use function
+       `string-equal' instead of `string='.
+
+Thu May  9 18:14:16 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * tm-ew-d.el (mime/decode-encoded-text): Function
+       `mime/convert-string-to-emacs' was renamed to
+       `mime-charset-decode-string'.
+
+       * tm-def.el (mime-charset-decode-string): renamed from
+       `mime/convert-string-to-emacs'.
+
+Thu May  9 18:08:47 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * tm-ew-e.el (tm-eword::encoded-word-length): Function
+       `mime/convert-string-from-emacs' was renamed to
+       `mime-charset-encode-string'.
+
+       * tm-def.el (mime-charset-encode-string): renamed from
+       `mime/convert-string-from-emacs'.
+
+Thu May  9 16:05:49 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * tm-edit.el, tm-bbdb.el: Pekka Marjola's address was changed.
+
+Thu May  9 13:53:15 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * tm-def.el (mime/convert-string-from-emacs): Use function
+       `character-encode-string' instead of `encode-coding-string'.
+       (mime/convert-string-to-emacs): Use function
+       `character-decode-string' instead of `decode-coding-string'.
+
+       * tm-edit.el (mime-editor::edit-again): Use function
+       `character-decode-region' instead of `decode-coding-region'.
+
+       * tm-def.el (mime/code-convert-region-from-emacs): Use function
+       `character-encode-region' instead of `encode-coding-region'.
+       (mime/code-convert-region-to-emacs): Use function
+       `character-decode-region' instead of `decode-coding-region'.
+
+\f
+Wed May  8 15:40:58 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * tl: Version 7.22.3 was released.
+       * tm: Version 7.58 was released.
+       * tm/gnus: Version 7.57 was released.
+
+       * Makefile: tm/tm-rich.el was renamed to tm/tm-text.el.
+
+       * README.en: tm-rich.el was renamed to tm-text.el.
+       Add tm-image.el.
+
+Wed May  8 15:21:41 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * tm-view.el: Variable `mime-viewer/code-converter-alist' and
+       function `mime-viewer/default-code-convert-region',
+       `mime-preview/decode-text-region' and
+       `mime-viewer/filter-text/plain' were moved to tm-text.el.
+
+       Function `mime-viewer/filter-text/plain' was renamed to
+       `mime-preview/filter-for-text/plain'
+
+       Function `mime-viewer/default-content-filter' was abolished. (`t'
+       of `mime-viewer/content-filter-alist' means default
+       content-filter)
+
+       (mime-viewer/content-filter-alist): setting for text/enriched and
+       text/richtext. Use function `mime-preview/filter-for-text/plain'
+       as default content-filter.
+
+Wed May  8 15:05:03 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * inst-tm: tm-rich.el was abolished.
+
+       * TM-ELS: tm-rich.el was renamed to tm-text.el.
+
+       * tm-setup.el: Delete setting code for tm-rich.el.
+
+Wed May  8 14:46:39 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * tm-text.el (mime-preview/filter-for-text/plain): renamed from
+       `mime-viewer/filter-text/plain'.
+       (mime-preview/filter-for-text/richtext): renamed from
+       `mime-viewer/filter-text/richtext'.
+       (mime-preview/filter-for-text/enriched): renamed from
+       `mime-viewer/filter-text/enriched'.
+
+       * tm-text.el (mime-preview/decode-text-region): New implementation.
+
+       * tm-text.el (mime-viewer/code-converter-alist): moved from
+       tm-view.el.
+       (mime-viewer/default-code-convert-region): moved from tm-view.el.
+       (mime-preview/decode-text-region): moved from tm-view.el.
+       (mime-viewer/filter-text/plain): moved from tm-view.el.
+
+       * tm-text.el: tm-rich.el was renamed to tm-text.el.
+
+\f
+Wed May  8 12:48:42 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * tl: Version 7.22.2 was released.
+       * tm: Version 7.57 was released.
+       * tm/gnus: Version 7.55 was released.
+
+Tue May  7 06:28:36 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * tm-rich.el: Version dependent code was moved to emu.el.
+
+Sun May  5 16:40:31 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * tm-edit.el (mime-editor/normalize-body): call function
+       `enriched-encode' for text/enriched part.
+
+       * tm-edit.el (mime-editor/process-multipart-1): didn't refer
+       variable `mime-editor/encrypting-type'.
+
+       * tm-edit.el: Function `mime-editor/process-pgp-kazu' was
+       abolished.
+       (mime-editor/sign-pgp-kazu): New function.
+       (mime-editor/encrypt-pgp-kazu): New function.
+       (mime-editor/process-multipart-1): Use function
+       `mime-editor/sign-pgp-kazu' and `mime-editor/encrypt-pgp-kazu'.
+
+Sat May  4 09:08:49 1996  Hiroshi Ueno <zodiac@ibm.net>
+
+       * TM-CFG (TM_GNUS_COMPILE, MAKE): New variable.
+
+       * inst-tm (compile-tm): Use variable `TM_GNUS_COMPILE' and `MAKE'.
+
+Sat May  4 04:58:37 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * tm-ew-e.el (tm-eword::encode-string-1): fixed (cf.[tm-ja:1818])
+
+Mon Apr 29 13:42:15 1996  Kevin Broadey <KevinB@bartley.demon.co.uk>
+
+       * tm-view.el (mime-viewer/make-preview-buffer): fixed
+       (cf.[tm-en:480])
+
+\f
 Mon Apr 29 02:29:21 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
 
        * tl: Version 7.22.1 was released.