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