7091546b0da510a7d7e57edd92c0662638b3451d
[elisp/tm.git] / ChangeLog
1 Mon Apr 22 12:40:55 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2
3         * tm: Version 7.52.1 was released.
4         * tm/mh-e: Version 7.58 was released.
5
6         * tm-def.el (mime/code-convert-region-to-emacs): use function
7         `code-convert-region' instead of `code-convert'.
8         (mime/code-convert-region-from-emacs): use function
9         `code-convert-region' instead of `code-convert'.
10         (mime/charset-coding-system-alist): fixed.
11
12 Sun Apr 21 19:57:22 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
13
14         * tm-play.el (mime-article/start-external-method-region): display
15         message ``External method is starting...''.
16
17 Sun Apr 21 19:42:23 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
18
19         * inst-tm (make-mime-setup): setting for variable
20         `mime-viewer/external-progs'.
21
22         * tm-play.el (mime-viewer/external-progs): New variable.
23         (mime-article/start-external-method-region): use variable
24         `mime-viewer/external-progs'.
25
26 Sun Apr 21 18:10:08 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
27
28         * inst-tm (compile-tm): modified about tm-gnus compiling.
29         (compile-tm-gnus): abolished.
30
31         * TM-CFG: Variable `TM_GNUS_COMPILE_FORMAT' was abolished.
32
33         * Makefile (elc): use .gnus-compile.
34
35 Sun Apr 21 17:08:16 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
36
37         * tm-view.el (mime-viewer/following-method-alist): New variable.
38         (mime-viewer/follow-content): New function;
39         it is bound to `a' key.
40         (mime-preview/get-original-major-mode): New function.
41         (mime/viewer-mode-map): Key of function
42         `mime-viewer/display-x-face' was changed to `x';
43         `f' is reserved to forwarding command.
44
45 \f
46 Sat Apr 20 12:35:34 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
47
48         * tl: Version 7.19.2 was released.
49         * tm: Version 7.52 was released.
50
51         * tm-def.el (mime/charset-coding-system-alist): add
52         "X-ISO-2022-JP-2" for old mime.el.
53
54 Sat Apr 20 12:17:27 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
55
56         * tm-parse.el (mime/parse-message): use `1+'
57
58         * tm-parse.el (mime/parse-message): use `string-equal' instead of
59         `string='
60
61         * tm-parse.el (mime/parse-multipart): use `string-equal' instead
62         of `string='
63
64         * tm-parse.el (mime/parse-multipart): use `nreverse'
65
66         * tm-parse.el (mime/parse-multipart): fixed
67
68 Fri Apr 19 18:49:19 1996  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
69
70         * tm-vm.el: Oscar Figueiredo <figueire@lspsun16.epfl.ch>'s patch
71         was applied; require vm-reply and add comments to vm-yank-message.
72         (tm-vm/enclose-messages): Don't make nested multipart/digest.
73         (tm-vm/send-digest): "preamble" code was moved to
74         `tm-vm/enclose-messages'.
75
76 Fri Apr 19 18:12:43 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
77
78         * signature.el (signature/get-signature-file-name): string check
79         for `field'
80
81 Fri Apr 19 17:29:32 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
82
83         * README.en: tm/tm-nemacs, tm/tm-orig.el and tm/tm-mule.el was
84         abolished.
85
86 Fri Apr 19 13:40:55 1996  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
87
88         * tm-edit.el (mime-editor/insert-signature): Modified for new
89         implementation of signature.el; Use `signature-insert-hook'.
90
91         * tm-bbdb.el (signature/get-bbdb-sigtype),
92         (signature/set-bbdb-sigtype), (signature/get-sigtype-from-bbdb):
93         New implementation of `signature-check-in-bbdb'.
94
95         * signature.el (signature-load-hook), (signature-insert-hook): New
96         hooks.
97         (signature-use-bbdb): New variable.
98         (signature/get-sigtype-interactively), (insert-signature): New
99         implementation of `insert-signature';
100         signature/insert-signature-at-(point|eof) were merged.
101
102 Fri Apr 19 08:47:44 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
103
104         * tm-edit.el (mime-editor/normalize-body): use function
105         `mime/code-convert-region-from-emacs' and `mime-encode-region'
106         instead of `mime-editor/encode-string'.  Function
107         `mime-editor/encode-string' and `mime-encode-string' was
108         abolished.
109
110 Fri Apr 19 08:11:30 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
111
112         * tm-ew-d.el (mime/decode-encoded-text): arguments order of
113         function `mime/convert-string-to-emacs' was changed.
114
115         * tm-def.el (mime/convert-string-to-emacs): order of arguments was
116         changed.
117
118 Fri Apr 19 07:59:28 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
119
120         * tm-def.el (mime/lc-charset-alist): use function `foldr'.
121
122 Fri Apr 19 07:29:13 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
123
124         * tm-def.el (mime/charset-coding-system-alist):
125         use function `foldr'
126
127 Fri Apr 19 06:57:56 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
128
129         * tm-def.el (mime/code-convert-region-from-emacs): New function
130
131 Fri Apr 19 06:54:11 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
132
133         * TM-ELS, Makefile, tm-def.el: tm/tm-nemacs.el was abolished.
134
135         * TM-ELS, Makefile, tm-def.el: tm/tm-orig.el was abolished.
136
137         * TM-ELS, Makefile, tm-def.el: tm/tm-mule.el was abolished.
138
139         * tm-def.el (mime/lc-charset-alist, mime/unknown-charset):
140         New variable
141
142 Fri Apr 19 05:36:03 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
143
144         * tm-def.el (mime/code-convert-region-to-emacs):
145         New implementation
146
147 Fri Apr 19 04:48:48 1996  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
148
149         * tm-view.el (mime-viewer/up-content): Extra `setq' was removed.
150
151 Wed Apr 17 14:51:25 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
152
153         * tm-def.el: Function `mime/convert-string-to-emacs',
154         `mime/convert-string-from-emacs' and
155         `mime/code-convert-region-to-emacs' were moved from tm-mule.el.
156
157 Wed Apr 17 14:50:33 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
158
159         * tm-mule.el: Function `mime/convert-string-to-emacs',
160         `mime/convert-string-from-emacs' and
161         `mime/code-convert-region-to-emacs' were moved to tm-def.el.
162
163 Wed Apr 17 14:30:12 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
164
165         * tm-def.el (mime/charset-coding-system-alist): New variable.
166
167         * tm-mule.el: Variable `mime/charset-coding-system-alist' was
168         deleted.
169
170 Wed Apr 17 14:05:10 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
171
172         * tm-view.el (mime-viewer/code-converter-alist): set
173         `mime/code-convert-region-to-emacs' for
174         `mime/temporary-message-mode'. (for `mime-editor/preview-message')
175
176 Wed Apr 17 09:20:42 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
177
178         * README.en: KOBAYASHI Shuhei's address was changed.
179
180 \f
181 Tue Apr 16 18:26:13 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
182
183         * tm: Version 7.50 was released.
184
185         * tm-file.el, tm-bbdb.el, tm-rmail.el, tm-mail.el, tm-vm.el:
186         KOBAYASHI Shuhei's address was changed.
187
188 Tue Apr 16 14:32:43 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
189
190         * tm-edit.el: use `running-xemacs' to check XEmacs.
191         (mime-editor/normalize-body): nil check for encoded result.
192
193         * tm-mule.el (mime/charset-coding-system-alist): add ``KOI8-R''
194
195 Tue Apr 16 12:42:35 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
196
197         * mime-setup.el.in: insert `;;; End:'. (cf. [tm-ja:1731])
198
199 \f
200 Mon Apr 15 09:10:01 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
201
202         * tl: Version 7.19.1 was released.
203         * tm: Version 7.49 was released.
204         * tm/gnus: Version 7.49.2 was released.
205
206 Sun Apr 14 15:42:14 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
207
208         * tm-parse.el (mime/parse-Content-Disposition): use function
209         `nreverse' instead of `reverse'.
210
211 Sun Apr 14 15:16:25 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
212
213         * tm-parse.el (mime/parse-Content-Type): use function `nreverse'
214         instead of `reverse'.
215
216 Sun Apr 14 00:21:21 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
217
218         * tm-vm.el (vm-yank-message): use variable `running-xemacs'
219
220         * tm-view.el, tm-image.el, tm-mail.el, tm-setup.el: use variable
221         `running-xemacs'
222
223 Sat Apr 13 23:32:26 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
224
225         * tm-view.el (mime-viewer/make-preview-buffer):
226         use `while' instead of mapcar.
227
228         * tm-vm.el (vm-yank-message): redefine for MIME preview buffer.
229
230 Sat Apr 13 04:04:12 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
231
232         * mime-setup.el.in (message-header-hook): add function
233         `mime/encode-message-header' (cf.[tm-ja:
234
235         * tm-ew-e.el (mime/encode-message-header): regard `(point-max)' as
236         end of message header if variable `mail-header-separator' is not
237         found.
238
239 Thu Apr 11 17:24:11 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
240
241         * doc/tm_en.texi: fixed problem about top node.
242
243         * doc/tm-mh-e_en.texi: fixed problem about top node.
244
245         * doc/tm-gnus_en.texi: fixed problem about top node.
246
247         * doc/tm-edit=en.texi: fixed problem in TeX compiling.
248
249         * doc/tm-edit=ja.texi: fixed problem in TeX compiling.
250
251 Thu Apr 11 16:20:20 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
252
253         * mime-setup.el.in (message-forward-start-separator): Function
254         `mime-make-tag' must be called after tm-edit is loaded.
255
256         * mime-setup.el.in:
257         setting for variable `message-forward-start-separator'.
258         setting for variable `message-forward-end-separator'.
259
260         * tm-edit.el (mime-editor/encode-string): New function.
261         Variable `mime-string-encoder' and its implementations were
262         deleted.
263
264 Wed Apr 10 02:06:30 1996  Katsumi Yamaoka <yamaoka@ga.sony.co.jp>
265
266         * doc/tm_ja.texi: fixed problem about top node.
267         (cf. [tm-ja:1706])
268
269         * doc/tm-mh-e_ja.texi: fixed problem about top node.
270         (cf. [tm-ja:1706])
271         
272         * doc/tm-gnus_ja.texi: fixed problem about top node.
273         (cf. [tm-ja:1706])
274
275 Tue Apr  9 17:28:49 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
276
277         * Makefile (GOMI): add mime-setup.el, mime-setup.el~ and
278         #mime-setup.el#; remove load-path.
279
280 Tue Apr  9 17:13:36 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
281
282         * inst-tm (compile-tm): call `make gnus3' for Emacs 18.
283
284 Mon Apr  8 12:28:17 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
285
286         * inst-tm (make-mime-setup): check unnecessary add-path.
287
288 Sun Apr  7 20:12:27 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
289
290         * tm-view.el: (mime-viewer/default-showing-Content-Type-list):
291         "message/delivery-status" was added to default value.
292
293 Wed Apr  3 15:35:44 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
294
295         * tm-image.el: add-hook only if variable
296         `mime-preview/x-face-function' is not nil.
297         (cf. [tm-en:416])
298
299 Thu Mar 28 18:55:18 1996  Oscar Figueiredo <figueire@lspsun16.epfl.ch>
300
301         * tm-vm.el (vm-yank-message): redefine for MIME preview buffer.
302
303 \f
304 Thu Mar 28 08:42:34 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
305
306         * tm: Version 7.48.3 was released.
307         * tm/gnus: Version 7.49.1 was released.
308
309         * mime-setup.el.in: If `mime-setup-use-signature' is not nil, set
310         `message-signature' to nil.
311
312         * mime-setup.el.in: setting for message.el.
313
314 Wed Mar 27 23:06:07 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
315
316         * doc/tm-mh-e_ja.texi, doc/tm-mh-e_en.texi:
317         Insert `This file documents ...' into @ifinfo. (cf. [tm-en:403])
318
319         * doc/tm-gnus_ja.texi, doc/tm-gnus_en.texi:
320         Insert `This file documents ...' into @ifinfo. (cf. [tm-en:403])
321
322         * doc/tm_ja.texi, doc/tm_en.texi:
323         Insert `This file documents ...' into @ifinfo. (cf. [tm-en:403])
324
325 Wed Mar 27 19:38:12 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
326
327         * TM-CFG: rearrangement
328
329 Tue Mar 26 08:07:24 1996  Pekka Marjola <marjola@bilbo.ntc.nokia.com>
330
331         * tm-bbdb.el (tm-bbdb/update-record): In XEmacs,
332         mail-extract-address-components still doesn't handle nil argument.
333         (cf. [tm-ja:396])
334
335 \f
336 Mon Mar 25 13:30:53 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
337
338         * tl: Version 7.19 was released.
339         * tm: Version 7.48.2 was released.
340         * tm/mh-e: Version 7.57 was released.
341
342 Wed Mar 20 13:00:06 1996  Shuhei KOBAYASHI  <shuhei@cmpt01.phys.tohoku.ac.jp>
343
344         * tm-file.el (mime-article/extract-file): Confirm before
345         overwriting an existing file. (cf. [tm-ja:1674])
346
347 Thu Mar 14 13:39:57 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
348
349         * signature.el: Function `signature-check-in-bbdb' was moved to
350         tm-bbdb.el.
351
352         * tm-bbdb.el (signature-check-in-bbdb): New function; moved from
353         signature.el.
354
355 \f
356 Wed Mar 13 18:05:28 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
357
358         * tl: Version 7.18 was released.
359         * MEL: Version 3.5 was released.
360         * tm: Version 7.48 was released.
361
362 Wed Mar 13 17:55:33 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
363
364         * tm-edit.el (mime-editor/translate-buffer-hook): New hook.
365         (mime-editor/translate-buffer): New implementation;
366         use `mime-editor/translate-buffer-hook'.
367
368         * signature.el (signature-check-in-bbdb): require bbdb-com.
369
370 Wed Mar 13 16:23:26 1996  Shuhei KOBAYASHI <shuhei@cmpt01.phys.tohoku.ac.jp>
371
372         * tm-bbdb.el: fixed problem for wrong From field, such as
373         ``From: <>''. (cf.[tm-ja:1663])
374
375 Tue Mar 12 19:37:54 1996  Artur Pioro <artur@flugor.if.uj.edu.pl>
376
377         * signature.el (signature-file-prefix): New variable.
378         (signature/get-signature-file-name): support
379         `signature-file-prefix' and method function.
380         (signature-check-in-bbdb): New function.
381
382 Mon Mar 11 15:19:15 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
383
384         * tm-vm.el (tm-vm/use-original-url-button): New variable.
385         (tm-vm/preview-current-message):
386         Check `tm-vm/use-original-url-button'.
387
388 Mon Mar 10 23:07:42 1996  Rob Kooper    <kooper@cc.gatech.edu>
389
390         * tm-vm.el (tm-vm/preview-current-message): VM does it's own
391         highlighting of URL's. Following is a patch to tm/tm-vm.el that
392         will make the highlighting work under tm. (cf.[bug-tm-en:373])
393
394 Mon Mar 10 04:16:59 1996  Hiroshi Ueno <zodiac@ibm.net>
395
396         * TM-CFG (SHELLOPTION): New variable.
397         (LISPDIR): Use `defvar' instead of `setq'.
398         (TM_GNUS_COMPILE_FORMAT): New variable.
399         (TM_GNUS_INSTALL_FORMAT): New variable.
400         (BIN_SRC_DIR): New variable.
401         (METHOD_SRC_DIR): New variable.
402         (BIN_DIR): Use `defvar' instead of `setq'.
403
404         * inst-tm (compile-tm-gnus): Use variable `SHELLOPTION'.
405         (install-tm-gnus): Use variable `SHELLOPTION'.
406         (install-execs): Use variable `BIN_SRC_DIR' and `METHOD_SRC_DIR'.
407
408 Mon Mar  8 19:15:33 1996  Oscar Figueiredo <figueire@lspsun2.epfl.ch>
409
410         * tm-vm.el (tm-vm/scroll-forward): when you go to a message with
411         the cursor keys in VM's summary buffer and press space to select
412         the message, the Preview buffer is scrolled forward instead of
413         simply displaying the new message which prevents you from seeing
414         the beginning of the new message.       
415
416 Wed Mar  6 12:26:20 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
417
418         * tm-view.el (mime-viewer/up-content): New implementation; bug
419         fixed. (cf. [tm-ja:1652])
420
421         * inst-tm (compile-tm): fixed to judge XEmacs.
422
423 \f
424 Wed Mar  6 02:12:36 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
425
426         * tl: Version 7.15 was released.
427         * tm: Version 7.47 was released.
428         * tm/mh-e: Version 7.56 was released.
429
430         * README.en: tm-cfg was renamed to TM-CFG.
431
432         * inst-tm: tm-cfg was renamed to TM-CFG.
433
434         * inst-tm: tm-els was renamed to TM-ELS.
435
436 Tue Mar  5 23:19:05 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
437
438         * tm-edit.el: Function `replace-space-with-underline' was moved to
439         tl-str.el.
440
441         * tm-edit.el (mime-editor/transfer-level): changed to buffer local
442         variable.
443         (mime-editor/transfer-level-string): changed to buffer local
444         variable.
445         (mime-editor/charset-default-encoding-alist): changed to buffer
446         local variable.
447
448 Tue Mar  5 21:22:46 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
449
450         * tm-edit.el (mime-editor/toggle-transfer-level): Function
451         `mime-editor/text-toggle-transfer-level' was renamed to
452         `mime-editor/toggle-transfer-level'.
453
454 Tue Mar  5 21:19:21 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
455
456         * tm-edit.el (mime-editor/transfer-level,
457         mime-editor/text-toggle-transfer-level, mime/editor-mode):
458         Variable `mime/default-transfer-level' was renamed to
459         `mime-editor/transfer-level'.
460
461 Tue Mar  5 21:13:58 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
462
463         * tm-edit.el (mime/default-transfer-level): moved from tm-edit.el.
464
465         * tm-def.el: Variable `mime/default-transfer-level' was moved to
466         tm-edit.el.
467
468         * tm-edit.el (mime-editor/text-toggle-transfer-level,
469         mime-editor/menu-list): Function
470         `mime-editor/text-toggle-transfer-level' was renamed to
471         `mime-editor/text-toggle-transfer-level'.
472
473 Tue Mar  5 21:00:07 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
474
475         * tm-edit.el (mime-editor/transfer-level-string,
476         mime/text-toggle-transfer-level, mime/editor-mode): use function
477         `mime/encoding-name'.
478
479         * tm-def.el (mime/encoding-name): add optional argument `not-omit'.
480
481         * tm-edit.el (mime-editor/transfer-level-string,
482         mime/text-toggle-transfer-level, `mime/editor-mode-flag' of
483         `minor-mode-alist', mime/editor-mode): Variable
484         `mime/trlevel-string' was renamed to
485         `mime-editor/transfer-level-string'.
486
487 Tue Mar  5 20:42:24 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
488
489         * tm-edit.el (mime-editor/charset-default-encoding-alist,
490         mime/text-toggle-transfer-level, mime-editor/normalize-body):
491         Variable `mime/charset-default-encoding-alist' was renamed to
492         `mime-editor/charset-default-encoding-alist'.
493
494 Tue Mar  5 20:34:27 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
495
496         * tm-edit.el (mime/charset-default-encoding-alist):
497         moved from tm-def.el.
498         (mime/trlevel-string): moved from tm-def.el.
499         (mime/text-toggle-transfer-level): moved from tm-def.el.
500
501         * tm-def.el (mime/charset-default-encoding-alist):
502         moved to tm-edit.el.
503         (mime/trlevel-string): moved to tm-edit.el.
504         (mime/text-toggle-transfer-level): moved to tm-edit.el.
505
506         * tm-def.el (mime/trlevel-string): Initial value was modified.
507
508 Tue Mar  5 07:52:39 1996  Steinar Bang <sb@metis.no>
509
510         * tm-def.el (mime/trlevel-string): New variable.
511
512         * tm-edit.el (mime-editor/menu-list): add
513         `mime/text-toggle-transfer-level'.
514         (mime/editor-mode): modified for transfer-level.
515
516 \f
517 Mon Mar  4 09:24:23 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
518
519         * tl: Version 7.14 was released.
520         * MEL: Version 3.3.1 was released.
521         * tm: Version 7.46.1 was released.
522         * tm/mh-e: Version 7.55 was released.
523         * tm/gnus: Version 7.49 was released.
524
525         * Makefile: Installer was changed.
526
527         * inst-tm: New file.
528
529         * tm-els: New file.
530
531         * tm-cfg: New file.
532
533         * tm-ew-e.el (mime/encode-field): check encoded result.
534
535 Mon Mar 4 01:57:11 1996   KON-NO Yoichi <itokon@ssel.toshiba.co.jp>
536
537         * tm-bbdb.el: insert `(require 'tm-view)'.
538         (cf. [tm-ja:1646])      
539
540 \f
541 Wed Feb 28 13:13:27 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
542
543         * tl: Version 7.13 was released.
544         * tm: Version 7.46 was released.
545         * tm/gnus: Version 7.48 was released.
546         * tm/mh-e: Version 7.52 was released.
547
548         * tm/doc/tm-edit=en.texi: New file.
549
550 Wed Feb 28 01:35:22 1996  Dan Rich <drich@morpheus.corp.sgi.com>
551
552         * tm-image.el: allow tm to display inline images using the native
553         gif/jpg/png support (if available) (for XEmacs 19.14 or later).
554         (cf.[tm-en:351])
555
556 Tue Feb 27 21:37:35 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
557
558         * tm-image.el (mime-preview/x-face-function-for-mule): fixed to
559         check whether matched or not.
560
561         * tm-edit.el (mime-editor::edit-again): New implementation.
562         (mime/edit-again): Arguments were changed.
563
564 Wed Feb 27 19:56:26 1996  Shuhei KOBAYASHI  <shuhei@cmpt01.phys.tohoku.ac.jp>
565
566         * mk-tm: Typo fixed.
567
568 Tue Feb 26 20:04:34 1996  Neal Becker <neal@neal.ctd.comsat.com>
569
570         * tm-mail.el: fixed problem in XEmacs 19.14. (cf.[tm-en:349])
571
572 \f
573 Mon Feb 26 08:43:36 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
574
575         * tl: Version 7.11.3 was released.
576         * tm: Version 7.45 was released.
577         * tm/mh-e: Version 7.50 was released.
578
579         * tm-edit.el (mime-editor::edit-again): New function.
580         (mime/edit-again): New function.
581
582 Fri Feb 23 22:00:46 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
583
584         * tm-vm.el (tm-vm/preview-current-message): widen all headers
585         before call `mime/viewer-mode'.
586
587         * tm-image.el (mime-viewer/use-highlight-headers):
588         New variable for XEmacs.
589         (mime-preview/x-face-function-use-highlight-headers):
590         New function.
591         (mime-preview/x-face-function): Default value was changed.
592
593 \f
594 Sat Feb 23 17:55:12 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
595
596         * tl: Version 7.11.2 was released.
597         * tm: Version 7.44 was released.
598         * tm/mh-e: Version 7.49 was released.
599
600 Fri Feb 23 03:43:22 1996  Shuhei KOBAYASHI <shuhei@cmpt01.phys.tohoku.ac.jp>
601
602         * tm-bbdb.el (bbdb-extract-field-value): use
603         `tm:bbdb-extract-field-value' instead of `rfc822/get-field-body'.
604         (cf. [tm-en:340])
605
606 Fri Feb 22 16:45:37 1996  Pekka Marjola <marjola@bilbo.ntc.nokia.com>
607
608         * tm-edit.el: As of tm7.43.1/September Gnus 0.39, tm-edit still
609         does not properly restore keymap in XEmacs. (cf. [tm-en:337])
610
611 Fri Feb 16 08:53:13 1996  Oscar Figueiredo <figueire@lspsun2.epfl.ch>
612
613         * tm-vm.el (tm-vm/preview-current-message): XEmacs
614         highlight-headers package to fontify MIME preview buffers in the
615         same way normal VM buffers are. This makes MIME preview even more
616         transparent for VM users and also has the benefit to display the
617         XFace in the same place as in normal VM with no additional code
618         nor effort.
619
620 \f
621 Wed Feb 14 09:15:36 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
622
623         * tl: Version 7.11.1 was released.
624         * tm: Version 7.43.1 was released.
625         * tm/mh-e: Version 7.48 was released.
626         * tm/gnus: Version 7.45 was released.   
627
628         * mime-setup.el: lambda functions are defined by defun.
629         (mime-setup-decode-message-header): New function.
630         (mime-setup-set-signature-key): New function.
631         (mime-setup-mh-draft-setting): New function.
632
633         * mime-setup.el: insert `(setq buffer-read-only nil)' into
634         `mh-letter-mode-hook' (cf. [tm-ja:1576])
635
636 Tue Feb 13 17:56:43 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
637
638         * tm-image.el (mime-preview/x-face-function-for-xemacs):
639         New function.
640         (bitmap-read-xbm): New implementation for XEmacs.
641
642 Tue Feb 13 14:00:02 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
643
644         * tm-image.el: typo was fixed.
645
646 Tue Feb 13 13:53:06 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
647
648         * tm-image.el (mime-preview/x-face-function): New variable.
649         Function `mime-preview/x-face-function' was renamed to
650         `mime-preview/x-face-function-for-mule'.
651
652         * tm-image.el (mime-preview/x-face-function):
653         fixed problem to indent.
654
655         * tm-image.el (mime-preview/x-face-function):
656         New function for Mule.
657         (mime-viewer/x-face-to-xbm-command): New variable.
658
659         * tm-view.el (mime-viewer/x-face-to-pbm-command): New variable.
660         (mime-viewer/ignored-field-list): "X-Face" was deleted.
661
662 Mon Feb 12 16:02:05 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
663
664         * tm-mule.el: "SHIFT_JIS" and "X-SHIFTJIS" were added to
665         `mime/charset-coding-system-alist'.
666
667 Mon Feb 12 13:05:02 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
668
669         * tm-image.el (mime-preview/filter-for-image): protect for error
670         when file deleting (cf. [tm-en:317])
671
672 \f
673 Fri Feb  9 06:57:20 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
674
675         * tm: Version 7.43 was released.
676         * tm/gnus: Version 7.43 was released.
677
678         * tm-edit.el: (mime-editor/encrypt-pgp-elkins):
679         (1) insert ``From'', ``To'' and ``Cc'' fields into encrypted
680             message.
681         (2) call `mc-pgp-encrypt-region' directory; it is enclosed by
682             `(let ((mc-pgp-always-sign 'never)) ...)'.
683
684 Fri Feb  8 08:24:18 1996  SHIONO Jun'ichi <jun@case.nm.fujitsu.co.jp>
685
686         * tm-vm.el (tm-vm/beginning-of-message, tm-vm/end-of-message):
687         set to `this-command' (cf. [tm-en:311])
688
689 \f
690 Thu Feb  8 06:36:25 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
691
692         * tm: Version 7.42.1 was released.
693         * tm/gnus: Version 7.41 was released.
694
695 Tue Feb  6 02:43:06 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
696
697         * tm-def.el (mime/encoding-name): new function.
698         (mime/make-charset-default-encoding-alist): call
699         `mime/encoding-name' if not encoded.
700
701 Mon Feb  5 05:00:27 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
702
703         * tm-play.el (mime-article/get-original-filename): return nil if
704         file name is not exist.
705
706 Sat Feb  3 21:28:47 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
707
708         * tm-def.el (mime/charset-type-list): new variable.
709         (mime/make-charset-default-encoding-alist): new function.
710         (mime/default-transfer-level): new variable.
711         (mime/text-toggle-transfer-level): new function.
712
713 Sat Feb  3 00:56:20 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
714
715         * tm-pgp.el (tm-pgp::good-signature-regexp): new variable
716
717         * tm-pgp.el (tm-pgp::key-expected-regexp): new variable
718
719         * tm-pgp.el (mime::article/call-pgp-to-check-signature): modified
720         to use variable `tm-pgp::good-signature-regexp'
721
722         * tm-pgp.el (mime-article/check-pgp-signature): modified to use
723         variable `tm-pgp::key-expected-regexp'
724
725 Fri Feb  2 23:07:13 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
726
727         * tm-pgp.el (mime::article/call-pgp-to-check-signature):
728         new function
729
730         * tm-pgp.el: (mime-article/check-pgp-signature): fetch public key
731         if it is not found
732
733 \f
734 Sat Feb  2 17:29:01 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
735
736         * tl: Version 7.11 was released.
737         * tm: version 7.42 was released
738
739 Fri Feb  2 17:20:00 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
740
741         * tm-edit.el: new implementation about PGP processing for message
742
743         * tm-edit.el (mime-editor/pgp-enclose-buffer): new function
744
745         * tm-edit.el (mime-editor/set-sign):
746         check variable `mime-editor/signing-type'
747
748         * tm-edit.el (mime-editor/set-encrypt):
749         check variable `mime-editor/encrypting-type'
750
751 Fri Feb  2 17:04:16 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
752
753         * tm-play.el (mime-article/decode-content): check beginning/ending
754         of region for VM
755
756 Wed Jan 31 17:15:55 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
757
758         * tm-image.el: xbm support in Mule: It requires bitmap package.
759
760         * tm-image.el (mime-viewer/graphic-converter-alist): use `defvar'
761         instead of `setq'
762
763 Fri Jan 26 02:49:06 1996  Shuhei KOBAYASHI <shuhei@cmpt01.phys.tohoku.ac.jp>
764
765         * tm-bbdb.el (tm-bbdb/update-record): fixed problem in VM
766
767         * tm-bbdb.el (tm-bbdb/extract-address-components): modified to
768         support `If no name can be extracted, FULL-NAME will be nil.'
769         (cf. [tm-ja:1531])
770
771 Thu Jan 25 08:29:22 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
772
773         * tm-play.el (mime-article/make-method-args): modified to use
774         "7bit" if 'encoding is not found
775
776 Thu Jan 25 06:36:44 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
777
778         * tm-ew-d.el (mime-eword/decode-string): set to `end' just
779         string-matched.
780
781 Thu Jan 25 06:22:17 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
782
783         * tm-ew-d.el (mime-eword/decode-string): fixed about
784         linear-while-space (cf. [tm-ja:1518])
785
786         * tm-vm.el (tm-vm/quit-view-message): Typo was fixed.
787         (cf. [tm-en:281])
788
789 \f
790 Thu Jan 25 03:24:35 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
791
792         * tl: Version 7.10 was released.
793         * tm: Version 7.41.2 was released.
794         * tm/gnus: Version 7.37 was released.
795
796         * tm-view.el (mime-viewer/ignored-field-list): default value was
797         changed.
798
799         * tm-view.el (mime-viewer/visible-field-regexp): default value was
800         changed.
801
802 Thu Jan 25 02:32:26 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
803
804         * tm-mule.el: Definition of variable `mime/default-coding-system'
805         was moved to tm-def.el.
806
807         * tm-def.el (mime/default-coding-system): not only define for MULE
808
809 Wed Jan 24 02:20:25 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
810
811         * tm-bbdb.el (tm-bbdb/use-mail-extr): new variable
812
813 Tue Jan 23 13:00:44 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
814
815         * tm-pgp.el (mime-article/view-application/pgp):
816         fixed about character code
817         conversion.
818
819 \f
820 Tue Jan 23 05:38:46 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
821
822         * tm: Version 7.41.1 was released.
823         * tm/mh-e: Version 7.46 was released.
824         * tm/gnus: Version 7.34 was released.
825
826         * tm-view.el: declare `(defvar mime::preview/article-buffer nil)'
827         for XEmacs
828
829 Tue Jan 23 04:49:16 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
830
831         * tm-rmail.el: (require 'tm-bbdb) if bbdb is provided.
832
833         * tm-vm.el: Shuhei KOBAYASHI <shuhei@cmpt01.phys.tohoku.ac.jp>'s
834         new implementation
835
836         * tm-bbdb.el: new module: about BBDB
837
838 Sat Jan 20 13:23:47 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
839
840         * tl: Version 7.09 was released.
841         * tm: Version 7.41 was released.
842         * tm/gnus: Version 7.33.1 was released.
843
844 Thu Jan 18 17:49:17 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
845
846         * tm-edit.el (mime-editor/insert-file): File name is wrapped as
847         quoted-string.
848
849         * tm-edit.el (mime-file-types): Some file types were added.
850
851 Thu Jan 18 01:55:25 1996  Yoshiyuki Yamagami <yamagami@hb.nmcc.co.jp>
852
853         * Makefile: specify `-no-site-file' option (cf. [tm-ja:1474])
854
855 \f
856 Wed Jan 17 08:27:26 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
857
858         * tl: version 7.08 was released.
859         * tm: version 7.40 was released.
860         * tm/gnus: Version 7.33 was released.
861
862 Sun Jan 14 05:52:49 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
863
864         * tm-edit.el (mime-editor/choose-charset): New implementation: use
865         function `mime/find-charset-region' instead of
866         `mime-body-charset-chooser'.
867
868         * tm-edit.el: Variable `mime-body-charset-chooser' and its
869         implementations were deleted.
870
871         * tm-edit.el (mime-editor/normalize-body): use variable
872         `mime/charset-default-encoding-alist' instead of function
873         `mime-editor/choose-encoding'.
874
875         * tm-edit.el: Function `mime-editor/choose-encoding' was deleted.
876
877 Fri Jan 12 13:59:13 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
878
879         * tm-def.el (mime/find-charset-region): New function
880
881         * tm-def.el (mime/charset-default-encoding-alist): New variable
882
883 Thu Jan 11 18:31:43 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
884
885         * tm-ew-e.el: Variable `mime/default-charset-encoding-alist' was
886         renamed to `mime-eword/charset-encoding-alist'.
887
888         * tm-ew-e.el: Constant `mime/eword-encoder-version' was renamed to
889         `mime-eword/encoder-version'.
890
891         * tm-ew-e.el: Variable `mime/default-charset-encoding-alist' was
892         moved from tm-def.el.
893
894         * tm-def.el: Variable `mime/default-charset-encoding-alist' was
895         moved to tm-ew-e.el.
896
897         * tm-ew-e.el: Function `mime/find-charset-rule' was renamed to
898         `tm-eword::find-charset-rule'.
899
900         * tm-ew-e.el (mime/find-charset-rule): modified to use function
901         `mime/find-charset'
902
903         * tm-def.el (mime/find-charset): new function
904
905 Thu Jan 11 05:33:53 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
906
907         * tm-ew-e.el (mime/find-charset-rule): new implementation
908
909         * tm-orig.el: Variable `mime/decoding-charset-list' was deleted.
910
911 Thu Jan 11 05:12:50 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
912
913         * tm-nemacs.el, tm-orig.el:
914         Variable `mime/lc-charset-rule-list' was deleted.
915
916         * tm-mule.el:
917         Variable `mime/lc-charset-rule-list' and
918         `mime/unknown-charset-rule' were deleted.
919
920 Thu Jan 11 05:09:28 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
921
922         * tm-def.el (mime/default-charset-encoding-alist): new variable
923
924 Thu Jan 11 04:56:08 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
925
926         * tm-orig.el, tm-nemacs.el, tm-mule.el
927         (mime/lc-charset-alist, mime/unknown-charset): new variable
928
929 Wed Jan 10 00:07:57 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
930
931         * tm-edit.el:
932         (mime-editor/translate-body, mime-editor/translate-region):
933         Spaces in boundary are replaced by underlines.
934         (cf. [tm-en:255,258])
935
936 Tue Jan  9 19:08:21 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
937
938         * tm-mule.el: Obsolete definitions were deleted.
939
940 Tue Jan  9 18:43:12 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
941
942         * tm-orig.el, tm-nemacs.el, tm-mule.el:
943         Variable `mime/latin-lc-list' was deleted.
944
945 Tue Jan  9 16:28:44 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
946
947         * tm-orig.el, tm-nemacs.el, tm-mule.el:
948         Variable `mime/lc-charset-and-encoding-alist' was deleted.
949
950 \f
951 Mon Dec 25 10:43:59 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
952
953         * tm: Version 7.39 was released.
954         * tm/gnus: Version 7.30 was released.
955
956         * README.en: Sample of hilit19 was changed.
957
958 Mon Dec 25 09:08:50 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
959
960         * tm-rmail.el: fixed to work in Emacs 18.*, but some problems are
961         rest.
962
963         * tm-view.el (mime-viewer/redisplay): New variable: for redisplay
964
965 Mon Dec 25 05:43:05 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
966
967         * Makefile (19_29): `make gnus5' was commented out.
968
969 Mon Dec 25 05:40:42 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
970
971         * tm-rmail.el (tm-rmail/preview-message): New implementation
972
973         * tm-rmail.el (rmail-summary-rmail-update): redefined
974
975         * tm-rmail.el: `mime-viewer/show-summary-method' was set.
976
977 Mon Dec 25 05:31:33 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
978
979         * mk-tm (compile-tm): `(load "rmailsum")' was added.
980
981 Mon Dec 25 03:20:41 1995  OKABE Yasuo   <okabe@kudpc.kyoto-u.ac.jp>
982
983         * signature.el (signature-delete-blank-lines-at-eof): New variable
984
985 Sat Dec 23 12:43:20 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
986
987         * tm-def.el (tm:browse-url): argument was fixed.
988
989         * README.en: fixed about PGP
990
991 Sat Dec 23 09:32:27 1995  Tanaka Shinichiro  <tanaka3@ifos.se.fujitsu.co.jp>
992
993         * tm-pgp.el, README.en:
994         Typos were fixed. (cf. [tm-ja:1419], [tm-ja:1421])
995
996 \f
997 Fri Dec 22 09:00:20 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
998
999         * tm: Version 7.38 was released.
1000         * tm/gnus: Version 7.28 was released.
1001
1002 Thu Dec 21 18:27:09 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
1003
1004         * tm-edit.el (mime-file-types): format was changed.
1005                 (0) filename pattern
1006                 (1) primary type
1007                 (2) sub type
1008                 (3) parameters of Content-Type field
1009                 (4) Content-Transfer-Encoding
1010                 (5) disposition-type
1011                 (6) parameters of Content-Disposition field
1012
1013         * tm-edit.el (mime-editor/insert-file):
1014         modified for new `mime-file-types' format.
1015
1016 Thu Dec 21 18:17:03 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
1017
1018         * tm-def.el (mime/disposition-type-regexp): New constant
1019
1020         * tm-parse.el (mime/parse-Content-Disposition): New function
1021
1022         * tm-parse.el (mime/Content-Disposition): New function
1023
1024         * tm-view.el (mime-article/get-subject):
1025         function `mime-viewer/get-subject' was renamed to it.
1026
1027         * tm-view.el (mime-article/get-uu-filename): New function:      
1028         it was separated from function `mime-article/get-subject'.
1029
1030         * tm-play.el (mime-article/get-original-filename): New function
1031
1032         * tm-play.el (mime-article/get-filename):
1033         Function `mime-article/get-name' was renamed to it.     
1034         It was modified to use `mime-article/get-original-filename'
1035         instead of `mime-article/get-subject'.
1036
1037         * tm-file.el (mime-article/extract-file):       
1038         modified to use `mime-article/get-filename'
1039
1040 Wed Dec 20 15:27:35 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
1041
1042         * tm-setup.el:
1043         According to Shuhei KOBAYASHI <shuhei@cmpt01.phys.tohoku.ac.jp>,
1044         `(require 'tm-gnus)' is add-hooked as append mode.      
1045         (cf. [tm-ja:1391])
1046
1047 Thu Dec 20 05:48:56 1995  UENO Hiroshi  <jl07715@yamato.ibm.co.jp>
1048
1049         * tm-pgp.el: (mime-article/check-pgp-signature):
1050         fixed to treat signed part as binary. (to fix problem in OS/2)
1051
1052 \f
1053 Wed Dec 20 13:05:06 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
1054
1055         * tl: Version 7.03.4 was released.
1056         * tm: Version 7.37 was released.
1057         * tm/gnus: Version 7.26 was released.
1058
1059 Tue Dec 19 18:06:49 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
1060
1061         * tm-pgp.el: draft-elkins-pem-pgp-01.txt was renewed to
1062         draft-elkins-pem-pgp-02.txt.
1063
1064 Tue Dec 19 17:50:09 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
1065
1066         * Makefile: tm/src/tmpgp was abolished.
1067
1068 Tue Dec 19 17:47:16 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
1069
1070         * tm-edit.el:
1071         pgp-elkins spec was renewed to draft-elkins-pem-pgp-02.txt.
1072
1073 Tue Dec 19 17:13:19 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
1074
1075         * tm-pgp.el (mime-article/check-pgp-signature): treats encoding
1076
1077         * tm-edit.el: `(autoload 'mc-pgp-lookup-key "mc-pgp")' was added.
1078
1079 Tue Dec 18 03:52:48 1995  Katsumi Yamaoka <yamaoka@ga.sony.co.jp>
1080
1081         * tm-view.el (mime-viewer/filter-text/plain): put URL into
1082         text-property. (cf. [tm-ja:1367])
1083
1084 Mon Dec 15 21:32:16 1995  Shuhei KOBAYASHI <shuhei@cmpt01.phys.tohoku.ac.jp>
1085
1086         * tm-vm.el (tm-vm-load-hook): New hook
1087         
1088         * tm-vm.el (tm-vm/preview-current-message): fixed to end as
1089         current-buffer is folder buffer. Some problem is still rest.
1090         (cf. [tm-ja:1348])
1091
1092 \f
1093 Mon Dec 18 11:16:18 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
1094
1095         * tm: Version 7.36 was released.
1096         * tm/gnus: Version 7.25 was released.
1097
1098         * methods/tm-au: new implementation
1099
1100 Mon Dec 18 10:45:02 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
1101
1102         * tm-view.el (mime-viewer/quit): New implementation
1103
1104         * tm-view.el (mime-viewer/show-summary): New function:
1105         it is bound with `h' key.
1106
1107         * tm-view.el (mime-viewer/show-summary-method): New variable
1108
1109 Mon Dec 18 01:32:23 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
1110
1111         * methods/tmdecode, methods/tm-plain:
1112         replaced by NAGIRA Naoki <naoki-n@pdi.co.jp>'s code.
1113
1114 Sun Dec 17 14:35:01 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
1115
1116         * tm-view.el: setting for "image/x-mag"
1117
1118 Sun Dec 17 14:29:17 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
1119
1120         * tm-pgp.el: application/pgp-encrypted support
1121
1122         * tm-pgp.el (mime-article/check-pgp-signature): bug fix
1123
1124         * tm-pgp.el: setting for "text/x-pgp"
1125
1126         * tm-setup.el: setting for tm-image.el when XEmacs is running.
1127
1128         * tm-image.el:
1129         Filters were merged to function `mime-preview/filter-for-image'.
1130
1131 Sat Dec 16 14:59:29 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
1132
1133         * tm-image.el: Initial revision
1134
1135 \f
1136 Sat Dec 15 16:16:32 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
1137
1138         * tm: Version 7.35 was released.
1139         * tm/gnus: Version 7.24 was released.
1140
1141 Fri Dec 15 15:40:10 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
1142
1143         * tm-pgp.el:
1144         According to Shuhei KOBAYASHI <shuhei@cmpt01.phys.tohoku.ac.jp>,
1145         `(autoload 'mc-snarf-keys "mc-toplev")' was added.
1146         (cf. [tm-ja:1345])
1147
1148         * tm-view.el:
1149         (1) Popup menu for Emacs 19.* was deleted.
1150         (2) MIME-View menu was defined for Emacs 19.*. In Emacs 19.29 or
1151             later, system popup menu is available.
1152
1153 Fri Dec 15 15:02:14 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
1154
1155         * tm-edit.el (mime/editor-mode): DOC string was fixed.
1156
1157 Fri Dec 15 13:58:51 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
1158
1159         * tm-vm.el:
1160         (1) New variable `tm-vm/use-xemacs-popup-menu'.
1161         (2) popup menu of MIME-Edit minor mode became sub menu.
1162
1163 Fri Dec 15 13:56:51 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
1164
1165         * tm-rmail.el:
1166         Setting was modified to load tm-mail after tm-edit is loaded.
1167
1168         * tm-mail.el:
1169         (1) New variable `tm-mail/use-xemacs-popup-menu'.
1170         (2) popup menu of MIME-Edit minor mode became sub menu.
1171
1172         * tm-def.el (tm:set-fields): New function
1173
1174 Fri Dec 15 12:00:23 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
1175
1176         * tm-pgp.el (mime-article/check-pgp-signature): fixed problem of
1177         binary declarations
1178
1179         * tm-file.el: delete unnecessary `(file-coding-system *noconv*)'
1180
1181 \f
1182 Thu Dec 14 17:03:27 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
1183
1184         * tm: Version 7.34 was released.
1185
1186         * Makefile:
1187         New file tm/src/tmpgp: it is used to sign by pgp-elkins style.
1188
1189 Thu Dec 14 15:49:00 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
1190
1191         * tm-edit.el:
1192         (1) `pgp-elkins' style PGP signature was implemented.
1193         (2) New function `mime-editor/insert-key': It is based on
1194             draft-elkins-pem-pgp-01.txt.
1195
1196 Thu Dec 14 15:41:18 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
1197
1198         * tm-pgp.el: New function `mime-article/add-pgp-keys'
1199
1200 Thu Dec 14 15:37:13 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
1201
1202         * tm-play.el (mime-article/decode-caesar):
1203         encoding field is symbol, not string.
1204
1205         * tm-html.el: encoding field is symbol, not string.
1206
1207 Thu Dec 14 15:17:56 1995  Shuhei KOBAYASHI <shuhei@cmpt01.phys.tohoku.ac.jp>
1208
1209         * tm-vm.el(tm-vm/scroll-forward, tm-vm/scroll-backward):
1210         According to AKITO Ishihara <aki@bpel.tutics.tut.ac.jp>'s report,
1211         `vm-scroll-(forward|backward)' was enclosed by
1212         `(let ((vm-inhibit-startup-message t)) ...)'.
1213         (cf. [tm-ja:1313], [tm-ja:1314])
1214
1215 Thu Dec 14 06:22:20 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
1216
1217         * signature.el (signature/insert-signature-at-eof):
1218         `(delete-blank-lines)' was commented out.
1219
1220 Thu Dec 13 15:37:16 1995  Shuhei KOBAYASHI <shuhei@cmpt01.phys.tohoku.ac.jp>
1221
1222         * tm-vm.el (tm-vm/scroll-forward, tm-vm/scroll-backward):
1223         It might be better to treat `vm-honor-page-delimiters' (and
1224         `vm-auto-next-message' too) in tm-vm. (cf. [tm-ja:1292])
1225
1226 Wed Dec 13 13:40:58 1995  AKITO Ishihara <aki@bpel.tutics.tut.ac.jp>
1227
1228         * tm-vm.el (tm-vm/scroll-backward): fixed to comment out
1229         `(goto-char (point-max))'. (cf. [tm-ja:1289])
1230
1231 Wed Dec 13 13:10:27 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
1232
1233         * tm-edit.el (mime-editor/process-pgp-kazu): fixed to insert dummy
1234         mail-header-separator before calling mailcrypt function.
1235
1236 \f
1237 Wed Dec 13 05:46:06 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
1238
1239         * tl: Version 7.03.3 was released.
1240         * tm: Version 7.33 was released.
1241         * tm/mh-e: Version 7.44 was released.
1242         * tm/gnus: Version 7.22 was released.
1243         
1244         * tm-view.el:
1245         (1) New field variable `mime-viewer/visible-field-list'
1246         (2) New function `mime-preview/cut-header'
1247         
1248         * tm-view.el: (mime-viewer/default-content-header-filter):
1249         New implementation
1250
1251 Tue Dec 11 15:31:29 1995  Shuhei KOBAYASHI <shuhei@cmpt01.phys.tohoku.ac.jp>
1252
1253         * tm-file.el: comment was fixed.
1254         
1255         * methods/tm-html, methods/tm-image:
1256         fixed to insert spaces previous and next of "="
1257         (cf. [tm-ja:1262])
1258
1259 \f
1260 Mon Dec 11 18:02:36 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
1261
1262         * tl: Version 7.03.2 was released.
1263         * tm: Version 7.32 was released.
1264         * tm/gnus: Version 7.21.2 was released.
1265
1266 Sun Dec 10 20:33:48 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
1267
1268         * tm-view.el, tm-play.el: Function `mime::point-preview-content'
1269         was renamed to `mime-preview/point-pcinfo'.
1270
1271         * tm-edit.el: does not exit from MIME editor mode if function
1272         `mime-editor/pgp-processing' is fail.
1273
1274         * tm-edit.el:
1275         (1) New variable `mime-editor/signing-type' and
1276             `mime-editor/encrypting-type': their types are pgp-elkins,
1277             pgp-kazu or nil. pgp-elkins is not supported yet.
1278         (2) New function `mime-editor/enclose-signed-region' and
1279             `mime-editor/enclose-encrypted-region' for new enclosure
1280             `signed' and `encrypted'.
1281         (3) New function `mime-editor/process-pgp-kazu': to process
1282             `signed' and `encrypted' enclosure as application/pgp.
1283         (4) New function `mime-editor/set-split'
1284
1285 Sat Dec  9 08:37:21 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
1286
1287         * tm-pgp.el (mime-article/check-pgp-signature): Status does not
1288         work.
1289
1290 Sat Dec  9 08:32:56 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
1291
1292         * tm-edit.el (mime-editor/process-multipart-1):
1293         Boundary is folded.
1294
1295         * tm-edit.el: rearrangement
1296
1297 Sat Dec  9 04:58:16 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
1298
1299         * tm-play.el (mime-article/show-output-buffer):
1300         `(get-buffer-create mime/output-buffer-name)' was inserted.
1301
1302 Sat Dec  9 04:51:49 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
1303
1304         * tm-pgp.el: application/pgp-signature support.
1305
1306         * tm-play.el:
1307         Function `mime-article/decode-message/partial' was modified not to
1308         use `find-file'.
1309
1310 Sat Dec  9 04:11:11 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
1311
1312         * tm-def.el:
1313         Constant `mime/decoding-buffer-name' was deleted (because it seems
1314         not be used).
1315
1316         * tm-edit.el: application/pgp support
1317
1318 Sat Dec  9 03:42:47 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
1319
1320         * tm-file.el: setting for another variables to regard as binary.
1321
1322 Sat Dec  9 02:04:41 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
1323
1324         * tm-view.el:
1325         Function `mime-viewer/display-content' was fixed about judgement
1326         of root content.
1327
1328 Sat Dec  9 01:56:28 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
1329
1330         * tm-parse.el:
1331         Function `mime/parse-multipart' was fixed about point-max slot of
1332         content-info.
1333
1334 Sat Dec  9 01:41:18 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
1335
1336         * tm-def.el: New constant `mime/temp-buffer-name'.
1337
1338         * tm-play.el:
1339         Function `mime-article/decode-message/partial' was modified to use
1340         `mime/temp-buffer-name'.
1341
1342 Fri Dec  8 23:27:19 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
1343
1344         * tm-pgp.el: Initial revision
1345
1346 Fri Dec  8 22:32:55 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
1347
1348         * tm-vm.el: According to Junya Watanabe
1349         <junya@tippr.info.eng.niigata-u.ac.jp>, fixed problem about XEmacs
1350         menu in Emacs and Mule.
1351         (cf. [tm-ja:1249])
1352
1353 Fri Dec  8 22:29:27 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
1354
1355         * tm-view.el: New variable
1356         `mime-viewer/content-subject-showing-Content-Type-list'
1357
1358 Sat Dec  8 18:29:51 1995  Shuhei KOBAYASHI <shuhei@cmpt01.phys.tohoku.ac.jp>
1359
1360         * tm-file.el(mime-article/extract-file):
1361         Variable `require-final-newline' should be nil.
1362
1363 \f
1364 Thu Dec  7 12:07:47 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
1365
1366         * tl: Version 7.03.1 was released.
1367         * tm: Version 7.31 was released.
1368         * tm/gnus: Version 7.21.1 was released.
1369
1370         * Makefile: tl/README.eng was renamed to tl/README.en.
1371
1372 Thu Dec  7 10:23:55 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
1373
1374         * tm-vm.el: vm-mail-mode pop up menu setting for XEmacs.
1375
1376         * tm-mail.el: pop up menu setting for XEmacs.
1377
1378         * tm-edit.el:
1379         MUA depended codes about XEmacs pop up menu were moved to
1380         tm-MUAs.
1381
1382         * tm-view.el: defvar `mime::article/preview-buffer' and
1383         `mime::article/code-converter' for XEmacs.
1384
1385         * tm-edit.el: some comments are modified.
1386
1387 Thu Dec  7 09:10:28 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
1388
1389         * Makefile:
1390         (1) drives `make gnus5' and `make sgnus' for xemacs and 19_29.
1391         (2) README.eng was rename to README.en.
1392
1393 Thu Dec  7 08:01:31 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
1394
1395         * tm-play.el:
1396         Function `mime-article/view-message/rfc822' was modified to set
1397         buffer local variable `mime::article/code-converter'.
1398
1399         * tm-view.el:
1400         New buffer local variable `mime::article/code-converter': It
1401         specifies code-converter. If it is nil,
1402         `mime-viewer/code-converter-alist' is used.
1403
1404 Thu Dec  7 06:18:21 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
1405
1406         * tm-view.el:
1407         pop up menu support by mouse-button-3 for Emacs 19 and XEmacs.
1408
1409 Thu Dec  7 06:10:32 1995  Steven L. Baur <steve@miranova.com>
1410
1411         * tm-edit.el: pop up menu for XEmacs. (cf. [tm-en:209])
1412
1413 Thu Dec  7 04:55:49 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
1414
1415         * tm-rmail.el: version variables were added.
1416
1417         * tm-rmail.el:
1418         Shuhei KOBAYASHI <shuhei@cmpt01.phys.tohoku.ac.jp>'s patch was applied
1419         to fix problem of function `tm-rmail/forward' in *mail* buffer. (and
1420         some extensions) (cf. [tm-ja:1225])
1421
1422 Thu Dec  6 23:16:14 1995  Steven L. Baur <steve@miranova.com>
1423
1424         * tm-view.el: mouse-button-3 menu for XEmacs. (cf. [tm-en:206])
1425
1426 Thu Dec  6 15:53:54 1995  Shuhei KOBAYASHI <shuhei@cmpt01.phys.tohoku.ac.jp>
1427
1428         * README.eng: fixed typo about VM (cf. [tm-ja:1224])
1429
1430         * tm-file.el: fix and extend. (cf. [tm-ja:1224])
1431
1432 Wed Dec  6 15:35:52 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
1433
1434         * tm-rmail.el:
1435         `(substitute-key-definition
1436                 'rmail-forward 'tm-rmail/forward rmail-mode-map)'
1437         should be enclosed by (call-after-loaded 'mime-setup ..).
1438
1439 \f
1440 Wed Dec  6 12:52:53 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
1441
1442         * tm: Version 7.30 was released.
1443         * tm/mh-e: Version 7.43 was released.
1444         * tm/gnus: Version 7.21 was released.
1445         * tl: Version 7.03 was released.
1446
1447         * tm-edit.el: In function `mime-editor/split-and-send', to
1448         `(make-variable-buffer-local 'mail-header-separator)' was changed
1449         to `(make-local-variable 'mail-header-separator)'.
1450
1451         * tm-play.el: In function `mime-article/decode-caesar',
1452         `(setq buffer-read-only nil)' was inserted before
1453         `(erase-buffer)'. (cf. [tm-ja:1214])
1454
1455 Wed Dec  6 09:21:07 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
1456
1457         * README.eng:
1458         According to Shuhei KOBAYASHI <shuhei@cmpt01.phys.tohoku.ac.jp>,
1459         added and rewrote about VM.
1460
1461 Wed Dec  6 08:49:15 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
1462
1463         * tm-vm.el:
1464         (1) Function `tm-vm/over-to-previous' was renamed to
1465             `tm-vm/over-to-previous-method'.
1466         (2) Function `tm-vm/over-to-next was renamed to
1467             `tm-vm/over-to-next-method'.
1468
1469 Wed Dec  6 06:55:07 1995  Shuhei KOBAYASHI <shuhei@cmpt01.phys.tohoku.ac.jp>
1470
1471         * tm-vm.el:
1472         - Variable `tm-vm/automatic-mime-preview' was changed to user
1473           variable.
1474
1475         - Names of tm-vm hooks were unified to `tm-vm/xxx-hook' from
1476           `vm-xxx-hook'.
1477
1478         - New function `tm-vm/over-to-previous' and
1479           `tm-vm/over-to-next': they are over-to-previous-method and
1480           over-to-next-method. They are not only set for vm-mode, but
1481           also vm-virtual-mode.
1482
1483         - add-hook to `tm-vm/update-record' was fixed to
1484           `tm-vm/bbdb-update-record'. It is typo.
1485
1486 Wed Dec  6 08:20:02 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
1487
1488         * tm-eword.el, tm-ew-d.el: comment was modified.
1489
1490         * README.eng: New section `How to get new version'.
1491
1492         * tm-view.el, tm-play.el:
1493         (1) buffer local variable `mime/show-mode-old-window-configuration'
1494             was renamed to `mime::article/preview-buffer'.
1495         (2) modified about window configuration.
1496
1497         * tm-vm.el:
1498         (1) Function `tm-vm/preview-current-message' was modified.
1499         (2) over-to-previous-method and over-to-next-method are modified.
1500
1501 Wed Dec  6 04:18:23 1995  Shuhei KOBAYASHI <shuhei@cmpt01.phys.tohoku.ac.jp>
1502
1503         * tm-nemacs.el: Function `mime/code-convert-region-to-emacs' was
1504         modified to use function `code-convert-region'. (cf. [tm-ja:1204])
1505
1506 Wed Dec  5 18:52:52 1995  steve@miranova.com (Steven L. Baur)
1507
1508         * config.tm: bindir declaration was fixed.
1509
1510 \f
1511 Tue Dec  5 07:58:52 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
1512
1513         * tm: Version 7.29 was released.
1514         * tm/mh-e: Version 7.41 was released.
1515         * tm/gnus: Version 7.20.1 was released.
1516         * tl: Version 7.02 was released.
1517
1518         * tm-edit.el: Setting for ISO-2022-KR.
1519
1520 Mon Dec  4 20:33:11 1995  Shuhei KOBAYASHI <shuhei@cmpt01.phys.tohoku.ac.jp>
1521
1522         * tm-vm.el:
1523         setting for mime-viewer/over-to-(previous|next)-method-alist.
1524         (cf. [tm-ja:1195])
1525
1526         * tm-view.el: New keybind "<" and ">" (cf. [tm-ja:1195])
1527
1528 \f
1529 Mon Dec  4 00:24:19 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
1530
1531         * tm: Version 7.28 was released.
1532         * tm/mh-e: Version 7.40 was released.
1533         * tm/gnus: Version 7.20 was released.
1534
1535         * tm-view.el: setting for external method ``tm-html''.
1536
1537         * tm-html.el: setting for "extract" mode.
1538
1539         * README.eng: rewrote for tm 7.*.
1540
1541         * Makefile: tm/richtext.el and tm/tinyrich.el were moved to tl
1542         package.
1543
1544         * mk-tm: richtext.el and tinyrich.el were moved to tl package.
1545
1546 Sun Dec  3 14:09:18 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
1547
1548         * tm-vm.el: modified to use tm-mail.
1549
1550         * tm-rmail.el:
1551         Setting for `mime-editor/message-inserter-alist' using tm-mail.el.
1552
1553         * tm-mail.el: New module: for mail-mode.
1554
1555 Fri Dec  1 17:11:01 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
1556
1557         * tm-ew-e.el: fixed problem of exceptional case of encoding.
1558
1559 Wed Nov 29 21:51:05 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
1560
1561         * mime-setup.el: According to Steven L. Baur <steve@miranova.com>,
1562         (setq mail-signature nil) when `mime-setup-use-signature' is t.
1563         (cf. [tm-eng:176])
1564
1565         * tm-vm.el:
1566         (1) fixed problem in function `tm-vm/preview-current-message'.
1567         (2) New function `tm-vm/visit-folder-function'. It is set to
1568             `vm-visit-folder-hook' instead of `tm-vm/preview-current-message'
1569             directly. It is bug fix for getting new mail when visit to a
1570             folder.
1571
1572         * tm-vm.el:
1573         Shuhei KOBAYASHI <shuhei@cmpt01.phys.tohoku.ac.jp>'s patch was
1574         applied. (cf. [tm-ja:1164])
1575
1576 Sat Nov 25 02:14:25 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
1577
1578         * tm-edit.el:
1579         Function `mime-editor/enclose-region' was fixed not to insert
1580         "text/plain" tag when end of enclosure is end of buffer.
1581
1582 \f
1583 Thu Nov 23 10:21:05 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
1584
1585         * tm 7.27.1 was released.
1586
1587         * tm-view.el:
1588         ".*Received" was inserted into default value of variable
1589         `mime-viewer/ignored-field-list'.
1590
1591         * mime-setup.el:
1592         autoload setting for function `mime/decode-message-header'.
1593
1594 Tue Nov 21 09:43:00 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
1595
1596         * tm-vm.el: fixed problem of function `tm-vm/quit'.
1597
1598 Mon Nov 20 23:54:54 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
1599
1600         * tm-vm.el: Function `tm-vm/preview-current-message' was
1601         modified.
1602
1603 \f
1604 Mon Nov 20 02:48:34 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
1605
1606         * tm 7.27 is released.
1607         * tm/mh-e: Attached version 7.25.
1608         * tm/gnus: Attached version 7.18.
1609
1610         * tm-vm.el:
1611         (1) Function `tm-vm/preview-current-message' was fixed.
1612         (2) setting for BBDB was modified.
1613
1614         * tm-edit.el:
1615         In function `mime-editor/enclose-region, interpretation
1616         mistake of RFC 1521 was fixed.
1617
1618 Sun Nov 19 18:06:34 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
1619
1620         * tm-vm.el:
1621         fixed problem of function `tm-vm/scroll-forward' and
1622         `tm-vm/scroll-backward'.
1623
1624         * tm-vm.el:
1625         (1) insert (run-hooks 'tm-vm/vm-select-message-hook) into
1626             function `tm-vm/preview-current-message'.
1627         (2) setting for BBDB.
1628             (Please insert (load "tm-vm") after (bbdb-insinuate-vm))
1629
1630         * mime-setup.el:
1631         (add-hook 'mail-setup-hook 'mime/editor-mode 'append) instead
1632         of (add-hook 'mail-mode-hook 'mime/editor-mode).
1633
1634         * tm-vm.el:
1635         (1) fixed problem of function `mime::article/preview-buffer'.
1636         (2) Don't reset of hooks when mime-setup is loaded.
1637
1638 Fri Nov 17 14:34:52 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
1639
1640         * tm-vm.el:
1641         Oscar Figueiredo <figueire@lspsun2.epfl.ch>'s modification was 
1642         applied.
1643
1644         * tm-html.el:
1645         KOBAYASHI Shuuhei <shuhei@cmpt01.phys.tohoku.ac.jp>'s patch
1646         was applied. (cf. [tm-ja:1117])
1647
1648         * tm-vm.el:
1649         changed Subject field decoding way when does not use tiny-mime
1650         patch.
1651
1652         * tm-vm.el:
1653         SHIONO Jun'ichi <jun@case.nm.fujitsu.co.jp>'s patch was
1654         applied. (cf. [tm-ja:1120])
1655
1656         * tm-vm.el:
1657         SHIONO Jun'ichi <jun@case.nm.fujitsu.co.jp>'s patch was
1658         applied. (cf. [tm-ja:1119])
1659
1660         * mh-e/tm-mh-e.el:
1661         In function `tm-mh-e/forward', use forwcomps specified by
1662         variable `tm-mh-e/forwcomps' when variable
1663         `tm-mh-e/use-forwcomps' was non-nil.
1664
1665         * mh-e/tm-mh-e.el:
1666         YAMAOKA Katsumi <yamaoka@ga.sony.co.jp>'s patch was applied.
1667         (cf. [tm-ja:1116])