This commit was generated by cvs2svn to compensate for changes in r533,
[elisp/tm.git] / Changes-7.31.en
1 Thu Dec  7 12:07:47 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
2
3         * tl: Version 7.03.1 was released.
4         * tm: Version 7.31 was released.
5         * tm/gnus: Version 7.21.1 was released.
6
7         * Makefile: tl/README.eng was renamed to tl/README.en.
8
9 Thu Dec  7 10:23:55 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
10
11         * tm-vm.el: vm-mail-mode pop up menu setting for XEmacs.
12
13         * tm-mail.el: pop up menu setting for XEmacs.
14
15         * tm-edit.el:
16         MUA depended codes about XEmacs pop up menu were moved to
17         tm-MUAs.
18
19         * tm-view.el: defvar `mime::article/preview-buffer' and
20         `mime::article/code-converter' for XEmacs.
21
22         * tm-edit.el: some comments are modified.
23
24 Thu Dec  7 09:10:28 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
25
26         * Makefile:
27         (1) drives `make gnus5' and `make sgnus' for xemacs and 19_29.
28         (2) README.eng was rename to README.en.
29
30 Thu Dec  7 08:01:31 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
31
32         * tm-play.el:
33         Function `mime-article/view-message/rfc822' was modified to set
34         buffer local variable `mime::article/code-converter'.
35
36         * tm-view.el:
37         New buffer local variable `mime::article/code-converter': It
38         specifies code-converter. If it is nil,
39         `mime-viewer/code-converter-alist' is used.
40
41 Thu Dec  7 06:18:21 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
42
43         * tm-view.el:
44         pop up menu support by mouse-button-3 for Emacs 19 and XEmacs.
45
46 Thu Dec  7 06:10:32 1995  Steven L. Baur <steve@miranova.com>
47
48         * tm-edit.el: pop up menu for XEmacs. (cf. [tm-en:209])
49
50 Thu Dec  7 04:55:49 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
51
52         * tm-rmail.el: version variables were added.
53
54         * tm-rmail.el:
55         Shuhei KOBAYASHI <shuhei@cmpt01.phys.tohoku.ac.jp>'s patch was applied
56         to fix problem of function `tm-rmail/forward' in *mail* buffer. (and
57         some extensions) (cf. [tm-ja:1225])
58
59 Thu Dec  6 23:16:14 1995  Steven L. Baur <steve@miranova.com>
60
61         * tm-view.el: mouse-button-3 menu for XEmacs. (cf. [tm-en:206])
62
63 Thu Dec  6 15:53:54 1995  Shuhei KOBAYASHI <shuhei@cmpt01.phys.tohoku.ac.jp>
64
65         * README.eng: fixed typo about VM (cf. [tm-ja:1224])
66
67         * tm-file.el: fix and extend. (cf. [tm-ja:1224])
68
69 Wed Dec  6 15:35:52 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
70
71         * tm-rmail.el:
72         `(substitute-key-definition
73                 'rmail-forward 'tm-rmail/forward rmail-mode-map)'
74         should be enclosed by (call-after-loaded 'mime-setup ..).