tm-view.el ---------------------------- revision 6.67 date: 1995/07/03 07:41:02; author: morioka; state: Exp; lines: +2 -2 関数 mime-viewer/default-code-convert-region の不具合を修正。 ---------------------------- revision 6.66 date: 1995/07/03 07:07:55; author: morioka; state: Exp; lines: +2 -2 original Emacs に関数 char-before が無かったので、関数 char-after で書 き直した。 ---------------------------- revision 6.65 date: 1995/07/03 06:59:29; author: morioka; state: Exp; lines: +5 -1 関数 mime-viewer/filter-text/plain で、text/plain part の最後が改行で ない場合、preview buffer の最後に改行を挿入するように修正した。 ---------------------------- revision 6.64 date: 1995/07/02 12:26:11; author: morioka; state: Exp; lines: +4 -1 body がない記事の場合の不具合を修正した。 ---------------------------- tm-rich.el ---------------------------- revision 6.7 date: 1995/07/15 16:45:29; author: morioka; state: Exp; lines: +3 -54 tm に依存しない部分を richtext.el に分離した。 ---------------------------- revision 6.6 date: 1995/07/06 19:53:10; author: morioka; state: Exp; lines: +2 -6 関数 richtext-to-enriched-region の不具合を修正した。 ---------------------------- revision 6.5 date: 1995/07/05 16:22:20; author: morioka; state: Exp; lines: +10 -97 text/enriched decoder を tinyrich.el に移した。 ---------------------------- revision 6.4 date: 1995/07/05 15:41:30; author: morioka; state: Exp; lines: +26 -23 構成を変更した。 ---------------------------- revision 6.3 date: 1995/07/05 14:37:22; author: morioka; state: Exp; lines: +73 -67 (1) Emacs 19.29 に合わせて、関数 mime/decode-text/enriched-region を enriched-decode に改名した。また、関数 enriched-decode が存在しな い場合のみ defun するようにした。 (2) 関数 enriched-decode の不具合を修正した。(いつの頃からか enbug し ていたらしい) (3) 関数 richtext-to-enriched-region を作成し、関数 mime-viewer/filter-text/richtext ではこれを使って text/enriched 形 式にしたものを関数 enriched-decode で decode するようにした。 ---------------------------- richtext.el text/richtext 形式に関する処理を行う tm に依存しない module と して新たに創設した。(でも、RMS に reject されたから先行きは不 明。(^_^; もしかすると、enriched.el に統合されるかもしれない) text/richtext 形式の decode の他、Emacs 19.29 以降では text/richtext 形式の file の enriched-mode を利用した WYSIWYG 編集を support する。 tinyrich.el Emacs 19.28 以前の emacs での enriched.el の代用品。 text/richtext と text/enriched の decode のみを support する。 (若干 bug あり(^_^;) tiny-mime.el ---------------------------- revision 5.15 date: 1995/07/17 05:26:06; author: morioka; state: Exp; lines: +2 -1 関数 mime/unfolding の不具合を修正した。 ---------------------------- revision 5.14 date: 1995/07/17 05:22:14; author: morioka; state: Exp; lines: +12 -14 関数 mime/unfolding の不具合を修正した。 ---------------------------- revision 5.13 date: 1995/07/17 05:05:55; author: morioka; state: Exp; lines: +7 -3 塩野 さんの改良案を修正して採用した。 ---------------------------- mh-e/tm-mh-e.el ---------------------------- revision 6.23 date: 1995/07/17 16:37:20; author: morioka; state: Exp; lines: +2 -2 Subject が folding している場合のことを考慮して、関数 tm-mh-e/cite を 修正した。 ---------------------------- revision 6.22 date: 1995/07/06 18:35:17; author: morioka; state: Exp; lines: +12 -6 関数 tm-mh-e/summary-before-quit を修正した。 ---------------------------- revision 6.21 date: 1995/06/22 12:02:13; author: morioka; state: Exp; lines: +13 -1 変数 mh-before-quit-hook に preview-buffer を kill するための関数を設 定した。 ---------------------------- gnus/tm-dgnus.el ---------------------------- revision 6.9 date: 1995/07/03 07:50:58; author: morioka; state: Exp; lines: +6 -1 関数 tm-gnus/view-message の Emacs 19.29 の場合の不具合を修正した。 ---------------------------- revision 6.8 date: 1995/06/28 17:38:41; author: morioka; state: Exp; lines: +41 -39 macro `gnus-get-article-buffer' を定義した。 ---------------------------- revision 6.7 date: 1995/06/27 06:25:04; author: morioka; state: Exp; lines: +2 -1 田中@富士通 さん曰く: ====================================================================== こんどは Symbol's function definition is void: set-alist となりました。 ====================================================================== よって、(require 'tl-list) を追加した。 ---------------------------- revision 6.6 date: 1995/06/27 04:49:58; author: morioka; state: Exp; lines: +5 -1 田中@富士通 さん曰く: ====================================================================== (ding)GNUS を起動すると Symbol's function definition is void: get-version-string というメッセージがでて(ding)GNUS が起動しません。 ====================================================================== このため、(require 'tl-str) を追加した。ついでに、(require 'gnus) も入 れた。 ----------------------------