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