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