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