tm 7.80.
[elisp/tm.git] / Changes-7.22.en
1 * tl
2
3   Attached version 7.01.3.
4
5
6 * mel
7
8   Attached version 3.2.
9
10
11 * tm
12
13 tm/tm-edit.el
14 ----------------------------
15 revision 7.15
16 date: 1995/11/03 08:32:03;  author: morioka;  state: Exp;  lines: +77 -9
17 Addition for image/tiff and text/x-rot13-47.
18 ----------------------------
19
20 tm/tm-file.el
21 ----------------------------
22 revision 2.0
23 date: 1995/11/06 16:05:29;  author: morioka;  state: Exp;  lines: +17 -5
24 (1) Function `mime/extract-file' was renamed to
25     `mime-article/extract-file'.
26 (2) took measure for jam-zcat and jka-compr.
27 ----------------------------
28 revision 1.1
29 date: 1995/11/03 08:32:58;  author: morioka;  state: Exp;
30 It was created as a tm-view internal method module for file
31 extraction.
32 ----------------------------
33
34 tm/tm-mail.el
35 ----------------------------
36 revision 1.1
37 date: 1995/11/04 08:22:24;  author: morioka;  state: Exp;
38 It was created as a tm-view internal method module for message/rfc822
39 and text/x-rot13-47.
40 ----------------------------
41
42 tm/tm-play.el
43 ----------------------------
44 revision 4.0
45 date: 1995/11/04 07:51:22;  author: morioka;  state: Exp;  lines: +4 -2
46 Don't code convert when reading partial part files.
47 ----------------------------
48 revision 3.0
49 date: 1995/11/03 08:53:58;  author: morioka;  state: Exp;  lines: +6 -2
50 Function `mime-article/decode-message/partial' was modified not to
51 code convert when reading FULL file.
52 ----------------------------
53
54 tm/tm-view.el
55 ----------------------------
56 revision 7.22
57 date: 1995/11/03 09:05:23;  author: morioka;  state: Exp;  lines: +21 -15
58 (1) New function `mime-preview/decode-text-region'.
59 (2) use function `mime/code-convert-region-to-emacs' as code converter 
60     for mime/show-message-mode.
61 (3) Buffer local variable `mime/mother-buffer' was renamed to
62     `mime::preview/mother-buffer'.
63 ----------------------------
64
65 tm/tm-rmail.el
66 ----------------------------
67 revision 7.12
68 date: 1995/11/02 12:20:51;  author: morioka;  state: Exp;  lines: +2 -2
69 In function `tm-rmail/view-message', fixed renaming mistake of
70 `tm-rmail/preview-message'.
71 ----------------------------
72 revision 7.11
73 date: 1995/11/02 07:03:01;  author: morioka;  state: Exp;  lines: +3 -2
74 Function `tm-rmail/preview-message' was modified to use function
75 `rfc822/get-field-body' instead of function
76 `mail-fetch-field'. (because of text property problem in Emacs 19.29)
77 ----------------------------
78 revision 7.10
79 date: 1995/11/02 06:04:48;  author: morioka;  state: Exp;  lines: +2 -2
80 In function `tm-rmail/forward', fixed renaming mistake of
81 `tm-edit/insert-tag' -> `mime-editor/insert-tag'.
82 ----------------------------
83 revision 7.9
84 date: 1995/10/31 14:20:25;  author: morioka;  state: Exp;  lines: +2 -2
85 Function `tm-rmail/forward-from-gnus' was renamed to
86 `gnus-mail-forward-using-mail-mime'.
87 ----------------------------
88
89 tm/mh-e
90
91   Attached version 7.12.
92
93 tm/mh-e/tm-mh-e.el
94 ----------------------------
95 revision 7.12
96 date: 1995/10/31 15:27:51;  author: morioka;  state: Exp;  lines: +1 -46
97 Function `gnus-mail-forward-using-mhe-mime' was moved to tm-gnus5.el
98 again.
99 ----------------------------
100 revision 7.11
101 date: 1995/10/31 14:17:09;  author: morioka;  state: Exp;  lines: +47 -1
102 Insert (require 'mh-comp) in function
103 `gnus-mail-forward-using-mhe-mime'.
104 ----------------------------
105
106 tm/mh-e/tm-mh-e3.el
107 ----------------------------
108 revision 6.0
109 date: 1995/10/31 14:24:41;  author: morioka;  state: Exp;  lines: +5 -1
110 Insert (provide 'mh-comp).
111 ----------------------------
112
113
114 tm/gnus
115
116   Attached version 7.13.
117
118 tm/gnus/tm-gnus5.el
119 ----------------------------
120 revision 7.7
121 date: 1995/10/31 15:24:49;  author: morioka;  state: Exp;  lines: +58 -1
122 Function `gnus-mail-forward-using-mhe-mime' was defined in this module 
123 again.
124 ----------------------------
125 revision 7.6
126 date: 1995/10/31 13:52:48;  author: morioka;  state: Exp;  lines: +1 -47
127 Function `gnus-mail-forward-using-mhe-mime' was moved to tm-mh-e.el.
128 ----------------------------
129 revision 7.5
130 date: 1995/10/31 13:45:21;  author: morioka;  state: Exp;  lines: +108 -136
131 (1) automatic MIME preview support for original Gnus 5.0.x.
132     (``with tm patch'' is regarded as original Gnus 5.0.x)
133 (2) tm-gnus/decode-all was abolished and changed like tm-sgnus way.
134 (3) setting for BBDB.
135 (4) Function `gnus-mail-forward-using-mhe-mime' was modified.
136 ----------------------------