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