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