tm-view.el ---------------------------- revision 6.67 date: 1995/07/03 07:41:02; author: morioka; state: Exp; lines: +2 -2 Fixed problem of function `mime-viewer/default-code-convert-region'. ---------------------------- revision 6.66 date: 1995/07/03 07:07:55; author: morioka; state: Exp; lines: +2 -2 Replace function `char-before' by function `char-after' because function `char-before' is not exists in original Emacs. ---------------------------- revision 6.65 date: 1995/07/03 06:59:29; author: morioka; state: Exp; lines: +5 -1 Fixed in function `mime-viewer/filter-text/plain', to insert line-break when end of text/plain part does not have line-break. ---------------------------- revision 6.64 date: 1995/07/02 12:26:11; author: morioka; state: Exp; lines: +4 -1 Fixed for empty body. ---------------------------- tm-rich.el ---------------------------- revision 6.7 date: 1995/07/15 16:45:29; author: morioka; state: Exp; lines: +3 -54 Separated tm independent part to richtext.el. ---------------------------- revision 6.6 date: 1995/07/06 19:53:10; author: morioka; state: Exp; lines: +2 -6 Fixed problem of function `richtext-to-enriched-region'. ---------------------------- revision 6.5 date: 1995/07/05 16:22:20; author: morioka; state: Exp; lines: +10 -97 Separated text/enriched decoder to tinyrich.el. ---------------------------- revision 6.4 date: 1995/07/05 15:41:30; author: morioka; state: Exp; lines: +26 -23 Modified some compositions. ---------------------------- revision 6.3 date: 1995/07/05 14:37:22; author: morioka; state: Exp; lines: +73 -67 (1) Modified for Emacs 19.29. (2) Fixed problem of function `enriched-decode'. (It may be enbuged) (3) Created function `richtext-to-enriched-region'. Function `mime-viewer/filter-text/richtext' uses it. ---------------------------- richtext.el This is created as a tm independent module to process text/richtext. After Emacs 19.29, it supports WYSIWYG editing for text/richtext file. tinyrich.el This module is a substitute of enriched.el for emacs before 19.28. It supports only decoding of text/richtext and text/enriched. tiny-mime.el ---------------------------- revision 5.15 date: 1995/07/17 05:26:06; author: morioka; state: Exp; lines: +2 -1 Fixed problem of function `mime/unfolding'. ---------------------------- revision 5.14 date: 1995/07/17 05:22:14; author: morioka; state: Exp; lines: +12 -14 Fixed problem of function `mime/unfolding'. ---------------------------- revision 5.13 date: 1995/07/17 05:05:55; author: morioka; state: Exp; lines: +7 -3 Adopted a improvement plan by Mr.SHIONO . ---------------------------- mh-e/tm-mh-e.el ---------------------------- revision 6.23 date: 1995/07/17 16:37:20; author: morioka; state: Exp; lines: +2 -2 Fixed function `tm-mh-e/cite' about folded fields. ---------------------------- revision 6.22 date: 1995/07/06 18:35:17; author: morioka; state: Exp; lines: +12 -6 Fixed function `tm-mh-e/summary-before-quit'. ---------------------------- revision 6.21 date: 1995/06/22 12:02:13; author: morioka; state: Exp; lines: +13 -1 Set to variable `mh-before-quit-hook' a function to kill preview-buffer. ---------------------------- gnus/tm-dgnus.el ---------------------------- revision 6.9 date: 1995/07/03 07:50:58; author: morioka; state: Exp; lines: +6 -1 Fixed function `tm-gnus/view-message' for Emacs 19.29. ---------------------------- revision 6.8 date: 1995/06/28 17:38:41; author: morioka; state: Exp; lines: +41 -39 Defined macro `gnus-get-article-buffer'. ---------------------------- revision 6.7 date: 1995/06/27 06:25:04; author: morioka; state: Exp; lines: +2 -1 Added (require 'tl-list). ----------------------------