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