tm 7.71.
[elisp/tm.git] / ChangeLog
index fc11afb..778018b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,176 @@
+Thu Jul 11 15:26:54 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * tl: Version 7.36 was released.
+       * tm: Version 7.71 was released.
+
+       * tm-def.el: Function `mime-charset-encode-region' was abolished.
+
+Thu Jul 11 15:25:18 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * tm-def.el: Function `mime-charset-encode-string' was abolished.
+
+Thu Jul 11 15:23:13 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * tm-def.el: Function `mime/find-charset-region' was abolished.
+
+       * tm-edit.el: New implementation; based on SEMI mime-edit 0.36.
+
+       (mime-editor/define-charset): Argument `charset' was changed to
+       symbol.
+
+       (mime-editor/normalize-body): charset was changed to symbol; Use
+       function `encode-mime-charset-region' instead of
+       `mime-charset-encode-region'.
+
+       (mime-editor/make-charset-default-encoding-alist): New function.
+
+       (mime-editor/charset-default-encoding-alist): Use function
+       `mime-editor/make-charset-default-encoding-alist'.
+
+       (mime-editor/toggle-transfer-level): Use function
+       `mime-editor/make-charset-default-encoding-alist'.
+
+       (mime-editor/choose-charset): Use function
+       `detect-mime-charset-region' instead of `mime/find-charset-region';
+       Changed to return symbol.
+
+Wed Jul 10 14:21:58 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * tm-def.el (mime/find-charset-region): fixed.
+
+Wed Jul 10 13:45:06 1996  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
+
+       * signature.el (insert-signature): Meaning of
+       `signature-delete-blank-lines-at-eof' had been reversed by
+       mistake.
+
+Wed Jul 10 13:04:08 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * tm-def.el: Variable `mime/lc-charset-alist' and
+       `mime/unknown-charset' were abolished.
+
+       Function `mime/find-charset' was abolished.
+       
+       (mime/find-charset-region): Use function
+       `detect-mime-charset-region' instead of `mime/find-charset'.
+
+Wed Jul 10 12:52:46 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * tm-ew-e.el (tm-eword::space-process): Use `eq' to compare
+       charset.
+       (tm-eword::encoded-word-length): Use `string-equal' to compare
+       encoding.
+
+Wed Jul 10 12:50:12 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * tm-ew-e.el (tm-eword::encode-encoded-text): Argument `charset'
+       was changed to symbol.
+       (tm-eword::find-charset-rule): Returned charset was changed to
+       symbol too.
+       (tm-eword::encoded-word-length): Use function
+       `encode-mime-charset-string' instead of
+       `mime-charset-encode-string'; `charset' slot of `rword' was
+       changed to symbol.
+
+Wed Jul 10 12:33:14 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * tm-ew-e.el (mime-eword/charset-encoding-alist): charset is
+       changed to symbol.
+       (tm-eword::find-charset-rule): modified for news
+       `mime-eword/charset-encoding-alist' format.
+
+       * tm-ew-e.el (tm-eword::find-charset-rule): Use function
+       `charsets-to-mime-charset' instead of `mime/find-charset'.
+
+Wed Jul 10 11:28:34 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * tm-def.el: Variable `mime/charset-type-list' was abolished.
+
+       * tm-def.el (mime/make-charset-default-encoding-alist): Use
+       variable `mime-charset-type-list' instead of
+       `mime/charset-type-list'.
+
+       * tm-def.el (mime-charset-type-list): New variable.
+       (mime/charset-type-list): Use `mime-charset-type-list'.
+
+\f
+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-edit.el (mime/editor-mode): Don't toggle.
+       (mime-editor/toggle-mode): New function.
+
+Tue Jul  2 14:06:53 1996  Alastair Burt <burt@dfki.uni-kl.de>
+
+       * tm-edit.el: use function `add-minor-mode' for XEmacs.
+
+Mon Jul  8 05:44:22 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * tm-image.el: `(require 'xpm)' was deleted.
+
+Thu Jul  4 16:57:03 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * tm-def.el (tm:button-dispatcher): don't move to preview buffer.
+
+Mon Jul  1 23:45:34 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * tm-evs.el (tm-evs/define-keys): New function.
+       Use `mime-viewer/define-keymap-hook'.
+
+Mon Jul  1 23:43:25 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * tm-bbdb.el (tm-bbdb/define-keys): New function.
+       Use `mime-viewer/define-keymap-hook'.
+
+       * tm-view.el: Variable `mime/viewer-mode-map' was abolished.
+       (mime-viewer/define-keymap): New function.
+       (mime/viewer-mode): Add new argument `mother-keymap'; use function
+       `mime-viewer/define-keymap'.
+
+\f
+Thu Jun 27 15:49:37 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * tl: Version 7.31 was released.
+       * MEL: Version 5.6 was released.
+       * tm: Version 7.69 was released.
+       * tm/mh-e: Version 7.63.1 was released.
+       * tm/gnus: Version 7.72 was released.
+
+       * inst-tm (compile-tm): condition was modified about XEmacs.
+
+       * inst-tm (compile-tm): Don't `make gnus5' for XEmacs 19.14 or
+       later.
+
+       * inst-tm (compile-tm): `make sgnus' is renamed to `make gnus5'.
+
+Thu Jun 27 14:26:56 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * tm-pgp.el (mime-article/view-application/pgp): Use macro
+       `as-binary-process'.
+
+Thu Jun 27 14:22:59 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * tm-edit.el (mime-editor/encrypt-pgp-kazu): Use macro
+       `as-binary-process'.
+       (mime-editor/sign-pgp-kazu): Use macro `as-binary-process'.
+
+Wed Jun 26 15:32:13 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * tm-def.el (mime/charset-coding-system-alist): add `GB2312'.
+
+Tue Jun 25 01:02:40 1996  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
+
+       * mime-setup.el.in (mu-cite/pre-cite-hook): Add function
+       `mime/decode-message-header'.
+
+Wed Jun 12 23:46:24 1996  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
+
+       * tm-vm.el: Setting for `mime-editor/split-message-sender-alist'
+       was moved from tm-edit.el.
+
+\f
 Wed Jun 12 05:53:26 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
 
        * tl: Version 7.30 was released.