tm 7.99.
[elisp/tm.git] / Changes-6.71.en
1 tm-view.el
2 ----------------------------
3 revision 6.71
4 date: 1995/08/03 21:21:16;  author: morioka;  state: Exp;  lines: +20 -3
5 Modified to display a message in preview buffer when message/partial
6 is previewed.
7 ----------------------------
8
9 tm-rich.el
10 ----------------------------
11 revision 6.10
12 date: 1995/08/05 00:55:37;  author: morioka;  state: Exp;  lines: +10 -8
13 Added a variable `tm-rich/richtext-module' to select module to decode
14 richtext.
15 ----------------------------
16 revision 6.9
17 date: 1995/08/03 13:28:35;  author: morioka;  state: Exp;  lines: +2 -2
18 Richard Stanton <stanton@haas.berkeley.edu> wrote:
19 ======================================================================
20 My version of tm-os2 requires tm-rich. Unfortunately, this causes an
21 error. I think it may be something to do with the fact that at the
22 end of tm-rich.el is the line
23
24 (provide 'richtext)
25
26 Shouldn't that be
27
28 (provide 'tm-rich)?
29 ======================================================================
30 According to the report, I fixed a mistake of provide declaration.
31 ----------------------------
32
33 mel/mel-b.el
34 ----------------------------
35 revision 1.6
36 date: 1995/08/05 00:30:53;  author: morioka;  state: Exp;  lines: +25 -4
37 Added function `pack-sequence' to independent of tl.
38 ----------------------------
39
40 methods/*
41         Replaced method scripts by /bin/sh version scripts by YAMAGAMI
42         <yamagami@hb.nmcc.co.jp>.