tm 7.99.
[elisp/tm.git] / Changes-6.64-6.67.en
1 tm-view.el
2 ----------------------------
3 revision 6.67
4 date: 1995/07/03 07:41:02;  author: morioka;  state: Exp;  lines: +2 -2
5 Fixed problem of function `mime-viewer/default-code-convert-region'.
6 ----------------------------
7 revision 6.66
8 date: 1995/07/03 07:07:55;  author: morioka;  state: Exp;  lines: +2 -2
9 Replace function `char-before' by function `char-after' because
10 function `char-before' is not exists in original Emacs.
11 ----------------------------
12 revision 6.65
13 date: 1995/07/03 06:59:29;  author: morioka;  state: Exp;  lines: +5 -1
14
15 Fixed in function `mime-viewer/filter-text/plain', to insert
16 line-break when end of text/plain part does not have line-break.
17 ----------------------------
18 revision 6.64
19 date: 1995/07/02 12:26:11;  author: morioka;  state: Exp;  lines: +4 -1
20 Fixed for empty body.
21 ----------------------------
22
23 tm-rich.el
24 ----------------------------
25 revision 6.7
26 date: 1995/07/15 16:45:29;  author: morioka;  state: Exp;  lines: +3 -54
27 Separated tm independent part to richtext.el.
28 ----------------------------
29 revision 6.6
30 date: 1995/07/06 19:53:10;  author: morioka;  state: Exp;  lines: +2 -6
31 Fixed problem of function `richtext-to-enriched-region'.
32 ----------------------------
33 revision 6.5
34 date: 1995/07/05 16:22:20;  author: morioka;  state: Exp;  lines: +10 -97
35 Separated text/enriched decoder to tinyrich.el.
36 ----------------------------
37 revision 6.4
38 date: 1995/07/05 15:41:30;  author: morioka;  state: Exp;  lines: +26 -23
39 Modified some compositions.
40 ----------------------------
41 revision 6.3
42 date: 1995/07/05 14:37:22;  author: morioka;  state: Exp;  lines: +73 -67
43 (1) Modified for Emacs 19.29.
44 (2) Fixed problem of function `enriched-decode'. (It may be enbuged)
45 (3) Created function `richtext-to-enriched-region'. Function
46     `mime-viewer/filter-text/richtext' uses it.
47 ----------------------------
48
49 richtext.el
50         This is created as a tm independent module to process
51         text/richtext. After Emacs 19.29, it supports WYSIWYG editing
52         for text/richtext file.
53
54 tinyrich.el
55         This module is a substitute of enriched.el for emacs before
56         19.28. It supports only decoding of text/richtext and
57         text/enriched.
58
59 tiny-mime.el
60 ----------------------------
61 revision 5.15
62 date: 1995/07/17 05:26:06;  author: morioka;  state: Exp;  lines: +2 -1
63 Fixed problem of function `mime/unfolding'.
64 ----------------------------
65 revision 5.14
66 date: 1995/07/17 05:22:14;  author: morioka;  state: Exp;  lines: +12 -14
67 Fixed problem of function `mime/unfolding'.
68 ----------------------------
69 revision 5.13
70 date: 1995/07/17 05:05:55;  author: morioka;  state: Exp;  lines: +7 -3
71 Adopted a improvement plan by Mr.SHIONO <jun@case.nm.fujitsu.co.jp>.
72 ----------------------------
73
74 mh-e/tm-mh-e.el
75 ----------------------------
76 revision 6.23
77 date: 1995/07/17 16:37:20;  author: morioka;  state: Exp;  lines: +2 -2
78 Fixed function `tm-mh-e/cite' about folded fields.
79 ----------------------------
80 revision 6.22
81 date: 1995/07/06 18:35:17;  author: morioka;  state: Exp;  lines: +12 -6
82 Fixed function `tm-mh-e/summary-before-quit'.
83 ----------------------------
84 revision 6.21
85 date: 1995/06/22 12:02:13;  author: morioka;  state: Exp;  lines: +13 -1
86 Set to variable `mh-before-quit-hook' a function to kill preview-buffer.
87 ----------------------------
88
89 gnus/tm-dgnus.el
90 ----------------------------
91 revision 6.9
92 date: 1995/07/03 07:50:58;  author: morioka;  state: Exp;  lines: +6 -1
93 Fixed function `tm-gnus/view-message' for Emacs 19.29.
94 ----------------------------
95 revision 6.8
96 date: 1995/06/28 17:38:41;  author: morioka;  state: Exp;  lines: +41 -39
97 Defined macro `gnus-get-article-buffer'.
98 ----------------------------
99 revision 6.7
100 date: 1995/06/27 06:25:04;  author: morioka;  state: Exp;  lines: +2 -1
101 Added (require 'tl-list).
102 ----------------------------