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