tm 7.80.
[elisp/tm.git] / Changes-6.81-6.83.en
1 * tl
2
3         Attached version 6.6.5.
4
5
6 tl/tl-header.el
7 ----------------------------
8 revision 5.9
9 date: 1995/09/20 12:11:33;  author: morioka;  state: Exp;  lines: +12 -3
10 (1) Function `message/field-end' was created.
11 (2) Function `message/get-field-body' was modified to use function
12     `message/field-end'.
13 ----------------------------
14
15
16 * tm
17
18 tm/tiny-mime.el
19 ----------------------------
20 revision 6.7
21 date: 1995/09/20 12:17:28;  author: morioka;  state: Exp;  lines: +2 -10
22 Function `mime/unfolding' was modified to use function
23 `message/field-end'.
24 ----------------------------
25
26 tm/tinyrich.el
27 ----------------------------
28 revision 5.0
29 date: 1995/09/20 14:45:56;  author: morioka;  state: Exp;  lines: +12 -41
30 It was modified to use function `tm:set-face-region'.
31 ----------------------------
32
33 tm/tm-def.el
34 ----------------------------
35 revision 6.1
36 date: 1995/09/20 14:44:49;  author: morioka;  state: Exp;  lines: +30 -2
37 function `tm:set-face-region' was defined for each emacs variants.
38 ----------------------------
39 revision 6.0
40 date: 1995/09/19 16:09:04;  author: morioka;  state: Exp;  lines: +2 -2
41 UENO Hiroshi <zodiac@ibm.net> said:
42 ======================================================================
43 tm-def gets `mime/tmp-dir' from environment variable `TM_TMPDIR', on
44 the other hand external methods get from `TM_TMP_DIR'. External
45 methods for OS/2 is using `TM_TMP_DIR', because csh version external
46 methods, which are model of OS/2 methods, were using `TM_TMP_DIR'. So
47 I think TM_TMP_DIR may be correct. Anyway, I think they should be
48 unified.
49 ======================================================================
50 So I fixed to use `TM_TMP_DIR'.
51 ----------------------------
52 revision 5.0
53 date: 1995/09/14 15:48:25;  author: morioka;  state: Exp;  lines: +13 -1
54 Variable `mime/use-multi-frame' and variable `mime/find-file-function' 
55 are defined.
56 ----------------------------
57
58 tm/tm-ftp.el
59 ----------------------------
60 revision 6.1
61 date: 1995/09/14 15:49:43;  author: morioka;  state: Exp;  lines: +11 -4
62 When variable `mime/use-multi-frame' is non-nil, dired is displayed as
63 another frame.
64 ----------------------------
65
66 tm/tm-latex.el
67 ----------------------------
68 revision 3.0
69 date: 1995/09/14 15:51:35;  author: morioka;  state: Exp;  lines: +6 -4
70 Variable `mime/find-file-function' was defined as a function to find
71 file.
72 ----------------------------
73
74 tm/tm-partial.el
75 ----------------------------
76 revision 6.0
77 date: 1995/09/20 14:39:23;  author: morioka;  state: Exp;  lines: +12 -7
78 Fixed a problem of function `mime/decode-message/grab-partials'.
79 ----------------------------
80
81 tm/tm-tar.el
82 ----------------------------
83 By UENO Hiroshi <zodiac@ibm.net>.
84 It is a internal method of tm-view to view files included in tar or
85 tar.gz content.
86 ----------------------------
87
88 tm/tm-view.el
89 ----------------------------
90 revision 6.83
91 date: 1995/09/20 14:19:42;  author: morioka;  state: Exp;  lines: +5 -1
92 Function `mime-viewer/make-preview-buffer' was fixed about
93 message/partial announcement. If body is empty, empty line is inserted.
94 ----------------------------
95 revision 6.82
96 date: 1995/09/20 12:16:14;  author: morioka;  state: Exp;  lines: +26 -3
97 (1) Display X-Face.
98 (2) X-Face field does not display in default.
99 ----------------------------
100 revision 6.81
101 date: 1995/09/14 15:46:45;  author: morioka;  state: Exp;  lines: +10 -3
102 2 announcements of message/partial, mouse is available or not, was
103 defined.
104 ----------------------------
105
106 tm/tm-w3.el
107 ----------------------------
108 revision 1.1
109 date: 1995/09/14 15:51:57;  author: morioka;  state: Exp;
110 Internal method to view HTML content.
111 ----------------------------
112
113
114 * tm/mh-e
115
116         Attached version 6.27.
117
118 tm/mh-e/tm-mh-e.el
119 ----------------------------
120 revision 6.27
121 date: 1995/09/20 12:34:39;  author: morioka;  state: Exp;  lines: +4 -2
122
123   (if (featurep 'hilit19)
124       (hilit-rehighlight-buffer-quietly)
125     )
126
127 was inserted in function `tm-mh-e/content-header-filter'.
128 ----------------------------
129 revision 6.26
130 date: 1995/09/20 12:19:28;  author: morioka;  state: Exp;  lines: +2 -1
131 Function `tm-mh-e/content-header-filter' was modified to call function
132 `mime-viewer/x-face-function'.
133 ----------------------------
134 revision 6.25
135 date: 1995/09/15 06:58:00;  author: morioka;  state: Exp;  lines: +24 -1
136 Function `tm-mh-e/toggle-showing' was defined to fix a problem of `t'
137 key in summary mode.
138 ----------------------------