tm 7.96.
[elisp/tm.git] / ChangeLog
1 Tue Dec 10 14:24:23 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2
3         * emu: Version 7.37.1 was released.
4         * MU: Version 0.36 was released.
5         * tm: Version 7.96 was released.
6         * gnus-mime: Version 0.12.2 was released.
7         * tm-mh-e: Version 7.72 was released.
8         * tm-vm: Version 7.78 was released.
9         * tm-mail: Version 7.27 was released.
10
11         * tm-bbdb.el: Use `eval-when-compile' if bbdb-com is not found.
12
13 Tue Dec 10 11:48:04 1996  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
14
15         * tm-bbdb.el: Use `module-installed-p' instead of `eval-when'.
16
17         * tm-bbdb.el (bbdb-pop-up-elided-display): New macro; imported
18         from bbdb-1.51.
19         (bbdb-user-mail-names): Ditto.  Can byte-compile without BBDB.
20
21 Tue Dec 10 11:41:22 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
22
23         * tm-setup.el: Don't set up tm-rmail for XEmacs/mule.
24
25 Tue Dec 10 08:29:42 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
26
27         * TM-ELS: Add tm-edit-tipgp.el.
28
29 Tue Dec 10 06:28:34 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
30
31         * tm-edit.el (mime-editor::edit-again): folding for parameters of
32         Content-Type field.
33
34 Tue Dec 10 01:02:12 1996  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
35
36         * tm-bbdb.el (tm-bbdb/use-mail-extr): Doc strings was modified.
37         (tm-bbdb/delete-empty-window): More doc strings.
38
39 Mon Dec  9 04:23:40 1996  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
40
41         * tm-bbdb.el (tm-bbdb/use-mail-extr): Doc strings was added.
42         (tm-bbdb/auto-create-p): Ditto.
43         (tm-bbdb/delete-empty-window): New variable.
44         (tm-bbdb/pop-up-bbdb-buffer): Delete empty window if
45         `tm-bbdb/delete-empty-window' is non-nil.
46
47 Sat Dec  7 09:17:01 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
48
49         * TM-MK (make-mime-setup): Generate variable
50         `mime-viewer/external-progs' related code.
51
52         * tm-play.el: Variable `mime-viewer/external-progs' was abolished
53         (Related coded were moved to mime-setup.el if it is required).
54
55 Sat Dec  7 08:14:03 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
56
57         * TM-MK (update-xemacs-source): New function.
58
59 Thu Dec  5 12:17:54 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
60
61         * tm-view.el (mime-viewer/following-required-fields-list): New
62         variable.
63         (mime-viewer/follow-content): Insert fields of mother-buffer
64         specified in variable `mime-viewer/following-required-fields-list'
65         if it is not found in preview-buffer.
66
67 \f
68 Wed Dec  4 05:42:36 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
69
70         * emu: Version 7.37 was released.
71         * bitmap-mule: Version 7.15 was released.
72         * tl: Version 7.61.14 was released.
73         * MU: Version 0.36 was released.
74         * tm: Version 7.95 was released.
75         * tm-vm: Version 7.76 was released.
76         * gnus-mime: Version 0.12.1 was released.
77         * sinfo: Version 3.3 was released.
78
79         * TM-MK (directory=): New function.
80         (make-mime-setup): Use function `MEMBER' with function
81         `directory=' instead of function `member'.
82
83 Wed Dec  4 05:32:48 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
84
85         * Makefile: Add bitmap-mule/.
86
87 Wed Dec  4 05:15:10 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
88
89         * Makefile: gnus-mime/*.ol and gnus-mime/*.tex were abolished.
90
91 Wed Dec  4 05:13:13 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
92
93         * Makefile: gnus-mime/mk-gnus-mime -> gnus-mime/Gnus-MIME-MK.
94
95 Wed Dec  4 05:10:43 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
96
97         * Makefile: Add sinfo (SGML based Emacs info system).
98
99 Wed Dec  4 04:49:14 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
100
101         * tm-ew-d.el, tm-ew-e.el:
102         - RFC 1522 -> RFC 2047.
103         - Keywords were modified.
104
105         * tm-edit.el: RFC 1521 and 1522 -> RFC 2045, 2046, 2047, 2048 and
106         2049.
107
108 Mon Dec  2 22:02:43 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
109
110         * tm-ew-d.el (mime-eword/decode-region): Regexp to find
111         linear-white-space divides two encoded-words was changed.
112
113 Mon Dec  2 19:15:36 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
114
115         * doc/tm-ja.sgml:
116         - RFC 1521, 1522 -> RFC 2045 .. 2049.
117         - Delete ``What is MIME?'' and ``How is MIME?''.
118
119 Mon Dec  2 16:07:55 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
120
121         * README.en:
122         - Separate tm-gnus and gnus-mime.
123         - RFC 1522 -> RFC 2047.
124
125 Mon Dec  2 15:29:41 1996  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
126
127         * tm-ew-d.el (mime/unfolding): Save LWSP-char.
128
129 Sat Nov 30 18:40:09 1996  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
130
131         * tm-bbdb.el: Trailing whitespace was stripped.
132
133 Fri Nov 29 23:41:10 1996  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
134
135         * tm-bbdb.el (tm-bbdb/pop-up-bbdb-buffer): Use `framepop-banish'
136         if framepop is enabled.
137         (Suggested by Marc Girod <girod@trshp.trs.ntc.nokia.com>
138         [tm-en:975])
139
140 Wed Nov 27 15:15:16 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
141
142         * Makefile: tl/etl8x16-bitmap.bdf was moved to ../bitmap-mule/.
143
144 Wed Nov 27 11:50:51 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
145
146         * Makefile: tm/inst-tm was renamed to tm/TM-MK.
147
148 Wed Nov 27 11:48:53 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
149
150         * TM-MK: Renamed from inst-tm.
151
152 Wed Nov 27 11:47:49 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
153
154         * inst-tm: Add ../bitmap/.
155
156 Wed Nov 27 11:45:46 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
157
158         * TM-CFG: `TM_PACKAGE_PREFIX' and `TM_LISPDIR' were abolished.
159
160 Tue Nov 26 18:45:51 1996  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
161
162         * tm-bbdb.el: 'bbdb is required implicitly.
163
164         * tm-ew-d.el (mime/decode-encoded-word): Catch errors.
165         (mime/decode-encoded-text): Check validity of encoded-word.
166
167         * tm-def.el (base64-token-regexp): padding character (`=') was
168         removed.
169         (base64-token-padding-regexp): New variable; including padding
170         character.
171         (mime/B-encoded-text-regexp): Use `base64-token-padding-regexp'.
172
173 Tue Nov 26 12:45:24 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
174
175         * TM-CFG: add ../bitmap-mule/.
176
177 Mon Nov 18 12:11:15 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
178
179         * Makefile: forgot to add gnus-mime/mk-gnus-mime. (^_^;;;
180
181 \f
182 Sat Nov 16 07:51:41 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
183
184         * emu: Version 7.34 was released.
185         * tl: Version 7.61.13 was released.
186         * tm: Version 7.94 was released.
187         * tm-mh-e: Version 7.71.2 was released.
188         * tm-vm: Version 7.75 was released.
189         * tm-gnus: Version 7.27.3 was released.
190         * gnus-mime: Version 0.12 was released.
191
192         * Makefile: Add emu package.
193
194         * tm-edit.el (mime-editor/signing-type): Use `pgp-elkins' as
195         default value.
196         (mime-editor/encrypting-type): Use `pgp-elkins' as default value.
197
198         Interface for mailcrypt was moved to tm-edit-mc.el.
199         (mime-editor/pgp-sign-function): New variable.
200         (mime-editor/pgp-encrypt-function): New variable.
201         (mime-editor/traditional-pgp-sign-function): New variable.
202         (mime-editor/pgp-insert-public-key-function): New variable.
203
204         * tm-edit-mc.el: New module.
205
206 Fri Nov 15 12:14:02 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
207
208         * inst-tm (config-tm): load "../emu/EMU-ELS".
209         (compile-tm): compile emu modules.
210         (install-tm): install emu modules.
211
212         * TM-CFG: add "../emu" to load-path.
213         (EMU_DIR): New variable.
214
215 Tue Nov  5 02:53:26 1996  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
216
217         * mime-setup.el.in (message-maybe-setup-default-charset): Make
218         message-mode work without Gnus.
219
220 \f
221 Thu Oct 31 15:17:33 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
222
223         * MEL: Version 6.0.1 was released.
224         * tm: Version 7.93 was released.
225         * tm-vm: Version 7.73 was released.
226
227         * tm-edit.el (mime-editor/message-default-max-lines): Renamed from
228         `mime-editor/message-default-max-size'.
229
230         (mime-editor/message-max-lines-alist): Renamed from
231         `mime-editor/message-max-size-alist'.
232
233 Mon Oct 28 08:44:12 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
234
235         * tm-parse.el: Require tl-822.el.
236
237         * tm-def.el: Don't require tl-822.
238
239         * tm-parse.el (mime/content-parameter-value-regexp): New constant;
240         from tm-def.el.
241
242         * tm-def.el: Definition of constant
243         `mime/content-parameter-value-regexp' was moved to tm-parse.el.
244
245 \f
246 Thu Oct 24 08:25:47 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
247
248         * tl: Version 7.61.12 was released.
249         * tm: Version 7.92 was released.
250         * tm-vm: Version 7.68 was released.
251
252         * tm-edit.el (mime-editor::edit-again): Use function
253         `std11-unfold-string' instead of `rfc822/unfolding-string'.
254
255 Thu Oct 24 08:14:02 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
256
257         * inst-tm (make-mime-setup): generate relative method dir.
258 \f
259 Thu Oct 24 04:43:52 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
260
261         * tl: Version 7.61.11 was released.
262         * tm: Version 7.91 was released.
263         * tm-mh-e: Version 7.71.1 was released.
264         * tm-gnus: Version 7.27.2 was released.
265         * gnus-mime: Version 0.11 was released.
266
267         * tm-edit.el (mime-editor/split-and-send): Use function
268         `std11-header-string-except' instead of
269         `rfc822/get-header-string-except'.
270
271         (mime-editor/split-and-send): Display error message if split
272         sender is not implemented.
273
274 Wed Oct 23 02:49:37 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
275
276         * tm-play.el (mime-article/decode-caesar): fixed
277         (cf. [tm-ja:2133])
278
279 Tue Oct 22 05:28:23 1996  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
280
281         * tm-bbdb.el (tm-bbdb/pop-up-bbdb-buffer): Would infloop.
282
283 Tue Oct 22 05:17:08 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
284
285         * tm-play.el (mime-article/decode-message/partial): fixed problem
286         when mother buffer window is not exist.
287
288         * tm-play.el (mime-article/decode-message/partial): Use
289         `as-binary-input-file'.
290
291 Mon Oct 21 02:47:29 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
292
293         * doc/tm-edit-ja.sgml, doc/tm-view-ja.sgml, doc/tm-ja.sgml: for
294         sinfo 6.1.
295
296 Sat Oct 19 15:25:39 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
297
298         * doc/tm-edit-ja.sgml, doc/tm-view-ja.sgml, doc/tm-ja.sgml: for
299         sinfo 6.0.
300
301 Fri Oct 18 04:47:02 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
302
303         * tm-pgp.el: Add `(run-hooks 'tm-pgp-load-hook)'.
304
305 Thu Oct 17 02:00:30 1996  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
306
307         * tm-bbdb.el (tm-bbdb/pop-up-bbdb-buffer): Hunter Kelly
308         <retnuh@zule.pixar.com>'s patch was applied. (cf. [tm-en:847])
309
310 \f
311 Wed Oct 16 00:35:29 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
312
313         * tl: Version 7.61.10 was released.
314         * MU: Version 0.34.1 was released.
315         * tm: Version 7.90 was released.
316         * gnus-mime: Version 0.10 was released.
317
318         * Makefile: Add *.sgml and *.info files.
319
320 Tue Oct 15 20:58:43 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
321
322         * doc/tm-edit-ja.sgml: New file.
323
324         * doc/tm-view-ja.sgml: New file.
325
326 Mon Oct 14 14:04:05 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
327
328         * doc/tm-ja.sgml: New file.
329
330 Mon Oct 14 09:33:14 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
331
332         * README.en: RFC 2015 was published.
333
334 Sun Oct 13 18:44:49 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
335
336         * tm-ew-d.el (mime-eword/decode-string): Add DOC-string.
337
338         * tm-ew-d.el (mime-eword/decode-region): DOC-string is modified.
339
340         * tm-ew-d.el (mime/decode-encoded-word): Add DOC-string.
341
342         * tm-ew-d.el (mime/decode-encoded-text): Add DOC-string.
343
344 Mon Oct  7 14:30:50 1996  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
345
346         * tm-edit.el (mime-editor/yank-ignored-field-list): Some fields
347         were added.
348
349 Sat Oct  5 13:24:40 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
350
351         * doc/Makefile: tm-gnus_*.texi were moved to tm-gnus/doc/.
352
353         * doc/Makefile: tm-mh-e_{ja|en}.texi were moved to tm-mh-e/doc/.
354
355 Thu Oct  3 07:52:09 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
356
357         * tm-pgp.el (tm-pgp::key-expected-regexp-alist): New variable.
358
359         (mime-article/check-pgp-signature): Use variable
360         `tm-pgp::key-expected-regexp-alist'.
361
362         Variable `tm-pgp::key-expected-regexp' was abolished.
363
364         * tm-pgp.el (tm-pgp::default-language): New variable.
365         (tm-pgp::good-signature-regexp-alist): New variable.  Variable
366         `tm-pgp::good-signature-regexp' was abolished.
367
368         * tm-pgp.el: Comment was modified.
369
370 Thu Oct  3 04:11:34 1996  Fujikazu OKUNISHI <fuji0924@mbox.kyoto-inet.or.jp>
371
372         * tm-pgp.el (mime::article/call-pgp-to-check-signature): specify
373         ``language=en'' (cf. [os2-emacs-ja:543])
374
375 Wed Oct  2 04:19:02 1996  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
376
377         * tm-bbdb.el (tm:mail-extract-address-components): Save original
378         definition of `mail-extract-address-components' (fixed).
379
380 \f
381 Tue Oct  1 13:36:22 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
382
383         * tl: Version 7.61.9 was released.
384         * MU: Version 0.34 was released.
385         * tm: Version 7.89 was released.
386         * tm-mh-e: Version 7.71 was released.
387         * tm-vm: Version 7.66 was released.
388
389         * tm-ew-e.el (tm-eword::phrase-to-rwl): Use function
390         `find-non-ascii-charset-string' instead of `find-charset-string'.
391
392         (mime/encode-message-header): Use function
393         `find-non-ascii-charset-region' instead of `find-charset-region'.
394
395         * tm-edit.el (mime-editor/insert-text): enriched-mode setting.
396
397         (mime-editor/insert-tag): check not to split tag.
398
399         (mime-editor/insert-binary-file): insert text/plain tag if it is
400         need.
401
402 Sat Sep 28 10:39:05 1996  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
403
404         * tm-bbdb.el (tm:mail-extract-address-components): Save original
405         definition of `mail-extract-address-components'.
406
407 \f
408 Wed Sep 25 02:13:54 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
409
410         * tl: Version 7.61.8 was released.
411         * tm: Version 7.88 was released.
412         * tm-vm: Version 7.65 was released.
413         * tm-mh-e: Version 7.70 was released.
414
415 Tue Sep 24 22:00:21 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
416
417         * tm-edit.el (mime-editor/voice-recorder-for-sun): Show message
418         how to stop recording.
419
420 \f
421 Mon Sep 23 19:53:58 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
422
423         * tl: Version 7.61.7 was released.
424         * MEL: Version 6.0 was released.
425         * tm: Version 7.87 was released.
426         * tm-mh-e: Version 7.69 was released.
427
428         * tm-edit.el (mime-editor/insert-file): Use variable
429         `mime-file-encoding-method-alist' instead of
430         `mime-encoding-method-alist'.
431
432         (mime-editor/insert-binary-file): New implementation; Use function
433         `mime-insert-encoded-file'.
434
435         Function `mime-editor/insert-binary-buffer' was abolished.
436
437         (mime-editor/insert-voice): New implementation.
438
439         (mime-editor/voice-recorder): Renamed from `mime-voice-recorder';
440         argument was changed.
441
442         (mime-editor/voice-recorder-for-sun): Renamed from
443         `mime-voice-recorder-for-sun'; New implementation; Don't support
444         AUDIOHOST.
445
446         (mime/editor-mode): DOC-string was modified for
447         `mime-editor/voice-recorder'.
448
449 \f
450 Mon Sep 23 13:16:56 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
451
452         * tl: Version 7.61.6 was released.
453         * tm: Version 7.86 was released.
454         * tm-vm: Version 7.64 was released.
455         * gnus-mime: Version 0.8 was released.
456
457         * tm-file.el: Method setting were changed.
458
459         * tm-view.el (mime/content-decoding-condition): declare `mode'.
460
461         * tm-play.el (field-unifier-for-mode): New function.
462
463 Sat Sep 21 17:51:46 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
464
465         * mime-setup.el.in (mime-setup-use-sc, mime-setup-use-signature,
466         mime-setup-default-signature-key, mime-setup-signature-key-alist):
467         Add DOC-string.
468
469 Sat Sep 21 16:01:44 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
470
471         * tm-play.el: add `mime-viewer/external-progs' to environment
472         variable `PATH'.
473         (mime-article/start-external-method-region): Don't add
474         `mime-viewer/external-progs' to `PATH' of local
475         `process-environment'.
476
477 Sat Sep 21 15:18:22 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
478
479         * tm-view.el (mime/content-decoding-condition): add tm-ps for
480         application/postscript.
481
482 Sat Sep 21 14:33:25 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
483
484         * tm-edit.el (mime-editor/insert-binary-file): Use macro
485         `as-binary-input-file'.
486
487 Fri Sep 20 07:27:41 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
488
489         * tm-parse.el (mime/parse-message): parse content of message/news
490         as same as message/rfc822.
491
492 Thu Sep 19 01:56:00 1996  Martin Buchholz <mrb@Eng.Sun.COM>
493
494         * README.en: more natural for English native speakers.
495         (cf. [tm-en:787])
496
497 Tue Sep 17 06:33:57 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
498
499         * tm-file.el (mime-article/extract-file): modified for mule merged
500         EMACS.
501
502         * TM-ELS (tm-modules-to-compile): Add tm-image if running mule
503         merged EMACS.
504
505         * tm-image.el: support mule merged EMACS.
506
507 Mon Sep 16 08:59:18 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
508
509         * tm-ew-e.el (tm-eword::char-type): Use function `char-charset'
510         instead of `char-leading-char'.
511
512 \f
513 Sun Sep 15 04:17:35 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
514
515         * tl: Version 7.61.4 was released.
516         * MU: Version 0.33 was released.
517         * tm: Version 7.85 was released.
518         * tm-mail: Version 7.25.1 was released.
519
520         * tm-edit.el (mime-editor::edit-again, mime/edit-again): Use
521         function `std11-field-end' instead of `rfc822/field-end'.
522
523 Sat Sep 14 08:56:05 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
524
525         * tm-view.el: Use std11.el instead of tl-822.el.
526
527         * tm-view.el (mime-article/get-subject): Use function
528         `std11-strip-quoted-string' instead of
529         `rfc822/strip-quoted-string'.
530
531         * tm-play.el (mime-article/get-original-filename): Use function
532         `std11-strip-quoted-string' instead of
533         `rfc822/strip-quoted-string'.
534
535         * tm-parse.el (mime/parse-parameter, mime/parse-message): Use
536         function `std11-strip-quoted-string' instead of
537         `rfc822/strip-quoted-string'; Use std11 instead of tl-822.
538
539 Fri Sep 13 02:39:01 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
540
541         * tm-ew-d.el (mime/decode-encoded-text): eliminate CR after
542         unfolded when `unfolding' is not nil.
543
544 \f
545 Sun Sep  8 18:18:02 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
546
547         * MU: Version 0.31 was released.
548         * tm: Version 7.84 was released.
549
550         * tm-edit.el (mime-editor/insert-file): Use function
551         `std11-wrap-as-quoted-string' instead of
552         `rfc822/wrap-as-quoted-string'.
553
554 Sun Sep  8 17:46:57 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
555
556         * TM-CFG: Must check return value of `get-latest-path'.
557
558 \f
559 Sat Sep  7 17:20:36 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
560
561         * tl: Version 7.61.3 was released.
562         * tm: Version 7.83 was released.
563         * tm-mail: Version 7.25 was released.
564         * tm-vm: Version 7.63 was released.
565
566         * Makefile: tm-mail.el and tm-rmail.el were moved to tm-mail
567         package.
568         tm-vm.el was moved to tm-vm package.
569
570 Sat Sep  7 17:09:09 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
571
572         * tm-edit.el (mime-editor/split-and-send): Use function
573         `std11-field-end' instead of `rfc822/field-end'.
574
575 Sat Sep  7 09:20:30 1996  Hiroshi Ueno      <zodiac@ibm.net>
576
577         * TM-CFG (LISPDIR): Use `defvar' instead of `setq' for tm-os2.
578
579 Fri Sep  6 18:41:10 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
580
581         * TM-CFG: Add comments about add-path. (cf. [tm-en:747])
582
583         * TM-CFG (SHELL): detect from /bin/sh and
584         /usr/bin/sh. (cf. [tm-en:747])
585
586 Fri Sep  6 16:19:58 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
587
588         * Makefile: Add options `PREFIX' and `EXEC_PREFIX'.
589
590 Fri Sep  6 16:18:21 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
591
592         * inst-tm (install-tm): install tm-mail and tm-vm.
593
594         * TM-CFG (TM_MAIL_DIR, TM_VM_DIR): New variable.
595
596         * inst-tm (compile-tm): compile tm-mail and tm-vm.
597
598         * inst-tm (compile-tm): Use `mu-modules-to-compile'.
599
600 Fri Sep  6 15:51:16 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
601
602         * TM-CFG: add "../tm-mail" and "../tm-vm" to load-path.
603
604 Fri Sep  6 15:50:07 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
605
606         * TM-CFG: Use function `get-latest-path'.
607
608         * inst-tm (config-tm): load ../tm-mail/TMAIL-ELS and ..
609         /tm-vm/TM-VM-ELS.
610
611         * inst-tm (config-tm): New function.
612         (compile-tm, install-tm): Use function `config-tm'.
613
614 Fri Sep  6 15:40:10 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
615
616         * TM-ELS: tm-vm.el was moved to tm-vm package.
617
618         * TM-ELS: tm-rmail.el and tm-mail.el were moved to tm-mail
619         package.
620
621 Thu Sep  5 17:42:06 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
622
623         * TM-CFG: Example of XEmacs directory tree in home was fixed. (cf.
624         [tm-en:746])
625
626 \f
627 Thu Sep  5 14:36:14 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
628
629         * tl: Version 7.61.2 was released.
630         * tm: Version 7.82 was released.
631         * tm-mh-e: Version 7.68 was released.
632         * tm-gnus: Version 7.27 was released.
633         * gnus-mime: Version 0.7 was released.
634
635         * Makefile: source tree was modified.
636
637 Thu Sep  5 12:08:56 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
638
639         * tm-edit.el (mime-editor/translate-header): New function.
640         (mime-editor/translate-buffer-hook): Use
641         `mime-editor/translate-header' instead of
642         `mime/encode-message-header'.
643
644         * tm-def.el (mime-charset-type-list): add gb2312 as 8bit
645         charset. (cf. [kanji:704])
646
647 Thu Sep  5 04:49:18 1996  Alexandre Oliva <oliva@dcc.unicamp.br>
648
649         (mime/editor-mode): The problem with resend message (S D r) in Red
650         Gnus is back.
651
652 Wed Sep  4 22:02:02 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
653
654         * tm-ew-e.el (mime/generate-X-Nsubject): New variable; variable
655         `mime/use-X-Nsubject' became obsolete.
656         (mime/encode-message-header): check X-Nsubject is already exist
657         when `mime/generate-X-Nsubject' is not nil.
658
659 Wed Sep  4 21:42:51 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
660
661         * tm-ew-e.el (mime/field-encoding-method-alist): New variable;
662         Variable `mime/no-encoding-header-fields' became obsolete.
663         (mime/encode-message-header): Use variable
664         `mime/field-encoding-method-alist'.
665
666         * tm-ew-e.el (mime/use-X-Nsubject): add DOC-string.
667
668         * tm-ew-e.el (mime/encode-message-header): Use iso-2022-jp-2 as
669         character encoding of X-Nsubject field.
670
671         * tm-ew-e.el (mime/encode-field): Don't refer
672         `mime/no-encoding-header-fields'.
673         (mime/encode-message-header): New optional argument
674         `code-conversion'; Refer `mime/no-encoding-header-fields'.
675
676         * mime-setup.el.in (message-maybe-setup-default-charset): Use
677         `buffer-live-p'.
678
679         * inst-tm (compile-tm, install-tm): source directory of tm/mh-e
680         was moved to tm-mh-e.
681
682 Wed Sep  4 15:32:36 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
683
684         * TM-CFG: tm/mh-e was moved to tm-mh-e.
685
686         * inst-tm: tm/mh-e was was moved to tm-mh-e.
687
688 Wed Sep  4 14:18:38 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
689
690         * TM-CFG (PREFIX): Use variable `install-prefix' as default value.
691         (LISPDIR): Use function `install-detect-elisp-directory'.
692         Variable `LISP_PREFIX' was abolished.
693
694         * inst-tm: Function `install-tm-gnus' was abolished.
695         (compile-tm): Don't create .gnus-compile.
696         (install-tm): Don't use function `install-tm-gnus'.
697
698         * TM-CFG: Variable `el-file-mode' was abolished.
699
700         * TM-CFG: add "../gnus-mime" to load-path.
701
702         * TM-CFG (Gnus_MIME_DIR): New variable.
703
704 Wed Sep  4 11:43:29 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
705
706         * mime-setup.el.in (message-maybe-setup-default-charset): New
707         function.
708
709 \f
710 Tue Sep  3 15:32:35 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
711
712         * tl: Version 7.61.1 was released.
713         * MU: Version 0.27 was released.
714         * tm: Version 7.81 was released.
715         * tm/mh-e: Version 7.68.1 was released.
716         * tm/gnus: gnus-mime Version 0.6.1 was released.
717
718         * Makefile: add MU package.
719
720 Mon Sep  2 16:42:24 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
721
722         * tm-edit.el (mime-editor/make-encrypt-recipient-header): Use
723         function `std11-field-bodies' instead of
724         `rfc822/get-field-bodies'.
725         (mime-editor/inserted-message-filter): Use function
726         `std11-field-end' instead of `rfc822/field-end'.
727
728 Mon Sep  2 16:30:37 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
729
730         * tm-bbdb.el: Use std11.el instead of tl-822.el.
731
732         * tm-bbdb.el (tm-bbdb/extract-address-components): Use function
733         `std11-extract-address-components' instead of
734         `rfc822/extract-address-components'.
735
736         * inst-tm (compile-tm): compile MU modules.
737         (install-tm): install MU modules.
738
739         * TM-CFG (LISPDIR): Use `running-emacs-19_29-or-later' instead of
740         `running-emacs-19'.
741
742 Mon Sep  2 15:23:44 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
743
744         * TM-CFG: fixed problem about home relative paths.
745
746         * TM-CFG (TM_MHE_RELATIVE_DIR, TM_GNUS_RELATIVE_DIR): fixed.
747
748 Mon Sep  2 15:08:00 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
749
750         * TM-CFG: add "../mu" to load-path.
751
752         * TM-CFG: fixed problem about TM_KERNEL_RELATIVE_DIR.
753
754 Mon Sep  2 14:55:51 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
755
756         * TM-CFG: fixed problem about *_RELATIVE_DIR when `LISPDIR' is a
757         member of `default-load-path'.
758
759         * inst-tm (make-mime-setup): New argument `tl-absolute-path'.
760         (compile-tm): Use variable `TL_DIR' as argument of function
761         `make-mime-setup'.
762
763 Mon Sep  2 14:39:36 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
764
765         * inst-tm (compile-tm): Use variable `TL_RELATIVE_DIR',
766         `MU_RELATIVE_DIR', `MEL_RELATIVE_DIR' and `TM_KERNEL_RELATIVE_DIR'
767         as argument of function `make-mime-setup'.
768
769         * TM-CFG (TL_RELATIVE_DIR, MU_RELATIVE_DIR, MEL_RELATIVE_DIR,
770         TM_KERNEL_RELATIVE_DIR, TM_MHE_DIR, TM_GNUS_DIR): New variable.
771
772 Mon Sep  2 14:07:47 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
773
774         * inst-tm (make-mime-setup): New argument `mu-path'; generate MU
775         setting.
776         (compile-tm): Use variable `MU_DIR'; generate MU setting.
777
778         * TM-CFG (MU_PREFIX, MU_DIR): New variable.
779
780         * inst-tm (install-tm): Use function `install-elisp-modules' for
781         mime-setup.el.
782
783 Mon Sep  2 13:25:42 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
784
785         * inst-tm: Function `install-el-and-elc-files' was abolished.
786
787         * inst-tm (install-tm): Use function `install-elisp-modules' for
788         tl.
789
790 \f
791 Sat Aug 31 14:39:06 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
792
793         * tl: Version 7.61 was released.
794         * tm: Version 7.80 was released.
795         * tm/mh-e: Version 7.68 was released.
796
797         * tm-setup.el: Use tm-pgp if mailcrypt is installed.
798
799 Fri Aug 30 17:09:46 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
800
801         * tm-bbdb.el (signature/get-sigtype-from-bbdb):
802         Use function `std11-field-body'
803         instead of `rfc822/get-field-body'.
804
805 Fri Aug 30 17:08:17 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
806
807         * tm-bbdb.el (tm-bbdb/update-record): Use function
808         `std11-field-body' instead of `rfc822/get-field-body'.
809
810         * tm-view.el (mime-viewer/follow-content): Use function
811         `std11-collect-field-names' instead of `rfc822/get-field-names'.
812
813 Fri Aug 30 16:44:52 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
814
815         * tm-view.el (mime-viewer/follow-content): Use function
816         `std11-header-string-except' instead of
817         `rfc822/get-header-string-except'.
818
819 Fri Aug 30 16:42:15 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
820
821         * tm-play.el (mime-article/decode-content): Use "text/plain" as
822         default content-type.
823
824 Fri Aug 30 16:04:21 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
825
826         * tm-play.el (mime-article/decode-content): Use function `list*'.
827
828         * tm-play.el (mime-article/decode-content): Use function `assq'
829         instead of `assoc'.
830
831         * tm-view.el (mime-article/get-subject): Use function
832         `std11-find-field-body'.
833
834 Fri Aug 30 15:55:47 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
835
836         * tm-play.el (mime-article/decode-content): allow null
837         content-type.
838         (mime-article/get-original-filename): fixed argument of function
839         `std11-find-field-body'.
840
841         * tm-view.el (mime-viewer/x-face-function): Use function
842         `std11-field-end' instead of `rfc822/field-end'.
843
844         * tm-play.el (mime-article/get-original-filename): Use function
845         `std11-find-field-body'.
846
847         * tm-play.el (mime-article/get-original-filename): Use function
848         `std11-field-body' instead of `rfc822/get-field-body'.
849
850         * tm-edit.el (mime-editor/normalize-body): fixed problem of single
851         part.
852
853 Fri Aug 30 06:20:52 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
854
855         * tm-parse.el (mime/Content-Type, mime/Content-Transfer-Encoding,
856         mime/Content-Disposition): Use function `std11-field-body' instead
857         of `rfc822/get-field-body'.
858
859         * tm-parse.el (mime/parse-Content-Type,
860         mime/parse-Content-Disposition): Use function
861         `std11-unfold-string' instead of `rfc822/unfolding-string'.
862
863         * tm-vm.el (tm-vm/do-reply): Use function `std11-full-name-string'
864         instead of `rfc822/full-name-string'.
865
866         * tm-vm.el (tm-vm/do-reply): Use function
867         `std11-parse-address-string'.
868
869         * tm-vm.el (tm-vm/do-reply): Use function `std11-field-bodies'
870         instead of `rfc822/get-field-bodies'.
871
872         * tm-evs.el (mime-viewer/questionnaire-select): Use function
873         `std11-field-body' instead of `rfc822/get-field-body'.
874
875         * tm-vm.el (tm-vm/do-reply): Use function `std11-field-body'
876         instead of `rfc822/get-field-body'.
877
878 Fri Aug 30 04:34:56 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
879
880         * signature.el (signature/get-signature-file-name): Use function
881         `std11-field-body' instead of `rfc822/get-field-body'.
882
883 Fri Aug 30 04:27:52 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
884
885         * tm-ew-e.el (mime/exist-encoded-word-in-subject): Use function
886         `std11-field-body' instead of `rfc822/get-field-body'.
887
888         * tm-partial.el (mime-article/grab-message/partials): Use function
889         `std11-field-body' instead of `rfc822/get-field-body'.
890
891 Wed Aug 28 22:49:15 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
892
893         * tm-ew-e.el (mime/encode-message-header): Use function
894         `std11-field-end' instead of `rfc822/field-end'.
895
896         * tm-ew-e.el (mime/encode-field, mime/encode-message-header): Use
897         function `std11-unfold-string' instead of
898         `rfc822/unfolding-string'.
899
900         * tm-ew-e.el (tm-eword::encode-address-list): Use function
901         `std11-parse-addresses-string'.
902
903         * tm-ew-e.el (tm-eword::phrase-route-addr-to-rwl,
904         tm-eword::addr-spec-to-rwl): Use `std11-addr-to-string' instead of
905         `rfc822/addr-to-string'.
906
907 Wed Aug 28 18:43:29 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
908
909         * tm-image.el: add `(autoload 'highlight-headers
910         "highlight-headers")' for XEmacs.
911
912 Wed Aug 28 18:38:14 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
913
914         * tm-image.el: Variable `mime-viewer/use-highlight-headers' was
915         abolished.      
916         Function `mime-preview/x-face-function-for-xemacs' was abolished.
917
918 Wed Aug 28 15:42:49 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
919
920         * tm-ew-d.el (mime-eword/decode-string, mime/decode-encoded-text):
921         Use function `std11-unfold-string' instead of
922         `rfc822/unfolding-string'.
923
924 Wed Aug 28 14:16:27 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
925
926         * tm-ew-e.el (mime/encode-message-header): Use function
927         `std11-narrow-to-header'.
928
929         * tm-ew-e.el (mime/encode-message-header): Variable
930         `rfc822/field-top-regexp' was renamed to
931         `std11-field-head-regexp'.
932
933 Wed Aug 28 14:06:22 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
934
935         * tm-ew-e.el (mime/encode-field): Variable
936         `rfc822/field-top-regexp' was renamed to
937         `std11-field-head-regexp'.
938
939         * tm-ew-d.el (mime/unfolding): Use function `std11-field-end'
940         instead of `rfc822/field-end'.
941
942         * tm-ew-d.el (mime/unfolding): Variable `rfc822/field-top-regexp'
943         was renamed to `std11-field-head-regexp'.
944
945 Tue Aug 26 15:02:23 1996  Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
946
947         * tm-vm.el (tm-vm/yank:message-to-restore): New variable.
948         (vm-yank-message): respect to the (setq frame-per-composition nil)
949         setting.
950         (cf. [tm-en:713]):
951
952 \f
953 Fri Aug 23 07:41:35 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
954
955         * tl: Version 7.48 was released.
956         * MEL: Version 5.6.1 was released.
957         * tm: Version 7.79 was released.
958         * tm/mh-e: Version 7.67 was released.
959         * tm/gnus: gnus-mime Version 0.6 was released.
960
961         * Makefile: tl/tl-els was renamed to tl/TL-ELS.
962         * Makefile: mel/mel-els was renamed to mel/MEL-ELS.
963         * Makefile: tm/mh-e/tmh-els was renamed to tm/mh-e/TMH-ELS.
964
965 Fri Aug 23 07:26:32 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
966
967         * tm-edit.el (mime-editor/set-transfer-level-7bit): New function.
968         (mime-editor/set-transfer-level-8bit): New function.
969         Add new key-bindings.
970
971 Thu Aug 22 14:28:43 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
972
973         * inst-tm (install-tm): Use function `install-elisp-modules' to
974         install tm-mh-e.
975
976         * inst-tm: tmh-els was renamed to TMH-ELS.
977
978 Wed Aug 21 12:10:19 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
979
980         * inst-tm (install-tm): Use function `install-elisp-modules' to
981         install tm kernel.
982
983         * inst-tm (compile-tm): Variable `tm-modules' was renamed to
984         `tm-modules-to-compile'.
985
986         * TM-ELS (tm-modules-to-compile): renamed from `tm-modules'.
987         (tm-modules-not-to-compile): renamed from `tm-el-files'; changed
988         to list of symbols.
989
990 Mon Aug 19 17:56:09 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
991
992         * inst-tm: Function `install-elc' and `install-elc-files' were
993         abolished.
994
995         * inst-tm (install-el-and-elc-files): Use function `install-files'
996         to install *.elc.
997
998         * inst-tm: Function `install-el-file' and `install-el-files' were
999         abolished.
1000
1001         * inst-tm (install-el-and-elc-files): Use function `install-files'
1002         to install *.el files.
1003         (install-execs): Use function `install-files'.
1004
1005 Mon Aug 19 17:00:26 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1006
1007         * inst-tm: Function `compile-el-files' was abolished.
1008
1009         * inst-tm (compile-tm): Use function `compile-elisp-modules' to
1010         compile MEL.
1011
1012         * inst-tm: mel-els was renamed to MEL-ELS.
1013
1014 Sun Aug 18 20:40:34 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1015
1016         * inst-tm (compile-tm): Use function `compile-elisp-modules' to
1017         compile tl.
1018
1019         * inst-tm: tl-els was renamed to TL-ELS.
1020
1021 Sun Aug 18 20:26:10 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1022
1023         * TM-ELS: Variable `setup-modules', `setup-el-files' and
1024         `setup-elc-files' were abolished.
1025
1026         * TM-ELS (tm-modules): Changed to list of symbols.
1027
1028         * inst-tm: Use install.el to compile tm modules.
1029
1030         * mime-setup.el.in: Module `message' conflicts in Epoch.
1031
1032 Sat Aug 17 02:41:20 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1033
1034         * tm-ew-d.el (mime/decode-message-header): Add DOC-string.
1035
1036         * tm-ew-d.el (mime-eword/decode-region): Add DOC-string.
1037
1038 Sat Aug 17 02:03:26 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1039
1040         * tm-ew-d.el (mime/decode-encoded-text): check `charset'.
1041
1042 Fri Aug 16 16:09:49 1996 Jens Lautenbacher <jens@lemming5.lem.uni-karlsruhe.de>
1043
1044         * tm-bbdb.el (tm-bbdb/pop-up-bbdb-buffer): In Gnus 5.[23] or Red
1045         Gnus, the *BBDB* buffer pops up if there is a record connected to
1046         the author of the current article and will be deleted if there is
1047         no record.
1048
1049 Fri Aug 16 05:03:42 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1050
1051         * tm-view.el (mime-article/rcnum-to-cinfo): Use function `find-if'
1052         instead of `some-element'.
1053
1054 Fri Aug 16 03:55:42 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1055
1056         * TM-CFG: check version specific site-lisp.
1057
1058 Wed Aug 14 02:34:18 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1059
1060         * tm-view.el: delete `(require 'cl)'.
1061
1062 Tue Aug 13 23:41:22 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1063
1064         * tm-view.el: Use cl.el.
1065
1066 Mon Aug 12 17:05:37 1996  Hunter Kelly  <retnuh@zule.pixar.com>
1067
1068         * tm-vm.el (tm-vm/preview-current-message): When using mime
1069         preview in VM, VM fails to "energize" the headers the same way
1070         that VM does by itself. (cf. [bug-tm-en:685])
1071
1072 \f
1073 Mon Aug 12 11:02:46 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1074
1075         * tm: Version 7.78 was released.
1076         * tm/gnus: gnus-mime Version 0.4 was released.
1077
1078         * README.en: modified about bug report.
1079
1080 Sun Aug 11 13:57:11 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1081
1082         * tm-edit.el (mime-editor/encrypt-pgp-kazu): Use function
1083         `mime-editor/make-encrypt-recipient-header'.
1084
1085 Sat Aug 10 12:04:21 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1086
1087         * mime-setup.el.in: setting for variable
1088         `message-forward-start-separator' and
1089         `message-forward-end-separator' was moved to message-mime.el.
1090
1091 Sat Aug 10 02:35:23 1996  John S Cooper <John.Cooper@Eng.Sun.COM>
1092
1093         * tm-vm.el: fixed problem when variable `vm-frame-per-composition'
1094         is nil. (cf. [bug-tm-en:675])
1095
1096 \f
1097 Fri Aug  9 12:16:23 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1098
1099         * tm: Version 7.77 was released.
1100         * tm/gnus: gnus-mime Version 0.3 was released.
1101
1102         * tm-edit.el (mime-editor/encrypt-recipient-fields-list): New
1103         variable.
1104         (mime-editor/make-encrypt-recipient-header): New function.
1105         (mime-editor/encrypt-pgp-elkins): Use function
1106         `mime-editor/make-encrypt-recipient-header'.
1107
1108 Wed Aug  7 16:42:47 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1109
1110         * mime-setup.el.in: setup for message-mime.el.
1111
1112 Wed Aug  7 15:50:44 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1113
1114         * tm-ew-d.el (mime/decode-encoded-text): unfolding must be after
1115         code-converted.
1116
1117 Wed Aug  7 05:59:03 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1118
1119         * tm-setup.el: Don't define function to load up tm-gnus or
1120         gnus-mime if GNUS or Gnus has been loaded.
1121
1122 Wed Aug  7 05:49:42 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1123
1124         * tm-setup.el: Use `call-after-loaded' to setup
1125         gnus-mime. (cf. [tm-en:661])
1126
1127 Wed Aug  7 03:35:52 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1128
1129         * tm-ew-d.el (mime-eword/decode-region): New optional argument
1130         `must-unfold'.
1131
1132         * tm-ew-d.el (mime-eword/decode-string): New optional argument
1133         `unfolding'.
1134         (mime/decode-encoded-text): New optional argument `unfolding'.
1135         (mime/decode-encoded-word): New implementation.
1136
1137         * tm-ew-d.el (mime/decode-encoded-word): new optional argument
1138         `unfolding'.
1139
1140 \f
1141 Tue Aug  6 12:29:11 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1142
1143         * tl: Version 7.44 was released.
1144         * tm: Version 7.76
1145         * tm/gnus: gnus-mime Version 0.2 was released.
1146
1147         * tm-edit.el (mime-editor/encrypt-pgp-elkins): Use function
1148         `rfc822/get-field-bodies'.
1149
1150 Tue Aug  6 12:12:53 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1151
1152         * tm-setup.el (tm-setup/load-GNUS): New function.
1153         (tm-setup/load-gnus): New function.
1154
1155 \f
1156 Thu Aug  1 06:42:04 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1157
1158         * tl: Version 7.43.2 was released.
1159         * tm: Version 7.75 was released.
1160         * tm/mh-e: Version 7.65.1 was released.
1161
1162         * tm-image.el: Function `bitmap-show-xbm-file' was renamed to
1163         `bitmap-insert-xbm-file'.
1164
1165         Function `bitmap-decode-x-face' was renamed to
1166         `x-face-decode-message-header'.
1167
1168 Wed Jul 31 02:51:16 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1169
1170         * tm-edit.el (mime-editor/split-message-sender-alist):
1171         implementation for mh-letter-mode was moved to
1172         tm/mh-e/tmh-comp.el.
1173
1174 Mon Jul 29 01:13:20 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1175
1176         * tm-text.el (mime-charset/maybe-decode-buffer):
1177         fixed. (cf. [tm-en:629])
1178
1179 Fri Jul 26 19:43:26 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1180
1181         * tm-image.el: Function `bitmap-read-xbm' was renamed to
1182         `bitmap-show-xbm-file'.
1183
1184 \f
1185 Wed Jul 24 10:33:16 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1186
1187         * tm: Version 7.74 was released.
1188
1189 Wed Jul 24 10:27:07 1996  Katsumi Yamaoka <yamaoka@ga.sony.co.jp>
1190
1191         * tm-edit.el (mime-editor/encrypt-pgp-elkins): fixed to call
1192         `rfc822/get-field-body' with `mail-header-separator'.
1193         (cf. [tm-ja:1996])
1194
1195 \f
1196 Wed Jul 24 10:08:38 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1197
1198         * tl: Version 7.43.1 was released.
1199         * tm: Version 7.73 was released.
1200         * tm/gnus: Version 7.79 was released.
1201         * tm/mh-e: Version 7.65 was released.
1202
1203 Mon Jul 22 19:29:42 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1204
1205         * tm-edit.el: Variable `mime/editor-mode-old-selective-display'
1206         was abolished.
1207
1208         (mime/editor-mode): DOC-string was modified; Use macro
1209         `enable-invisible'.
1210
1211         (mime-editor/exit): Use macro `end-of-invisible'.
1212
1213 Mon Jul 22 18:29:22 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1214
1215         * inst-tm (install-el-and-elc-files): code to make directory if it
1216         is not exist was moved to function `install-el-files'.
1217
1218 Thu Jul 18 12:46:20 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1219
1220         * tm-text.el (mime-preview/decode-text-buffer): local variable
1221         `beg' was abolished.
1222
1223 Thu Jul 18 12:42:40 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1224
1225         * tm-text.el (mime-preview/decode-text-buffer): fixed for new spec
1226         of code-converter.
1227
1228         * tm-pgp.el (mime-article/view-application/pgp): set function
1229         `mime-charset/decode-buffer' as code-converter for decryption.
1230
1231         * tm-text.el (mime-viewer/code-converter-alist): spec of
1232         converters were changed; they work for buffer instead of region.
1233
1234         (mime-charset/decode-buffer): New function; renamed from
1235         `mime-charset-decode-region'.
1236
1237         (mime-charset/maybe-decode-buffer): New function; renamed from
1238         `mime-viewer/default-code-convert-region'.
1239
1240 Thu Jul 18 06:50:09 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1241
1242         * tm-text.el (mime-preview/decode-text-buffer): New function;
1243         renamed from function `mime-preview/decode-text-region'.
1244
1245         (mime-preview/filter-for-text/plain,
1246         mime-preview/filter-for-text/richtext,
1247         mime-preview/filter-for-text/enriched): Use function
1248         `mime-preview/decode-text-buffer' instead of
1249         `mime-preview/decode-text-region'.
1250
1251 Thu Jul 18 06:24:23 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1252
1253         * tm-text.el (mime-viewer/default-code-convert-region): New
1254         implementation.
1255
1256 Thu Jul 18 06:21:31 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1257
1258         * tm-text.el (mime-preview/filter-for-text/enriched): Use function
1259         `mime-preview/decode-text-region'.
1260
1261         * tm-text.el (mime-preview/filter-for-text/richtext): Use function
1262         `mime-preview/decode-text-region'.
1263
1264 Thu Jul 18 06:06:25 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1265
1266         * tm-text.el (mime-charset-decode-region): New function; moved
1267         from tm-def.el.
1268
1269         * tm-def.el: Function `mime-charset-decode-region' was moved to
1270         tm-text.el.
1271
1272 \f
1273 Wed Jul 17 05:36:50 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1274
1275         * tl: Version 7.43 was released.
1276         * tm: Version 7.72 was released.
1277         * tm/mh-e: Version 7.64 was released.
1278         * tm/gnus: Version 7.78 was released.
1279
1280 Mon Jul 15 19:21:48 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1281
1282         * tm-image.el (mime-viewer/ps-to-gif-command): New variable.
1283         (mime-preview/filter-for-application/postscript): Use variable
1284         `mime-viewer/ps-to-gif-command'.
1285
1286 Mon Jul 15 14:04:46 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1287
1288         * tm-play.el (mime-article/show-output-buffer): use variable
1289         `mime/output-buffer-window-is-shared-with-bbdb'.
1290
1291         * tm-def.el (mime/output-buffer-window-is-shared-with-bbdb): New
1292         variable.
1293
1294         * tm-pgp.el (mime-article/check-pgp-signature): Don't check
1295         *noconv*.
1296
1297 Mon Jul 15 13:59:43 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1298
1299         * tm-pgp.el (mime-article/check-pgp-signature): fixed for new spec
1300         of function `mime-article/show-output-buffer'.
1301
1302         * tm-play.el (mime-article/show-output-buffer): Select a window
1303         contains preview-buffer if there is no windows contain
1304         mime/output-buffer-name.
1305
1306         * tm-def.el (tm:button-dispatcher): New implementation.
1307
1308 Mon Jul 15 08:19:01 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1309
1310         * tm-edit.el (mime-editor::edit-again): Use function
1311         `decode-mime-charset-region' instead of
1312         `mime-charset-decode-region' and `character-decode-region'; Use
1313         variable `default-mime-charset' instead of
1314         `mime/default-coding-system'.
1315
1316 Sun Jul 14 15:04:35 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1317
1318         * tm-def.el: Variable `mime/default-coding-system' was abolished.
1319
1320         * tm-def.el: Variable `mime/charset-coding-system-alist' was
1321         abolished.
1322
1323         * tm-def.el (mime-charset-decode-region): Use function
1324         `decode-mime-charset-region'.
1325
1326 Sun Jul 14 11:40:02 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1327
1328         * tm-ew-d.el (mime/decode-encoded-text): Use function
1329         `decode-mime-charset-string' instead of
1330         `mime-charset-decode-string'.
1331
1332         * tm-def.el: Function `mime-charset-decode-string' was abolished.
1333
1334 \f
1335 Thu Jul 11 15:26:54 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1336
1337         * tl: Version 7.36 was released.
1338         * tm: Version 7.71 was released.
1339
1340         * tm-def.el: Function `mime-charset-encode-region' was abolished.
1341
1342 Thu Jul 11 15:25:18 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1343
1344         * tm-def.el: Function `mime-charset-encode-string' was abolished.
1345
1346 Thu Jul 11 15:23:13 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1347
1348         * tm-def.el: Function `mime/find-charset-region' was abolished.
1349
1350         * tm-edit.el: New implementation; based on SEMI mime-edit 0.36.
1351
1352         (mime-editor/define-charset): Argument `charset' was changed to
1353         symbol.
1354
1355         (mime-editor/normalize-body): charset was changed to symbol; Use
1356         function `encode-mime-charset-region' instead of
1357         `mime-charset-encode-region'.
1358
1359         (mime-editor/make-charset-default-encoding-alist): New function.
1360
1361         (mime-editor/charset-default-encoding-alist): Use function
1362         `mime-editor/make-charset-default-encoding-alist'.
1363
1364         (mime-editor/toggle-transfer-level): Use function
1365         `mime-editor/make-charset-default-encoding-alist'.
1366
1367         (mime-editor/choose-charset): Use function
1368         `detect-mime-charset-region' instead of `mime/find-charset-region';
1369         Changed to return symbol.
1370
1371 Wed Jul 10 14:21:58 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1372
1373         * tm-def.el (mime/find-charset-region): fixed.
1374
1375 Wed Jul 10 13:45:06 1996  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
1376
1377         * signature.el (insert-signature): Meaning of
1378         `signature-delete-blank-lines-at-eof' had been reversed by
1379         mistake.
1380
1381 Wed Jul 10 13:04:08 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1382
1383         * tm-def.el: Variable `mime/lc-charset-alist' and
1384         `mime/unknown-charset' were abolished.
1385
1386         Function `mime/find-charset' was abolished.
1387         
1388         (mime/find-charset-region): Use function
1389         `detect-mime-charset-region' instead of `mime/find-charset'.
1390
1391 Wed Jul 10 12:52:46 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1392
1393         * tm-ew-e.el (tm-eword::space-process): Use `eq' to compare
1394         charset.
1395         (tm-eword::encoded-word-length): Use `string-equal' to compare
1396         encoding.
1397
1398 Wed Jul 10 12:50:12 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1399
1400         * tm-ew-e.el (tm-eword::encode-encoded-text): Argument `charset'
1401         was changed to symbol.
1402         (tm-eword::find-charset-rule): Returned charset was changed to
1403         symbol too.
1404         (tm-eword::encoded-word-length): Use function
1405         `encode-mime-charset-string' instead of
1406         `mime-charset-encode-string'; `charset' slot of `rword' was
1407         changed to symbol.
1408
1409 Wed Jul 10 12:33:14 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1410
1411         * tm-ew-e.el (mime-eword/charset-encoding-alist): charset is
1412         changed to symbol.
1413         (tm-eword::find-charset-rule): modified for news
1414         `mime-eword/charset-encoding-alist' format.
1415
1416         * tm-ew-e.el (tm-eword::find-charset-rule): Use function
1417         `charsets-to-mime-charset' instead of `mime/find-charset'.
1418
1419 Wed Jul 10 11:28:34 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1420
1421         * tm-def.el: Variable `mime/charset-type-list' was abolished.
1422
1423         * tm-def.el (mime/make-charset-default-encoding-alist): Use
1424         variable `mime-charset-type-list' instead of
1425         `mime/charset-type-list'.
1426
1427         * tm-def.el (mime-charset-type-list): New variable.
1428         (mime/charset-type-list): Use `mime-charset-type-list'.
1429
1430 \f
1431 Tue Jul  9 13:30:32 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1432
1433         * tl: Version 7.31.1 was released.
1434         * tm: Version 7.70 was released.
1435         * tm/gnus: Version 7.73 was released.
1436
1437         * tm-edit.el (mime/editor-mode): Don't toggle.
1438         (mime-editor/toggle-mode): New function.
1439
1440 Tue Jul  2 14:06:53 1996  Alastair Burt <burt@dfki.uni-kl.de>
1441
1442         * tm-edit.el: use function `add-minor-mode' for XEmacs.
1443
1444 Mon Jul  8 05:44:22 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1445
1446         * tm-image.el: `(require 'xpm)' was deleted.
1447
1448 Thu Jul  4 16:57:03 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1449
1450         * tm-def.el (tm:button-dispatcher): don't move to preview buffer.
1451
1452 Mon Jul  1 23:45:34 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1453
1454         * tm-evs.el (tm-evs/define-keys): New function.
1455         Use `mime-viewer/define-keymap-hook'.
1456
1457 Mon Jul  1 23:43:25 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1458
1459         * tm-bbdb.el (tm-bbdb/define-keys): New function.
1460         Use `mime-viewer/define-keymap-hook'.
1461
1462         * tm-view.el: Variable `mime/viewer-mode-map' was abolished.
1463         (mime-viewer/define-keymap): New function.
1464         (mime/viewer-mode): Add new argument `mother-keymap'; use function
1465         `mime-viewer/define-keymap'.
1466
1467 \f
1468 Thu Jun 27 15:49:37 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1469
1470         * tl: Version 7.31 was released.
1471         * MEL: Version 5.6 was released.
1472         * tm: Version 7.69 was released.
1473         * tm/mh-e: Version 7.63.1 was released.
1474         * tm/gnus: Version 7.72 was released.
1475
1476         * inst-tm (compile-tm): condition was modified about XEmacs.
1477
1478         * inst-tm (compile-tm): Don't `make gnus5' for XEmacs 19.14 or
1479         later.
1480
1481         * inst-tm (compile-tm): `make sgnus' is renamed to `make gnus5'.
1482
1483 Thu Jun 27 14:26:56 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1484
1485         * tm-pgp.el (mime-article/view-application/pgp): Use macro
1486         `as-binary-process'.
1487
1488 Thu Jun 27 14:22:59 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1489
1490         * tm-edit.el (mime-editor/encrypt-pgp-kazu): Use macro
1491         `as-binary-process'.
1492         (mime-editor/sign-pgp-kazu): Use macro `as-binary-process'.
1493
1494 Wed Jun 26 15:32:13 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1495
1496         * tm-def.el (mime/charset-coding-system-alist): add `GB2312'.
1497
1498 Tue Jun 25 01:02:40 1996  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
1499
1500         * mime-setup.el.in (mu-cite/pre-cite-hook): Add function
1501         `mime/decode-message-header'.
1502
1503 Wed Jun 12 23:46:24 1996  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
1504
1505         * tm-vm.el: Setting for `mime-editor/split-message-sender-alist'
1506         was moved from tm-edit.el.
1507
1508 \f
1509 Wed Jun 12 05:53:26 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1510
1511         * tl: Version 7.30 was released.
1512         * MEL: Version 5.5 was released.
1513         * tm: Version 7.68 was released.
1514
1515         * tm-edit.el (mime-editor/split-message-sender-alist): setting for
1516         `mail-mode' was moved to tm-rmail.el.
1517
1518 Wed Jun 12 05:38:23 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1519
1520         * tm-rmail.el: Setting for
1521         `mime-editor/split-message-sender-alist' was moved from
1522         tm-edit.el.
1523
1524 Tue Jun 11 22:19:45 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1525
1526         * tm-image.el: Function `image-read-file' was abolished.
1527
1528         * tm-image.el (mime-preview/filter-for-inline-image): New
1529         implementation; Don't make temporary file.
1530
1531         (mime-preview/filter-for-application/postscript): New function for
1532         XEmacs 19.14 or later.
1533
1534 Tue Jun 11 14:34:28 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1535
1536         * tm-ew-e.el (tm-eword::encode-string-1): Use function
1537         `char-length' instead of `char-bytes'.
1538
1539         * tm-ew-e.el (tm-eword::parse-lc-word): Use function `char-length'
1540         instead of `char-bytes'.
1541
1542 Mon Jun 10 05:12:37 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1543
1544         * tm-ew-e.el (tm-eword::encode-string-1): Use macro
1545         `tm-eword::rword-charset', `tm-eword::rword-encoding' and
1546         `tm-eword::rword-type'.
1547
1548         (tm-eword::encoded-word-length): set `type'.
1549
1550 Mon Jun 10 04:34:27 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1551
1552         * tm-ew-e.el (mime/encode-field): set `type'.
1553
1554 Mon Jun 10 04:29:31 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1555
1556         * tm-ew-e.el (tm-eword::encode-rwl): optional argument `mode' was
1557         abolished.
1558
1559         (tm-eword::encode-string): modified for new interface.
1560
1561         (mime-eword/encode-string): modified for new interface.
1562
1563 Mon Jun 10 04:21:03 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1564
1565         * tm-ew-e.el (tm-eword::encode-string-1): optional argument `mode'
1566         was abolished.
1567
1568         (tm-eword::encode-rwl): don't use `mode'.
1569
1570         * tm-ew-e.el (tm-eword::split-string): New optional argument
1571         `mode'.
1572
1573         (tm-eword::mailbox-to-rwl): set `type'.
1574
1575 Mon Jun 10 04:10:05 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1576
1577         * tm-ew-e.el (tm-eword::make-rword): New macro.
1578
1579         (tm-eword::words-to-ruled-words): new optional argument `mode';
1580         Use macro `tm-eword::make-rword'.
1581
1582         (tm-eword::phrase-to-rwl): set `mode'.
1583
1584 Mon Jun 10 03:29:31 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1585
1586         * tm-ew-e.el (tm-eword::encoded-word-length): Use macro
1587         `tm-eword::rword-text', `tm-eword::rword-charset' and
1588         `tm-eword::rword-encoding'.
1589
1590 Mon Jun 10 03:12:18 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1591
1592         * tm-ew-e.el (tm-eword::encoded-word-length): Use function
1593         `base64-encoded-length' instead of `base64-length'.
1594
1595         Function `q-encoding-length' was abolished.
1596
1597 Mon Jun 10 03:09:05 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1598
1599         * tm-ew-e.el (tm-eword::encoded-word-length): Use function
1600         `base64-encoded-length' instead of `base64-length'.
1601
1602         Function `base64-length' was abolished.
1603
1604 Mon Jun 10 02:59:06 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1605
1606         * tm-ew-e.el (tm-eword::rword-text): New macro.
1607         (tm-eword::rword-charset): New macro.
1608         (tm-eword::rword-encoding): New macro.
1609         (tm-eword::rword-type): New macro.
1610
1611         (tm-eword::space-process): Use macro `tm-eword::rword-text',
1612         `tm-eword::rword-charset' and `tm-eword::rword-encoding'.
1613
1614 \f
1615 Mon Jun 10 01:56:38 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1616
1617         * tm: Version 7.67 was released.
1618         * tm/gnus: Version 7.69 was released.
1619
1620 Sun Jun  9 07:03:58 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1621
1622         * tm-edit.el (mime-editor/split-and-send): New implementation.
1623
1624         Variable `mime-editor/message-default-sender-alist' was abolished.
1625
1626         Variable `mime-editor/window-config-alist' was abolished.
1627
1628 \f
1629 Sun Jun  9 04:13:53 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1630
1631         * MEL: Version 5.4 was released.
1632         * tm: Version 7.66.2 was released.
1633         * tm/gnus: Version 7.68 was released.
1634
1635 Fri Jun  7 14:14:53 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1636
1637         * inst-tm (install-elc): check `src-file' has existed yet.
1638
1639 Thu Jun  6 15:03:38 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1640
1641         * tm-ew-e.el (mime/encode-field): fixed.
1642
1643         * tm-parse.el (mime/Content-Transfer-Encoding): eliminate last
1644         linear-white-spaces.
1645
1646 \f
1647 Mon Jun  3 14:52:18 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1648
1649         * tl: Version 7.29.1 was released.
1650         * MEL: Version 5.2 was released.
1651         * tm: Version 7.66.1 was released.
1652         * tm/mh-e: Version 7.63 was released.
1653
1654         * doc/Makefile (world): fixed.
1655
1656 Mon Jun  3 14:33:35 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1657
1658         * tm-ew-e.el (mime/encode-field): must count a space after `:'.
1659
1660 Mon Jun  3 14:31:15 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1661
1662         * tm-ew-e.el (tm-eword::encode-rwl): must insert a space between
1663         encoded-words.
1664
1665 Fri May 31 14:51:49     Jens Lautenbacher <jtl@tkm.physik.uni-karlsruhe.de>
1666
1667         * tm-def.el (tm:browse-url): If argument `URL' is exist, funcall
1668         `browse-url-browser-function' with `URL'.
1669
1670 \f
1671 Tue May 28 03:40:11 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1672
1673         * tl: Version 7.29 was released.
1674         * MEL: Version 5.0 was released.
1675         * tm: Version 7.66 was released.
1676
1677         * inst-tm (install-elc): modifies about error message.
1678
1679 Tue May 28 03:06:10 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1680
1681         * tm-edit.el (mime-editor/insert-signature): Use variable
1682         `signature-file-name' instead of `signature'.
1683
1684         * signature.el (insert-signature): local variable `signature' was
1685         renamed to `signature-file-name'.
1686
1687 Mon May 27 17:33:03 1996  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
1688
1689         * tm-edit.el (mime-file-types): New file type ".patch" was added.
1690
1691 \f
1692 Mon May 27 15:14:29 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1693
1694         * tl: Version 7.27.1 was released.
1695         * tm: Version 7.65 was released.
1696         * tm/gnus: Version 7.63 was released.
1697
1698         * README.en (4.1): add `EXEC_PREFIX'.
1699
1700         September Gnus was renamed to Gnus 5.2.
1701
1702         * TM-CFG (EXEC_PREFIX): new variable.
1703         (BINS): fixed.
1704
1705 Mon May 27 14:56:29 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1706
1707         * tm-def.el (mime/lc-charset-alist): add "ISO-8859-6".
1708
1709         * inst-tm (install-elc): use `condition-case' for delete-file.
1710
1711         * tm-def.el (mime/lc-charset-alist): Use constants `charset-*'.
1712
1713 Mon May 27 08:16:38 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1714
1715         * tm-pgp.el (mime-article/check-pgp-signature): Use function
1716         `mime-decode-region' instead of `mime/decode-region'.
1717
1718         (mime-article/add-pgp-keys): Use function `mime-decode-region'
1719         instead of `mime/decode-region'.
1720
1721         * tm-text.el (mime-preview/decode-text-region): Use function
1722         `mime-decode-region' instead of `mime/decode-region'.
1723
1724         (mime-preview/filter-for-text/richtext): Use function
1725         `mime-decode-region' instead of `mime/decode-region'.
1726
1727         (mime-preview/filter-for-text/enriched): Use function
1728         `mime-decode-region' instead of `mime/decode-region'.
1729
1730 Mon May 27 08:08:00 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1731
1732         * tm-image.el (mime-preview/filter-for-inline-image): renamed from
1733         function `mime-preview/filter-for-image/inline'.
1734
1735         * tm-image.el (mime-preview/filter-for-image): Use function
1736         `mime-decode-region' instead of `mime/decode-region'.
1737
1738         (mime-preview/filter-for-image/inline): Use function
1739         `mime-decode-region' instead of `mime/decode-region'.
1740
1741         (mime-preview/filter-for-image/xbm): Use function
1742         `mime-decode-region' instead of `mime/decode-region'.
1743
1744 Mon May 27 08:00:50 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1745
1746         * tm-html.el (mime-article/decode-html): Use function
1747         `mime-decode-region' instead of `mime/decode-region'.
1748
1749 Mon May 27 07:58:21 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1750
1751         * tm-file.el (mime-article/extract-file): Use function
1752         `mime-decode-region' instead of `mime/decode-region'.
1753
1754 Thu May 23 16:51:04 1996  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
1755
1756         * tm-vm.el (tm-vm/decode-message-header): doc string was modified.
1757         (vm-yank-message): modified for `tm-vm/yank-content'.
1758         (tm-vm/do-reply), (tm-vm/following-method), (tm-vm/yank-content):
1759         New functions; following method for VM.
1760
1761         * tm-view.el (mime/viewer-mode-map): New keybind for `describe-mode'.
1762         was added.
1763         (mime/viewer-mode): doc string was modified.
1764
1765         * tm-bbdb.el:
1766         (mime/viewer-mode-map): New keybinds for `tm-bbdb/edit-notes' and
1767         `tm-bbdb/show-sender' were added.
1768
1769 \f
1770 Thu May 23 01:34:26 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1771
1772         * tl: Version 7.27 was released.
1773         * MEL: Version 4.7.1 was released.
1774         * tm: Version 7.64 was released.
1775
1776 Wed May 22 02:26:49 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1777
1778         * tm-view.el (mime-preview/insert-content-button): fixed.
1779
1780         * tm-edit.el (mime-editor/yank-ignored-field-list): add "Replied";
1781         remove "Sender".
1782
1783         (mime-editor/insert-binary-buffer, mime-editor/normalize-body):
1784         Argument order of function `mime-encode-region' was changed.
1785
1786         (mime-editor::edit-again): Argument order of function
1787         `mime-decode-region' was changed.
1788
1789 \f
1790 Mon May 20 16:24:30 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1791
1792         * tl: Version 7.26 was released.
1793         * tm: Version 7.63 was released.
1794         * tm/mh-e: Version 7.62 was released.
1795         * tm/gnus: Version 7.61 was released.
1796
1797         * TM-CFG (default-load-path): New variable.
1798
1799         (PREFIX): default value is got from variable `exec-directory' or
1800         `data-directory'.
1801
1802         Variable `EMACS_PREFIX' and `DATA_PREFIX' were abolished.
1803
1804         (LISPDIR): default value is searched from variable
1805         `default-load-path'.
1806
1807 Mon May 20 14:56:33 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1808
1809         * tm-view.el (mime-viewer/visible-field-list): add "Message-Id".
1810
1811         (mime-viewer/content-button-ignored-ctype-list): renamed from
1812         variable `mime-viewer/content-subject-omitting-Content-Type-list'.
1813
1814         (mime-viewer/content-button-visible-ctype-list): renamed from
1815         variable `mime-viewer/content-subject-showing-Content-Type-list'.
1816
1817         (mime-preview/insert-content-button): renamed from function
1818         `mime-preview/insert-content-subject'.
1819
1820         (mime-preview/default-content-button-function): renamed from
1821         function `mime-preview/default-content-subject-function'.
1822
1823         (mime-preview/content-button-function): renamed from variable
1824         `mime-preview/content-subject-function'.
1825
1826         (mime-preview/display-content): fixed about renaming.
1827
1828 Sun May 19 16:16:42 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1829
1830         * tm-edit.el (mime-editor::edit-again): Decode contents by
1831         Content-Transfer-Encoding field if they have charset field or they
1832         are ``text'' types.
1833
1834 \f
1835 Fri May 17 07:59:40 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1836
1837         * tl: Version 7.25 was released.
1838         * MEL: Version 4.7 was released.
1839         * tm: Version 7.62 was released.
1840
1841         * tm-view.el (mime-preview/insert-content-subject): New
1842         implementation.
1843
1844         (mime-preview/default-content-separator): renamed from
1845         `mime-viewer/default-content-separator'.
1846
1847 Thu May 16 00:44:26 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1848
1849         * tm-edit.el: Unused variable `mime-signature-file' was abolished.
1850         (mime-editor/translate-hook): DOC string was modified.
1851         (mime/editor-mode): DOC string was modified.
1852         (mime-editor/insert-signature): DOC string was modified.
1853
1854 \f
1855 Wed May 15 19:31:39 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1856
1857         * tl: Version 7.24 was released.
1858         * tm: Version 7.61 was released.
1859         * tm/mh-e: Version 7.61.1 was released.
1860
1861         * doc/tm_ja.texi, doc/tm_en.texi: Address of the tm ML
1862         administration was changed.
1863
1864         * README.en: Address of the tm ML administration was changed.
1865
1866 Wed May 15 16:52:21 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1867
1868         * tm-view.el (mime-preview/insert-content-subject): renamed from
1869         `mime-viewer/insert-content-subject'; new argument `encoding'.
1870
1871         (mime-preview/default-content-subject-function): renamed from
1872         `mime-viewer/default-content-subject-function'; new argument
1873         `encoding'.
1874
1875         (mime-preview/content-subject-function): renamed from
1876         `mime-viewer/content-subject-function'; new argument `encoding'.
1877
1878         (mime-preview/display-message/partial): renamed from
1879         `mime-viewer/display-message/partial'; abolish argument `obuf';
1880         initial buffer was changed to preview-buffer.
1881
1882         (mime-preview/display-content): Variable
1883         `mime-viewer/content-subject-function' was renamed to
1884         `mime-preview/content-subject-function' and arguments was changed.
1885         Function `mime-viewer/insert-content-subject' was renamed to
1886         `mime-preview/insert-content-subject' and arguments was changed.
1887         Function `mime-viewer/display-message/partial' was renamed to
1888         `mime-preview/display-message/partial' and arguments was changed.
1889
1890 \f
1891 Tue May 14 02:11:54 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1892
1893         * tl: Version 7.22.5 was released.
1894         * MEL: Version 4.6 was released.
1895         * tm: Version 7.60 was released.
1896
1897         * tm-view.el (mime-preview/display-body): renamed from
1898         `mime-viewer/display-body'; abolish argument `obuf'; initial
1899         buffer was changed to preview-buffer.
1900
1901         (mime-preview/display-content): Function
1902         `mime-viewer/display-body' was renamed to
1903         `mime-preview/display-body'.
1904
1905 Sun May 12 17:13:39 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1906
1907         * tm-edit.el (mime-editor::edit-again): fixed to use function
1908         `character-decode-region' instead of `decode-coding-region'.
1909
1910 \f
1911 Sat May 11 16:23:16 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1912
1913         * tl: Version 7.22.4 was released.
1914         * MEL: Version 4.2 was released.
1915         * tm: Version 7.59 was released.
1916         * tm/mh-e: Version 7.61 was released.
1917         * tm/gnus: Version 7.60 was released.
1918
1919         * tm-view.el (mime-preview/display-header): renamed from
1920         `mime-viewer/display-header'; abolish argument `obuf'; initial
1921         buffer was changed to preview-buffer.
1922
1923         * TM-CFG: eliminate last `/' for directory.
1924
1925 Sat May 11 10:09:00 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1926
1927         * tm-play.el: Add `mime-viewer/external-progs' to `exec-path'.
1928
1929         * tm-play.el (mime-article/start-external-method-region): New
1930         implementation.
1931
1932 Thu May  9 18:47:32 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1933
1934         * tm-text.el (mime-viewer/default-code-convert-region): fixed.
1935
1936 Thu May  9 18:46:18 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1937
1938         * tm-text.el: Function `mime/code-convert-region-to-emacs' was
1939         renamed to `mime-charset-decode-region'.
1940
1941         * tm-pgp.el (mime-article/view-application/pgp): Function
1942         `mime/code-convert-region-to-emacs' was renamed to
1943         `mime-charset-decode-region'.
1944
1945         * tm-edit.el (mime-editor/normalize-body): Function
1946         `mime/code-convert-region-from-emacs' was renamed to
1947         `mime-charset-encode-region'.
1948         (mime-editor::edit-again): Function
1949         `mime/code-convert-region-to-emacs' was renamed to
1950         `mime-charset-decode-region'.
1951
1952         * tm-def.el (mime-charset-decode-region): renamed from
1953         `mime/code-convert-region-to-emacs'.
1954
1955         * tm-def.el (mime-charset-encode-region): renamed from
1956         `mime/code-convert-region-from-emacs'.
1957
1958 Thu May  9 18:18:51 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1959
1960         * tm-ew-d.el (mime/decode-encoded-text): Use function
1961         `string-equal' instead of `string='.
1962
1963 Thu May  9 18:14:16 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1964
1965         * tm-ew-d.el (mime/decode-encoded-text): Function
1966         `mime/convert-string-to-emacs' was renamed to
1967         `mime-charset-decode-string'.
1968
1969         * tm-def.el (mime-charset-decode-string): renamed from
1970         `mime/convert-string-to-emacs'.
1971
1972 Thu May  9 18:08:47 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1973
1974         * tm-ew-e.el (tm-eword::encoded-word-length): Function
1975         `mime/convert-string-from-emacs' was renamed to
1976         `mime-charset-encode-string'.
1977
1978         * tm-def.el (mime-charset-encode-string): renamed from
1979         `mime/convert-string-from-emacs'.
1980
1981 Thu May  9 16:05:49 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1982
1983         * tm-edit.el, tm-bbdb.el: Pekka Marjola's address was changed.
1984
1985 Thu May  9 13:53:15 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1986
1987         * tm-def.el (mime/convert-string-from-emacs): Use function
1988         `character-encode-string' instead of `encode-coding-string'.
1989         (mime/convert-string-to-emacs): Use function
1990         `character-decode-string' instead of `decode-coding-string'.
1991
1992         * tm-edit.el (mime-editor::edit-again): Use function
1993         `character-decode-region' instead of `decode-coding-region'.
1994
1995         * tm-def.el (mime/code-convert-region-from-emacs): Use function
1996         `character-encode-region' instead of `encode-coding-region'.
1997         (mime/code-convert-region-to-emacs): Use function
1998         `character-decode-region' instead of `decode-coding-region'.
1999
2000 \f
2001 Wed May  8 15:40:58 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2002
2003         * tl: Version 7.22.3 was released.
2004         * tm: Version 7.58 was released.
2005         * tm/gnus: Version 7.57 was released.
2006
2007         * Makefile: tm/tm-rich.el was renamed to tm/tm-text.el.
2008
2009         * README.en: tm-rich.el was renamed to tm-text.el.
2010         Add tm-image.el.
2011
2012 Wed May  8 15:21:41 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2013
2014         * tm-view.el: Variable `mime-viewer/code-converter-alist' and
2015         function `mime-viewer/default-code-convert-region',
2016         `mime-preview/decode-text-region' and
2017         `mime-viewer/filter-text/plain' were moved to tm-text.el.
2018
2019         Function `mime-viewer/filter-text/plain' was renamed to
2020         `mime-preview/filter-for-text/plain'
2021
2022         Function `mime-viewer/default-content-filter' was abolished. (`t'
2023         of `mime-viewer/content-filter-alist' means default
2024         content-filter)
2025
2026         (mime-viewer/content-filter-alist): setting for text/enriched and
2027         text/richtext. Use function `mime-preview/filter-for-text/plain'
2028         as default content-filter.
2029
2030 Wed May  8 15:05:03 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2031
2032         * inst-tm: tm-rich.el was abolished.
2033
2034         * TM-ELS: tm-rich.el was renamed to tm-text.el.
2035
2036         * tm-setup.el: Delete setting code for tm-rich.el.
2037
2038 Wed May  8 14:46:39 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2039
2040         * tm-text.el (mime-preview/filter-for-text/plain): renamed from
2041         `mime-viewer/filter-text/plain'.
2042         (mime-preview/filter-for-text/richtext): renamed from
2043         `mime-viewer/filter-text/richtext'.
2044         (mime-preview/filter-for-text/enriched): renamed from
2045         `mime-viewer/filter-text/enriched'.
2046
2047         * tm-text.el (mime-preview/decode-text-region): New implementation.
2048
2049         * tm-text.el (mime-viewer/code-converter-alist): moved from
2050         tm-view.el.
2051         (mime-viewer/default-code-convert-region): moved from tm-view.el.
2052         (mime-preview/decode-text-region): moved from tm-view.el.
2053         (mime-viewer/filter-text/plain): moved from tm-view.el.
2054
2055         * tm-text.el: tm-rich.el was renamed to tm-text.el.
2056
2057 \f
2058 Wed May  8 12:48:42 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2059
2060         * tl: Version 7.22.2 was released.
2061         * tm: Version 7.57 was released.
2062         * tm/gnus: Version 7.55 was released.
2063
2064 Tue May  7 06:28:36 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2065
2066         * tm-rich.el: Version dependent code was moved to emu.el.
2067
2068 Sun May  5 16:40:31 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2069
2070         * tm-edit.el (mime-editor/normalize-body): call function
2071         `enriched-encode' for text/enriched part.
2072
2073         * tm-edit.el (mime-editor/process-multipart-1): didn't refer
2074         variable `mime-editor/encrypting-type'.
2075
2076         * tm-edit.el: Function `mime-editor/process-pgp-kazu' was
2077         abolished.
2078         (mime-editor/sign-pgp-kazu): New function.
2079         (mime-editor/encrypt-pgp-kazu): New function.
2080         (mime-editor/process-multipart-1): Use function
2081         `mime-editor/sign-pgp-kazu' and `mime-editor/encrypt-pgp-kazu'.
2082
2083 Sat May  4 09:08:49 1996  Hiroshi Ueno <zodiac@ibm.net>
2084
2085         * TM-CFG (TM_GNUS_COMPILE, MAKE): New variable.
2086
2087         * inst-tm (compile-tm): Use variable `TM_GNUS_COMPILE' and `MAKE'.
2088
2089 Sat May  4 04:58:37 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2090
2091         * tm-ew-e.el (tm-eword::encode-string-1): fixed (cf.[tm-ja:1818])
2092
2093 Mon Apr 29 13:42:15 1996  Kevin Broadey <KevinB@bartley.demon.co.uk>
2094
2095         * tm-view.el (mime-viewer/make-preview-buffer): fixed
2096         (cf.[tm-en:480])
2097
2098 \f
2099 Mon Apr 29 02:29:21 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2100
2101         * tl: Version 7.22.1 was released.
2102         * tm: Version 7.56 was released.
2103         * tm/gnus: Version 7.54 was released.
2104
2105         * tm-edit.el (mime-editor::edit-again): Use function
2106         `decode-coding-region' instead of `code-convert-region'.
2107
2108         * tm-view.el (mime-viewer/make-preview-buffer): use `make-list'
2109         and `setcar'.
2110         (mime-preview/display-content): renamed from
2111         `mime-viewer/display-content'.
2112
2113 Sat Apr 27 15:32:23 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2114
2115         * README.en: typo was fixed. (cf. [tm-ja:1807])
2116
2117 Sat Apr 27 15:30:29 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2118
2119         * tm-def.el (mime/charset-coding-system-alist): initial setting
2120         was modified for XEmacs 20 with Mule.
2121
2122 Sat Apr 27 13:17:56 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2123
2124         * tm-pgp.el (mime-article/view-application/pgp):
2125         fixed about code-converting.
2126
2127 \f
2128 Fri Apr 26 05:31:57 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2129
2130         * tl: Version 7.22 was released.
2131         * tm: Version 7.54 was released.
2132         * tm/mh-e: Version 7.59 was released.
2133
2134         * tm-rich.el (tm-rich/richtext-module): Version check for
2135         enriched.el was fixed for XEmacs 19.14.
2136
2137 Fri Apr 26 04:20:52 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2138
2139         * tm-image.el (mime-preview/x-face-function): Use function
2140         `bitmap-decode-x-face' when running Mule.
2141
2142 Thu Apr 25 22:17:47 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2143
2144         * tm-view.el (mime-viewer/follow-content): New implementation;
2145         interface of `mime-viewer/following-method-alist' was changed.
2146
2147         * tm-def.el (mime/convert-string-to-emacs): fixed.
2148         (mime/convert-string-from-emacs): fixed.
2149
2150 \f
2151 Thu Apr 25 12:10:01 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2152
2153         * tl: Version 7.19.3 was released.
2154         * tm: Version 7.52.2 was released.
2155         * tm/gnus: Version 7.53 was released.
2156
2157 Wed Apr 24 12:57:47 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2158
2159         * doc/tm_en.texi, doc/tm_ja.texi: fixed bug-tm addresses.
2160
2161 Wed Apr 24 11:30:54 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2162
2163         * tm-ew-e.el (tm-eword::encode-string-1): use function `sref'.
2164
2165         * tm-ew-e.el (tm-eword::parse-lc-word): New implementation.
2166
2167 Tue Apr 23 22:52:55 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2168
2169         * tm-view.el (mime-viewer/content-filter-alist): set nil as
2170         initial value.
2171         (mime-viewer/default-content-filter): Use function
2172         `mime-viewer/filter-text/plain'.
2173
2174 Tue Apr 23 06:34:57 1996  Shuhei KOBAYASHI  <shuhei-k@is28e1s91>
2175
2176         * tm-bbdb.el (tm-bbdb/extract-address-components): If address is
2177         null string, return nil.
2178
2179 Tue Apr 23 00:15:47 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2180
2181         * tm-def.el (mime/lc-charset-alist): add "BIG5".
2182         (mime/charset-type-list): add "BIG5".
2183         (mime/charset-coding-system-alist): add "BIG5".
2184
2185 Mon Apr 22 21:43:44 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2186
2187         * tm-view.el (mime-viewer/content-filter-alist): use
2188         `mime-viewer/filter-text/plain' for "application/octet-stream".
2189
2190 \f
2191 Mon Apr 22 12:40:55 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2192
2193         * tm: Version 7.52.1 was released.
2194         * tm/mh-e: Version 7.58 was released.
2195
2196         * tm-def.el (mime/code-convert-region-to-emacs): use function
2197         `code-convert-region' instead of `code-convert'.
2198         (mime/code-convert-region-from-emacs): use function
2199         `code-convert-region' instead of `code-convert'.
2200         (mime/charset-coding-system-alist): fixed.
2201
2202 Sun Apr 21 19:57:22 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2203
2204         * tm-play.el (mime-article/start-external-method-region): display
2205         message ``External method is starting...''.
2206
2207 Sun Apr 21 19:42:23 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2208
2209         * inst-tm (make-mime-setup): setting for variable
2210         `mime-viewer/external-progs'.
2211
2212         * tm-play.el (mime-viewer/external-progs): New variable.
2213         (mime-article/start-external-method-region): use variable
2214         `mime-viewer/external-progs'.
2215
2216 Sun Apr 21 18:10:08 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2217
2218         * inst-tm (compile-tm): modified about tm-gnus compiling.
2219         (compile-tm-gnus): abolished.
2220
2221         * TM-CFG: Variable `TM_GNUS_COMPILE_FORMAT' was abolished.
2222
2223         * Makefile (elc): use .gnus-compile.
2224
2225 Sun Apr 21 17:08:16 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2226
2227         * tm-view.el (mime-viewer/following-method-alist): New variable.
2228         (mime-viewer/follow-content): New function;
2229         it is bound to `a' key.
2230         (mime-preview/get-original-major-mode): New function.
2231         (mime/viewer-mode-map): Key of function
2232         `mime-viewer/display-x-face' was changed to `x';
2233         `f' is reserved to forwarding command.
2234
2235 \f
2236 Sat Apr 20 12:35:34 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2237
2238         * tl: Version 7.19.2 was released.
2239         * tm: Version 7.52 was released.
2240
2241         * tm-def.el (mime/charset-coding-system-alist): add
2242         "X-ISO-2022-JP-2" for old mime.el.
2243
2244 Sat Apr 20 12:17:27 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2245
2246         * tm-parse.el (mime/parse-message): use `1+'
2247
2248         * tm-parse.el (mime/parse-message): use `string-equal' instead of
2249         `string='
2250
2251         * tm-parse.el (mime/parse-multipart): use `string-equal' instead
2252         of `string='
2253
2254         * tm-parse.el (mime/parse-multipart): use `nreverse'
2255
2256         * tm-parse.el (mime/parse-multipart): fixed
2257
2258 Fri Apr 19 18:49:19 1996  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
2259
2260         * tm-vm.el: Oscar Figueiredo <figueire@lspsun16.epfl.ch>'s patch
2261         was applied; require vm-reply and add comments to vm-yank-message.
2262         (tm-vm/enclose-messages): Don't make nested multipart/digest.
2263         (tm-vm/send-digest): "preamble" code was moved to
2264         `tm-vm/enclose-messages'.
2265
2266 Fri Apr 19 18:12:43 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2267
2268         * signature.el (signature/get-signature-file-name): string check
2269         for `field'
2270
2271 Fri Apr 19 17:29:32 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2272
2273         * README.en: tm/tm-nemacs, tm/tm-orig.el and tm/tm-mule.el was
2274         abolished.
2275
2276 Fri Apr 19 13:40:55 1996  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
2277
2278         * tm-edit.el (mime-editor/insert-signature): Modified for new
2279         implementation of signature.el; Use `signature-insert-hook'.
2280
2281         * tm-bbdb.el (signature/get-bbdb-sigtype),
2282         (signature/set-bbdb-sigtype), (signature/get-sigtype-from-bbdb):
2283         New implementation of `signature-check-in-bbdb'.
2284
2285         * signature.el (signature-load-hook), (signature-insert-hook): New
2286         hooks.
2287         (signature-use-bbdb): New variable.
2288         (signature/get-sigtype-interactively), (insert-signature): New
2289         implementation of `insert-signature';
2290         signature/insert-signature-at-(point|eof) were merged.
2291
2292 Fri Apr 19 08:47:44 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2293
2294         * tm-edit.el (mime-editor/normalize-body): use function
2295         `mime/code-convert-region-from-emacs' and `mime-encode-region'
2296         instead of `mime-editor/encode-string'.  Function
2297         `mime-editor/encode-string' and `mime-encode-string' was
2298         abolished.
2299
2300 Fri Apr 19 08:11:30 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2301
2302         * tm-ew-d.el (mime/decode-encoded-text): arguments order of
2303         function `mime/convert-string-to-emacs' was changed.
2304
2305         * tm-def.el (mime/convert-string-to-emacs): order of arguments was
2306         changed.
2307
2308 Fri Apr 19 07:59:28 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2309
2310         * tm-def.el (mime/lc-charset-alist): use function `foldr'.
2311
2312 Fri Apr 19 07:29:13 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2313
2314         * tm-def.el (mime/charset-coding-system-alist):
2315         use function `foldr'
2316
2317 Fri Apr 19 06:57:56 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2318
2319         * tm-def.el (mime/code-convert-region-from-emacs): New function
2320
2321 Fri Apr 19 06:54:11 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2322
2323         * TM-ELS, Makefile, tm-def.el: tm/tm-nemacs.el was abolished.
2324
2325         * TM-ELS, Makefile, tm-def.el: tm/tm-orig.el was abolished.
2326
2327         * TM-ELS, Makefile, tm-def.el: tm/tm-mule.el was abolished.
2328
2329         * tm-def.el (mime/lc-charset-alist, mime/unknown-charset):
2330         New variable
2331
2332 Fri Apr 19 05:36:03 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2333
2334         * tm-def.el (mime/code-convert-region-to-emacs):
2335         New implementation
2336
2337 Fri Apr 19 04:48:48 1996  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
2338
2339         * tm-view.el (mime-viewer/up-content): Extra `setq' was removed.
2340
2341 Wed Apr 17 14:51:25 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2342
2343         * tm-def.el: Function `mime/convert-string-to-emacs',
2344         `mime/convert-string-from-emacs' and
2345         `mime/code-convert-region-to-emacs' were moved from tm-mule.el.
2346
2347 Wed Apr 17 14:50:33 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2348
2349         * tm-mule.el: Function `mime/convert-string-to-emacs',
2350         `mime/convert-string-from-emacs' and
2351         `mime/code-convert-region-to-emacs' were moved to tm-def.el.
2352
2353 Wed Apr 17 14:30:12 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2354
2355         * tm-def.el (mime/charset-coding-system-alist): New variable.
2356
2357         * tm-mule.el: Variable `mime/charset-coding-system-alist' was
2358         deleted.
2359
2360 Wed Apr 17 14:05:10 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2361
2362         * tm-view.el (mime-viewer/code-converter-alist): set
2363         `mime/code-convert-region-to-emacs' for
2364         `mime/temporary-message-mode'. (for `mime-editor/preview-message')
2365
2366 Wed Apr 17 09:20:42 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2367
2368         * README.en: KOBAYASHI Shuhei's address was changed.
2369
2370 \f
2371 Tue Apr 16 18:26:13 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2372
2373         * tm: Version 7.50 was released.
2374
2375         * tm-file.el, tm-bbdb.el, tm-rmail.el, tm-mail.el, tm-vm.el:
2376         KOBAYASHI Shuhei's address was changed.
2377
2378 Tue Apr 16 14:32:43 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2379
2380         * tm-edit.el: use `running-xemacs' to check XEmacs.
2381         (mime-editor/normalize-body): nil check for encoded result.
2382
2383         * tm-mule.el (mime/charset-coding-system-alist): add ``KOI8-R''
2384
2385 Tue Apr 16 12:42:35 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2386
2387         * mime-setup.el.in: insert `;;; End:'. (cf. [tm-ja:1731])
2388
2389 \f
2390 Mon Apr 15 09:10:01 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2391
2392         * tl: Version 7.19.1 was released.
2393         * tm: Version 7.49 was released.
2394         * tm/gnus: Version 7.49.2 was released.
2395
2396 Sun Apr 14 15:42:14 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2397
2398         * tm-parse.el (mime/parse-Content-Disposition): use function
2399         `nreverse' instead of `reverse'.
2400
2401 Sun Apr 14 15:16:25 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2402
2403         * tm-parse.el (mime/parse-Content-Type): use function `nreverse'
2404         instead of `reverse'.
2405
2406 Sun Apr 14 00:21:21 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2407
2408         * tm-vm.el (vm-yank-message): use variable `running-xemacs'
2409
2410         * tm-view.el, tm-image.el, tm-mail.el, tm-setup.el: use variable
2411         `running-xemacs'
2412
2413 Sat Apr 13 23:32:26 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2414
2415         * tm-view.el (mime-viewer/make-preview-buffer):
2416         use `while' instead of mapcar.
2417
2418         * tm-vm.el (vm-yank-message): redefine for MIME preview buffer.
2419
2420 Sat Apr 13 04:04:12 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2421
2422         * mime-setup.el.in (message-header-hook): add function
2423         `mime/encode-message-header' (cf.[tm-ja:
2424
2425         * tm-ew-e.el (mime/encode-message-header): regard `(point-max)' as
2426         end of message header if variable `mail-header-separator' is not
2427         found.
2428
2429 Thu Apr 11 17:24:11 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2430
2431         * doc/tm_en.texi: fixed problem about top node.
2432
2433         * doc/tm-mh-e_en.texi: fixed problem about top node.
2434
2435         * doc/tm-gnus_en.texi: fixed problem about top node.
2436
2437         * doc/tm-edit=en.texi: fixed problem in TeX compiling.
2438
2439         * doc/tm-edit=ja.texi: fixed problem in TeX compiling.
2440
2441 Thu Apr 11 16:20:20 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2442
2443         * mime-setup.el.in (message-forward-start-separator): Function
2444         `mime-make-tag' must be called after tm-edit is loaded.
2445
2446         * mime-setup.el.in:
2447         setting for variable `message-forward-start-separator'.
2448         setting for variable `message-forward-end-separator'.
2449
2450         * tm-edit.el (mime-editor/encode-string): New function.
2451         Variable `mime-string-encoder' and its implementations were
2452         deleted.
2453
2454 Wed Apr 10 02:06:30 1996  Katsumi Yamaoka <yamaoka@ga.sony.co.jp>
2455
2456         * doc/tm_ja.texi: fixed problem about top node.
2457         (cf. [tm-ja:1706])
2458
2459         * doc/tm-mh-e_ja.texi: fixed problem about top node.
2460         (cf. [tm-ja:1706])
2461         
2462         * doc/tm-gnus_ja.texi: fixed problem about top node.
2463         (cf. [tm-ja:1706])
2464
2465 Tue Apr  9 17:28:49 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2466
2467         * Makefile (GOMI): add mime-setup.el, mime-setup.el~ and
2468         #mime-setup.el#; remove load-path.
2469
2470 Tue Apr  9 17:13:36 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2471
2472         * inst-tm (compile-tm): call `make gnus3' for Emacs 18.
2473
2474 Mon Apr  8 12:28:17 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2475
2476         * inst-tm (make-mime-setup): check unnecessary add-path.
2477
2478 Sun Apr  7 20:12:27 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2479
2480         * tm-view.el: (mime-viewer/default-showing-Content-Type-list):
2481         "message/delivery-status" was added to default value.
2482
2483 Wed Apr  3 15:35:44 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2484
2485         * tm-image.el: add-hook only if variable
2486         `mime-preview/x-face-function' is not nil.
2487         (cf. [tm-en:416])
2488
2489 Thu Mar 28 18:55:18 1996  Oscar Figueiredo <figueire@lspsun16.epfl.ch>
2490
2491         * tm-vm.el (vm-yank-message): redefine for MIME preview buffer.
2492
2493 \f
2494 Thu Mar 28 08:42:34 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2495
2496         * tm: Version 7.48.3 was released.
2497         * tm/gnus: Version 7.49.1 was released.
2498
2499         * mime-setup.el.in: If `mime-setup-use-signature' is not nil, set
2500         `message-signature' to nil.
2501
2502         * mime-setup.el.in: setting for message.el.
2503
2504 Wed Mar 27 23:06:07 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2505
2506         * doc/tm-mh-e_ja.texi, doc/tm-mh-e_en.texi:
2507         Insert `This file documents ...' into @ifinfo. (cf. [tm-en:403])
2508
2509         * doc/tm-gnus_ja.texi, doc/tm-gnus_en.texi:
2510         Insert `This file documents ...' into @ifinfo. (cf. [tm-en:403])
2511
2512         * doc/tm_ja.texi, doc/tm_en.texi:
2513         Insert `This file documents ...' into @ifinfo. (cf. [tm-en:403])
2514
2515 Wed Mar 27 19:38:12 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2516
2517         * TM-CFG: rearrangement
2518
2519 Tue Mar 26 08:07:24 1996  Pekka Marjola <marjola@bilbo.ntc.nokia.com>
2520
2521         * tm-bbdb.el (tm-bbdb/update-record): In XEmacs,
2522         mail-extract-address-components still doesn't handle nil argument.
2523         (cf. [tm-ja:396])
2524
2525 \f
2526 Mon Mar 25 13:30:53 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2527
2528         * tl: Version 7.19 was released.
2529         * tm: Version 7.48.2 was released.
2530         * tm/mh-e: Version 7.57 was released.
2531
2532 Wed Mar 20 13:00:06 1996  Shuhei KOBAYASHI  <shuhei@cmpt01.phys.tohoku.ac.jp>
2533
2534         * tm-file.el (mime-article/extract-file): Confirm before
2535         overwriting an existing file. (cf. [tm-ja:1674])
2536
2537 Thu Mar 14 13:39:57 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2538
2539         * signature.el: Function `signature-check-in-bbdb' was moved to
2540         tm-bbdb.el.
2541
2542         * tm-bbdb.el (signature-check-in-bbdb): New function; moved from
2543         signature.el.
2544
2545 \f
2546 Wed Mar 13 18:05:28 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2547
2548         * tl: Version 7.18 was released.
2549         * MEL: Version 3.5 was released.
2550         * tm: Version 7.48 was released.
2551
2552 Wed Mar 13 17:55:33 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2553
2554         * tm-edit.el (mime-editor/translate-buffer-hook): New hook.
2555         (mime-editor/translate-buffer): New implementation;
2556         use `mime-editor/translate-buffer-hook'.
2557
2558         * signature.el (signature-check-in-bbdb): require bbdb-com.
2559
2560 Wed Mar 13 16:23:26 1996  Shuhei KOBAYASHI <shuhei@cmpt01.phys.tohoku.ac.jp>
2561
2562         * tm-bbdb.el: fixed problem for wrong From field, such as
2563         ``From: <>''. (cf.[tm-ja:1663])
2564
2565 Tue Mar 12 19:37:54 1996  Artur Pioro <artur@flugor.if.uj.edu.pl>
2566
2567         * signature.el (signature-file-prefix): New variable.
2568         (signature/get-signature-file-name): support
2569         `signature-file-prefix' and method function.
2570         (signature-check-in-bbdb): New function.
2571
2572 Mon Mar 11 15:19:15 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2573
2574         * tm-vm.el (tm-vm/use-original-url-button): New variable.
2575         (tm-vm/preview-current-message):
2576         Check `tm-vm/use-original-url-button'.
2577
2578 Mon Mar 10 23:07:42 1996  Rob Kooper    <kooper@cc.gatech.edu>
2579
2580         * tm-vm.el (tm-vm/preview-current-message): VM does it's own
2581         highlighting of URL's. Following is a patch to tm/tm-vm.el that
2582         will make the highlighting work under tm. (cf.[bug-tm-en:373])
2583
2584 Mon Mar 10 04:16:59 1996  Hiroshi Ueno <zodiac@ibm.net>
2585
2586         * TM-CFG (SHELLOPTION): New variable.
2587         (LISPDIR): Use `defvar' instead of `setq'.
2588         (TM_GNUS_COMPILE_FORMAT): New variable.
2589         (TM_GNUS_INSTALL_FORMAT): New variable.
2590         (BIN_SRC_DIR): New variable.
2591         (METHOD_SRC_DIR): New variable.
2592         (BIN_DIR): Use `defvar' instead of `setq'.
2593
2594         * inst-tm (compile-tm-gnus): Use variable `SHELLOPTION'.
2595         (install-tm-gnus): Use variable `SHELLOPTION'.
2596         (install-execs): Use variable `BIN_SRC_DIR' and `METHOD_SRC_DIR'.
2597
2598 Mon Mar  8 19:15:33 1996  Oscar Figueiredo <figueire@lspsun2.epfl.ch>
2599
2600         * tm-vm.el (tm-vm/scroll-forward): when you go to a message with
2601         the cursor keys in VM's summary buffer and press space to select
2602         the message, the Preview buffer is scrolled forward instead of
2603         simply displaying the new message which prevents you from seeing
2604         the beginning of the new message.       
2605
2606 Wed Mar  6 12:26:20 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
2607
2608         * tm-view.el (mime-viewer/up-content): New implementation; bug
2609         fixed. (cf. [tm-ja:1652])
2610
2611         * inst-tm (compile-tm): fixed to judge XEmacs.
2612
2613 \f
2614 Wed Mar  6 02:12:36 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
2615
2616         * tl: Version 7.15 was released.
2617         * tm: Version 7.47 was released.
2618         * tm/mh-e: Version 7.56 was released.
2619
2620         * README.en: tm-cfg was renamed to TM-CFG.
2621
2622         * inst-tm: tm-cfg was renamed to TM-CFG.
2623
2624         * inst-tm: tm-els was renamed to TM-ELS.
2625
2626 Tue Mar  5 23:19:05 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
2627
2628         * tm-edit.el: Function `replace-space-with-underline' was moved to
2629         tl-str.el.
2630
2631         * tm-edit.el (mime-editor/transfer-level): changed to buffer local
2632         variable.
2633         (mime-editor/transfer-level-string): changed to buffer local
2634         variable.
2635         (mime-editor/charset-default-encoding-alist): changed to buffer
2636         local variable.
2637
2638 Tue Mar  5 21:22:46 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
2639
2640         * tm-edit.el (mime-editor/toggle-transfer-level): Function
2641         `mime-editor/text-toggle-transfer-level' was renamed to
2642         `mime-editor/toggle-transfer-level'.
2643
2644 Tue Mar  5 21:19:21 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
2645
2646         * tm-edit.el (mime-editor/transfer-level,
2647         mime-editor/text-toggle-transfer-level, mime/editor-mode):
2648         Variable `mime/default-transfer-level' was renamed to
2649         `mime-editor/transfer-level'.
2650
2651 Tue Mar  5 21:13:58 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
2652
2653         * tm-edit.el (mime/default-transfer-level): moved from tm-edit.el.
2654
2655         * tm-def.el: Variable `mime/default-transfer-level' was moved to
2656         tm-edit.el.
2657
2658         * tm-edit.el (mime-editor/text-toggle-transfer-level,
2659         mime-editor/menu-list): Function
2660         `mime-editor/text-toggle-transfer-level' was renamed to
2661         `mime-editor/text-toggle-transfer-level'.
2662
2663 Tue Mar  5 21:00:07 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
2664
2665         * tm-edit.el (mime-editor/transfer-level-string,
2666         mime/text-toggle-transfer-level, mime/editor-mode): use function
2667         `mime/encoding-name'.
2668
2669         * tm-def.el (mime/encoding-name): add optional argument `not-omit'.
2670
2671         * tm-edit.el (mime-editor/transfer-level-string,
2672         mime/text-toggle-transfer-level, `mime/editor-mode-flag' of
2673         `minor-mode-alist', mime/editor-mode): Variable
2674         `mime/trlevel-string' was renamed to
2675         `mime-editor/transfer-level-string'.
2676
2677 Tue Mar  5 20:42:24 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
2678
2679         * tm-edit.el (mime-editor/charset-default-encoding-alist,
2680         mime/text-toggle-transfer-level, mime-editor/normalize-body):
2681         Variable `mime/charset-default-encoding-alist' was renamed to
2682         `mime-editor/charset-default-encoding-alist'.
2683
2684 Tue Mar  5 20:34:27 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
2685
2686         * tm-edit.el (mime/charset-default-encoding-alist):
2687         moved from tm-def.el.
2688         (mime/trlevel-string): moved from tm-def.el.
2689         (mime/text-toggle-transfer-level): moved from tm-def.el.
2690
2691         * tm-def.el (mime/charset-default-encoding-alist):
2692         moved to tm-edit.el.
2693         (mime/trlevel-string): moved to tm-edit.el.
2694         (mime/text-toggle-transfer-level): moved to tm-edit.el.
2695
2696         * tm-def.el (mime/trlevel-string): Initial value was modified.
2697
2698 Tue Mar  5 07:52:39 1996  Steinar Bang <sb@metis.no>
2699
2700         * tm-def.el (mime/trlevel-string): New variable.
2701
2702         * tm-edit.el (mime-editor/menu-list): add
2703         `mime/text-toggle-transfer-level'.
2704         (mime/editor-mode): modified for transfer-level.
2705
2706 \f
2707 Mon Mar  4 09:24:23 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
2708
2709         * tl: Version 7.14 was released.
2710         * MEL: Version 3.3.1 was released.
2711         * tm: Version 7.46.1 was released.
2712         * tm/mh-e: Version 7.55 was released.
2713         * tm/gnus: Version 7.49 was released.
2714
2715         * Makefile: Installer was changed.
2716
2717         * inst-tm: New file.
2718
2719         * tm-els: New file.
2720
2721         * tm-cfg: New file.
2722
2723         * tm-ew-e.el (mime/encode-field): check encoded result.
2724
2725 Mon Mar 4 01:57:11 1996   KON-NO Yoichi <itokon@ssel.toshiba.co.jp>
2726
2727         * tm-bbdb.el: insert `(require 'tm-view)'.
2728         (cf. [tm-ja:1646])      
2729
2730 \f
2731 Wed Feb 28 13:13:27 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
2732
2733         * tl: Version 7.13 was released.
2734         * tm: Version 7.46 was released.
2735         * tm/gnus: Version 7.48 was released.
2736         * tm/mh-e: Version 7.52 was released.
2737
2738         * tm/doc/tm-edit=en.texi: New file.
2739
2740 Wed Feb 28 01:35:22 1996  Dan Rich <drich@morpheus.corp.sgi.com>
2741
2742         * tm-image.el: allow tm to display inline images using the native
2743         gif/jpg/png support (if available) (for XEmacs 19.14 or later).
2744         (cf.[tm-en:351])
2745
2746 Tue Feb 27 21:37:35 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
2747
2748         * tm-image.el (mime-preview/x-face-function-for-mule): fixed to
2749         check whether matched or not.
2750
2751         * tm-edit.el (mime-editor::edit-again): New implementation.
2752         (mime/edit-again): Arguments were changed.
2753
2754 Wed Feb 27 19:56:26 1996  Shuhei KOBAYASHI  <shuhei@cmpt01.phys.tohoku.ac.jp>
2755
2756         * mk-tm: Typo fixed.
2757
2758 Tue Feb 26 20:04:34 1996  Neal Becker <neal@neal.ctd.comsat.com>
2759
2760         * tm-mail.el: fixed problem in XEmacs 19.14. (cf.[tm-en:349])
2761
2762 \f
2763 Mon Feb 26 08:43:36 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
2764
2765         * tl: Version 7.11.3 was released.
2766         * tm: Version 7.45 was released.
2767         * tm/mh-e: Version 7.50 was released.
2768
2769         * tm-edit.el (mime-editor::edit-again): New function.
2770         (mime/edit-again): New function.
2771
2772 Fri Feb 23 22:00:46 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
2773
2774         * tm-vm.el (tm-vm/preview-current-message): widen all headers
2775         before call `mime/viewer-mode'.
2776
2777         * tm-image.el (mime-viewer/use-highlight-headers):
2778         New variable for XEmacs.
2779         (mime-preview/x-face-function-use-highlight-headers):
2780         New function.
2781         (mime-preview/x-face-function): Default value was changed.
2782
2783 \f
2784 Sat Feb 23 17:55:12 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
2785
2786         * tl: Version 7.11.2 was released.
2787         * tm: Version 7.44 was released.
2788         * tm/mh-e: Version 7.49 was released.
2789
2790 Fri Feb 23 03:43:22 1996  Shuhei KOBAYASHI <shuhei@cmpt01.phys.tohoku.ac.jp>
2791
2792         * tm-bbdb.el (bbdb-extract-field-value): use
2793         `tm:bbdb-extract-field-value' instead of `rfc822/get-field-body'.
2794         (cf. [tm-en:340])
2795
2796 Fri Feb 22 16:45:37 1996  Pekka Marjola <marjola@bilbo.ntc.nokia.com>
2797
2798         * tm-edit.el: As of tm7.43.1/September Gnus 0.39, tm-edit still
2799         does not properly restore keymap in XEmacs. (cf. [tm-en:337])
2800
2801 Fri Feb 16 08:53:13 1996  Oscar Figueiredo <figueire@lspsun2.epfl.ch>
2802
2803         * tm-vm.el (tm-vm/preview-current-message): XEmacs
2804         highlight-headers package to fontify MIME preview buffers in the
2805         same way normal VM buffers are. This makes MIME preview even more
2806         transparent for VM users and also has the benefit to display the
2807         XFace in the same place as in normal VM with no additional code
2808         nor effort.
2809
2810 \f
2811 Wed Feb 14 09:15:36 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
2812
2813         * tl: Version 7.11.1 was released.
2814         * tm: Version 7.43.1 was released.
2815         * tm/mh-e: Version 7.48 was released.
2816         * tm/gnus: Version 7.45 was released.   
2817
2818         * mime-setup.el: lambda functions are defined by defun.
2819         (mime-setup-decode-message-header): New function.
2820         (mime-setup-set-signature-key): New function.
2821         (mime-setup-mh-draft-setting): New function.
2822
2823         * mime-setup.el: insert `(setq buffer-read-only nil)' into
2824         `mh-letter-mode-hook' (cf. [tm-ja:1576])
2825
2826 Tue Feb 13 17:56:43 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
2827
2828         * tm-image.el (mime-preview/x-face-function-for-xemacs):
2829         New function.
2830         (bitmap-read-xbm): New implementation for XEmacs.
2831
2832 Tue Feb 13 14:00:02 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
2833
2834         * tm-image.el: typo was fixed.
2835
2836 Tue Feb 13 13:53:06 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
2837
2838         * tm-image.el (mime-preview/x-face-function): New variable.
2839         Function `mime-preview/x-face-function' was renamed to
2840         `mime-preview/x-face-function-for-mule'.
2841
2842         * tm-image.el (mime-preview/x-face-function):
2843         fixed problem to indent.
2844
2845         * tm-image.el (mime-preview/x-face-function):
2846         New function for Mule.
2847         (mime-viewer/x-face-to-xbm-command): New variable.
2848
2849         * tm-view.el (mime-viewer/x-face-to-pbm-command): New variable.
2850         (mime-viewer/ignored-field-list): "X-Face" was deleted.
2851
2852 Mon Feb 12 16:02:05 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
2853
2854         * tm-mule.el: "SHIFT_JIS" and "X-SHIFTJIS" were added to
2855         `mime/charset-coding-system-alist'.
2856
2857 Mon Feb 12 13:05:02 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
2858
2859         * tm-image.el (mime-preview/filter-for-image): protect for error
2860         when file deleting (cf. [tm-en:317])
2861
2862 \f
2863 Fri Feb  9 06:57:20 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
2864
2865         * tm: Version 7.43 was released.
2866         * tm/gnus: Version 7.43 was released.
2867
2868         * tm-edit.el: (mime-editor/encrypt-pgp-elkins):
2869         (1) insert ``From'', ``To'' and ``Cc'' fields into encrypted
2870             message.
2871         (2) call `mc-pgp-encrypt-region' directory; it is enclosed by
2872             `(let ((mc-pgp-always-sign 'never)) ...)'.
2873
2874 Fri Feb  8 08:24:18 1996  SHIONO Jun'ichi <jun@case.nm.fujitsu.co.jp>
2875
2876         * tm-vm.el (tm-vm/beginning-of-message, tm-vm/end-of-message):
2877         set to `this-command' (cf. [tm-en:311])
2878
2879 \f
2880 Thu Feb  8 06:36:25 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
2881
2882         * tm: Version 7.42.1 was released.
2883         * tm/gnus: Version 7.41 was released.
2884
2885 Tue Feb  6 02:43:06 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
2886
2887         * tm-def.el (mime/encoding-name): new function.
2888         (mime/make-charset-default-encoding-alist): call
2889         `mime/encoding-name' if not encoded.
2890
2891 Mon Feb  5 05:00:27 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
2892
2893         * tm-play.el (mime-article/get-original-filename): return nil if
2894         file name is not exist.
2895
2896 Sat Feb  3 21:28:47 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
2897
2898         * tm-def.el (mime/charset-type-list): new variable.
2899         (mime/make-charset-default-encoding-alist): new function.
2900         (mime/default-transfer-level): new variable.
2901         (mime/text-toggle-transfer-level): new function.
2902
2903 Sat Feb  3 00:56:20 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
2904
2905         * tm-pgp.el (tm-pgp::good-signature-regexp): new variable
2906
2907         * tm-pgp.el (tm-pgp::key-expected-regexp): new variable
2908
2909         * tm-pgp.el (mime::article/call-pgp-to-check-signature): modified
2910         to use variable `tm-pgp::good-signature-regexp'
2911
2912         * tm-pgp.el (mime-article/check-pgp-signature): modified to use
2913         variable `tm-pgp::key-expected-regexp'
2914
2915 Fri Feb  2 23:07:13 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
2916
2917         * tm-pgp.el (mime::article/call-pgp-to-check-signature):
2918         new function
2919
2920         * tm-pgp.el: (mime-article/check-pgp-signature): fetch public key
2921         if it is not found
2922
2923 \f
2924 Sat Feb  2 17:29:01 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
2925
2926         * tl: Version 7.11 was released.
2927         * tm: version 7.42 was released
2928
2929 Fri Feb  2 17:20:00 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
2930
2931         * tm-edit.el: new implementation about PGP processing for message
2932
2933         * tm-edit.el (mime-editor/pgp-enclose-buffer): new function
2934
2935         * tm-edit.el (mime-editor/set-sign):
2936         check variable `mime-editor/signing-type'
2937
2938         * tm-edit.el (mime-editor/set-encrypt):
2939         check variable `mime-editor/encrypting-type'
2940
2941 Fri Feb  2 17:04:16 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
2942
2943         * tm-play.el (mime-article/decode-content): check beginning/ending
2944         of region for VM
2945
2946 Wed Jan 31 17:15:55 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
2947
2948         * tm-image.el: xbm support in Mule: It requires bitmap package.
2949
2950         * tm-image.el (mime-viewer/graphic-converter-alist): use `defvar'
2951         instead of `setq'
2952
2953 Fri Jan 26 02:49:06 1996  Shuhei KOBAYASHI <shuhei@cmpt01.phys.tohoku.ac.jp>
2954
2955         * tm-bbdb.el (tm-bbdb/update-record): fixed problem in VM
2956
2957         * tm-bbdb.el (tm-bbdb/extract-address-components): modified to
2958         support `If no name can be extracted, FULL-NAME will be nil.'
2959         (cf. [tm-ja:1531])
2960
2961 Thu Jan 25 08:29:22 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
2962
2963         * tm-play.el (mime-article/make-method-args): modified to use
2964         "7bit" if 'encoding is not found
2965
2966 Thu Jan 25 06:36:44 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
2967
2968         * tm-ew-d.el (mime-eword/decode-string): set to `end' just
2969         string-matched.
2970
2971 Thu Jan 25 06:22:17 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
2972
2973         * tm-ew-d.el (mime-eword/decode-string): fixed about
2974         linear-while-space (cf. [tm-ja:1518])
2975
2976         * tm-vm.el (tm-vm/quit-view-message): Typo was fixed.
2977         (cf. [tm-en:281])
2978
2979 \f
2980 Thu Jan 25 03:24:35 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
2981
2982         * tl: Version 7.10 was released.
2983         * tm: Version 7.41.2 was released.
2984         * tm/gnus: Version 7.37 was released.
2985
2986         * tm-view.el (mime-viewer/ignored-field-list): default value was
2987         changed.
2988
2989         * tm-view.el (mime-viewer/visible-field-regexp): default value was
2990         changed.
2991
2992 Thu Jan 25 02:32:26 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
2993
2994         * tm-mule.el: Definition of variable `mime/default-coding-system'
2995         was moved to tm-def.el.
2996
2997         * tm-def.el (mime/default-coding-system): not only define for MULE
2998
2999 Wed Jan 24 02:20:25 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
3000
3001         * tm-bbdb.el (tm-bbdb/use-mail-extr): new variable
3002
3003 Tue Jan 23 13:00:44 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
3004
3005         * tm-pgp.el (mime-article/view-application/pgp):
3006         fixed about character code
3007         conversion.
3008
3009 \f
3010 Tue Jan 23 05:38:46 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
3011
3012         * tm: Version 7.41.1 was released.
3013         * tm/mh-e: Version 7.46 was released.
3014         * tm/gnus: Version 7.34 was released.
3015
3016         * tm-view.el: declare `(defvar mime::preview/article-buffer nil)'
3017         for XEmacs
3018
3019 Tue Jan 23 04:49:16 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
3020
3021         * tm-rmail.el: (require 'tm-bbdb) if bbdb is provided.
3022
3023         * tm-vm.el: Shuhei KOBAYASHI <shuhei@cmpt01.phys.tohoku.ac.jp>'s
3024         new implementation
3025
3026         * tm-bbdb.el: new module: about BBDB
3027
3028 Sat Jan 20 13:23:47 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
3029
3030         * tl: Version 7.09 was released.
3031         * tm: Version 7.41 was released.
3032         * tm/gnus: Version 7.33.1 was released.
3033
3034 Thu Jan 18 17:49:17 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
3035
3036         * tm-edit.el (mime-editor/insert-file): File name is wrapped as
3037         quoted-string.
3038
3039         * tm-edit.el (mime-file-types): Some file types were added.
3040
3041 Thu Jan 18 01:55:25 1996  Yoshiyuki Yamagami <yamagami@hb.nmcc.co.jp>
3042
3043         * Makefile: specify `-no-site-file' option (cf. [tm-ja:1474])
3044
3045 \f
3046 Wed Jan 17 08:27:26 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
3047
3048         * tl: version 7.08 was released.
3049         * tm: version 7.40 was released.
3050         * tm/gnus: Version 7.33 was released.
3051
3052 Sun Jan 14 05:52:49 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
3053
3054         * tm-edit.el (mime-editor/choose-charset): New implementation: use
3055         function `mime/find-charset-region' instead of
3056         `mime-body-charset-chooser'.
3057
3058         * tm-edit.el: Variable `mime-body-charset-chooser' and its
3059         implementations were deleted.
3060
3061         * tm-edit.el (mime-editor/normalize-body): use variable
3062         `mime/charset-default-encoding-alist' instead of function
3063         `mime-editor/choose-encoding'.
3064
3065         * tm-edit.el: Function `mime-editor/choose-encoding' was deleted.
3066
3067 Fri Jan 12 13:59:13 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
3068
3069         * tm-def.el (mime/find-charset-region): New function
3070
3071         * tm-def.el (mime/charset-default-encoding-alist): New variable
3072
3073 Thu Jan 11 18:31:43 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
3074
3075         * tm-ew-e.el: Variable `mime/default-charset-encoding-alist' was
3076         renamed to `mime-eword/charset-encoding-alist'.
3077
3078         * tm-ew-e.el: Constant `mime/eword-encoder-version' was renamed to
3079         `mime-eword/encoder-version'.
3080
3081         * tm-ew-e.el: Variable `mime/default-charset-encoding-alist' was
3082         moved from tm-def.el.
3083
3084         * tm-def.el: Variable `mime/default-charset-encoding-alist' was
3085         moved to tm-ew-e.el.
3086
3087         * tm-ew-e.el: Function `mime/find-charset-rule' was renamed to
3088         `tm-eword::find-charset-rule'.
3089
3090         * tm-ew-e.el (mime/find-charset-rule): modified to use function
3091         `mime/find-charset'
3092
3093         * tm-def.el (mime/find-charset): new function
3094
3095 Thu Jan 11 05:33:53 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
3096
3097         * tm-ew-e.el (mime/find-charset-rule): new implementation
3098
3099         * tm-orig.el: Variable `mime/decoding-charset-list' was deleted.
3100
3101 Thu Jan 11 05:12:50 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
3102
3103         * tm-nemacs.el, tm-orig.el:
3104         Variable `mime/lc-charset-rule-list' was deleted.
3105
3106         * tm-mule.el:
3107         Variable `mime/lc-charset-rule-list' and
3108         `mime/unknown-charset-rule' were deleted.
3109
3110 Thu Jan 11 05:09:28 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
3111
3112         * tm-def.el (mime/default-charset-encoding-alist): new variable
3113
3114 Thu Jan 11 04:56:08 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
3115
3116         * tm-orig.el, tm-nemacs.el, tm-mule.el
3117         (mime/lc-charset-alist, mime/unknown-charset): new variable
3118
3119 Wed Jan 10 00:07:57 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
3120
3121         * tm-edit.el:
3122         (mime-editor/translate-body, mime-editor/translate-region):
3123         Spaces in boundary are replaced by underlines.
3124         (cf. [tm-en:255,258])
3125
3126 Tue Jan  9 19:08:21 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
3127
3128         * tm-mule.el: Obsolete definitions were deleted.
3129
3130 Tue Jan  9 18:43:12 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
3131
3132         * tm-orig.el, tm-nemacs.el, tm-mule.el:
3133         Variable `mime/latin-lc-list' was deleted.
3134
3135 Tue Jan  9 16:28:44 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
3136
3137         * tm-orig.el, tm-nemacs.el, tm-mule.el:
3138         Variable `mime/lc-charset-and-encoding-alist' was deleted.
3139
3140 \f
3141 Mon Dec 25 10:43:59 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
3142
3143         * tm: Version 7.39 was released.
3144         * tm/gnus: Version 7.30 was released.
3145
3146         * README.en: Sample of hilit19 was changed.
3147
3148 Mon Dec 25 09:08:50 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
3149
3150         * tm-rmail.el: fixed to work in Emacs 18.*, but some problems are
3151         rest.
3152
3153         * tm-view.el (mime-viewer/redisplay): New variable: for redisplay
3154
3155 Mon Dec 25 05:43:05 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
3156
3157         * Makefile (19_29): `make gnus5' was commented out.
3158
3159 Mon Dec 25 05:40:42 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
3160
3161         * tm-rmail.el (tm-rmail/preview-message): New implementation
3162
3163         * tm-rmail.el (rmail-summary-rmail-update): redefined
3164
3165         * tm-rmail.el: `mime-viewer/show-summary-method' was set.
3166
3167 Mon Dec 25 05:31:33 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
3168
3169         * mk-tm (compile-tm): `(load "rmailsum")' was added.
3170
3171 Mon Dec 25 03:20:41 1995  OKABE Yasuo   <okabe@kudpc.kyoto-u.ac.jp>
3172
3173         * signature.el (signature-delete-blank-lines-at-eof): New variable
3174
3175 Sat Dec 23 12:43:20 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
3176
3177         * tm-def.el (tm:browse-url): argument was fixed.
3178
3179         * README.en: fixed about PGP
3180
3181 Sat Dec 23 09:32:27 1995  Tanaka Shinichiro  <tanaka3@ifos.se.fujitsu.co.jp>
3182
3183         * tm-pgp.el, README.en:
3184         Typos were fixed. (cf. [tm-ja:1419], [tm-ja:1421])
3185
3186 \f
3187 Fri Dec 22 09:00:20 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
3188
3189         * tm: Version 7.38 was released.
3190         * tm/gnus: Version 7.28 was released.
3191
3192 Thu Dec 21 18:27:09 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
3193
3194         * tm-edit.el (mime-file-types): format was changed.
3195                 (0) filename pattern
3196                 (1) primary type
3197                 (2) sub type
3198                 (3) parameters of Content-Type field
3199                 (4) Content-Transfer-Encoding
3200                 (5) disposition-type
3201                 (6) parameters of Content-Disposition field
3202
3203         * tm-edit.el (mime-editor/insert-file):
3204         modified for new `mime-file-types' format.
3205
3206 Thu Dec 21 18:17:03 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
3207
3208         * tm-def.el (mime/disposition-type-regexp): New constant
3209
3210         * tm-parse.el (mime/parse-Content-Disposition): New function
3211
3212         * tm-parse.el (mime/Content-Disposition): New function
3213
3214         * tm-view.el (mime-article/get-subject):
3215         function `mime-viewer/get-subject' was renamed to it.
3216
3217         * tm-view.el (mime-article/get-uu-filename): New function:      
3218         it was separated from function `mime-article/get-subject'.
3219
3220         * tm-play.el (mime-article/get-original-filename): New function
3221
3222         * tm-play.el (mime-article/get-filename):
3223         Function `mime-article/get-name' was renamed to it.     
3224         It was modified to use `mime-article/get-original-filename'
3225         instead of `mime-article/get-subject'.
3226
3227         * tm-file.el (mime-article/extract-file):       
3228         modified to use `mime-article/get-filename'
3229
3230 Wed Dec 20 15:27:35 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
3231
3232         * tm-setup.el:
3233         According to Shuhei KOBAYASHI <shuhei@cmpt01.phys.tohoku.ac.jp>,
3234         `(require 'tm-gnus)' is add-hooked as append mode.      
3235         (cf. [tm-ja:1391])
3236
3237 Thu Dec 20 05:48:56 1995  UENO Hiroshi  <jl07715@yamato.ibm.co.jp>
3238
3239         * tm-pgp.el: (mime-article/check-pgp-signature):
3240         fixed to treat signed part as binary. (to fix problem in OS/2)
3241
3242 \f
3243 Wed Dec 20 13:05:06 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
3244
3245         * tl: Version 7.03.4 was released.
3246         * tm: Version 7.37 was released.
3247         * tm/gnus: Version 7.26 was released.
3248
3249 Tue Dec 19 18:06:49 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
3250
3251         * tm-pgp.el: draft-elkins-pem-pgp-01.txt was renewed to
3252         draft-elkins-pem-pgp-02.txt.
3253
3254 Tue Dec 19 17:50:09 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
3255
3256         * Makefile: tm/src/tmpgp was abolished.
3257
3258 Tue Dec 19 17:47:16 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
3259
3260         * tm-edit.el:
3261         pgp-elkins spec was renewed to draft-elkins-pem-pgp-02.txt.
3262
3263 Tue Dec 19 17:13:19 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
3264
3265         * tm-pgp.el (mime-article/check-pgp-signature): treats encoding
3266
3267         * tm-edit.el: `(autoload 'mc-pgp-lookup-key "mc-pgp")' was added.
3268
3269 Tue Dec 18 03:52:48 1995  Katsumi Yamaoka <yamaoka@ga.sony.co.jp>
3270
3271         * tm-view.el (mime-viewer/filter-text/plain): put URL into
3272         text-property. (cf. [tm-ja:1367])
3273
3274 Mon Dec 15 21:32:16 1995  Shuhei KOBAYASHI <shuhei@cmpt01.phys.tohoku.ac.jp>
3275
3276         * tm-vm.el (tm-vm-load-hook): New hook
3277         
3278         * tm-vm.el (tm-vm/preview-current-message): fixed to end as
3279         current-buffer is folder buffer. Some problem is still rest.
3280         (cf. [tm-ja:1348])
3281
3282 \f
3283 Mon Dec 18 11:16:18 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
3284
3285         * tm: Version 7.36 was released.
3286         * tm/gnus: Version 7.25 was released.
3287
3288         * methods/tm-au: new implementation
3289
3290 Mon Dec 18 10:45:02 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
3291
3292         * tm-view.el (mime-viewer/quit): New implementation
3293
3294         * tm-view.el (mime-viewer/show-summary): New function:
3295         it is bound with `h' key.
3296
3297         * tm-view.el (mime-viewer/show-summary-method): New variable
3298
3299 Mon Dec 18 01:32:23 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
3300
3301         * methods/tmdecode, methods/tm-plain:
3302         replaced by NAGIRA Naoki <naoki-n@pdi.co.jp>'s code.
3303
3304 Sun Dec 17 14:35:01 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
3305
3306         * tm-view.el: setting for "image/x-mag"
3307
3308 Sun Dec 17 14:29:17 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
3309
3310         * tm-pgp.el: application/pgp-encrypted support
3311
3312         * tm-pgp.el (mime-article/check-pgp-signature): bug fix
3313
3314         * tm-pgp.el: setting for "text/x-pgp"
3315
3316         * tm-setup.el: setting for tm-image.el when XEmacs is running.
3317
3318         * tm-image.el:
3319         Filters were merged to function `mime-preview/filter-for-image'.
3320
3321 Sat Dec 16 14:59:29 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
3322
3323         * tm-image.el: Initial revision
3324
3325 \f
3326 Sat Dec 15 16:16:32 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
3327
3328         * tm: Version 7.35 was released.
3329         * tm/gnus: Version 7.24 was released.
3330
3331 Fri Dec 15 15:40:10 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
3332
3333         * tm-pgp.el:
3334         According to Shuhei KOBAYASHI <shuhei@cmpt01.phys.tohoku.ac.jp>,
3335         `(autoload 'mc-snarf-keys "mc-toplev")' was added.
3336         (cf. [tm-ja:1345])
3337
3338         * tm-view.el:
3339         (1) Popup menu for Emacs 19.* was deleted.
3340         (2) MIME-View menu was defined for Emacs 19.*. In Emacs 19.29 or
3341             later, system popup menu is available.
3342
3343 Fri Dec 15 15:02:14 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
3344
3345         * tm-edit.el (mime/editor-mode): DOC string was fixed.
3346
3347 Fri Dec 15 13:58:51 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
3348
3349         * tm-vm.el:
3350         (1) New variable `tm-vm/use-xemacs-popup-menu'.
3351         (2) popup menu of MIME-Edit minor mode became sub menu.
3352
3353 Fri Dec 15 13:56:51 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
3354
3355         * tm-rmail.el:
3356         Setting was modified to load tm-mail after tm-edit is loaded.
3357
3358         * tm-mail.el:
3359         (1) New variable `tm-mail/use-xemacs-popup-menu'.
3360         (2) popup menu of MIME-Edit minor mode became sub menu.
3361
3362         * tm-def.el (tm:set-fields): New function
3363
3364 Fri Dec 15 12:00:23 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
3365
3366         * tm-pgp.el (mime-article/check-pgp-signature): fixed problem of
3367         binary declarations
3368
3369         * tm-file.el: delete unnecessary `(file-coding-system *noconv*)'
3370
3371 \f
3372 Thu Dec 14 17:03:27 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
3373
3374         * tm: Version 7.34 was released.
3375
3376         * Makefile:
3377         New file tm/src/tmpgp: it is used to sign by pgp-elkins style.
3378
3379 Thu Dec 14 15:49:00 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
3380
3381         * tm-edit.el:
3382         (1) `pgp-elkins' style PGP signature was implemented.
3383         (2) New function `mime-editor/insert-key': It is based on
3384             draft-elkins-pem-pgp-01.txt.
3385
3386 Thu Dec 14 15:41:18 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
3387
3388         * tm-pgp.el: New function `mime-article/add-pgp-keys'
3389
3390 Thu Dec 14 15:37:13 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
3391
3392         * tm-play.el (mime-article/decode-caesar):
3393         encoding field is symbol, not string.
3394
3395         * tm-html.el: encoding field is symbol, not string.
3396
3397 Thu Dec 14 15:17:56 1995  Shuhei KOBAYASHI <shuhei@cmpt01.phys.tohoku.ac.jp>
3398
3399         * tm-vm.el(tm-vm/scroll-forward, tm-vm/scroll-backward):
3400         According to AKITO Ishihara <aki@bpel.tutics.tut.ac.jp>'s report,
3401         `vm-scroll-(forward|backward)' was enclosed by
3402         `(let ((vm-inhibit-startup-message t)) ...)'.
3403         (cf. [tm-ja:1313], [tm-ja:1314])
3404
3405 Thu Dec 14 06:22:20 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
3406
3407         * signature.el (signature/insert-signature-at-eof):
3408         `(delete-blank-lines)' was commented out.
3409
3410 Thu Dec 13 15:37:16 1995  Shuhei KOBAYASHI <shuhei@cmpt01.phys.tohoku.ac.jp>
3411
3412         * tm-vm.el (tm-vm/scroll-forward, tm-vm/scroll-backward):
3413         It might be better to treat `vm-honor-page-delimiters' (and
3414         `vm-auto-next-message' too) in tm-vm. (cf. [tm-ja:1292])
3415
3416 Wed Dec 13 13:40:58 1995  AKITO Ishihara <aki@bpel.tutics.tut.ac.jp>
3417
3418         * tm-vm.el (tm-vm/scroll-backward): fixed to comment out
3419         `(goto-char (point-max))'. (cf. [tm-ja:1289])
3420
3421 Wed Dec 13 13:10:27 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
3422
3423         * tm-edit.el (mime-editor/process-pgp-kazu): fixed to insert dummy
3424         mail-header-separator before calling mailcrypt function.
3425
3426 \f
3427 Wed Dec 13 05:46:06 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
3428
3429         * tl: Version 7.03.3 was released.
3430         * tm: Version 7.33 was released.
3431         * tm/mh-e: Version 7.44 was released.
3432         * tm/gnus: Version 7.22 was released.
3433         
3434         * tm-view.el:
3435         (1) New field variable `mime-viewer/visible-field-list'
3436         (2) New function `mime-preview/cut-header'
3437         
3438         * tm-view.el: (mime-viewer/default-content-header-filter):
3439         New implementation
3440
3441 Tue Dec 11 15:31:29 1995  Shuhei KOBAYASHI <shuhei@cmpt01.phys.tohoku.ac.jp>
3442
3443         * tm-file.el: comment was fixed.
3444         
3445         * methods/tm-html, methods/tm-image:
3446         fixed to insert spaces previous and next of "="
3447         (cf. [tm-ja:1262])
3448
3449 \f
3450 Mon Dec 11 18:02:36 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
3451
3452         * tl: Version 7.03.2 was released.
3453         * tm: Version 7.32 was released.
3454         * tm/gnus: Version 7.21.2 was released.
3455
3456 Sun Dec 10 20:33:48 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
3457
3458         * tm-view.el, tm-play.el: Function `mime::point-preview-content'
3459         was renamed to `mime-preview/point-pcinfo'.
3460
3461         * tm-edit.el: does not exit from MIME editor mode if function
3462         `mime-editor/pgp-processing' is fail.
3463
3464         * tm-edit.el:
3465         (1) New variable `mime-editor/signing-type' and
3466             `mime-editor/encrypting-type': their types are pgp-elkins,
3467             pgp-kazu or nil. pgp-elkins is not supported yet.
3468         (2) New function `mime-editor/enclose-signed-region' and
3469             `mime-editor/enclose-encrypted-region' for new enclosure
3470             `signed' and `encrypted'.
3471         (3) New function `mime-editor/process-pgp-kazu': to process
3472             `signed' and `encrypted' enclosure as application/pgp.
3473         (4) New function `mime-editor/set-split'
3474
3475 Sat Dec  9 08:37:21 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
3476
3477         * tm-pgp.el (mime-article/check-pgp-signature): Status does not
3478         work.
3479
3480 Sat Dec  9 08:32:56 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
3481
3482         * tm-edit.el (mime-editor/process-multipart-1):
3483         Boundary is folded.
3484
3485         * tm-edit.el: rearrangement
3486
3487 Sat Dec  9 04:58:16 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
3488
3489         * tm-play.el (mime-article/show-output-buffer):
3490         `(get-buffer-create mime/output-buffer-name)' was inserted.
3491
3492 Sat Dec  9 04:51:49 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
3493
3494         * tm-pgp.el: application/pgp-signature support.
3495
3496         * tm-play.el:
3497         Function `mime-article/decode-message/partial' was modified not to
3498         use `find-file'.
3499
3500 Sat Dec  9 04:11:11 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
3501
3502         * tm-def.el:
3503         Constant `mime/decoding-buffer-name' was deleted (because it seems
3504         not be used).
3505
3506         * tm-edit.el: application/pgp support
3507
3508 Sat Dec  9 03:42:47 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
3509
3510         * tm-file.el: setting for another variables to regard as binary.
3511
3512 Sat Dec  9 02:04:41 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
3513
3514         * tm-view.el:
3515         Function `mime-viewer/display-content' was fixed about judgement
3516         of root content.
3517
3518 Sat Dec  9 01:56:28 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
3519
3520         * tm-parse.el:
3521         Function `mime/parse-multipart' was fixed about point-max slot of
3522         content-info.
3523
3524 Sat Dec  9 01:41:18 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
3525
3526         * tm-def.el: New constant `mime/temp-buffer-name'.
3527
3528         * tm-play.el:
3529         Function `mime-article/decode-message/partial' was modified to use
3530         `mime/temp-buffer-name'.
3531
3532 Fri Dec  8 23:27:19 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
3533
3534         * tm-pgp.el: Initial revision
3535
3536 Fri Dec  8 22:32:55 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
3537
3538         * tm-vm.el: According to Junya Watanabe
3539         <junya@tippr.info.eng.niigata-u.ac.jp>, fixed problem about XEmacs
3540         menu in Emacs and Mule.
3541         (cf. [tm-ja:1249])
3542
3543 Fri Dec  8 22:29:27 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
3544
3545         * tm-view.el: New variable
3546         `mime-viewer/content-subject-showing-Content-Type-list'
3547
3548 Sat Dec  8 18:29:51 1995  Shuhei KOBAYASHI <shuhei@cmpt01.phys.tohoku.ac.jp>
3549
3550         * tm-file.el(mime-article/extract-file):
3551         Variable `require-final-newline' should be nil.
3552
3553 \f
3554 Thu Dec  7 12:07:47 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
3555
3556         * tl: Version 7.03.1 was released.
3557         * tm: Version 7.31 was released.
3558         * tm/gnus: Version 7.21.1 was released.
3559
3560         * Makefile: tl/README.eng was renamed to tl/README.en.
3561
3562 Thu Dec  7 10:23:55 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
3563
3564         * tm-vm.el: vm-mail-mode pop up menu setting for XEmacs.
3565
3566         * tm-mail.el: pop up menu setting for XEmacs.
3567
3568         * tm-edit.el:
3569         MUA depended codes about XEmacs pop up menu were moved to
3570         tm-MUAs.
3571
3572         * tm-view.el: defvar `mime::article/preview-buffer' and
3573         `mime::article/code-converter' for XEmacs.
3574
3575         * tm-edit.el: some comments are modified.
3576
3577 Thu Dec  7 09:10:28 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
3578
3579         * Makefile:
3580         (1) drives `make gnus5' and `make sgnus' for xemacs and 19_29.
3581         (2) README.eng was rename to README.en.
3582
3583 Thu Dec  7 08:01:31 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
3584
3585         * tm-play.el:
3586         Function `mime-article/view-message/rfc822' was modified to set
3587         buffer local variable `mime::article/code-converter'.
3588
3589         * tm-view.el:
3590         New buffer local variable `mime::article/code-converter': It
3591         specifies code-converter. If it is nil,
3592         `mime-viewer/code-converter-alist' is used.
3593
3594 Thu Dec  7 06:18:21 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
3595
3596         * tm-view.el:
3597         pop up menu support by mouse-button-3 for Emacs 19 and XEmacs.
3598
3599 Thu Dec  7 06:10:32 1995  Steven L. Baur <steve@miranova.com>
3600
3601         * tm-edit.el: pop up menu for XEmacs. (cf. [tm-en:209])
3602
3603 Thu Dec  7 04:55:49 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
3604
3605         * tm-rmail.el: version variables were added.
3606
3607         * tm-rmail.el:
3608         Shuhei KOBAYASHI <shuhei@cmpt01.phys.tohoku.ac.jp>'s patch was applied
3609         to fix problem of function `tm-rmail/forward' in *mail* buffer. (and
3610         some extensions) (cf. [tm-ja:1225])
3611
3612 Thu Dec  6 23:16:14 1995  Steven L. Baur <steve@miranova.com>
3613
3614         * tm-view.el: mouse-button-3 menu for XEmacs. (cf. [tm-en:206])
3615
3616 Thu Dec  6 15:53:54 1995  Shuhei KOBAYASHI <shuhei@cmpt01.phys.tohoku.ac.jp>
3617
3618         * README.eng: fixed typo about VM (cf. [tm-ja:1224])
3619
3620         * tm-file.el: fix and extend. (cf. [tm-ja:1224])
3621
3622 Wed Dec  6 15:35:52 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
3623
3624         * tm-rmail.el:
3625         `(substitute-key-definition
3626                 'rmail-forward 'tm-rmail/forward rmail-mode-map)'
3627         should be enclosed by (call-after-loaded 'mime-setup ..).
3628
3629 \f
3630 Wed Dec  6 12:52:53 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
3631
3632         * tm: Version 7.30 was released.
3633         * tm/mh-e: Version 7.43 was released.
3634         * tm/gnus: Version 7.21 was released.
3635         * tl: Version 7.03 was released.
3636
3637         * tm-edit.el: In function `mime-editor/split-and-send', to
3638         `(make-variable-buffer-local 'mail-header-separator)' was changed
3639         to `(make-local-variable 'mail-header-separator)'.
3640
3641         * tm-play.el: In function `mime-article/decode-caesar',
3642         `(setq buffer-read-only nil)' was inserted before
3643         `(erase-buffer)'. (cf. [tm-ja:1214])
3644
3645 Wed Dec  6 09:21:07 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
3646
3647         * README.eng:
3648         According to Shuhei KOBAYASHI <shuhei@cmpt01.phys.tohoku.ac.jp>,
3649         added and rewrote about VM.
3650
3651 Wed Dec  6 08:49:15 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
3652
3653         * tm-vm.el:
3654         (1) Function `tm-vm/over-to-previous' was renamed to
3655             `tm-vm/over-to-previous-method'.
3656         (2) Function `tm-vm/over-to-next was renamed to
3657             `tm-vm/over-to-next-method'.
3658
3659 Wed Dec  6 06:55:07 1995  Shuhei KOBAYASHI <shuhei@cmpt01.phys.tohoku.ac.jp>
3660
3661         * tm-vm.el:
3662         - Variable `tm-vm/automatic-mime-preview' was changed to user
3663           variable.
3664
3665         - Names of tm-vm hooks were unified to `tm-vm/xxx-hook' from
3666           `vm-xxx-hook'.
3667
3668         - New function `tm-vm/over-to-previous' and
3669           `tm-vm/over-to-next': they are over-to-previous-method and
3670           over-to-next-method. They are not only set for vm-mode, but
3671           also vm-virtual-mode.
3672
3673         - add-hook to `tm-vm/update-record' was fixed to
3674           `tm-vm/bbdb-update-record'. It is typo.
3675
3676 Wed Dec  6 08:20:02 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
3677
3678         * tm-eword.el, tm-ew-d.el: comment was modified.
3679
3680         * README.eng: New section `How to get new version'.
3681
3682         * tm-view.el, tm-play.el:
3683         (1) buffer local variable `mime/show-mode-old-window-configuration'
3684             was renamed to `mime::article/preview-buffer'.
3685         (2) modified about window configuration.
3686
3687         * tm-vm.el:
3688         (1) Function `tm-vm/preview-current-message' was modified.
3689         (2) over-to-previous-method and over-to-next-method are modified.
3690
3691 Wed Dec  6 04:18:23 1995  Shuhei KOBAYASHI <shuhei@cmpt01.phys.tohoku.ac.jp>
3692
3693         * tm-nemacs.el: Function `mime/code-convert-region-to-emacs' was
3694         modified to use function `code-convert-region'. (cf. [tm-ja:1204])
3695
3696 Wed Dec  5 18:52:52 1995  steve@miranova.com (Steven L. Baur)
3697
3698         * config.tm: bindir declaration was fixed.
3699
3700 \f
3701 Tue Dec  5 07:58:52 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
3702
3703         * tm: Version 7.29 was released.
3704         * tm/mh-e: Version 7.41 was released.
3705         * tm/gnus: Version 7.20.1 was released.
3706         * tl: Version 7.02 was released.
3707
3708         * tm-edit.el: Setting for ISO-2022-KR.
3709
3710 Mon Dec  4 20:33:11 1995  Shuhei KOBAYASHI <shuhei@cmpt01.phys.tohoku.ac.jp>
3711
3712         * tm-vm.el:
3713         setting for mime-viewer/over-to-(previous|next)-method-alist.
3714         (cf. [tm-ja:1195])
3715
3716         * tm-view.el: New keybind "<" and ">" (cf. [tm-ja:1195])
3717
3718 \f
3719 Mon Dec  4 00:24:19 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
3720
3721         * tm: Version 7.28 was released.
3722         * tm/mh-e: Version 7.40 was released.
3723         * tm/gnus: Version 7.20 was released.
3724
3725         * tm-view.el: setting for external method ``tm-html''.
3726
3727         * tm-html.el: setting for "extract" mode.
3728
3729         * README.eng: rewrote for tm 7.*.
3730
3731         * Makefile: tm/richtext.el and tm/tinyrich.el were moved to tl
3732         package.
3733
3734         * mk-tm: richtext.el and tinyrich.el were moved to tl package.
3735
3736 Sun Dec  3 14:09:18 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
3737
3738         * tm-vm.el: modified to use tm-mail.
3739
3740         * tm-rmail.el:
3741         Setting for `mime-editor/message-inserter-alist' using tm-mail.el.
3742
3743         * tm-mail.el: New module: for mail-mode.
3744
3745 Fri Dec  1 17:11:01 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
3746
3747         * tm-ew-e.el: fixed problem of exceptional case of encoding.
3748
3749 Wed Nov 29 21:51:05 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
3750
3751         * mime-setup.el: According to Steven L. Baur <steve@miranova.com>,
3752         (setq mail-signature nil) when `mime-setup-use-signature' is t.
3753         (cf. [tm-eng:176])
3754
3755         * tm-vm.el:
3756         (1) fixed problem in function `tm-vm/preview-current-message'.
3757         (2) New function `tm-vm/visit-folder-function'. It is set to
3758             `vm-visit-folder-hook' instead of `tm-vm/preview-current-message'
3759             directly. It is bug fix for getting new mail when visit to a
3760             folder.
3761
3762         * tm-vm.el:
3763         Shuhei KOBAYASHI <shuhei@cmpt01.phys.tohoku.ac.jp>'s patch was
3764         applied. (cf. [tm-ja:1164])
3765
3766 Sat Nov 25 02:14:25 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
3767
3768         * tm-edit.el:
3769         Function `mime-editor/enclose-region' was fixed not to insert
3770         "text/plain" tag when end of enclosure is end of buffer.
3771
3772 \f
3773 Thu Nov 23 10:21:05 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
3774
3775         * tm 7.27.1 was released.
3776
3777         * tm-view.el:
3778         ".*Received" was inserted into default value of variable
3779         `mime-viewer/ignored-field-list'.
3780
3781         * mime-setup.el:
3782         autoload setting for function `mime/decode-message-header'.
3783
3784 Tue Nov 21 09:43:00 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
3785
3786         * tm-vm.el: fixed problem of function `tm-vm/quit'.
3787
3788 Mon Nov 20 23:54:54 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
3789
3790         * tm-vm.el: Function `tm-vm/preview-current-message' was
3791         modified.
3792
3793 \f
3794 Mon Nov 20 02:48:34 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
3795
3796         * tm 7.27 is released.
3797         * tm/mh-e: Attached version 7.25.
3798         * tm/gnus: Attached version 7.18.
3799
3800         * tm-vm.el:
3801         (1) Function `tm-vm/preview-current-message' was fixed.
3802         (2) setting for BBDB was modified.
3803
3804         * tm-edit.el:
3805         In function `mime-editor/enclose-region, interpretation
3806         mistake of RFC 1521 was fixed.
3807
3808 Sun Nov 19 18:06:34 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
3809
3810         * tm-vm.el:
3811         fixed problem of function `tm-vm/scroll-forward' and
3812         `tm-vm/scroll-backward'.
3813
3814         * tm-vm.el:
3815         (1) insert (run-hooks 'tm-vm/vm-select-message-hook) into
3816             function `tm-vm/preview-current-message'.
3817         (2) setting for BBDB.
3818             (Please insert (load "tm-vm") after (bbdb-insinuate-vm))
3819
3820         * mime-setup.el:
3821         (add-hook 'mail-setup-hook 'mime/editor-mode 'append) instead
3822         of (add-hook 'mail-mode-hook 'mime/editor-mode).
3823
3824         * tm-vm.el:
3825         (1) fixed problem of function `mime::article/preview-buffer'.
3826         (2) Don't reset of hooks when mime-setup is loaded.
3827
3828 Fri Nov 17 14:34:52 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
3829
3830         * tm-vm.el:
3831         Oscar Figueiredo <figueire@lspsun2.epfl.ch>'s modification was 
3832         applied.
3833
3834         * tm-html.el:
3835         KOBAYASHI Shuuhei <shuhei@cmpt01.phys.tohoku.ac.jp>'s patch
3836         was applied. (cf. [tm-ja:1117])
3837
3838         * tm-vm.el:
3839         changed Subject field decoding way when does not use tiny-mime
3840         patch.
3841
3842         * tm-vm.el:
3843         SHIONO Jun'ichi <jun@case.nm.fujitsu.co.jp>'s patch was
3844         applied. (cf. [tm-ja:1120])
3845
3846         * tm-vm.el:
3847         SHIONO Jun'ichi <jun@case.nm.fujitsu.co.jp>'s patch was
3848         applied. (cf. [tm-ja:1119])
3849
3850         * mh-e/tm-mh-e.el:
3851         In function `tm-mh-e/forward', use forwcomps specified by
3852         variable `tm-mh-e/forwcomps' when variable
3853         `tm-mh-e/use-forwcomps' was non-nil.
3854
3855         * mh-e/tm-mh-e.el:
3856         YAMAOKA Katsumi <yamaoka@ga.sony.co.jp>'s patch was applied.
3857         (cf. [tm-ja:1116])