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