tm 7.83.
[elisp/tm.git] / ChangeLog
index b000291..7f18038 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,517 @@
+Sat Sep  7 17:20:36 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * tl: Version 7.61.3 was released.
+       * tm: Version 7.83 was released.
+       * tm-mail: Version 7.25 was released.
+       * tm-vm: Version 7.63 was released.
+
+       * Makefile: tm-mail.el and tm-rmail.el were moved to tm-mail
+       package.
+       tm-vm.el was moved to tm-vm package.
+
+Sat Sep  7 17:09:09 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * tm-edit.el (mime-editor/split-and-send): Use function
+       `std11-field-end' instead of `rfc822/field-end'.
+
+Sat Sep  7 09:20:30 1996  Hiroshi Ueno     <zodiac@ibm.net>
+
+       * TM-CFG (LISPDIR): Use `defvar' instead of `setq' for tm-os2.
+
+Fri Sep  6 18:41:10 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * TM-CFG: Add comments about add-path. (cf. [tm-en:747])
+
+       * TM-CFG (SHELL): detect from /bin/sh and
+       /usr/bin/sh. (cf. [tm-en:747])
+
+Fri Sep  6 16:19:58 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * Makefile: Add options `PREFIX' and `EXEC_PREFIX'.
+
+Fri Sep  6 16:18:21 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * inst-tm (install-tm): install tm-mail and tm-vm.
+
+       * TM-CFG (TM_MAIL_DIR, TM_VM_DIR): New variable.
+
+       * inst-tm (compile-tm): compile tm-mail and tm-vm.
+
+       * inst-tm (compile-tm): Use `mu-modules-to-compile'.
+
+Fri Sep  6 15:51:16 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * TM-CFG: add "../tm-mail" and "../tm-vm" to load-path.
+
+Fri Sep  6 15:50:07 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * TM-CFG: Use function `get-latest-path'.
+
+       * inst-tm (config-tm): load ../tm-mail/TMAIL-ELS and ..
+       /tm-vm/TM-VM-ELS.
+
+       * inst-tm (config-tm): New function.
+       (compile-tm, install-tm): Use function `config-tm'.
+
+Fri Sep  6 15:40:10 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * TM-ELS: tm-vm.el was moved to tm-vm package.
+
+       * TM-ELS: tm-rmail.el and tm-mail.el were moved to tm-mail
+       package.
+
+Thu Sep  5 17:42:06 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * TM-CFG: Example of XEmacs directory tree in home was fixed. (cf.
+       [tm-en:746])
+
+\f
+Thu Sep  5 14:36:14 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * tl: Version 7.61.2 was released.
+       * tm: Version 7.82 was released.
+       * tm-mh-e: Version 7.68 was released.
+       * tm-gnus: Version 7.27 was released.
+       * gnus-mime: Version 0.7 was released.
+
+       * Makefile: source tree was modified.
+
+Thu Sep  5 12:08:56 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * tm-edit.el (mime-editor/translate-header): New function.
+       (mime-editor/translate-buffer-hook): Use
+       `mime-editor/translate-header' instead of
+       `mime/encode-message-header'.
+
+       * tm-def.el (mime-charset-type-list): add gb2312 as 8bit
+       charset. (cf. [kanji:704])
+
+Thu Sep  5 04:49:18 1996  Alexandre Oliva <oliva@dcc.unicamp.br>
+
+       (mime/editor-mode): The problem with resend message (S D r) in Red
+       Gnus is back.
+
+Wed Sep  4 22:02:02 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * tm-ew-e.el (mime/generate-X-Nsubject): New variable; variable
+       `mime/use-X-Nsubject' became obsolete.
+       (mime/encode-message-header): check X-Nsubject is already exist
+       when `mime/generate-X-Nsubject' is not nil.
+
+Wed Sep  4 21:42:51 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * tm-ew-e.el (mime/field-encoding-method-alist): New variable;
+       Variable `mime/no-encoding-header-fields' became obsolete.
+       (mime/encode-message-header): Use variable
+       `mime/field-encoding-method-alist'.
+
+       * tm-ew-e.el (mime/use-X-Nsubject): add DOC-string.
+
+       * tm-ew-e.el (mime/encode-message-header): Use iso-2022-jp-2 as
+       character encoding of X-Nsubject field.
+
+       * tm-ew-e.el (mime/encode-field): Don't refer
+       `mime/no-encoding-header-fields'.
+       (mime/encode-message-header): New optional argument
+       `code-conversion'; Refer `mime/no-encoding-header-fields'.
+
+       * mime-setup.el.in (message-maybe-setup-default-charset): Use
+       `buffer-live-p'.
+
+       * inst-tm (compile-tm, install-tm): source directory of tm/mh-e
+       was moved to tm-mh-e.
+
+Wed Sep  4 15:32:36 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * TM-CFG: tm/mh-e was moved to tm-mh-e.
+
+       * inst-tm: tm/mh-e was was moved to tm-mh-e.
+
+Wed Sep  4 14:18:38 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * TM-CFG (PREFIX): Use variable `install-prefix' as default value.
+       (LISPDIR): Use function `install-detect-elisp-directory'.
+       Variable `LISP_PREFIX' was abolished.
+
+       * inst-tm: Function `install-tm-gnus' was abolished.
+       (compile-tm): Don't create .gnus-compile.
+       (install-tm): Don't use function `install-tm-gnus'.
+
+       * TM-CFG: Variable `el-file-mode' was abolished.
+
+       * TM-CFG: add "../gnus-mime" to load-path.
+
+       * TM-CFG (Gnus_MIME_DIR): New variable.
+
+Wed Sep  4 11:43:29 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * mime-setup.el.in (message-maybe-setup-default-charset): New
+       function.
+
+\f
+Tue Sep  3 15:32:35 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * tl: Version 7.61.1 was released.
+       * MU: Version 0.27 was released.
+       * tm: Version 7.81 was released.
+       * tm/mh-e: Version 7.68.1 was released.
+       * tm/gnus: gnus-mime Version 0.6.1 was released.
+
+       * Makefile: add MU package.
+
+Mon Sep  2 16:42:24 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * tm-edit.el (mime-editor/make-encrypt-recipient-header): Use
+       function `std11-field-bodies' instead of
+       `rfc822/get-field-bodies'.
+       (mime-editor/inserted-message-filter): Use function
+       `std11-field-end' instead of `rfc822/field-end'.
+
+Mon Sep  2 16:30:37 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * tm-bbdb.el: Use std11.el instead of tl-822.el.
+
+       * tm-bbdb.el (tm-bbdb/extract-address-components): Use function
+       `std11-extract-address-components' instead of
+       `rfc822/extract-address-components'.
+
+       * inst-tm (compile-tm): compile MU modules.
+       (install-tm): install MU modules.
+
+       * TM-CFG (LISPDIR): Use `running-emacs-19_29-or-later' instead of
+       `running-emacs-19'.
+
+Mon Sep  2 15:23:44 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * TM-CFG: fixed problem about home relative paths.
+
+       * TM-CFG (TM_MHE_RELATIVE_DIR, TM_GNUS_RELATIVE_DIR): fixed.
+
+Mon Sep  2 15:08:00 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * TM-CFG: add "../mu" to load-path.
+
+       * TM-CFG: fixed problem about TM_KERNEL_RELATIVE_DIR.
+
+Mon Sep  2 14:55:51 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * TM-CFG: fixed problem about *_RELATIVE_DIR when `LISPDIR' is a
+       member of `default-load-path'.
+
+       * inst-tm (make-mime-setup): New argument `tl-absolute-path'.
+       (compile-tm): Use variable `TL_DIR' as argument of function
+       `make-mime-setup'.
+
+Mon Sep  2 14:39:36 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * inst-tm (compile-tm): Use variable `TL_RELATIVE_DIR',
+       `MU_RELATIVE_DIR', `MEL_RELATIVE_DIR' and `TM_KERNEL_RELATIVE_DIR'
+       as argument of function `make-mime-setup'.
+
+       * TM-CFG (TL_RELATIVE_DIR, MU_RELATIVE_DIR, MEL_RELATIVE_DIR,
+       TM_KERNEL_RELATIVE_DIR, TM_MHE_DIR, TM_GNUS_DIR): New variable.
+
+Mon Sep  2 14:07:47 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * inst-tm (make-mime-setup): New argument `mu-path'; generate MU
+       setting.
+       (compile-tm): Use variable `MU_DIR'; generate MU setting.
+
+       * TM-CFG (MU_PREFIX, MU_DIR): New variable.
+
+       * inst-tm (install-tm): Use function `install-elisp-modules' for
+       mime-setup.el.
+
+Mon Sep  2 13:25:42 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * inst-tm: Function `install-el-and-elc-files' was abolished.
+
+       * inst-tm (install-tm): Use function `install-elisp-modules' for
+       tl.
+
+\f
+Sat Aug 31 14:39:06 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * tl: Version 7.61 was released.
+       * tm: Version 7.80 was released.
+       * tm/mh-e: Version 7.68 was released.
+
+       * tm-setup.el: Use tm-pgp if mailcrypt is installed.
+
+Fri Aug 30 17:09:46 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * tm-bbdb.el (signature/get-sigtype-from-bbdb):
+       Use function `std11-field-body'
+       instead of `rfc822/get-field-body'.
+
+Fri Aug 30 17:08:17 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * tm-bbdb.el (tm-bbdb/update-record): Use function
+       `std11-field-body' instead of `rfc822/get-field-body'.
+
+       * tm-view.el (mime-viewer/follow-content): Use function
+       `std11-collect-field-names' instead of `rfc822/get-field-names'.
+
+Fri Aug 30 16:44:52 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * tm-view.el (mime-viewer/follow-content): Use function
+       `std11-header-string-except' instead of
+       `rfc822/get-header-string-except'.
+
+Fri Aug 30 16:42:15 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * tm-play.el (mime-article/decode-content): Use "text/plain" as
+       default content-type.
+
+Fri Aug 30 16:04:21 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * tm-play.el (mime-article/decode-content): Use function `list*'.
+
+       * tm-play.el (mime-article/decode-content): Use function `assq'
+       instead of `assoc'.
+
+       * tm-view.el (mime-article/get-subject): Use function
+       `std11-find-field-body'.
+
+Fri Aug 30 15:55:47 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * tm-play.el (mime-article/decode-content): allow null
+       content-type.
+       (mime-article/get-original-filename): fixed argument of function
+       `std11-find-field-body'.
+
+       * tm-view.el (mime-viewer/x-face-function): Use function
+       `std11-field-end' instead of `rfc822/field-end'.
+
+       * tm-play.el (mime-article/get-original-filename): Use function
+       `std11-find-field-body'.
+
+       * tm-play.el (mime-article/get-original-filename): Use function
+       `std11-field-body' instead of `rfc822/get-field-body'.
+
+       * tm-edit.el (mime-editor/normalize-body): fixed problem of single
+       part.
+
+Fri Aug 30 06:20:52 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * tm-parse.el (mime/Content-Type, mime/Content-Transfer-Encoding,
+       mime/Content-Disposition): Use function `std11-field-body' instead
+       of `rfc822/get-field-body'.
+
+       * tm-parse.el (mime/parse-Content-Type,
+       mime/parse-Content-Disposition): Use function
+       `std11-unfold-string' instead of `rfc822/unfolding-string'.
+
+       * tm-vm.el (tm-vm/do-reply): Use function `std11-full-name-string'
+       instead of `rfc822/full-name-string'.
+
+       * tm-vm.el (tm-vm/do-reply): Use function
+       `std11-parse-address-string'.
+
+       * tm-vm.el (tm-vm/do-reply): Use function `std11-field-bodies'
+       instead of `rfc822/get-field-bodies'.
+
+       * tm-evs.el (mime-viewer/questionnaire-select): Use function
+       `std11-field-body' instead of `rfc822/get-field-body'.
+
+       * tm-vm.el (tm-vm/do-reply): Use function `std11-field-body'
+       instead of `rfc822/get-field-body'.
+
+Fri Aug 30 04:34:56 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * signature.el (signature/get-signature-file-name): Use function
+       `std11-field-body' instead of `rfc822/get-field-body'.
+
+Fri Aug 30 04:27:52 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * tm-ew-e.el (mime/exist-encoded-word-in-subject): Use function
+       `std11-field-body' instead of `rfc822/get-field-body'.
+
+       * tm-partial.el (mime-article/grab-message/partials): Use function
+       `std11-field-body' instead of `rfc822/get-field-body'.
+
+Wed Aug 28 22:49:15 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * tm-ew-e.el (mime/encode-message-header): Use function
+       `std11-field-end' instead of `rfc822/field-end'.
+
+       * tm-ew-e.el (mime/encode-field, mime/encode-message-header): Use
+       function `std11-unfold-string' instead of
+       `rfc822/unfolding-string'.
+
+       * tm-ew-e.el (tm-eword::encode-address-list): Use function
+       `std11-parse-addresses-string'.
+
+       * tm-ew-e.el (tm-eword::phrase-route-addr-to-rwl,
+       tm-eword::addr-spec-to-rwl): Use `std11-addr-to-string' instead of
+       `rfc822/addr-to-string'.
+
+Wed Aug 28 18:43:29 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * tm-image.el: add `(autoload 'highlight-headers
+       "highlight-headers")' for XEmacs.
+
+Wed Aug 28 18:38:14 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * tm-image.el: Variable `mime-viewer/use-highlight-headers' was
+       abolished.      
+       Function `mime-preview/x-face-function-for-xemacs' was abolished.
+
+Wed Aug 28 15:42:49 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * tm-ew-d.el (mime-eword/decode-string, mime/decode-encoded-text):
+       Use function `std11-unfold-string' instead of
+       `rfc822/unfolding-string'.
+
+Wed Aug 28 14:16:27 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * tm-ew-e.el (mime/encode-message-header): Use function
+       `std11-narrow-to-header'.
+
+       * tm-ew-e.el (mime/encode-message-header): Variable
+       `rfc822/field-top-regexp' was renamed to
+       `std11-field-head-regexp'.
+
+Wed Aug 28 14:06:22 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * tm-ew-e.el (mime/encode-field): Variable
+       `rfc822/field-top-regexp' was renamed to
+       `std11-field-head-regexp'.
+
+       * tm-ew-d.el (mime/unfolding): Use function `std11-field-end'
+       instead of `rfc822/field-end'.
+
+       * tm-ew-d.el (mime/unfolding): Variable `rfc822/field-top-regexp'
+       was renamed to `std11-field-head-regexp'.
+
+Tue Aug 26 15:02:23 1996  Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
+
+       * tm-vm.el (tm-vm/yank:message-to-restore): New variable.
+       (vm-yank-message): respect to the (setq frame-per-composition nil)
+       setting.
+       (cf. [tm-en:713]):
+
+\f
+Fri Aug 23 07:41:35 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * tl: Version 7.48 was released.
+       * MEL: Version 5.6.1 was released.
+       * tm: Version 7.79 was released.
+       * tm/mh-e: Version 7.67 was released.
+       * tm/gnus: gnus-mime Version 0.6 was released.
+
+       * Makefile: tl/tl-els was renamed to tl/TL-ELS.
+       * Makefile: mel/mel-els was renamed to mel/MEL-ELS.
+       * Makefile: tm/mh-e/tmh-els was renamed to tm/mh-e/TMH-ELS.
+
+Fri Aug 23 07:26:32 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * tm-edit.el (mime-editor/set-transfer-level-7bit): New function.
+       (mime-editor/set-transfer-level-8bit): New function.
+       Add new key-bindings.
+
+Thu Aug 22 14:28:43 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * inst-tm (install-tm): Use function `install-elisp-modules' to
+       install tm-mh-e.
+
+       * inst-tm: tmh-els was renamed to TMH-ELS.
+
+Wed Aug 21 12:10:19 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * inst-tm (install-tm): Use function `install-elisp-modules' to
+       install tm kernel.
+
+       * inst-tm (compile-tm): Variable `tm-modules' was renamed to
+       `tm-modules-to-compile'.
+
+       * TM-ELS (tm-modules-to-compile): renamed from `tm-modules'.
+       (tm-modules-not-to-compile): renamed from `tm-el-files'; changed
+       to list of symbols.
+
+Mon Aug 19 17:56:09 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * inst-tm: Function `install-elc' and `install-elc-files' were
+       abolished.
+
+       * inst-tm (install-el-and-elc-files): Use function `install-files'
+       to install *.elc.
+
+       * inst-tm: Function `install-el-file' and `install-el-files' were
+       abolished.
+
+       * inst-tm (install-el-and-elc-files): Use function `install-files'
+       to install *.el files.
+       (install-execs): Use function `install-files'.
+
+Mon Aug 19 17:00:26 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * inst-tm: Function `compile-el-files' was abolished.
+
+       * inst-tm (compile-tm): Use function `compile-elisp-modules' to
+       compile MEL.
+
+       * inst-tm: mel-els was renamed to MEL-ELS.
+
+Sun Aug 18 20:40:34 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * inst-tm (compile-tm): Use function `compile-elisp-modules' to
+       compile tl.
+
+       * inst-tm: tl-els was renamed to TL-ELS.
+
+Sun Aug 18 20:26:10 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * TM-ELS: Variable `setup-modules', `setup-el-files' and
+       `setup-elc-files' were abolished.
+
+       * TM-ELS (tm-modules): Changed to list of symbols.
+
+       * inst-tm: Use install.el to compile tm modules.
+
+       * mime-setup.el.in: Module `message' conflicts in Epoch.
+
+Sat Aug 17 02:41:20 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * tm-ew-d.el (mime/decode-message-header): Add DOC-string.
+
+       * tm-ew-d.el (mime-eword/decode-region): Add DOC-string.
+
+Sat Aug 17 02:03:26 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * tm-ew-d.el (mime/decode-encoded-text): check `charset'.
+
+Fri Aug 16 16:09:49 1996 Jens Lautenbacher <jens@lemming5.lem.uni-karlsruhe.de>
+
+       * tm-bbdb.el (tm-bbdb/pop-up-bbdb-buffer): In Gnus 5.[23] or Red
+       Gnus, the *BBDB* buffer pops up if there is a record connected to
+       the author of the current article and will be deleted if there is
+       no record.
+
+Fri Aug 16 05:03:42 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * tm-view.el (mime-article/rcnum-to-cinfo): Use function `find-if'
+       instead of `some-element'.
+
+Fri Aug 16 03:55:42 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * TM-CFG: check version specific site-lisp.
+
+Wed Aug 14 02:34:18 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * tm-view.el: delete `(require 'cl)'.
+
+Tue Aug 13 23:41:22 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * tm-view.el: Use cl.el.
+
+Mon Aug 12 17:05:37 1996  Hunter Kelly <retnuh@zule.pixar.com>
+
+       * tm-vm.el (tm-vm/preview-current-message): When using mime
+       preview in VM, VM fails to "energize" the headers the same way
+       that VM does by itself. (cf. [bug-tm-en:685])
+
+\f
 Mon Aug 12 11:02:46 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
 
        * tm: Version 7.78 was released.