tm 7.68.
[elisp/tm.git] / ChangeLog
1 Wed Jun 12 05:53:26 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2
3         * tl: Version 7.30 was released.
4         * MEL: Version 5.5 was released.
5         * tm: Version 7.68 was released.
6
7         * tm-edit.el (mime-editor/split-message-sender-alist): setting for
8         `mail-mode' was moved to tm-rmail.el.
9
10 Wed Jun 12 05:38:23 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
11
12         * tm-rmail.el: Setting for
13         `mime-editor/split-message-sender-alist' was moved from
14         tm-edit.el.
15
16 Tue Jun 11 22:19:45 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
17
18         * tm-image.el: Function `image-read-file' was abolished.
19
20         * tm-image.el (mime-preview/filter-for-inline-image): New
21         implementation; Don't make temporary file.
22
23         (mime-preview/filter-for-application/postscript): New function for
24         XEmacs 19.14 or later.
25
26 Tue Jun 11 14:34:28 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
27
28         * tm-ew-e.el (tm-eword::encode-string-1): Use function
29         `char-length' instead of `char-bytes'.
30
31         * tm-ew-e.el (tm-eword::parse-lc-word): Use function `char-length'
32         instead of `char-bytes'.
33
34 Mon Jun 10 05:12:37 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
35
36         * tm-ew-e.el (tm-eword::encode-string-1): Use macro
37         `tm-eword::rword-charset', `tm-eword::rword-encoding' and
38         `tm-eword::rword-type'.
39
40         (tm-eword::encoded-word-length): set `type'.
41
42 Mon Jun 10 04:34:27 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
43
44         * tm-ew-e.el (mime/encode-field): set `type'.
45
46 Mon Jun 10 04:29:31 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
47
48         * tm-ew-e.el (tm-eword::encode-rwl): optional argument `mode' was
49         abolished.
50
51         (tm-eword::encode-string): modified for new interface.
52
53         (mime-eword/encode-string): modified for new interface.
54
55 Mon Jun 10 04:21:03 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
56
57         * tm-ew-e.el (tm-eword::encode-string-1): optional argument `mode'
58         was abolished.
59
60         (tm-eword::encode-rwl): don't use `mode'.
61
62         * tm-ew-e.el (tm-eword::split-string): New optional argument
63         `mode'.
64
65         (tm-eword::mailbox-to-rwl): set `type'.
66
67 Mon Jun 10 04:10:05 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
68
69         * tm-ew-e.el (tm-eword::make-rword): New macro.
70
71         (tm-eword::words-to-ruled-words): new optional argument `mode';
72         Use macro `tm-eword::make-rword'.
73
74         (tm-eword::phrase-to-rwl): set `mode'.
75
76 Mon Jun 10 03:29:31 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
77
78         * tm-ew-e.el (tm-eword::encoded-word-length): Use macro
79         `tm-eword::rword-text', `tm-eword::rword-charset' and
80         `tm-eword::rword-encoding'.
81
82 Mon Jun 10 03:12:18 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
83
84         * tm-ew-e.el (tm-eword::encoded-word-length): Use function
85         `base64-encoded-length' instead of `base64-length'.
86
87         Function `q-encoding-length' was abolished.
88
89 Mon Jun 10 03:09:05 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
90
91         * tm-ew-e.el (tm-eword::encoded-word-length): Use function
92         `base64-encoded-length' instead of `base64-length'.
93
94         Function `base64-length' was abolished.
95
96 Mon Jun 10 02:59:06 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
97
98         * tm-ew-e.el (tm-eword::rword-text): New macro.
99         (tm-eword::rword-charset): New macro.
100         (tm-eword::rword-encoding): New macro.
101         (tm-eword::rword-type): New macro.
102
103         (tm-eword::space-process): Use macro `tm-eword::rword-text',
104         `tm-eword::rword-charset' and `tm-eword::rword-encoding'.
105
106 \f
107 Mon Jun 10 01:56:38 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
108
109         * tm: Version 7.67 was released.
110         * tm/gnus: Version 7.69 was released.
111
112 Sun Jun  9 07:03:58 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
113
114         * tm-edit.el (mime-editor/split-and-send): New implementation.
115
116         Variable `mime-editor/message-default-sender-alist' was abolished.
117
118         Variable `mime-editor/window-config-alist' was abolished.
119
120 \f
121 Sun Jun  9 04:13:53 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
122
123         * MEL: Version 5.4 was released.
124         * tm: Version 7.66.2 was released.
125         * tm/gnus: Version 7.68 was released.
126
127 Fri Jun  7 14:14:53 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
128
129         * inst-tm (install-elc): check `src-file' has existed yet.
130
131 Thu Jun  6 15:03:38 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
132
133         * tm-ew-e.el (mime/encode-field): fixed.
134
135         * tm-parse.el (mime/Content-Transfer-Encoding): eliminate last
136         linear-white-spaces.
137
138 \f
139 Mon Jun  3 14:52:18 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
140
141         * tl: Version 7.29.1 was released.
142         * MEL: Version 5.2 was released.
143         * tm: Version 7.66.1 was released.
144         * tm/mh-e: Version 7.63 was released.
145
146         * doc/Makefile (world): fixed.
147
148 Mon Jun  3 14:33:35 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
149
150         * tm-ew-e.el (mime/encode-field): must count a space after `:'.
151
152 Mon Jun  3 14:31:15 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
153
154         * tm-ew-e.el (tm-eword::encode-rwl): must insert a space between
155         encoded-words.
156
157 Fri May 31 14:51:49     Jens Lautenbacher <jtl@tkm.physik.uni-karlsruhe.de>
158
159         * tm-def.el (tm:browse-url): If argument `URL' is exist, funcall
160         `browse-url-browser-function' with `URL'.
161
162 \f
163 Tue May 28 03:40:11 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
164
165         * tl: Version 7.29 was released.
166         * MEL: Version 5.0 was released.
167         * tm: Version 7.66 was released.
168
169         * inst-tm (install-elc): modifies about error message.
170
171 Tue May 28 03:06:10 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
172
173         * tm-edit.el (mime-editor/insert-signature): Use variable
174         `signature-file-name' instead of `signature'.
175
176         * signature.el (insert-signature): local variable `signature' was
177         renamed to `signature-file-name'.
178
179 Mon May 27 17:33:03 1996  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
180
181         * tm-edit.el (mime-file-types): New file type ".patch" was added.
182
183 \f
184 Mon May 27 15:14:29 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
185
186         * tl: Version 7.27.1 was released.
187         * tm: Version 7.65 was released.
188         * tm/gnus: Version 7.63 was released.
189
190         * README.en (4.1): add `EXEC_PREFIX'.
191
192         September Gnus was renamed to Gnus 5.2.
193
194         * TM-CFG (EXEC_PREFIX): new variable.
195         (BINS): fixed.
196
197 Mon May 27 14:56:29 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
198
199         * tm-def.el (mime/lc-charset-alist): add "ISO-8859-6".
200
201         * inst-tm (install-elc): use `condition-case' for delete-file.
202
203         * tm-def.el (mime/lc-charset-alist): Use constants `charset-*'.
204
205 Mon May 27 08:16:38 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
206
207         * tm-pgp.el (mime-article/check-pgp-signature): Use function
208         `mime-decode-region' instead of `mime/decode-region'.
209
210         (mime-article/add-pgp-keys): Use function `mime-decode-region'
211         instead of `mime/decode-region'.
212
213         * tm-text.el (mime-preview/decode-text-region): Use function
214         `mime-decode-region' instead of `mime/decode-region'.
215
216         (mime-preview/filter-for-text/richtext): Use function
217         `mime-decode-region' instead of `mime/decode-region'.
218
219         (mime-preview/filter-for-text/enriched): Use function
220         `mime-decode-region' instead of `mime/decode-region'.
221
222 Mon May 27 08:08:00 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
223
224         * tm-image.el (mime-preview/filter-for-inline-image): renamed from
225         function `mime-preview/filter-for-image/inline'.
226
227         * tm-image.el (mime-preview/filter-for-image): Use function
228         `mime-decode-region' instead of `mime/decode-region'.
229
230         (mime-preview/filter-for-image/inline): Use function
231         `mime-decode-region' instead of `mime/decode-region'.
232
233         (mime-preview/filter-for-image/xbm): Use function
234         `mime-decode-region' instead of `mime/decode-region'.
235
236 Mon May 27 08:00:50 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
237
238         * tm-html.el (mime-article/decode-html): Use function
239         `mime-decode-region' instead of `mime/decode-region'.
240
241 Mon May 27 07:58:21 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
242
243         * tm-file.el (mime-article/extract-file): Use function
244         `mime-decode-region' instead of `mime/decode-region'.
245
246 Thu May 23 16:51:04 1996  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
247
248         * tm-vm.el (tm-vm/decode-message-header): doc string was modified.
249         (vm-yank-message): modified for `tm-vm/yank-content'.
250         (tm-vm/do-reply), (tm-vm/following-method), (tm-vm/yank-content):
251         New functions; following method for VM.
252
253         * tm-view.el (mime/viewer-mode-map): New keybind for `describe-mode'.
254         was added.
255         (mime/viewer-mode): doc string was modified.
256
257         * tm-bbdb.el:
258         (mime/viewer-mode-map): New keybinds for `tm-bbdb/edit-notes' and
259         `tm-bbdb/show-sender' were added.
260
261 \f
262 Thu May 23 01:34:26 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
263
264         * tl: Version 7.27 was released.
265         * MEL: Version 4.7.1 was released.
266         * tm: Version 7.64 was released.
267
268 Wed May 22 02:26:49 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
269
270         * tm-view.el (mime-preview/insert-content-button): fixed.
271
272         * tm-edit.el (mime-editor/yank-ignored-field-list): add "Replied";
273         remove "Sender".
274
275         (mime-editor/insert-binary-buffer, mime-editor/normalize-body):
276         Argument order of function `mime-encode-region' was changed.
277
278         (mime-editor::edit-again): Argument order of function
279         `mime-decode-region' was changed.
280
281 \f
282 Mon May 20 16:24:30 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
283
284         * tl: Version 7.26 was released.
285         * tm: Version 7.63 was released.
286         * tm/mh-e: Version 7.62 was released.
287         * tm/gnus: Version 7.61 was released.
288
289         * TM-CFG (default-load-path): New variable.
290
291         (PREFIX): default value is got from variable `exec-directory' or
292         `data-directory'.
293
294         Variable `EMACS_PREFIX' and `DATA_PREFIX' were abolished.
295
296         (LISPDIR): default value is searched from variable
297         `default-load-path'.
298
299 Mon May 20 14:56:33 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
300
301         * tm-view.el (mime-viewer/visible-field-list): add "Message-Id".
302
303         (mime-viewer/content-button-ignored-ctype-list): renamed from
304         variable `mime-viewer/content-subject-omitting-Content-Type-list'.
305
306         (mime-viewer/content-button-visible-ctype-list): renamed from
307         variable `mime-viewer/content-subject-showing-Content-Type-list'.
308
309         (mime-preview/insert-content-button): renamed from function
310         `mime-preview/insert-content-subject'.
311
312         (mime-preview/default-content-button-function): renamed from
313         function `mime-preview/default-content-subject-function'.
314
315         (mime-preview/content-button-function): renamed from variable
316         `mime-preview/content-subject-function'.
317
318         (mime-preview/display-content): fixed about renaming.
319
320 Sun May 19 16:16:42 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
321
322         * tm-edit.el (mime-editor::edit-again): Decode contents by
323         Content-Transfer-Encoding field if they have charset field or they
324         are ``text'' types.
325
326 \f
327 Fri May 17 07:59:40 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
328
329         * tl: Version 7.25 was released.
330         * MEL: Version 4.7 was released.
331         * tm: Version 7.62 was released.
332
333         * tm-view.el (mime-preview/insert-content-subject): New
334         implementation.
335
336         (mime-preview/default-content-separator): renamed from
337         `mime-viewer/default-content-separator'.
338
339 Thu May 16 00:44:26 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
340
341         * tm-edit.el: Unused variable `mime-signature-file' was abolished.
342         (mime-editor/translate-hook): DOC string was modified.
343         (mime/editor-mode): DOC string was modified.
344         (mime-editor/insert-signature): DOC string was modified.
345
346 \f
347 Wed May 15 19:31:39 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
348
349         * tl: Version 7.24 was released.
350         * tm: Version 7.61 was released.
351         * tm/mh-e: Version 7.61.1 was released.
352
353         * doc/tm_ja.texi, doc/tm_en.texi: Address of the tm ML
354         administration was changed.
355
356         * README.en: Address of the tm ML administration was changed.
357
358 Wed May 15 16:52:21 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
359
360         * tm-view.el (mime-preview/insert-content-subject): renamed from
361         `mime-viewer/insert-content-subject'; new argument `encoding'.
362
363         (mime-preview/default-content-subject-function): renamed from
364         `mime-viewer/default-content-subject-function'; new argument
365         `encoding'.
366
367         (mime-preview/content-subject-function): renamed from
368         `mime-viewer/content-subject-function'; new argument `encoding'.
369
370         (mime-preview/display-message/partial): renamed from
371         `mime-viewer/display-message/partial'; abolish argument `obuf';
372         initial buffer was changed to preview-buffer.
373
374         (mime-preview/display-content): Variable
375         `mime-viewer/content-subject-function' was renamed to
376         `mime-preview/content-subject-function' and arguments was changed.
377         Function `mime-viewer/insert-content-subject' was renamed to
378         `mime-preview/insert-content-subject' and arguments was changed.
379         Function `mime-viewer/display-message/partial' was renamed to
380         `mime-preview/display-message/partial' and arguments was changed.
381
382 \f
383 Tue May 14 02:11:54 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
384
385         * tl: Version 7.22.5 was released.
386         * MEL: Version 4.6 was released.
387         * tm: Version 7.60 was released.
388
389         * tm-view.el (mime-preview/display-body): renamed from
390         `mime-viewer/display-body'; abolish argument `obuf'; initial
391         buffer was changed to preview-buffer.
392
393         (mime-preview/display-content): Function
394         `mime-viewer/display-body' was renamed to
395         `mime-preview/display-body'.
396
397 Sun May 12 17:13:39 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
398
399         * tm-edit.el (mime-editor::edit-again): fixed to use function
400         `character-decode-region' instead of `decode-coding-region'.
401
402 \f
403 Sat May 11 16:23:16 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
404
405         * tl: Version 7.22.4 was released.
406         * MEL: Version 4.2 was released.
407         * tm: Version 7.59 was released.
408         * tm/mh-e: Version 7.61 was released.
409         * tm/gnus: Version 7.60 was released.
410
411         * tm-view.el (mime-preview/display-header): renamed from
412         `mime-viewer/display-header'; abolish argument `obuf'; initial
413         buffer was changed to preview-buffer.
414
415         * TM-CFG: eliminate last `/' for directory.
416
417 Sat May 11 10:09:00 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
418
419         * tm-play.el: Add `mime-viewer/external-progs' to `exec-path'.
420
421         * tm-play.el (mime-article/start-external-method-region): New
422         implementation.
423
424 Thu May  9 18:47:32 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
425
426         * tm-text.el (mime-viewer/default-code-convert-region): fixed.
427
428 Thu May  9 18:46:18 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
429
430         * tm-text.el: Function `mime/code-convert-region-to-emacs' was
431         renamed to `mime-charset-decode-region'.
432
433         * tm-pgp.el (mime-article/view-application/pgp): Function
434         `mime/code-convert-region-to-emacs' was renamed to
435         `mime-charset-decode-region'.
436
437         * tm-edit.el (mime-editor/normalize-body): Function
438         `mime/code-convert-region-from-emacs' was renamed to
439         `mime-charset-encode-region'.
440         (mime-editor::edit-again): Function
441         `mime/code-convert-region-to-emacs' was renamed to
442         `mime-charset-decode-region'.
443
444         * tm-def.el (mime-charset-decode-region): renamed from
445         `mime/code-convert-region-to-emacs'.
446
447         * tm-def.el (mime-charset-encode-region): renamed from
448         `mime/code-convert-region-from-emacs'.
449
450 Thu May  9 18:18:51 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
451
452         * tm-ew-d.el (mime/decode-encoded-text): Use function
453         `string-equal' instead of `string='.
454
455 Thu May  9 18:14:16 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
456
457         * tm-ew-d.el (mime/decode-encoded-text): Function
458         `mime/convert-string-to-emacs' was renamed to
459         `mime-charset-decode-string'.
460
461         * tm-def.el (mime-charset-decode-string): renamed from
462         `mime/convert-string-to-emacs'.
463
464 Thu May  9 18:08:47 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
465
466         * tm-ew-e.el (tm-eword::encoded-word-length): Function
467         `mime/convert-string-from-emacs' was renamed to
468         `mime-charset-encode-string'.
469
470         * tm-def.el (mime-charset-encode-string): renamed from
471         `mime/convert-string-from-emacs'.
472
473 Thu May  9 16:05:49 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
474
475         * tm-edit.el, tm-bbdb.el: Pekka Marjola's address was changed.
476
477 Thu May  9 13:53:15 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
478
479         * tm-def.el (mime/convert-string-from-emacs): Use function
480         `character-encode-string' instead of `encode-coding-string'.
481         (mime/convert-string-to-emacs): Use function
482         `character-decode-string' instead of `decode-coding-string'.
483
484         * tm-edit.el (mime-editor::edit-again): Use function
485         `character-decode-region' instead of `decode-coding-region'.
486
487         * tm-def.el (mime/code-convert-region-from-emacs): Use function
488         `character-encode-region' instead of `encode-coding-region'.
489         (mime/code-convert-region-to-emacs): Use function
490         `character-decode-region' instead of `decode-coding-region'.
491
492 \f
493 Wed May  8 15:40:58 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
494
495         * tl: Version 7.22.3 was released.
496         * tm: Version 7.58 was released.
497         * tm/gnus: Version 7.57 was released.
498
499         * Makefile: tm/tm-rich.el was renamed to tm/tm-text.el.
500
501         * README.en: tm-rich.el was renamed to tm-text.el.
502         Add tm-image.el.
503
504 Wed May  8 15:21:41 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
505
506         * tm-view.el: Variable `mime-viewer/code-converter-alist' and
507         function `mime-viewer/default-code-convert-region',
508         `mime-preview/decode-text-region' and
509         `mime-viewer/filter-text/plain' were moved to tm-text.el.
510
511         Function `mime-viewer/filter-text/plain' was renamed to
512         `mime-preview/filter-for-text/plain'
513
514         Function `mime-viewer/default-content-filter' was abolished. (`t'
515         of `mime-viewer/content-filter-alist' means default
516         content-filter)
517
518         (mime-viewer/content-filter-alist): setting for text/enriched and
519         text/richtext. Use function `mime-preview/filter-for-text/plain'
520         as default content-filter.
521
522 Wed May  8 15:05:03 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
523
524         * inst-tm: tm-rich.el was abolished.
525
526         * TM-ELS: tm-rich.el was renamed to tm-text.el.
527
528         * tm-setup.el: Delete setting code for tm-rich.el.
529
530 Wed May  8 14:46:39 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
531
532         * tm-text.el (mime-preview/filter-for-text/plain): renamed from
533         `mime-viewer/filter-text/plain'.
534         (mime-preview/filter-for-text/richtext): renamed from
535         `mime-viewer/filter-text/richtext'.
536         (mime-preview/filter-for-text/enriched): renamed from
537         `mime-viewer/filter-text/enriched'.
538
539         * tm-text.el (mime-preview/decode-text-region): New implementation.
540
541         * tm-text.el (mime-viewer/code-converter-alist): moved from
542         tm-view.el.
543         (mime-viewer/default-code-convert-region): moved from tm-view.el.
544         (mime-preview/decode-text-region): moved from tm-view.el.
545         (mime-viewer/filter-text/plain): moved from tm-view.el.
546
547         * tm-text.el: tm-rich.el was renamed to tm-text.el.
548
549 \f
550 Wed May  8 12:48:42 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
551
552         * tl: Version 7.22.2 was released.
553         * tm: Version 7.57 was released.
554         * tm/gnus: Version 7.55 was released.
555
556 Tue May  7 06:28:36 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
557
558         * tm-rich.el: Version dependent code was moved to emu.el.
559
560 Sun May  5 16:40:31 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
561
562         * tm-edit.el (mime-editor/normalize-body): call function
563         `enriched-encode' for text/enriched part.
564
565         * tm-edit.el (mime-editor/process-multipart-1): didn't refer
566         variable `mime-editor/encrypting-type'.
567
568         * tm-edit.el: Function `mime-editor/process-pgp-kazu' was
569         abolished.
570         (mime-editor/sign-pgp-kazu): New function.
571         (mime-editor/encrypt-pgp-kazu): New function.
572         (mime-editor/process-multipart-1): Use function
573         `mime-editor/sign-pgp-kazu' and `mime-editor/encrypt-pgp-kazu'.
574
575 Sat May  4 09:08:49 1996  Hiroshi Ueno <zodiac@ibm.net>
576
577         * TM-CFG (TM_GNUS_COMPILE, MAKE): New variable.
578
579         * inst-tm (compile-tm): Use variable `TM_GNUS_COMPILE' and `MAKE'.
580
581 Sat May  4 04:58:37 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
582
583         * tm-ew-e.el (tm-eword::encode-string-1): fixed (cf.[tm-ja:1818])
584
585 Mon Apr 29 13:42:15 1996  Kevin Broadey <KevinB@bartley.demon.co.uk>
586
587         * tm-view.el (mime-viewer/make-preview-buffer): fixed
588         (cf.[tm-en:480])
589
590 \f
591 Mon Apr 29 02:29:21 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
592
593         * tl: Version 7.22.1 was released.
594         * tm: Version 7.56 was released.
595         * tm/gnus: Version 7.54 was released.
596
597         * tm-edit.el (mime-editor::edit-again): Use function
598         `decode-coding-region' instead of `code-convert-region'.
599
600         * tm-view.el (mime-viewer/make-preview-buffer): use `make-list'
601         and `setcar'.
602         (mime-preview/display-content): renamed from
603         `mime-viewer/display-content'.
604
605 Sat Apr 27 15:32:23 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
606
607         * README.en: typo was fixed. (cf. [tm-ja:1807])
608
609 Sat Apr 27 15:30:29 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
610
611         * tm-def.el (mime/charset-coding-system-alist): initial setting
612         was modified for XEmacs 20 with Mule.
613
614 Sat Apr 27 13:17:56 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
615
616         * tm-pgp.el (mime-article/view-application/pgp):
617         fixed about code-converting.
618
619 \f
620 Fri Apr 26 05:31:57 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
621
622         * tl: Version 7.22 was released.
623         * tm: Version 7.54 was released.
624         * tm/mh-e: Version 7.59 was released.
625
626         * tm-rich.el (tm-rich/richtext-module): Version check for
627         enriched.el was fixed for XEmacs 19.14.
628
629 Fri Apr 26 04:20:52 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
630
631         * tm-image.el (mime-preview/x-face-function): Use function
632         `bitmap-decode-x-face' when running Mule.
633
634 Thu Apr 25 22:17:47 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
635
636         * tm-view.el (mime-viewer/follow-content): New implementation;
637         interface of `mime-viewer/following-method-alist' was changed.
638
639         * tm-def.el (mime/convert-string-to-emacs): fixed.
640         (mime/convert-string-from-emacs): fixed.
641
642 \f
643 Thu Apr 25 12:10:01 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
644
645         * tl: Version 7.19.3 was released.
646         * tm: Version 7.52.2 was released.
647         * tm/gnus: Version 7.53 was released.
648
649 Wed Apr 24 12:57:47 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
650
651         * doc/tm_en.texi, doc/tm_ja.texi: fixed bug-tm addresses.
652
653 Wed Apr 24 11:30:54 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
654
655         * tm-ew-e.el (tm-eword::encode-string-1): use function `sref'.
656
657         * tm-ew-e.el (tm-eword::parse-lc-word): New implementation.
658
659 Tue Apr 23 22:52:55 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
660
661         * tm-view.el (mime-viewer/content-filter-alist): set nil as
662         initial value.
663         (mime-viewer/default-content-filter): Use function
664         `mime-viewer/filter-text/plain'.
665
666 Tue Apr 23 06:34:57 1996  Shuhei KOBAYASHI  <shuhei-k@is28e1s91>
667
668         * tm-bbdb.el (tm-bbdb/extract-address-components): If address is
669         null string, return nil.
670
671 Tue Apr 23 00:15:47 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
672
673         * tm-def.el (mime/lc-charset-alist): add "BIG5".
674         (mime/charset-type-list): add "BIG5".
675         (mime/charset-coding-system-alist): add "BIG5".
676
677 Mon Apr 22 21:43:44 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
678
679         * tm-view.el (mime-viewer/content-filter-alist): use
680         `mime-viewer/filter-text/plain' for "application/octet-stream".
681
682 \f
683 Mon Apr 22 12:40:55 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
684
685         * tm: Version 7.52.1 was released.
686         * tm/mh-e: Version 7.58 was released.
687
688         * tm-def.el (mime/code-convert-region-to-emacs): use function
689         `code-convert-region' instead of `code-convert'.
690         (mime/code-convert-region-from-emacs): use function
691         `code-convert-region' instead of `code-convert'.
692         (mime/charset-coding-system-alist): fixed.
693
694 Sun Apr 21 19:57:22 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
695
696         * tm-play.el (mime-article/start-external-method-region): display
697         message ``External method is starting...''.
698
699 Sun Apr 21 19:42:23 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
700
701         * inst-tm (make-mime-setup): setting for variable
702         `mime-viewer/external-progs'.
703
704         * tm-play.el (mime-viewer/external-progs): New variable.
705         (mime-article/start-external-method-region): use variable
706         `mime-viewer/external-progs'.
707
708 Sun Apr 21 18:10:08 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
709
710         * inst-tm (compile-tm): modified about tm-gnus compiling.
711         (compile-tm-gnus): abolished.
712
713         * TM-CFG: Variable `TM_GNUS_COMPILE_FORMAT' was abolished.
714
715         * Makefile (elc): use .gnus-compile.
716
717 Sun Apr 21 17:08:16 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
718
719         * tm-view.el (mime-viewer/following-method-alist): New variable.
720         (mime-viewer/follow-content): New function;
721         it is bound to `a' key.
722         (mime-preview/get-original-major-mode): New function.
723         (mime/viewer-mode-map): Key of function
724         `mime-viewer/display-x-face' was changed to `x';
725         `f' is reserved to forwarding command.
726
727 \f
728 Sat Apr 20 12:35:34 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
729
730         * tl: Version 7.19.2 was released.
731         * tm: Version 7.52 was released.
732
733         * tm-def.el (mime/charset-coding-system-alist): add
734         "X-ISO-2022-JP-2" for old mime.el.
735
736 Sat Apr 20 12:17:27 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
737
738         * tm-parse.el (mime/parse-message): use `1+'
739
740         * tm-parse.el (mime/parse-message): use `string-equal' instead of
741         `string='
742
743         * tm-parse.el (mime/parse-multipart): use `string-equal' instead
744         of `string='
745
746         * tm-parse.el (mime/parse-multipart): use `nreverse'
747
748         * tm-parse.el (mime/parse-multipart): fixed
749
750 Fri Apr 19 18:49:19 1996  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
751
752         * tm-vm.el: Oscar Figueiredo <figueire@lspsun16.epfl.ch>'s patch
753         was applied; require vm-reply and add comments to vm-yank-message.
754         (tm-vm/enclose-messages): Don't make nested multipart/digest.
755         (tm-vm/send-digest): "preamble" code was moved to
756         `tm-vm/enclose-messages'.
757
758 Fri Apr 19 18:12:43 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
759
760         * signature.el (signature/get-signature-file-name): string check
761         for `field'
762
763 Fri Apr 19 17:29:32 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
764
765         * README.en: tm/tm-nemacs, tm/tm-orig.el and tm/tm-mule.el was
766         abolished.
767
768 Fri Apr 19 13:40:55 1996  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
769
770         * tm-edit.el (mime-editor/insert-signature): Modified for new
771         implementation of signature.el; Use `signature-insert-hook'.
772
773         * tm-bbdb.el (signature/get-bbdb-sigtype),
774         (signature/set-bbdb-sigtype), (signature/get-sigtype-from-bbdb):
775         New implementation of `signature-check-in-bbdb'.
776
777         * signature.el (signature-load-hook), (signature-insert-hook): New
778         hooks.
779         (signature-use-bbdb): New variable.
780         (signature/get-sigtype-interactively), (insert-signature): New
781         implementation of `insert-signature';
782         signature/insert-signature-at-(point|eof) were merged.
783
784 Fri Apr 19 08:47:44 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
785
786         * tm-edit.el (mime-editor/normalize-body): use function
787         `mime/code-convert-region-from-emacs' and `mime-encode-region'
788         instead of `mime-editor/encode-string'.  Function
789         `mime-editor/encode-string' and `mime-encode-string' was
790         abolished.
791
792 Fri Apr 19 08:11:30 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
793
794         * tm-ew-d.el (mime/decode-encoded-text): arguments order of
795         function `mime/convert-string-to-emacs' was changed.
796
797         * tm-def.el (mime/convert-string-to-emacs): order of arguments was
798         changed.
799
800 Fri Apr 19 07:59:28 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
801
802         * tm-def.el (mime/lc-charset-alist): use function `foldr'.
803
804 Fri Apr 19 07:29:13 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
805
806         * tm-def.el (mime/charset-coding-system-alist):
807         use function `foldr'
808
809 Fri Apr 19 06:57:56 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
810
811         * tm-def.el (mime/code-convert-region-from-emacs): New function
812
813 Fri Apr 19 06:54:11 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
814
815         * TM-ELS, Makefile, tm-def.el: tm/tm-nemacs.el was abolished.
816
817         * TM-ELS, Makefile, tm-def.el: tm/tm-orig.el was abolished.
818
819         * TM-ELS, Makefile, tm-def.el: tm/tm-mule.el was abolished.
820
821         * tm-def.el (mime/lc-charset-alist, mime/unknown-charset):
822         New variable
823
824 Fri Apr 19 05:36:03 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
825
826         * tm-def.el (mime/code-convert-region-to-emacs):
827         New implementation
828
829 Fri Apr 19 04:48:48 1996  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
830
831         * tm-view.el (mime-viewer/up-content): Extra `setq' was removed.
832
833 Wed Apr 17 14:51:25 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
834
835         * tm-def.el: Function `mime/convert-string-to-emacs',
836         `mime/convert-string-from-emacs' and
837         `mime/code-convert-region-to-emacs' were moved from tm-mule.el.
838
839 Wed Apr 17 14:50:33 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
840
841         * tm-mule.el: Function `mime/convert-string-to-emacs',
842         `mime/convert-string-from-emacs' and
843         `mime/code-convert-region-to-emacs' were moved to tm-def.el.
844
845 Wed Apr 17 14:30:12 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
846
847         * tm-def.el (mime/charset-coding-system-alist): New variable.
848
849         * tm-mule.el: Variable `mime/charset-coding-system-alist' was
850         deleted.
851
852 Wed Apr 17 14:05:10 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
853
854         * tm-view.el (mime-viewer/code-converter-alist): set
855         `mime/code-convert-region-to-emacs' for
856         `mime/temporary-message-mode'. (for `mime-editor/preview-message')
857
858 Wed Apr 17 09:20:42 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
859
860         * README.en: KOBAYASHI Shuhei's address was changed.
861
862 \f
863 Tue Apr 16 18:26:13 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
864
865         * tm: Version 7.50 was released.
866
867         * tm-file.el, tm-bbdb.el, tm-rmail.el, tm-mail.el, tm-vm.el:
868         KOBAYASHI Shuhei's address was changed.
869
870 Tue Apr 16 14:32:43 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
871
872         * tm-edit.el: use `running-xemacs' to check XEmacs.
873         (mime-editor/normalize-body): nil check for encoded result.
874
875         * tm-mule.el (mime/charset-coding-system-alist): add ``KOI8-R''
876
877 Tue Apr 16 12:42:35 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
878
879         * mime-setup.el.in: insert `;;; End:'. (cf. [tm-ja:1731])
880
881 \f
882 Mon Apr 15 09:10:01 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
883
884         * tl: Version 7.19.1 was released.
885         * tm: Version 7.49 was released.
886         * tm/gnus: Version 7.49.2 was released.
887
888 Sun Apr 14 15:42:14 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
889
890         * tm-parse.el (mime/parse-Content-Disposition): use function
891         `nreverse' instead of `reverse'.
892
893 Sun Apr 14 15:16:25 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
894
895         * tm-parse.el (mime/parse-Content-Type): use function `nreverse'
896         instead of `reverse'.
897
898 Sun Apr 14 00:21:21 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
899
900         * tm-vm.el (vm-yank-message): use variable `running-xemacs'
901
902         * tm-view.el, tm-image.el, tm-mail.el, tm-setup.el: use variable
903         `running-xemacs'
904
905 Sat Apr 13 23:32:26 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
906
907         * tm-view.el (mime-viewer/make-preview-buffer):
908         use `while' instead of mapcar.
909
910         * tm-vm.el (vm-yank-message): redefine for MIME preview buffer.
911
912 Sat Apr 13 04:04:12 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
913
914         * mime-setup.el.in (message-header-hook): add function
915         `mime/encode-message-header' (cf.[tm-ja:
916
917         * tm-ew-e.el (mime/encode-message-header): regard `(point-max)' as
918         end of message header if variable `mail-header-separator' is not
919         found.
920
921 Thu Apr 11 17:24:11 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
922
923         * doc/tm_en.texi: fixed problem about top node.
924
925         * doc/tm-mh-e_en.texi: fixed problem about top node.
926
927         * doc/tm-gnus_en.texi: fixed problem about top node.
928
929         * doc/tm-edit=en.texi: fixed problem in TeX compiling.
930
931         * doc/tm-edit=ja.texi: fixed problem in TeX compiling.
932
933 Thu Apr 11 16:20:20 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
934
935         * mime-setup.el.in (message-forward-start-separator): Function
936         `mime-make-tag' must be called after tm-edit is loaded.
937
938         * mime-setup.el.in:
939         setting for variable `message-forward-start-separator'.
940         setting for variable `message-forward-end-separator'.
941
942         * tm-edit.el (mime-editor/encode-string): New function.
943         Variable `mime-string-encoder' and its implementations were
944         deleted.
945
946 Wed Apr 10 02:06:30 1996  Katsumi Yamaoka <yamaoka@ga.sony.co.jp>
947
948         * doc/tm_ja.texi: fixed problem about top node.
949         (cf. [tm-ja:1706])
950
951         * doc/tm-mh-e_ja.texi: fixed problem about top node.
952         (cf. [tm-ja:1706])
953         
954         * doc/tm-gnus_ja.texi: fixed problem about top node.
955         (cf. [tm-ja:1706])
956
957 Tue Apr  9 17:28:49 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
958
959         * Makefile (GOMI): add mime-setup.el, mime-setup.el~ and
960         #mime-setup.el#; remove load-path.
961
962 Tue Apr  9 17:13:36 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
963
964         * inst-tm (compile-tm): call `make gnus3' for Emacs 18.
965
966 Mon Apr  8 12:28:17 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
967
968         * inst-tm (make-mime-setup): check unnecessary add-path.
969
970 Sun Apr  7 20:12:27 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
971
972         * tm-view.el: (mime-viewer/default-showing-Content-Type-list):
973         "message/delivery-status" was added to default value.
974
975 Wed Apr  3 15:35:44 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
976
977         * tm-image.el: add-hook only if variable
978         `mime-preview/x-face-function' is not nil.
979         (cf. [tm-en:416])
980
981 Thu Mar 28 18:55:18 1996  Oscar Figueiredo <figueire@lspsun16.epfl.ch>
982
983         * tm-vm.el (vm-yank-message): redefine for MIME preview buffer.
984
985 \f
986 Thu Mar 28 08:42:34 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
987
988         * tm: Version 7.48.3 was released.
989         * tm/gnus: Version 7.49.1 was released.
990
991         * mime-setup.el.in: If `mime-setup-use-signature' is not nil, set
992         `message-signature' to nil.
993
994         * mime-setup.el.in: setting for message.el.
995
996 Wed Mar 27 23:06:07 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
997
998         * doc/tm-mh-e_ja.texi, doc/tm-mh-e_en.texi:
999         Insert `This file documents ...' into @ifinfo. (cf. [tm-en:403])
1000
1001         * doc/tm-gnus_ja.texi, doc/tm-gnus_en.texi:
1002         Insert `This file documents ...' into @ifinfo. (cf. [tm-en:403])
1003
1004         * doc/tm_ja.texi, doc/tm_en.texi:
1005         Insert `This file documents ...' into @ifinfo. (cf. [tm-en:403])
1006
1007 Wed Mar 27 19:38:12 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1008
1009         * TM-CFG: rearrangement
1010
1011 Tue Mar 26 08:07:24 1996  Pekka Marjola <marjola@bilbo.ntc.nokia.com>
1012
1013         * tm-bbdb.el (tm-bbdb/update-record): In XEmacs,
1014         mail-extract-address-components still doesn't handle nil argument.
1015         (cf. [tm-ja:396])
1016
1017 \f
1018 Mon Mar 25 13:30:53 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1019
1020         * tl: Version 7.19 was released.
1021         * tm: Version 7.48.2 was released.
1022         * tm/mh-e: Version 7.57 was released.
1023
1024 Wed Mar 20 13:00:06 1996  Shuhei KOBAYASHI  <shuhei@cmpt01.phys.tohoku.ac.jp>
1025
1026         * tm-file.el (mime-article/extract-file): Confirm before
1027         overwriting an existing file. (cf. [tm-ja:1674])
1028
1029 Thu Mar 14 13:39:57 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1030
1031         * signature.el: Function `signature-check-in-bbdb' was moved to
1032         tm-bbdb.el.
1033
1034         * tm-bbdb.el (signature-check-in-bbdb): New function; moved from
1035         signature.el.
1036
1037 \f
1038 Wed Mar 13 18:05:28 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1039
1040         * tl: Version 7.18 was released.
1041         * MEL: Version 3.5 was released.
1042         * tm: Version 7.48 was released.
1043
1044 Wed Mar 13 17:55:33 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1045
1046         * tm-edit.el (mime-editor/translate-buffer-hook): New hook.
1047         (mime-editor/translate-buffer): New implementation;
1048         use `mime-editor/translate-buffer-hook'.
1049
1050         * signature.el (signature-check-in-bbdb): require bbdb-com.
1051
1052 Wed Mar 13 16:23:26 1996  Shuhei KOBAYASHI <shuhei@cmpt01.phys.tohoku.ac.jp>
1053
1054         * tm-bbdb.el: fixed problem for wrong From field, such as
1055         ``From: <>''. (cf.[tm-ja:1663])
1056
1057 Tue Mar 12 19:37:54 1996  Artur Pioro <artur@flugor.if.uj.edu.pl>
1058
1059         * signature.el (signature-file-prefix): New variable.
1060         (signature/get-signature-file-name): support
1061         `signature-file-prefix' and method function.
1062         (signature-check-in-bbdb): New function.
1063
1064 Mon Mar 11 15:19:15 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1065
1066         * tm-vm.el (tm-vm/use-original-url-button): New variable.
1067         (tm-vm/preview-current-message):
1068         Check `tm-vm/use-original-url-button'.
1069
1070 Mon Mar 10 23:07:42 1996  Rob Kooper    <kooper@cc.gatech.edu>
1071
1072         * tm-vm.el (tm-vm/preview-current-message): VM does it's own
1073         highlighting of URL's. Following is a patch to tm/tm-vm.el that
1074         will make the highlighting work under tm. (cf.[bug-tm-en:373])
1075
1076 Mon Mar 10 04:16:59 1996  Hiroshi Ueno <zodiac@ibm.net>
1077
1078         * TM-CFG (SHELLOPTION): New variable.
1079         (LISPDIR): Use `defvar' instead of `setq'.
1080         (TM_GNUS_COMPILE_FORMAT): New variable.
1081         (TM_GNUS_INSTALL_FORMAT): New variable.
1082         (BIN_SRC_DIR): New variable.
1083         (METHOD_SRC_DIR): New variable.
1084         (BIN_DIR): Use `defvar' instead of `setq'.
1085
1086         * inst-tm (compile-tm-gnus): Use variable `SHELLOPTION'.
1087         (install-tm-gnus): Use variable `SHELLOPTION'.
1088         (install-execs): Use variable `BIN_SRC_DIR' and `METHOD_SRC_DIR'.
1089
1090 Mon Mar  8 19:15:33 1996  Oscar Figueiredo <figueire@lspsun2.epfl.ch>
1091
1092         * tm-vm.el (tm-vm/scroll-forward): when you go to a message with
1093         the cursor keys in VM's summary buffer and press space to select
1094         the message, the Preview buffer is scrolled forward instead of
1095         simply displaying the new message which prevents you from seeing
1096         the beginning of the new message.       
1097
1098 Wed Mar  6 12:26:20 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
1099
1100         * tm-view.el (mime-viewer/up-content): New implementation; bug
1101         fixed. (cf. [tm-ja:1652])
1102
1103         * inst-tm (compile-tm): fixed to judge XEmacs.
1104
1105 \f
1106 Wed Mar  6 02:12:36 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
1107
1108         * tl: Version 7.15 was released.
1109         * tm: Version 7.47 was released.
1110         * tm/mh-e: Version 7.56 was released.
1111
1112         * README.en: tm-cfg was renamed to TM-CFG.
1113
1114         * inst-tm: tm-cfg was renamed to TM-CFG.
1115
1116         * inst-tm: tm-els was renamed to TM-ELS.
1117
1118 Tue Mar  5 23:19:05 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
1119
1120         * tm-edit.el: Function `replace-space-with-underline' was moved to
1121         tl-str.el.
1122
1123         * tm-edit.el (mime-editor/transfer-level): changed to buffer local
1124         variable.
1125         (mime-editor/transfer-level-string): changed to buffer local
1126         variable.
1127         (mime-editor/charset-default-encoding-alist): changed to buffer
1128         local variable.
1129
1130 Tue Mar  5 21:22:46 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
1131
1132         * tm-edit.el (mime-editor/toggle-transfer-level): Function
1133         `mime-editor/text-toggle-transfer-level' was renamed to
1134         `mime-editor/toggle-transfer-level'.
1135
1136 Tue Mar  5 21:19:21 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
1137
1138         * tm-edit.el (mime-editor/transfer-level,
1139         mime-editor/text-toggle-transfer-level, mime/editor-mode):
1140         Variable `mime/default-transfer-level' was renamed to
1141         `mime-editor/transfer-level'.
1142
1143 Tue Mar  5 21:13:58 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
1144
1145         * tm-edit.el (mime/default-transfer-level): moved from tm-edit.el.
1146
1147         * tm-def.el: Variable `mime/default-transfer-level' was moved to
1148         tm-edit.el.
1149
1150         * tm-edit.el (mime-editor/text-toggle-transfer-level,
1151         mime-editor/menu-list): Function
1152         `mime-editor/text-toggle-transfer-level' was renamed to
1153         `mime-editor/text-toggle-transfer-level'.
1154
1155 Tue Mar  5 21:00:07 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
1156
1157         * tm-edit.el (mime-editor/transfer-level-string,
1158         mime/text-toggle-transfer-level, mime/editor-mode): use function
1159         `mime/encoding-name'.
1160
1161         * tm-def.el (mime/encoding-name): add optional argument `not-omit'.
1162
1163         * tm-edit.el (mime-editor/transfer-level-string,
1164         mime/text-toggle-transfer-level, `mime/editor-mode-flag' of
1165         `minor-mode-alist', mime/editor-mode): Variable
1166         `mime/trlevel-string' was renamed to
1167         `mime-editor/transfer-level-string'.
1168
1169 Tue Mar  5 20:42:24 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
1170
1171         * tm-edit.el (mime-editor/charset-default-encoding-alist,
1172         mime/text-toggle-transfer-level, mime-editor/normalize-body):
1173         Variable `mime/charset-default-encoding-alist' was renamed to
1174         `mime-editor/charset-default-encoding-alist'.
1175
1176 Tue Mar  5 20:34:27 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
1177
1178         * tm-edit.el (mime/charset-default-encoding-alist):
1179         moved from tm-def.el.
1180         (mime/trlevel-string): moved from tm-def.el.
1181         (mime/text-toggle-transfer-level): moved from tm-def.el.
1182
1183         * tm-def.el (mime/charset-default-encoding-alist):
1184         moved to tm-edit.el.
1185         (mime/trlevel-string): moved to tm-edit.el.
1186         (mime/text-toggle-transfer-level): moved to tm-edit.el.
1187
1188         * tm-def.el (mime/trlevel-string): Initial value was modified.
1189
1190 Tue Mar  5 07:52:39 1996  Steinar Bang <sb@metis.no>
1191
1192         * tm-def.el (mime/trlevel-string): New variable.
1193
1194         * tm-edit.el (mime-editor/menu-list): add
1195         `mime/text-toggle-transfer-level'.
1196         (mime/editor-mode): modified for transfer-level.
1197
1198 \f
1199 Mon Mar  4 09:24:23 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
1200
1201         * tl: Version 7.14 was released.
1202         * MEL: Version 3.3.1 was released.
1203         * tm: Version 7.46.1 was released.
1204         * tm/mh-e: Version 7.55 was released.
1205         * tm/gnus: Version 7.49 was released.
1206
1207         * Makefile: Installer was changed.
1208
1209         * inst-tm: New file.
1210
1211         * tm-els: New file.
1212
1213         * tm-cfg: New file.
1214
1215         * tm-ew-e.el (mime/encode-field): check encoded result.
1216
1217 Mon Mar 4 01:57:11 1996   KON-NO Yoichi <itokon@ssel.toshiba.co.jp>
1218
1219         * tm-bbdb.el: insert `(require 'tm-view)'.
1220         (cf. [tm-ja:1646])      
1221
1222 \f
1223 Wed Feb 28 13:13:27 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
1224
1225         * tl: Version 7.13 was released.
1226         * tm: Version 7.46 was released.
1227         * tm/gnus: Version 7.48 was released.
1228         * tm/mh-e: Version 7.52 was released.
1229
1230         * tm/doc/tm-edit=en.texi: New file.
1231
1232 Wed Feb 28 01:35:22 1996  Dan Rich <drich@morpheus.corp.sgi.com>
1233
1234         * tm-image.el: allow tm to display inline images using the native
1235         gif/jpg/png support (if available) (for XEmacs 19.14 or later).
1236         (cf.[tm-en:351])
1237
1238 Tue Feb 27 21:37:35 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
1239
1240         * tm-image.el (mime-preview/x-face-function-for-mule): fixed to
1241         check whether matched or not.
1242
1243         * tm-edit.el (mime-editor::edit-again): New implementation.
1244         (mime/edit-again): Arguments were changed.
1245
1246 Wed Feb 27 19:56:26 1996  Shuhei KOBAYASHI  <shuhei@cmpt01.phys.tohoku.ac.jp>
1247
1248         * mk-tm: Typo fixed.
1249
1250 Tue Feb 26 20:04:34 1996  Neal Becker <neal@neal.ctd.comsat.com>
1251
1252         * tm-mail.el: fixed problem in XEmacs 19.14. (cf.[tm-en:349])
1253
1254 \f
1255 Mon Feb 26 08:43:36 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
1256
1257         * tl: Version 7.11.3 was released.
1258         * tm: Version 7.45 was released.
1259         * tm/mh-e: Version 7.50 was released.
1260
1261         * tm-edit.el (mime-editor::edit-again): New function.
1262         (mime/edit-again): New function.
1263
1264 Fri Feb 23 22:00:46 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
1265
1266         * tm-vm.el (tm-vm/preview-current-message): widen all headers
1267         before call `mime/viewer-mode'.
1268
1269         * tm-image.el (mime-viewer/use-highlight-headers):
1270         New variable for XEmacs.
1271         (mime-preview/x-face-function-use-highlight-headers):
1272         New function.
1273         (mime-preview/x-face-function): Default value was changed.
1274
1275 \f
1276 Sat Feb 23 17:55:12 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
1277
1278         * tl: Version 7.11.2 was released.
1279         * tm: Version 7.44 was released.
1280         * tm/mh-e: Version 7.49 was released.
1281
1282 Fri Feb 23 03:43:22 1996  Shuhei KOBAYASHI <shuhei@cmpt01.phys.tohoku.ac.jp>
1283
1284         * tm-bbdb.el (bbdb-extract-field-value): use
1285         `tm:bbdb-extract-field-value' instead of `rfc822/get-field-body'.
1286         (cf. [tm-en:340])
1287
1288 Fri Feb 22 16:45:37 1996  Pekka Marjola <marjola@bilbo.ntc.nokia.com>
1289
1290         * tm-edit.el: As of tm7.43.1/September Gnus 0.39, tm-edit still
1291         does not properly restore keymap in XEmacs. (cf. [tm-en:337])
1292
1293 Fri Feb 16 08:53:13 1996  Oscar Figueiredo <figueire@lspsun2.epfl.ch>
1294
1295         * tm-vm.el (tm-vm/preview-current-message): XEmacs
1296         highlight-headers package to fontify MIME preview buffers in the
1297         same way normal VM buffers are. This makes MIME preview even more
1298         transparent for VM users and also has the benefit to display the
1299         XFace in the same place as in normal VM with no additional code
1300         nor effort.
1301
1302 \f
1303 Wed Feb 14 09:15:36 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
1304
1305         * tl: Version 7.11.1 was released.
1306         * tm: Version 7.43.1 was released.
1307         * tm/mh-e: Version 7.48 was released.
1308         * tm/gnus: Version 7.45 was released.   
1309
1310         * mime-setup.el: lambda functions are defined by defun.
1311         (mime-setup-decode-message-header): New function.
1312         (mime-setup-set-signature-key): New function.
1313         (mime-setup-mh-draft-setting): New function.
1314
1315         * mime-setup.el: insert `(setq buffer-read-only nil)' into
1316         `mh-letter-mode-hook' (cf. [tm-ja:1576])
1317
1318 Tue Feb 13 17:56:43 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
1319
1320         * tm-image.el (mime-preview/x-face-function-for-xemacs):
1321         New function.
1322         (bitmap-read-xbm): New implementation for XEmacs.
1323
1324 Tue Feb 13 14:00:02 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
1325
1326         * tm-image.el: typo was fixed.
1327
1328 Tue Feb 13 13:53:06 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
1329
1330         * tm-image.el (mime-preview/x-face-function): New variable.
1331         Function `mime-preview/x-face-function' was renamed to
1332         `mime-preview/x-face-function-for-mule'.
1333
1334         * tm-image.el (mime-preview/x-face-function):
1335         fixed problem to indent.
1336
1337         * tm-image.el (mime-preview/x-face-function):
1338         New function for Mule.
1339         (mime-viewer/x-face-to-xbm-command): New variable.
1340
1341         * tm-view.el (mime-viewer/x-face-to-pbm-command): New variable.
1342         (mime-viewer/ignored-field-list): "X-Face" was deleted.
1343
1344 Mon Feb 12 16:02:05 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
1345
1346         * tm-mule.el: "SHIFT_JIS" and "X-SHIFTJIS" were added to
1347         `mime/charset-coding-system-alist'.
1348
1349 Mon Feb 12 13:05:02 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
1350
1351         * tm-image.el (mime-preview/filter-for-image): protect for error
1352         when file deleting (cf. [tm-en:317])
1353
1354 \f
1355 Fri Feb  9 06:57:20 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
1356
1357         * tm: Version 7.43 was released.
1358         * tm/gnus: Version 7.43 was released.
1359
1360         * tm-edit.el: (mime-editor/encrypt-pgp-elkins):
1361         (1) insert ``From'', ``To'' and ``Cc'' fields into encrypted
1362             message.
1363         (2) call `mc-pgp-encrypt-region' directory; it is enclosed by
1364             `(let ((mc-pgp-always-sign 'never)) ...)'.
1365
1366 Fri Feb  8 08:24:18 1996  SHIONO Jun'ichi <jun@case.nm.fujitsu.co.jp>
1367
1368         * tm-vm.el (tm-vm/beginning-of-message, tm-vm/end-of-message):
1369         set to `this-command' (cf. [tm-en:311])
1370
1371 \f
1372 Thu Feb  8 06:36:25 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
1373
1374         * tm: Version 7.42.1 was released.
1375         * tm/gnus: Version 7.41 was released.
1376
1377 Tue Feb  6 02:43:06 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
1378
1379         * tm-def.el (mime/encoding-name): new function.
1380         (mime/make-charset-default-encoding-alist): call
1381         `mime/encoding-name' if not encoded.
1382
1383 Mon Feb  5 05:00:27 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
1384
1385         * tm-play.el (mime-article/get-original-filename): return nil if
1386         file name is not exist.
1387
1388 Sat Feb  3 21:28:47 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
1389
1390         * tm-def.el (mime/charset-type-list): new variable.
1391         (mime/make-charset-default-encoding-alist): new function.
1392         (mime/default-transfer-level): new variable.
1393         (mime/text-toggle-transfer-level): new function.
1394
1395 Sat Feb  3 00:56:20 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
1396
1397         * tm-pgp.el (tm-pgp::good-signature-regexp): new variable
1398
1399         * tm-pgp.el (tm-pgp::key-expected-regexp): new variable
1400
1401         * tm-pgp.el (mime::article/call-pgp-to-check-signature): modified
1402         to use variable `tm-pgp::good-signature-regexp'
1403
1404         * tm-pgp.el (mime-article/check-pgp-signature): modified to use
1405         variable `tm-pgp::key-expected-regexp'
1406
1407 Fri Feb  2 23:07:13 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
1408
1409         * tm-pgp.el (mime::article/call-pgp-to-check-signature):
1410         new function
1411
1412         * tm-pgp.el: (mime-article/check-pgp-signature): fetch public key
1413         if it is not found
1414
1415 \f
1416 Sat Feb  2 17:29:01 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
1417
1418         * tl: Version 7.11 was released.
1419         * tm: version 7.42 was released
1420
1421 Fri Feb  2 17:20:00 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
1422
1423         * tm-edit.el: new implementation about PGP processing for message
1424
1425         * tm-edit.el (mime-editor/pgp-enclose-buffer): new function
1426
1427         * tm-edit.el (mime-editor/set-sign):
1428         check variable `mime-editor/signing-type'
1429
1430         * tm-edit.el (mime-editor/set-encrypt):
1431         check variable `mime-editor/encrypting-type'
1432
1433 Fri Feb  2 17:04:16 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
1434
1435         * tm-play.el (mime-article/decode-content): check beginning/ending
1436         of region for VM
1437
1438 Wed Jan 31 17:15:55 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
1439
1440         * tm-image.el: xbm support in Mule: It requires bitmap package.
1441
1442         * tm-image.el (mime-viewer/graphic-converter-alist): use `defvar'
1443         instead of `setq'
1444
1445 Fri Jan 26 02:49:06 1996  Shuhei KOBAYASHI <shuhei@cmpt01.phys.tohoku.ac.jp>
1446
1447         * tm-bbdb.el (tm-bbdb/update-record): fixed problem in VM
1448
1449         * tm-bbdb.el (tm-bbdb/extract-address-components): modified to
1450         support `If no name can be extracted, FULL-NAME will be nil.'
1451         (cf. [tm-ja:1531])
1452
1453 Thu Jan 25 08:29:22 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
1454
1455         * tm-play.el (mime-article/make-method-args): modified to use
1456         "7bit" if 'encoding is not found
1457
1458 Thu Jan 25 06:36:44 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
1459
1460         * tm-ew-d.el (mime-eword/decode-string): set to `end' just
1461         string-matched.
1462
1463 Thu Jan 25 06:22:17 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
1464
1465         * tm-ew-d.el (mime-eword/decode-string): fixed about
1466         linear-while-space (cf. [tm-ja:1518])
1467
1468         * tm-vm.el (tm-vm/quit-view-message): Typo was fixed.
1469         (cf. [tm-en:281])
1470
1471 \f
1472 Thu Jan 25 03:24:35 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
1473
1474         * tl: Version 7.10 was released.
1475         * tm: Version 7.41.2 was released.
1476         * tm/gnus: Version 7.37 was released.
1477
1478         * tm-view.el (mime-viewer/ignored-field-list): default value was
1479         changed.
1480
1481         * tm-view.el (mime-viewer/visible-field-regexp): default value was
1482         changed.
1483
1484 Thu Jan 25 02:32:26 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
1485
1486         * tm-mule.el: Definition of variable `mime/default-coding-system'
1487         was moved to tm-def.el.
1488
1489         * tm-def.el (mime/default-coding-system): not only define for MULE
1490
1491 Wed Jan 24 02:20:25 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
1492
1493         * tm-bbdb.el (tm-bbdb/use-mail-extr): new variable
1494
1495 Tue Jan 23 13:00:44 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
1496
1497         * tm-pgp.el (mime-article/view-application/pgp):
1498         fixed about character code
1499         conversion.
1500
1501 \f
1502 Tue Jan 23 05:38:46 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
1503
1504         * tm: Version 7.41.1 was released.
1505         * tm/mh-e: Version 7.46 was released.
1506         * tm/gnus: Version 7.34 was released.
1507
1508         * tm-view.el: declare `(defvar mime::preview/article-buffer nil)'
1509         for XEmacs
1510
1511 Tue Jan 23 04:49:16 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
1512
1513         * tm-rmail.el: (require 'tm-bbdb) if bbdb is provided.
1514
1515         * tm-vm.el: Shuhei KOBAYASHI <shuhei@cmpt01.phys.tohoku.ac.jp>'s
1516         new implementation
1517
1518         * tm-bbdb.el: new module: about BBDB
1519
1520 Sat Jan 20 13:23:47 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
1521
1522         * tl: Version 7.09 was released.
1523         * tm: Version 7.41 was released.
1524         * tm/gnus: Version 7.33.1 was released.
1525
1526 Thu Jan 18 17:49:17 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
1527
1528         * tm-edit.el (mime-editor/insert-file): File name is wrapped as
1529         quoted-string.
1530
1531         * tm-edit.el (mime-file-types): Some file types were added.
1532
1533 Thu Jan 18 01:55:25 1996  Yoshiyuki Yamagami <yamagami@hb.nmcc.co.jp>
1534
1535         * Makefile: specify `-no-site-file' option (cf. [tm-ja:1474])
1536
1537 \f
1538 Wed Jan 17 08:27:26 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
1539
1540         * tl: version 7.08 was released.
1541         * tm: version 7.40 was released.
1542         * tm/gnus: Version 7.33 was released.
1543
1544 Sun Jan 14 05:52:49 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
1545
1546         * tm-edit.el (mime-editor/choose-charset): New implementation: use
1547         function `mime/find-charset-region' instead of
1548         `mime-body-charset-chooser'.
1549
1550         * tm-edit.el: Variable `mime-body-charset-chooser' and its
1551         implementations were deleted.
1552
1553         * tm-edit.el (mime-editor/normalize-body): use variable
1554         `mime/charset-default-encoding-alist' instead of function
1555         `mime-editor/choose-encoding'.
1556
1557         * tm-edit.el: Function `mime-editor/choose-encoding' was deleted.
1558
1559 Fri Jan 12 13:59:13 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
1560
1561         * tm-def.el (mime/find-charset-region): New function
1562
1563         * tm-def.el (mime/charset-default-encoding-alist): New variable
1564
1565 Thu Jan 11 18:31:43 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
1566
1567         * tm-ew-e.el: Variable `mime/default-charset-encoding-alist' was
1568         renamed to `mime-eword/charset-encoding-alist'.
1569
1570         * tm-ew-e.el: Constant `mime/eword-encoder-version' was renamed to
1571         `mime-eword/encoder-version'.
1572
1573         * tm-ew-e.el: Variable `mime/default-charset-encoding-alist' was
1574         moved from tm-def.el.
1575
1576         * tm-def.el: Variable `mime/default-charset-encoding-alist' was
1577         moved to tm-ew-e.el.
1578
1579         * tm-ew-e.el: Function `mime/find-charset-rule' was renamed to
1580         `tm-eword::find-charset-rule'.
1581
1582         * tm-ew-e.el (mime/find-charset-rule): modified to use function
1583         `mime/find-charset'
1584
1585         * tm-def.el (mime/find-charset): new function
1586
1587 Thu Jan 11 05:33:53 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
1588
1589         * tm-ew-e.el (mime/find-charset-rule): new implementation
1590
1591         * tm-orig.el: Variable `mime/decoding-charset-list' was deleted.
1592
1593 Thu Jan 11 05:12:50 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
1594
1595         * tm-nemacs.el, tm-orig.el:
1596         Variable `mime/lc-charset-rule-list' was deleted.
1597
1598         * tm-mule.el:
1599         Variable `mime/lc-charset-rule-list' and
1600         `mime/unknown-charset-rule' were deleted.
1601
1602 Thu Jan 11 05:09:28 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
1603
1604         * tm-def.el (mime/default-charset-encoding-alist): new variable
1605
1606 Thu Jan 11 04:56:08 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
1607
1608         * tm-orig.el, tm-nemacs.el, tm-mule.el
1609         (mime/lc-charset-alist, mime/unknown-charset): new variable
1610
1611 Wed Jan 10 00:07:57 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
1612
1613         * tm-edit.el:
1614         (mime-editor/translate-body, mime-editor/translate-region):
1615         Spaces in boundary are replaced by underlines.
1616         (cf. [tm-en:255,258])
1617
1618 Tue Jan  9 19:08:21 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
1619
1620         * tm-mule.el: Obsolete definitions were deleted.
1621
1622 Tue Jan  9 18:43:12 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
1623
1624         * tm-orig.el, tm-nemacs.el, tm-mule.el:
1625         Variable `mime/latin-lc-list' was deleted.
1626
1627 Tue Jan  9 16:28:44 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
1628
1629         * tm-orig.el, tm-nemacs.el, tm-mule.el:
1630         Variable `mime/lc-charset-and-encoding-alist' was deleted.
1631
1632 \f
1633 Mon Dec 25 10:43:59 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
1634
1635         * tm: Version 7.39 was released.
1636         * tm/gnus: Version 7.30 was released.
1637
1638         * README.en: Sample of hilit19 was changed.
1639
1640 Mon Dec 25 09:08:50 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
1641
1642         * tm-rmail.el: fixed to work in Emacs 18.*, but some problems are
1643         rest.
1644
1645         * tm-view.el (mime-viewer/redisplay): New variable: for redisplay
1646
1647 Mon Dec 25 05:43:05 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
1648
1649         * Makefile (19_29): `make gnus5' was commented out.
1650
1651 Mon Dec 25 05:40:42 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
1652
1653         * tm-rmail.el (tm-rmail/preview-message): New implementation
1654
1655         * tm-rmail.el (rmail-summary-rmail-update): redefined
1656
1657         * tm-rmail.el: `mime-viewer/show-summary-method' was set.
1658
1659 Mon Dec 25 05:31:33 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
1660
1661         * mk-tm (compile-tm): `(load "rmailsum")' was added.
1662
1663 Mon Dec 25 03:20:41 1995  OKABE Yasuo   <okabe@kudpc.kyoto-u.ac.jp>
1664
1665         * signature.el (signature-delete-blank-lines-at-eof): New variable
1666
1667 Sat Dec 23 12:43:20 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
1668
1669         * tm-def.el (tm:browse-url): argument was fixed.
1670
1671         * README.en: fixed about PGP
1672
1673 Sat Dec 23 09:32:27 1995  Tanaka Shinichiro  <tanaka3@ifos.se.fujitsu.co.jp>
1674
1675         * tm-pgp.el, README.en:
1676         Typos were fixed. (cf. [tm-ja:1419], [tm-ja:1421])
1677
1678 \f
1679 Fri Dec 22 09:00:20 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
1680
1681         * tm: Version 7.38 was released.
1682         * tm/gnus: Version 7.28 was released.
1683
1684 Thu Dec 21 18:27:09 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
1685
1686         * tm-edit.el (mime-file-types): format was changed.
1687                 (0) filename pattern
1688                 (1) primary type
1689                 (2) sub type
1690                 (3) parameters of Content-Type field
1691                 (4) Content-Transfer-Encoding
1692                 (5) disposition-type
1693                 (6) parameters of Content-Disposition field
1694
1695         * tm-edit.el (mime-editor/insert-file):
1696         modified for new `mime-file-types' format.
1697
1698 Thu Dec 21 18:17:03 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
1699
1700         * tm-def.el (mime/disposition-type-regexp): New constant
1701
1702         * tm-parse.el (mime/parse-Content-Disposition): New function
1703
1704         * tm-parse.el (mime/Content-Disposition): New function
1705
1706         * tm-view.el (mime-article/get-subject):
1707         function `mime-viewer/get-subject' was renamed to it.
1708
1709         * tm-view.el (mime-article/get-uu-filename): New function:      
1710         it was separated from function `mime-article/get-subject'.
1711
1712         * tm-play.el (mime-article/get-original-filename): New function
1713
1714         * tm-play.el (mime-article/get-filename):
1715         Function `mime-article/get-name' was renamed to it.     
1716         It was modified to use `mime-article/get-original-filename'
1717         instead of `mime-article/get-subject'.
1718
1719         * tm-file.el (mime-article/extract-file):       
1720         modified to use `mime-article/get-filename'
1721
1722 Wed Dec 20 15:27:35 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
1723
1724         * tm-setup.el:
1725         According to Shuhei KOBAYASHI <shuhei@cmpt01.phys.tohoku.ac.jp>,
1726         `(require 'tm-gnus)' is add-hooked as append mode.      
1727         (cf. [tm-ja:1391])
1728
1729 Thu Dec 20 05:48:56 1995  UENO Hiroshi  <jl07715@yamato.ibm.co.jp>
1730
1731         * tm-pgp.el: (mime-article/check-pgp-signature):
1732         fixed to treat signed part as binary. (to fix problem in OS/2)
1733
1734 \f
1735 Wed Dec 20 13:05:06 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
1736
1737         * tl: Version 7.03.4 was released.
1738         * tm: Version 7.37 was released.
1739         * tm/gnus: Version 7.26 was released.
1740
1741 Tue Dec 19 18:06:49 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
1742
1743         * tm-pgp.el: draft-elkins-pem-pgp-01.txt was renewed to
1744         draft-elkins-pem-pgp-02.txt.
1745
1746 Tue Dec 19 17:50:09 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
1747
1748         * Makefile: tm/src/tmpgp was abolished.
1749
1750 Tue Dec 19 17:47:16 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
1751
1752         * tm-edit.el:
1753         pgp-elkins spec was renewed to draft-elkins-pem-pgp-02.txt.
1754
1755 Tue Dec 19 17:13:19 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
1756
1757         * tm-pgp.el (mime-article/check-pgp-signature): treats encoding
1758
1759         * tm-edit.el: `(autoload 'mc-pgp-lookup-key "mc-pgp")' was added.
1760
1761 Tue Dec 18 03:52:48 1995  Katsumi Yamaoka <yamaoka@ga.sony.co.jp>
1762
1763         * tm-view.el (mime-viewer/filter-text/plain): put URL into
1764         text-property. (cf. [tm-ja:1367])
1765
1766 Mon Dec 15 21:32:16 1995  Shuhei KOBAYASHI <shuhei@cmpt01.phys.tohoku.ac.jp>
1767
1768         * tm-vm.el (tm-vm-load-hook): New hook
1769         
1770         * tm-vm.el (tm-vm/preview-current-message): fixed to end as
1771         current-buffer is folder buffer. Some problem is still rest.
1772         (cf. [tm-ja:1348])
1773
1774 \f
1775 Mon Dec 18 11:16:18 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
1776
1777         * tm: Version 7.36 was released.
1778         * tm/gnus: Version 7.25 was released.
1779
1780         * methods/tm-au: new implementation
1781
1782 Mon Dec 18 10:45:02 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
1783
1784         * tm-view.el (mime-viewer/quit): New implementation
1785
1786         * tm-view.el (mime-viewer/show-summary): New function:
1787         it is bound with `h' key.
1788
1789         * tm-view.el (mime-viewer/show-summary-method): New variable
1790
1791 Mon Dec 18 01:32:23 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
1792
1793         * methods/tmdecode, methods/tm-plain:
1794         replaced by NAGIRA Naoki <naoki-n@pdi.co.jp>'s code.
1795
1796 Sun Dec 17 14:35:01 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
1797
1798         * tm-view.el: setting for "image/x-mag"
1799
1800 Sun Dec 17 14:29:17 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
1801
1802         * tm-pgp.el: application/pgp-encrypted support
1803
1804         * tm-pgp.el (mime-article/check-pgp-signature): bug fix
1805
1806         * tm-pgp.el: setting for "text/x-pgp"
1807
1808         * tm-setup.el: setting for tm-image.el when XEmacs is running.
1809
1810         * tm-image.el:
1811         Filters were merged to function `mime-preview/filter-for-image'.
1812
1813 Sat Dec 16 14:59:29 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
1814
1815         * tm-image.el: Initial revision
1816
1817 \f
1818 Sat Dec 15 16:16:32 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
1819
1820         * tm: Version 7.35 was released.
1821         * tm/gnus: Version 7.24 was released.
1822
1823 Fri Dec 15 15:40:10 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
1824
1825         * tm-pgp.el:
1826         According to Shuhei KOBAYASHI <shuhei@cmpt01.phys.tohoku.ac.jp>,
1827         `(autoload 'mc-snarf-keys "mc-toplev")' was added.
1828         (cf. [tm-ja:1345])
1829
1830         * tm-view.el:
1831         (1) Popup menu for Emacs 19.* was deleted.
1832         (2) MIME-View menu was defined for Emacs 19.*. In Emacs 19.29 or
1833             later, system popup menu is available.
1834
1835 Fri Dec 15 15:02:14 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
1836
1837         * tm-edit.el (mime/editor-mode): DOC string was fixed.
1838
1839 Fri Dec 15 13:58:51 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
1840
1841         * tm-vm.el:
1842         (1) New variable `tm-vm/use-xemacs-popup-menu'.
1843         (2) popup menu of MIME-Edit minor mode became sub menu.
1844
1845 Fri Dec 15 13:56:51 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
1846
1847         * tm-rmail.el:
1848         Setting was modified to load tm-mail after tm-edit is loaded.
1849
1850         * tm-mail.el:
1851         (1) New variable `tm-mail/use-xemacs-popup-menu'.
1852         (2) popup menu of MIME-Edit minor mode became sub menu.
1853
1854         * tm-def.el (tm:set-fields): New function
1855
1856 Fri Dec 15 12:00:23 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
1857
1858         * tm-pgp.el (mime-article/check-pgp-signature): fixed problem of
1859         binary declarations
1860
1861         * tm-file.el: delete unnecessary `(file-coding-system *noconv*)'
1862
1863 \f
1864 Thu Dec 14 17:03:27 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
1865
1866         * tm: Version 7.34 was released.
1867
1868         * Makefile:
1869         New file tm/src/tmpgp: it is used to sign by pgp-elkins style.
1870
1871 Thu Dec 14 15:49:00 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
1872
1873         * tm-edit.el:
1874         (1) `pgp-elkins' style PGP signature was implemented.
1875         (2) New function `mime-editor/insert-key': It is based on
1876             draft-elkins-pem-pgp-01.txt.
1877
1878 Thu Dec 14 15:41:18 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
1879
1880         * tm-pgp.el: New function `mime-article/add-pgp-keys'
1881
1882 Thu Dec 14 15:37:13 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
1883
1884         * tm-play.el (mime-article/decode-caesar):
1885         encoding field is symbol, not string.
1886
1887         * tm-html.el: encoding field is symbol, not string.
1888
1889 Thu Dec 14 15:17:56 1995  Shuhei KOBAYASHI <shuhei@cmpt01.phys.tohoku.ac.jp>
1890
1891         * tm-vm.el(tm-vm/scroll-forward, tm-vm/scroll-backward):
1892         According to AKITO Ishihara <aki@bpel.tutics.tut.ac.jp>'s report,
1893         `vm-scroll-(forward|backward)' was enclosed by
1894         `(let ((vm-inhibit-startup-message t)) ...)'.
1895         (cf. [tm-ja:1313], [tm-ja:1314])
1896
1897 Thu Dec 14 06:22:20 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
1898
1899         * signature.el (signature/insert-signature-at-eof):
1900         `(delete-blank-lines)' was commented out.
1901
1902 Thu Dec 13 15:37:16 1995  Shuhei KOBAYASHI <shuhei@cmpt01.phys.tohoku.ac.jp>
1903
1904         * tm-vm.el (tm-vm/scroll-forward, tm-vm/scroll-backward):
1905         It might be better to treat `vm-honor-page-delimiters' (and
1906         `vm-auto-next-message' too) in tm-vm. (cf. [tm-ja:1292])
1907
1908 Wed Dec 13 13:40:58 1995  AKITO Ishihara <aki@bpel.tutics.tut.ac.jp>
1909
1910         * tm-vm.el (tm-vm/scroll-backward): fixed to comment out
1911         `(goto-char (point-max))'. (cf. [tm-ja:1289])
1912
1913 Wed Dec 13 13:10:27 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
1914
1915         * tm-edit.el (mime-editor/process-pgp-kazu): fixed to insert dummy
1916         mail-header-separator before calling mailcrypt function.
1917
1918 \f
1919 Wed Dec 13 05:46:06 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
1920
1921         * tl: Version 7.03.3 was released.
1922         * tm: Version 7.33 was released.
1923         * tm/mh-e: Version 7.44 was released.
1924         * tm/gnus: Version 7.22 was released.
1925         
1926         * tm-view.el:
1927         (1) New field variable `mime-viewer/visible-field-list'
1928         (2) New function `mime-preview/cut-header'
1929         
1930         * tm-view.el: (mime-viewer/default-content-header-filter):
1931         New implementation
1932
1933 Tue Dec 11 15:31:29 1995  Shuhei KOBAYASHI <shuhei@cmpt01.phys.tohoku.ac.jp>
1934
1935         * tm-file.el: comment was fixed.
1936         
1937         * methods/tm-html, methods/tm-image:
1938         fixed to insert spaces previous and next of "="
1939         (cf. [tm-ja:1262])
1940
1941 \f
1942 Mon Dec 11 18:02:36 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
1943
1944         * tl: Version 7.03.2 was released.
1945         * tm: Version 7.32 was released.
1946         * tm/gnus: Version 7.21.2 was released.
1947
1948 Sun Dec 10 20:33:48 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
1949
1950         * tm-view.el, tm-play.el: Function `mime::point-preview-content'
1951         was renamed to `mime-preview/point-pcinfo'.
1952
1953         * tm-edit.el: does not exit from MIME editor mode if function
1954         `mime-editor/pgp-processing' is fail.
1955
1956         * tm-edit.el:
1957         (1) New variable `mime-editor/signing-type' and
1958             `mime-editor/encrypting-type': their types are pgp-elkins,
1959             pgp-kazu or nil. pgp-elkins is not supported yet.
1960         (2) New function `mime-editor/enclose-signed-region' and
1961             `mime-editor/enclose-encrypted-region' for new enclosure
1962             `signed' and `encrypted'.
1963         (3) New function `mime-editor/process-pgp-kazu': to process
1964             `signed' and `encrypted' enclosure as application/pgp.
1965         (4) New function `mime-editor/set-split'
1966
1967 Sat Dec  9 08:37:21 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
1968
1969         * tm-pgp.el (mime-article/check-pgp-signature): Status does not
1970         work.
1971
1972 Sat Dec  9 08:32:56 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
1973
1974         * tm-edit.el (mime-editor/process-multipart-1):
1975         Boundary is folded.
1976
1977         * tm-edit.el: rearrangement
1978
1979 Sat Dec  9 04:58:16 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
1980
1981         * tm-play.el (mime-article/show-output-buffer):
1982         `(get-buffer-create mime/output-buffer-name)' was inserted.
1983
1984 Sat Dec  9 04:51:49 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
1985
1986         * tm-pgp.el: application/pgp-signature support.
1987
1988         * tm-play.el:
1989         Function `mime-article/decode-message/partial' was modified not to
1990         use `find-file'.
1991
1992 Sat Dec  9 04:11:11 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
1993
1994         * tm-def.el:
1995         Constant `mime/decoding-buffer-name' was deleted (because it seems
1996         not be used).
1997
1998         * tm-edit.el: application/pgp support
1999
2000 Sat Dec  9 03:42:47 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
2001
2002         * tm-file.el: setting for another variables to regard as binary.
2003
2004 Sat Dec  9 02:04:41 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
2005
2006         * tm-view.el:
2007         Function `mime-viewer/display-content' was fixed about judgement
2008         of root content.
2009
2010 Sat Dec  9 01:56:28 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
2011
2012         * tm-parse.el:
2013         Function `mime/parse-multipart' was fixed about point-max slot of
2014         content-info.
2015
2016 Sat Dec  9 01:41:18 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
2017
2018         * tm-def.el: New constant `mime/temp-buffer-name'.
2019
2020         * tm-play.el:
2021         Function `mime-article/decode-message/partial' was modified to use
2022         `mime/temp-buffer-name'.
2023
2024 Fri Dec  8 23:27:19 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
2025
2026         * tm-pgp.el: Initial revision
2027
2028 Fri Dec  8 22:32:55 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
2029
2030         * tm-vm.el: According to Junya Watanabe
2031         <junya@tippr.info.eng.niigata-u.ac.jp>, fixed problem about XEmacs
2032         menu in Emacs and Mule.
2033         (cf. [tm-ja:1249])
2034
2035 Fri Dec  8 22:29:27 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
2036
2037         * tm-view.el: New variable
2038         `mime-viewer/content-subject-showing-Content-Type-list'
2039
2040 Sat Dec  8 18:29:51 1995  Shuhei KOBAYASHI <shuhei@cmpt01.phys.tohoku.ac.jp>
2041
2042         * tm-file.el(mime-article/extract-file):
2043         Variable `require-final-newline' should be nil.
2044
2045 \f
2046 Thu Dec  7 12:07:47 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
2047
2048         * tl: Version 7.03.1 was released.
2049         * tm: Version 7.31 was released.
2050         * tm/gnus: Version 7.21.1 was released.
2051
2052         * Makefile: tl/README.eng was renamed to tl/README.en.
2053
2054 Thu Dec  7 10:23:55 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
2055
2056         * tm-vm.el: vm-mail-mode pop up menu setting for XEmacs.
2057
2058         * tm-mail.el: pop up menu setting for XEmacs.
2059
2060         * tm-edit.el:
2061         MUA depended codes about XEmacs pop up menu were moved to
2062         tm-MUAs.
2063
2064         * tm-view.el: defvar `mime::article/preview-buffer' and
2065         `mime::article/code-converter' for XEmacs.
2066
2067         * tm-edit.el: some comments are modified.
2068
2069 Thu Dec  7 09:10:28 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
2070
2071         * Makefile:
2072         (1) drives `make gnus5' and `make sgnus' for xemacs and 19_29.
2073         (2) README.eng was rename to README.en.
2074
2075 Thu Dec  7 08:01:31 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
2076
2077         * tm-play.el:
2078         Function `mime-article/view-message/rfc822' was modified to set
2079         buffer local variable `mime::article/code-converter'.
2080
2081         * tm-view.el:
2082         New buffer local variable `mime::article/code-converter': It
2083         specifies code-converter. If it is nil,
2084         `mime-viewer/code-converter-alist' is used.
2085
2086 Thu Dec  7 06:18:21 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
2087
2088         * tm-view.el:
2089         pop up menu support by mouse-button-3 for Emacs 19 and XEmacs.
2090
2091 Thu Dec  7 06:10:32 1995  Steven L. Baur <steve@miranova.com>
2092
2093         * tm-edit.el: pop up menu for XEmacs. (cf. [tm-en:209])
2094
2095 Thu Dec  7 04:55:49 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
2096
2097         * tm-rmail.el: version variables were added.
2098
2099         * tm-rmail.el:
2100         Shuhei KOBAYASHI <shuhei@cmpt01.phys.tohoku.ac.jp>'s patch was applied
2101         to fix problem of function `tm-rmail/forward' in *mail* buffer. (and
2102         some extensions) (cf. [tm-ja:1225])
2103
2104 Thu Dec  6 23:16:14 1995  Steven L. Baur <steve@miranova.com>
2105
2106         * tm-view.el: mouse-button-3 menu for XEmacs. (cf. [tm-en:206])
2107
2108 Thu Dec  6 15:53:54 1995  Shuhei KOBAYASHI <shuhei@cmpt01.phys.tohoku.ac.jp>
2109
2110         * README.eng: fixed typo about VM (cf. [tm-ja:1224])
2111
2112         * tm-file.el: fix and extend. (cf. [tm-ja:1224])
2113
2114 Wed Dec  6 15:35:52 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
2115
2116         * tm-rmail.el:
2117         `(substitute-key-definition
2118                 'rmail-forward 'tm-rmail/forward rmail-mode-map)'
2119         should be enclosed by (call-after-loaded 'mime-setup ..).
2120
2121 \f
2122 Wed Dec  6 12:52:53 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
2123
2124         * tm: Version 7.30 was released.
2125         * tm/mh-e: Version 7.43 was released.
2126         * tm/gnus: Version 7.21 was released.
2127         * tl: Version 7.03 was released.
2128
2129         * tm-edit.el: In function `mime-editor/split-and-send', to
2130         `(make-variable-buffer-local 'mail-header-separator)' was changed
2131         to `(make-local-variable 'mail-header-separator)'.
2132
2133         * tm-play.el: In function `mime-article/decode-caesar',
2134         `(setq buffer-read-only nil)' was inserted before
2135         `(erase-buffer)'. (cf. [tm-ja:1214])
2136
2137 Wed Dec  6 09:21:07 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
2138
2139         * README.eng:
2140         According to Shuhei KOBAYASHI <shuhei@cmpt01.phys.tohoku.ac.jp>,
2141         added and rewrote about VM.
2142
2143 Wed Dec  6 08:49:15 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
2144
2145         * tm-vm.el:
2146         (1) Function `tm-vm/over-to-previous' was renamed to
2147             `tm-vm/over-to-previous-method'.
2148         (2) Function `tm-vm/over-to-next was renamed to
2149             `tm-vm/over-to-next-method'.
2150
2151 Wed Dec  6 06:55:07 1995  Shuhei KOBAYASHI <shuhei@cmpt01.phys.tohoku.ac.jp>
2152
2153         * tm-vm.el:
2154         - Variable `tm-vm/automatic-mime-preview' was changed to user
2155           variable.
2156
2157         - Names of tm-vm hooks were unified to `tm-vm/xxx-hook' from
2158           `vm-xxx-hook'.
2159
2160         - New function `tm-vm/over-to-previous' and
2161           `tm-vm/over-to-next': they are over-to-previous-method and
2162           over-to-next-method. They are not only set for vm-mode, but
2163           also vm-virtual-mode.
2164
2165         - add-hook to `tm-vm/update-record' was fixed to
2166           `tm-vm/bbdb-update-record'. It is typo.
2167
2168 Wed Dec  6 08:20:02 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
2169
2170         * tm-eword.el, tm-ew-d.el: comment was modified.
2171
2172         * README.eng: New section `How to get new version'.
2173
2174         * tm-view.el, tm-play.el:
2175         (1) buffer local variable `mime/show-mode-old-window-configuration'
2176             was renamed to `mime::article/preview-buffer'.
2177         (2) modified about window configuration.
2178
2179         * tm-vm.el:
2180         (1) Function `tm-vm/preview-current-message' was modified.
2181         (2) over-to-previous-method and over-to-next-method are modified.
2182
2183 Wed Dec  6 04:18:23 1995  Shuhei KOBAYASHI <shuhei@cmpt01.phys.tohoku.ac.jp>
2184
2185         * tm-nemacs.el: Function `mime/code-convert-region-to-emacs' was
2186         modified to use function `code-convert-region'. (cf. [tm-ja:1204])
2187
2188 Wed Dec  5 18:52:52 1995  steve@miranova.com (Steven L. Baur)
2189
2190         * config.tm: bindir declaration was fixed.
2191
2192 \f
2193 Tue Dec  5 07:58:52 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
2194
2195         * tm: Version 7.29 was released.
2196         * tm/mh-e: Version 7.41 was released.
2197         * tm/gnus: Version 7.20.1 was released.
2198         * tl: Version 7.02 was released.
2199
2200         * tm-edit.el: Setting for ISO-2022-KR.
2201
2202 Mon Dec  4 20:33:11 1995  Shuhei KOBAYASHI <shuhei@cmpt01.phys.tohoku.ac.jp>
2203
2204         * tm-vm.el:
2205         setting for mime-viewer/over-to-(previous|next)-method-alist.
2206         (cf. [tm-ja:1195])
2207
2208         * tm-view.el: New keybind "<" and ">" (cf. [tm-ja:1195])
2209
2210 \f
2211 Mon Dec  4 00:24:19 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
2212
2213         * tm: Version 7.28 was released.
2214         * tm/mh-e: Version 7.40 was released.
2215         * tm/gnus: Version 7.20 was released.
2216
2217         * tm-view.el: setting for external method ``tm-html''.
2218
2219         * tm-html.el: setting for "extract" mode.
2220
2221         * README.eng: rewrote for tm 7.*.
2222
2223         * Makefile: tm/richtext.el and tm/tinyrich.el were moved to tl
2224         package.
2225
2226         * mk-tm: richtext.el and tinyrich.el were moved to tl package.
2227
2228 Sun Dec  3 14:09:18 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
2229
2230         * tm-vm.el: modified to use tm-mail.
2231
2232         * tm-rmail.el:
2233         Setting for `mime-editor/message-inserter-alist' using tm-mail.el.
2234
2235         * tm-mail.el: New module: for mail-mode.
2236
2237 Fri Dec  1 17:11:01 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
2238
2239         * tm-ew-e.el: fixed problem of exceptional case of encoding.
2240
2241 Wed Nov 29 21:51:05 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
2242
2243         * mime-setup.el: According to Steven L. Baur <steve@miranova.com>,
2244         (setq mail-signature nil) when `mime-setup-use-signature' is t.
2245         (cf. [tm-eng:176])
2246
2247         * tm-vm.el:
2248         (1) fixed problem in function `tm-vm/preview-current-message'.
2249         (2) New function `tm-vm/visit-folder-function'. It is set to
2250             `vm-visit-folder-hook' instead of `tm-vm/preview-current-message'
2251             directly. It is bug fix for getting new mail when visit to a
2252             folder.
2253
2254         * tm-vm.el:
2255         Shuhei KOBAYASHI <shuhei@cmpt01.phys.tohoku.ac.jp>'s patch was
2256         applied. (cf. [tm-ja:1164])
2257
2258 Sat Nov 25 02:14:25 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
2259
2260         * tm-edit.el:
2261         Function `mime-editor/enclose-region' was fixed not to insert
2262         "text/plain" tag when end of enclosure is end of buffer.
2263
2264 \f
2265 Thu Nov 23 10:21:05 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
2266
2267         * tm 7.27.1 was released.
2268
2269         * tm-view.el:
2270         ".*Received" was inserted into default value of variable
2271         `mime-viewer/ignored-field-list'.
2272
2273         * mime-setup.el:
2274         autoload setting for function `mime/decode-message-header'.
2275
2276 Tue Nov 21 09:43:00 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
2277
2278         * tm-vm.el: fixed problem of function `tm-vm/quit'.
2279
2280 Mon Nov 20 23:54:54 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
2281
2282         * tm-vm.el: Function `tm-vm/preview-current-message' was
2283         modified.
2284
2285 \f
2286 Mon Nov 20 02:48:34 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
2287
2288         * tm 7.27 is released.
2289         * tm/mh-e: Attached version 7.25.
2290         * tm/gnus: Attached version 7.18.
2291
2292         * tm-vm.el:
2293         (1) Function `tm-vm/preview-current-message' was fixed.
2294         (2) setting for BBDB was modified.
2295
2296         * tm-edit.el:
2297         In function `mime-editor/enclose-region, interpretation
2298         mistake of RFC 1521 was fixed.
2299
2300 Sun Nov 19 18:06:34 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
2301
2302         * tm-vm.el:
2303         fixed problem of function `tm-vm/scroll-forward' and
2304         `tm-vm/scroll-backward'.
2305
2306         * tm-vm.el:
2307         (1) insert (run-hooks 'tm-vm/vm-select-message-hook) into
2308             function `tm-vm/preview-current-message'.
2309         (2) setting for BBDB.
2310             (Please insert (load "tm-vm") after (bbdb-insinuate-vm))
2311
2312         * mime-setup.el:
2313         (add-hook 'mail-setup-hook 'mime/editor-mode 'append) instead
2314         of (add-hook 'mail-mode-hook 'mime/editor-mode).
2315
2316         * tm-vm.el:
2317         (1) fixed problem of function `mime::article/preview-buffer'.
2318         (2) Don't reset of hooks when mime-setup is loaded.
2319
2320 Fri Nov 17 14:34:52 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
2321
2322         * tm-vm.el:
2323         Oscar Figueiredo <figueire@lspsun2.epfl.ch>'s modification was 
2324         applied.
2325
2326         * tm-html.el:
2327         KOBAYASHI Shuuhei <shuhei@cmpt01.phys.tohoku.ac.jp>'s patch
2328         was applied. (cf. [tm-ja:1117])
2329
2330         * tm-vm.el:
2331         changed Subject field decoding way when does not use tiny-mime
2332         patch.
2333
2334         * tm-vm.el:
2335         SHIONO Jun'ichi <jun@case.nm.fujitsu.co.jp>'s patch was
2336         applied. (cf. [tm-ja:1120])
2337
2338         * tm-vm.el:
2339         SHIONO Jun'ichi <jun@case.nm.fujitsu.co.jp>'s patch was
2340         applied. (cf. [tm-ja:1119])
2341
2342         * mh-e/tm-mh-e.el:
2343         In function `tm-mh-e/forward', use forwcomps specified by
2344         variable `tm-mh-e/forwcomps' when variable
2345         `tm-mh-e/use-forwcomps' was non-nil.
2346
2347         * mh-e/tm-mh-e.el:
2348         YAMAOKA Katsumi <yamaoka@ga.sony.co.jp>'s patch was applied.
2349         (cf. [tm-ja:1116])