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