tm-view.el ---------------------------- revision 6.70 date: 1995/07/30 23:18:01; author: morioka; state: Exp; lines: +5 -6 replaced function `mail-fetch-field' by function `message/get-field-body' because of trouble. ---------------------------- revision 6.69 date: 1995/07/30 23:11:42; author: morioka; state: Exp; lines: +6 -4 redefine function `mime-viewer/default-content-subject-function' not to display content-subject for root content. ---------------------------- revision 6.68 date: 1995/07/30 20:51:16; author: morioka; state: Exp; lines: +6 -5 replaced function `message/get-field-body' by function `mail-fetch-field'. ---------------------------- tm-rich.el ---------------------------- revision 6.8 date: 1995/07/17 22:30:36; author: morioka; state: Exp; lines: +9 -4 modified for changes of text/richtext supporting system. ---------------------------- richtext.el ---------------------------- revision 2.1 date: 1995/07/17 22:59:10; author: morioka; state: Exp; lines: +9 -8 added (require 'enriched). ---------------------------- revision 2.0 date: 1995/07/17 22:29:49; author: morioka; state: Exp; lines: +136 -97 rewrite to encode/decode directly. Converters are moved to tinyrich.el. ---------------------------- tinyrich.el ---------------------------- revision 2.0 date: 1995/07/17 22:31:32; author: morioka; state: Exp; lines: +95 -1 text/richtext <-> text/enriched converter are moved from richtext.el. ---------------------------- tiny-mime.el ---------------------------- revision 5.16 date: 1995/07/26 05:54:16; author: morioka; state: Exp; lines: +5 -3 fixed a problem of function `mime/unfolding'. ---------------------------- gnus/tm-dgnus.el ---------------------------- revision 6.14 date: 1995/08/01 17:19:15; author: morioka; state: Exp; lines: +7 -2 In function `tm-gnus/summary-toggle-header', header mode detecting way for automatic MIME preview mode is changed. ---------------------------- revision 6.13 date: 1995/08/01 17:09:13; author: morioka; state: Exp; lines: +10 -27 Rewrote function `tm-gnus/summary-toggle-header' to use function `gnus-summary-toggle-header'. ---------------------------- revision 6.12 date: 1995/07/30 20:09:41; author: morioka; state: Exp; lines: +68 -214 Don't support automatic MIME preview for original (ding) GNUS. ---------------------------- revision 6.11 date: 1995/07/27 19:35:42; author: morioka; state: Exp; lines: +3 -4 (1) fixed a problem of function `tm-gnus/set-mime-method'. (2) added cheap support for page break in automatic preview mode. ---------------------------- revision 6.10 date: 1995/07/27 18:54:30; author: morioka; state: Exp; lines: +171 -79 Changed the way to save original article-buffer to the variable `gnus-clean-article-buffer'. ----------------------------