This commit was generated by cvs2svn to compensate for changes in r416,
[elisp/tm.git] / ChangeLog
1 Wed Jul 17 05:36:50 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2
3         * tl: Version 7.43 was released.
4         * tm: Version 7.72 was released.
5         * tm/mh-e: Version 7.64 was released.
6         * tm/gnus: Version 7.78 was released.
7
8 Mon Jul 15 19:21:48 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
9
10         * tm-image.el (mime-viewer/ps-to-gif-command): New variable.
11         (mime-preview/filter-for-application/postscript): Use variable
12         `mime-viewer/ps-to-gif-command'.
13
14 Mon Jul 15 14:04:46 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
15
16         * tm-play.el (mime-article/show-output-buffer): use variable
17         `mime/output-buffer-window-is-shared-with-bbdb'.
18
19         * tm-def.el (mime/output-buffer-window-is-shared-with-bbdb): New
20         variable.
21
22         * tm-pgp.el (mime-article/check-pgp-signature): Don't check
23         *noconv*.
24
25 Mon Jul 15 13:59:43 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
26
27         * tm-pgp.el (mime-article/check-pgp-signature): fixed for new spec
28         of function `mime-article/show-output-buffer'.
29
30         * tm-play.el (mime-article/show-output-buffer): Select a window
31         contains preview-buffer if there is no windows contain
32         mime/output-buffer-name.
33
34         * tm-def.el (tm:button-dispatcher): New implementation.
35
36 Mon Jul 15 08:19:01 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
37
38         * tm-edit.el (mime-editor::edit-again): Use function
39         `decode-mime-charset-region' instead of
40         `mime-charset-decode-region' and `character-decode-region'; Use
41         variable `default-mime-charset' instead of
42         `mime/default-coding-system'.
43
44 Sun Jul 14 15:04:35 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
45
46         * tm-def.el: Variable `mime/default-coding-system' was abolished.
47
48         * tm-def.el: Variable `mime/charset-coding-system-alist' was
49         abolished.
50
51         * tm-def.el (mime-charset-decode-region): Use function
52         `decode-mime-charset-region'.
53
54 Sun Jul 14 11:40:02 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
55
56         * tm-ew-d.el (mime/decode-encoded-text): Use function
57         `decode-mime-charset-string' instead of
58         `mime-charset-decode-string'.
59
60         * tm-def.el: Function `mime-charset-decode-string' was abolished.
61
62 \f
63 Thu Jul 11 15:26:54 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
64
65         * tl: Version 7.36 was released.
66         * tm: Version 7.71 was released.
67
68         * tm-def.el: Function `mime-charset-encode-region' was abolished.
69
70 Thu Jul 11 15:25:18 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
71
72         * tm-def.el: Function `mime-charset-encode-string' was abolished.
73
74 Thu Jul 11 15:23:13 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
75
76         * tm-def.el: Function `mime/find-charset-region' was abolished.
77
78         * tm-edit.el: New implementation; based on SEMI mime-edit 0.36.
79
80         (mime-editor/define-charset): Argument `charset' was changed to
81         symbol.
82
83         (mime-editor/normalize-body): charset was changed to symbol; Use
84         function `encode-mime-charset-region' instead of
85         `mime-charset-encode-region'.
86
87         (mime-editor/make-charset-default-encoding-alist): New function.
88
89         (mime-editor/charset-default-encoding-alist): Use function
90         `mime-editor/make-charset-default-encoding-alist'.
91
92         (mime-editor/toggle-transfer-level): Use function
93         `mime-editor/make-charset-default-encoding-alist'.
94
95         (mime-editor/choose-charset): Use function
96         `detect-mime-charset-region' instead of `mime/find-charset-region';
97         Changed to return symbol.
98
99 Wed Jul 10 14:21:58 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
100
101         * tm-def.el (mime/find-charset-region): fixed.
102
103 Wed Jul 10 13:45:06 1996  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
104
105         * signature.el (insert-signature): Meaning of
106         `signature-delete-blank-lines-at-eof' had been reversed by
107         mistake.
108
109 Wed Jul 10 13:04:08 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
110
111         * tm-def.el: Variable `mime/lc-charset-alist' and
112         `mime/unknown-charset' were abolished.
113
114         Function `mime/find-charset' was abolished.
115         
116         (mime/find-charset-region): Use function
117         `detect-mime-charset-region' instead of `mime/find-charset'.
118
119 Wed Jul 10 12:52:46 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
120
121         * tm-ew-e.el (tm-eword::space-process): Use `eq' to compare
122         charset.
123         (tm-eword::encoded-word-length): Use `string-equal' to compare
124         encoding.
125
126 Wed Jul 10 12:50:12 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
127
128         * tm-ew-e.el (tm-eword::encode-encoded-text): Argument `charset'
129         was changed to symbol.
130         (tm-eword::find-charset-rule): Returned charset was changed to
131         symbol too.
132         (tm-eword::encoded-word-length): Use function
133         `encode-mime-charset-string' instead of
134         `mime-charset-encode-string'; `charset' slot of `rword' was
135         changed to symbol.
136
137 Wed Jul 10 12:33:14 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
138
139         * tm-ew-e.el (mime-eword/charset-encoding-alist): charset is
140         changed to symbol.
141         (tm-eword::find-charset-rule): modified for news
142         `mime-eword/charset-encoding-alist' format.
143
144         * tm-ew-e.el (tm-eword::find-charset-rule): Use function
145         `charsets-to-mime-charset' instead of `mime/find-charset'.
146
147 Wed Jul 10 11:28:34 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
148
149         * tm-def.el: Variable `mime/charset-type-list' was abolished.
150
151         * tm-def.el (mime/make-charset-default-encoding-alist): Use
152         variable `mime-charset-type-list' instead of
153         `mime/charset-type-list'.
154
155         * tm-def.el (mime-charset-type-list): New variable.
156         (mime/charset-type-list): Use `mime-charset-type-list'.
157
158 \f
159 Tue Jul  9 13:30:32 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
160
161         * tl: Version 7.31.1 was released.
162         * tm: Version 7.70 was released.
163         * tm/gnus: Version 7.73 was released.
164
165         * tm-edit.el (mime/editor-mode): Don't toggle.
166         (mime-editor/toggle-mode): New function.
167
168 Tue Jul  2 14:06:53 1996  Alastair Burt <burt@dfki.uni-kl.de>
169
170         * tm-edit.el: use function `add-minor-mode' for XEmacs.
171
172 Mon Jul  8 05:44:22 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
173
174         * tm-image.el: `(require 'xpm)' was deleted.
175
176 Thu Jul  4 16:57:03 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
177
178         * tm-def.el (tm:button-dispatcher): don't move to preview buffer.
179
180 Mon Jul  1 23:45:34 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
181
182         * tm-evs.el (tm-evs/define-keys): New function.
183         Use `mime-viewer/define-keymap-hook'.
184
185 Mon Jul  1 23:43:25 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
186
187         * tm-bbdb.el (tm-bbdb/define-keys): New function.
188         Use `mime-viewer/define-keymap-hook'.
189
190         * tm-view.el: Variable `mime/viewer-mode-map' was abolished.
191         (mime-viewer/define-keymap): New function.
192         (mime/viewer-mode): Add new argument `mother-keymap'; use function
193         `mime-viewer/define-keymap'.
194
195 \f
196 Thu Jun 27 15:49:37 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
197
198         * tl: Version 7.31 was released.
199         * MEL: Version 5.6 was released.
200         * tm: Version 7.69 was released.
201         * tm/mh-e: Version 7.63.1 was released.
202         * tm/gnus: Version 7.72 was released.
203
204         * inst-tm (compile-tm): condition was modified about XEmacs.
205
206         * inst-tm (compile-tm): Don't `make gnus5' for XEmacs 19.14 or
207         later.
208
209         * inst-tm (compile-tm): `make sgnus' is renamed to `make gnus5'.
210
211 Thu Jun 27 14:26:56 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
212
213         * tm-pgp.el (mime-article/view-application/pgp): Use macro
214         `as-binary-process'.
215
216 Thu Jun 27 14:22:59 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
217
218         * tm-edit.el (mime-editor/encrypt-pgp-kazu): Use macro
219         `as-binary-process'.
220         (mime-editor/sign-pgp-kazu): Use macro `as-binary-process'.
221
222 Wed Jun 26 15:32:13 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
223
224         * tm-def.el (mime/charset-coding-system-alist): add `GB2312'.
225
226 Tue Jun 25 01:02:40 1996  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
227
228         * mime-setup.el.in (mu-cite/pre-cite-hook): Add function
229         `mime/decode-message-header'.
230
231 Wed Jun 12 23:46:24 1996  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
232
233         * tm-vm.el: Setting for `mime-editor/split-message-sender-alist'
234         was moved from tm-edit.el.
235
236 \f
237 Wed Jun 12 05:53:26 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
238
239         * tl: Version 7.30 was released.
240         * MEL: Version 5.5 was released.
241         * tm: Version 7.68 was released.
242
243         * tm-edit.el (mime-editor/split-message-sender-alist): setting for
244         `mail-mode' was moved to tm-rmail.el.
245
246 Wed Jun 12 05:38:23 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
247
248         * tm-rmail.el: Setting for
249         `mime-editor/split-message-sender-alist' was moved from
250         tm-edit.el.
251
252 Tue Jun 11 22:19:45 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
253
254         * tm-image.el: Function `image-read-file' was abolished.
255
256         * tm-image.el (mime-preview/filter-for-inline-image): New
257         implementation; Don't make temporary file.
258
259         (mime-preview/filter-for-application/postscript): New function for
260         XEmacs 19.14 or later.
261
262 Tue Jun 11 14:34:28 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
263
264         * tm-ew-e.el (tm-eword::encode-string-1): Use function
265         `char-length' instead of `char-bytes'.
266
267         * tm-ew-e.el (tm-eword::parse-lc-word): Use function `char-length'
268         instead of `char-bytes'.
269
270 Mon Jun 10 05:12:37 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
271
272         * tm-ew-e.el (tm-eword::encode-string-1): Use macro
273         `tm-eword::rword-charset', `tm-eword::rword-encoding' and
274         `tm-eword::rword-type'.
275
276         (tm-eword::encoded-word-length): set `type'.
277
278 Mon Jun 10 04:34:27 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
279
280         * tm-ew-e.el (mime/encode-field): set `type'.
281
282 Mon Jun 10 04:29:31 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
283
284         * tm-ew-e.el (tm-eword::encode-rwl): optional argument `mode' was
285         abolished.
286
287         (tm-eword::encode-string): modified for new interface.
288
289         (mime-eword/encode-string): modified for new interface.
290
291 Mon Jun 10 04:21:03 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
292
293         * tm-ew-e.el (tm-eword::encode-string-1): optional argument `mode'
294         was abolished.
295
296         (tm-eword::encode-rwl): don't use `mode'.
297
298         * tm-ew-e.el (tm-eword::split-string): New optional argument
299         `mode'.
300
301         (tm-eword::mailbox-to-rwl): set `type'.
302
303 Mon Jun 10 04:10:05 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
304
305         * tm-ew-e.el (tm-eword::make-rword): New macro.
306
307         (tm-eword::words-to-ruled-words): new optional argument `mode';
308         Use macro `tm-eword::make-rword'.
309
310         (tm-eword::phrase-to-rwl): set `mode'.
311
312 Mon Jun 10 03:29:31 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
313
314         * tm-ew-e.el (tm-eword::encoded-word-length): Use macro
315         `tm-eword::rword-text', `tm-eword::rword-charset' and
316         `tm-eword::rword-encoding'.
317
318 Mon Jun 10 03:12:18 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
319
320         * tm-ew-e.el (tm-eword::encoded-word-length): Use function
321         `base64-encoded-length' instead of `base64-length'.
322
323         Function `q-encoding-length' was abolished.
324
325 Mon Jun 10 03:09:05 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
326
327         * tm-ew-e.el (tm-eword::encoded-word-length): Use function
328         `base64-encoded-length' instead of `base64-length'.
329
330         Function `base64-length' was abolished.
331
332 Mon Jun 10 02:59:06 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
333
334         * tm-ew-e.el (tm-eword::rword-text): New macro.
335         (tm-eword::rword-charset): New macro.
336         (tm-eword::rword-encoding): New macro.
337         (tm-eword::rword-type): New macro.
338
339         (tm-eword::space-process): Use macro `tm-eword::rword-text',
340         `tm-eword::rword-charset' and `tm-eword::rword-encoding'.
341
342 \f
343 Mon Jun 10 01:56:38 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
344
345         * tm: Version 7.67 was released.
346         * tm/gnus: Version 7.69 was released.
347
348 Sun Jun  9 07:03:58 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
349
350         * tm-edit.el (mime-editor/split-and-send): New implementation.
351
352         Variable `mime-editor/message-default-sender-alist' was abolished.
353
354         Variable `mime-editor/window-config-alist' was abolished.
355
356 \f
357 Sun Jun  9 04:13:53 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
358
359         * MEL: Version 5.4 was released.
360         * tm: Version 7.66.2 was released.
361         * tm/gnus: Version 7.68 was released.
362
363 Fri Jun  7 14:14:53 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
364
365         * inst-tm (install-elc): check `src-file' has existed yet.
366
367 Thu Jun  6 15:03:38 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
368
369         * tm-ew-e.el (mime/encode-field): fixed.
370
371         * tm-parse.el (mime/Content-Transfer-Encoding): eliminate last
372         linear-white-spaces.
373
374 \f
375 Mon Jun  3 14:52:18 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
376
377         * tl: Version 7.29.1 was released.
378         * MEL: Version 5.2 was released.
379         * tm: Version 7.66.1 was released.
380         * tm/mh-e: Version 7.63 was released.
381
382         * doc/Makefile (world): fixed.
383
384 Mon Jun  3 14:33:35 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
385
386         * tm-ew-e.el (mime/encode-field): must count a space after `:'.
387
388 Mon Jun  3 14:31:15 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
389
390         * tm-ew-e.el (tm-eword::encode-rwl): must insert a space between
391         encoded-words.
392
393 Fri May 31 14:51:49     Jens Lautenbacher <jtl@tkm.physik.uni-karlsruhe.de>
394
395         * tm-def.el (tm:browse-url): If argument `URL' is exist, funcall
396         `browse-url-browser-function' with `URL'.
397
398 \f
399 Tue May 28 03:40:11 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
400
401         * tl: Version 7.29 was released.
402         * MEL: Version 5.0 was released.
403         * tm: Version 7.66 was released.
404
405         * inst-tm (install-elc): modifies about error message.
406
407 Tue May 28 03:06:10 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
408
409         * tm-edit.el (mime-editor/insert-signature): Use variable
410         `signature-file-name' instead of `signature'.
411
412         * signature.el (insert-signature): local variable `signature' was
413         renamed to `signature-file-name'.
414
415 Mon May 27 17:33:03 1996  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
416
417         * tm-edit.el (mime-file-types): New file type ".patch" was added.
418
419 \f
420 Mon May 27 15:14:29 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
421
422         * tl: Version 7.27.1 was released.
423         * tm: Version 7.65 was released.
424         * tm/gnus: Version 7.63 was released.
425
426         * README.en (4.1): add `EXEC_PREFIX'.
427
428         September Gnus was renamed to Gnus 5.2.
429
430         * TM-CFG (EXEC_PREFIX): new variable.
431         (BINS): fixed.
432
433 Mon May 27 14:56:29 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
434
435         * tm-def.el (mime/lc-charset-alist): add "ISO-8859-6".
436
437         * inst-tm (install-elc): use `condition-case' for delete-file.
438
439         * tm-def.el (mime/lc-charset-alist): Use constants `charset-*'.
440
441 Mon May 27 08:16:38 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
442
443         * tm-pgp.el (mime-article/check-pgp-signature): Use function
444         `mime-decode-region' instead of `mime/decode-region'.
445
446         (mime-article/add-pgp-keys): Use function `mime-decode-region'
447         instead of `mime/decode-region'.
448
449         * tm-text.el (mime-preview/decode-text-region): Use function
450         `mime-decode-region' instead of `mime/decode-region'.
451
452         (mime-preview/filter-for-text/richtext): Use function
453         `mime-decode-region' instead of `mime/decode-region'.
454
455         (mime-preview/filter-for-text/enriched): Use function
456         `mime-decode-region' instead of `mime/decode-region'.
457
458 Mon May 27 08:08:00 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
459
460         * tm-image.el (mime-preview/filter-for-inline-image): renamed from
461         function `mime-preview/filter-for-image/inline'.
462
463         * tm-image.el (mime-preview/filter-for-image): Use function
464         `mime-decode-region' instead of `mime/decode-region'.
465
466         (mime-preview/filter-for-image/inline): Use function
467         `mime-decode-region' instead of `mime/decode-region'.
468
469         (mime-preview/filter-for-image/xbm): Use function
470         `mime-decode-region' instead of `mime/decode-region'.
471
472 Mon May 27 08:00:50 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
473
474         * tm-html.el (mime-article/decode-html): Use function
475         `mime-decode-region' instead of `mime/decode-region'.
476
477 Mon May 27 07:58:21 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
478
479         * tm-file.el (mime-article/extract-file): Use function
480         `mime-decode-region' instead of `mime/decode-region'.
481
482 Thu May 23 16:51:04 1996  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
483
484         * tm-vm.el (tm-vm/decode-message-header): doc string was modified.
485         (vm-yank-message): modified for `tm-vm/yank-content'.
486         (tm-vm/do-reply), (tm-vm/following-method), (tm-vm/yank-content):
487         New functions; following method for VM.
488
489         * tm-view.el (mime/viewer-mode-map): New keybind for `describe-mode'.
490         was added.
491         (mime/viewer-mode): doc string was modified.
492
493         * tm-bbdb.el:
494         (mime/viewer-mode-map): New keybinds for `tm-bbdb/edit-notes' and
495         `tm-bbdb/show-sender' were added.
496
497 \f
498 Thu May 23 01:34:26 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
499
500         * tl: Version 7.27 was released.
501         * MEL: Version 4.7.1 was released.
502         * tm: Version 7.64 was released.
503
504 Wed May 22 02:26:49 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
505
506         * tm-view.el (mime-preview/insert-content-button): fixed.
507
508         * tm-edit.el (mime-editor/yank-ignored-field-list): add "Replied";
509         remove "Sender".
510
511         (mime-editor/insert-binary-buffer, mime-editor/normalize-body):
512         Argument order of function `mime-encode-region' was changed.
513
514         (mime-editor::edit-again): Argument order of function
515         `mime-decode-region' was changed.
516
517 \f
518 Mon May 20 16:24:30 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
519
520         * tl: Version 7.26 was released.
521         * tm: Version 7.63 was released.
522         * tm/mh-e: Version 7.62 was released.
523         * tm/gnus: Version 7.61 was released.
524
525         * TM-CFG (default-load-path): New variable.
526
527         (PREFIX): default value is got from variable `exec-directory' or
528         `data-directory'.
529
530         Variable `EMACS_PREFIX' and `DATA_PREFIX' were abolished.
531
532         (LISPDIR): default value is searched from variable
533         `default-load-path'.
534
535 Mon May 20 14:56:33 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
536
537         * tm-view.el (mime-viewer/visible-field-list): add "Message-Id".
538
539         (mime-viewer/content-button-ignored-ctype-list): renamed from
540         variable `mime-viewer/content-subject-omitting-Content-Type-list'.
541
542         (mime-viewer/content-button-visible-ctype-list): renamed from
543         variable `mime-viewer/content-subject-showing-Content-Type-list'.
544
545         (mime-preview/insert-content-button): renamed from function
546         `mime-preview/insert-content-subject'.
547
548         (mime-preview/default-content-button-function): renamed from
549         function `mime-preview/default-content-subject-function'.
550
551         (mime-preview/content-button-function): renamed from variable
552         `mime-preview/content-subject-function'.
553
554         (mime-preview/display-content): fixed about renaming.
555
556 Sun May 19 16:16:42 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
557
558         * tm-edit.el (mime-editor::edit-again): Decode contents by
559         Content-Transfer-Encoding field if they have charset field or they
560         are ``text'' types.
561
562 \f
563 Fri May 17 07:59:40 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
564
565         * tl: Version 7.25 was released.
566         * MEL: Version 4.7 was released.
567         * tm: Version 7.62 was released.
568
569         * tm-view.el (mime-preview/insert-content-subject): New
570         implementation.
571
572         (mime-preview/default-content-separator): renamed from
573         `mime-viewer/default-content-separator'.
574
575 Thu May 16 00:44:26 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
576
577         * tm-edit.el: Unused variable `mime-signature-file' was abolished.
578         (mime-editor/translate-hook): DOC string was modified.
579         (mime/editor-mode): DOC string was modified.
580         (mime-editor/insert-signature): DOC string was modified.
581
582 \f
583 Wed May 15 19:31:39 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
584
585         * tl: Version 7.24 was released.
586         * tm: Version 7.61 was released.
587         * tm/mh-e: Version 7.61.1 was released.
588
589         * doc/tm_ja.texi, doc/tm_en.texi: Address of the tm ML
590         administration was changed.
591
592         * README.en: Address of the tm ML administration was changed.
593
594 Wed May 15 16:52:21 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
595
596         * tm-view.el (mime-preview/insert-content-subject): renamed from
597         `mime-viewer/insert-content-subject'; new argument `encoding'.
598
599         (mime-preview/default-content-subject-function): renamed from
600         `mime-viewer/default-content-subject-function'; new argument
601         `encoding'.
602
603         (mime-preview/content-subject-function): renamed from
604         `mime-viewer/content-subject-function'; new argument `encoding'.
605
606         (mime-preview/display-message/partial): renamed from
607         `mime-viewer/display-message/partial'; abolish argument `obuf';
608         initial buffer was changed to preview-buffer.
609
610         (mime-preview/display-content): Variable
611         `mime-viewer/content-subject-function' was renamed to
612         `mime-preview/content-subject-function' and arguments was changed.
613         Function `mime-viewer/insert-content-subject' was renamed to
614         `mime-preview/insert-content-subject' and arguments was changed.
615         Function `mime-viewer/display-message/partial' was renamed to
616         `mime-preview/display-message/partial' and arguments was changed.
617
618 \f
619 Tue May 14 02:11:54 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
620
621         * tl: Version 7.22.5 was released.
622         * MEL: Version 4.6 was released.
623         * tm: Version 7.60 was released.
624
625         * tm-view.el (mime-preview/display-body): renamed from
626         `mime-viewer/display-body'; abolish argument `obuf'; initial
627         buffer was changed to preview-buffer.
628
629         (mime-preview/display-content): Function
630         `mime-viewer/display-body' was renamed to
631         `mime-preview/display-body'.
632
633 Sun May 12 17:13:39 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
634
635         * tm-edit.el (mime-editor::edit-again): fixed to use function
636         `character-decode-region' instead of `decode-coding-region'.
637
638 \f
639 Sat May 11 16:23:16 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
640
641         * tl: Version 7.22.4 was released.
642         * MEL: Version 4.2 was released.
643         * tm: Version 7.59 was released.
644         * tm/mh-e: Version 7.61 was released.
645         * tm/gnus: Version 7.60 was released.
646
647         * tm-view.el (mime-preview/display-header): renamed from
648         `mime-viewer/display-header'; abolish argument `obuf'; initial
649         buffer was changed to preview-buffer.
650
651         * TM-CFG: eliminate last `/' for directory.
652
653 Sat May 11 10:09:00 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
654
655         * tm-play.el: Add `mime-viewer/external-progs' to `exec-path'.
656
657         * tm-play.el (mime-article/start-external-method-region): New
658         implementation.
659
660 Thu May  9 18:47:32 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
661
662         * tm-text.el (mime-viewer/default-code-convert-region): fixed.
663
664 Thu May  9 18:46:18 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
665
666         * tm-text.el: Function `mime/code-convert-region-to-emacs' was
667         renamed to `mime-charset-decode-region'.
668
669         * tm-pgp.el (mime-article/view-application/pgp): Function
670         `mime/code-convert-region-to-emacs' was renamed to
671         `mime-charset-decode-region'.
672
673         * tm-edit.el (mime-editor/normalize-body): Function
674         `mime/code-convert-region-from-emacs' was renamed to
675         `mime-charset-encode-region'.
676         (mime-editor::edit-again): Function
677         `mime/code-convert-region-to-emacs' was renamed to
678         `mime-charset-decode-region'.
679
680         * tm-def.el (mime-charset-decode-region): renamed from
681         `mime/code-convert-region-to-emacs'.
682
683         * tm-def.el (mime-charset-encode-region): renamed from
684         `mime/code-convert-region-from-emacs'.
685
686 Thu May  9 18:18:51 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
687
688         * tm-ew-d.el (mime/decode-encoded-text): Use function
689         `string-equal' instead of `string='.
690
691 Thu May  9 18:14:16 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
692
693         * tm-ew-d.el (mime/decode-encoded-text): Function
694         `mime/convert-string-to-emacs' was renamed to
695         `mime-charset-decode-string'.
696
697         * tm-def.el (mime-charset-decode-string): renamed from
698         `mime/convert-string-to-emacs'.
699
700 Thu May  9 18:08:47 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
701
702         * tm-ew-e.el (tm-eword::encoded-word-length): Function
703         `mime/convert-string-from-emacs' was renamed to
704         `mime-charset-encode-string'.
705
706         * tm-def.el (mime-charset-encode-string): renamed from
707         `mime/convert-string-from-emacs'.
708
709 Thu May  9 16:05:49 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
710
711         * tm-edit.el, tm-bbdb.el: Pekka Marjola's address was changed.
712
713 Thu May  9 13:53:15 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
714
715         * tm-def.el (mime/convert-string-from-emacs): Use function
716         `character-encode-string' instead of `encode-coding-string'.
717         (mime/convert-string-to-emacs): Use function
718         `character-decode-string' instead of `decode-coding-string'.
719
720         * tm-edit.el (mime-editor::edit-again): Use function
721         `character-decode-region' instead of `decode-coding-region'.
722
723         * tm-def.el (mime/code-convert-region-from-emacs): Use function
724         `character-encode-region' instead of `encode-coding-region'.
725         (mime/code-convert-region-to-emacs): Use function
726         `character-decode-region' instead of `decode-coding-region'.
727
728 \f
729 Wed May  8 15:40:58 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
730
731         * tl: Version 7.22.3 was released.
732         * tm: Version 7.58 was released.
733         * tm/gnus: Version 7.57 was released.
734
735         * Makefile: tm/tm-rich.el was renamed to tm/tm-text.el.
736
737         * README.en: tm-rich.el was renamed to tm-text.el.
738         Add tm-image.el.
739
740 Wed May  8 15:21:41 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
741
742         * tm-view.el: Variable `mime-viewer/code-converter-alist' and
743         function `mime-viewer/default-code-convert-region',
744         `mime-preview/decode-text-region' and
745         `mime-viewer/filter-text/plain' were moved to tm-text.el.
746
747         Function `mime-viewer/filter-text/plain' was renamed to
748         `mime-preview/filter-for-text/plain'
749
750         Function `mime-viewer/default-content-filter' was abolished. (`t'
751         of `mime-viewer/content-filter-alist' means default
752         content-filter)
753
754         (mime-viewer/content-filter-alist): setting for text/enriched and
755         text/richtext. Use function `mime-preview/filter-for-text/plain'
756         as default content-filter.
757
758 Wed May  8 15:05:03 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
759
760         * inst-tm: tm-rich.el was abolished.
761
762         * TM-ELS: tm-rich.el was renamed to tm-text.el.
763
764         * tm-setup.el: Delete setting code for tm-rich.el.
765
766 Wed May  8 14:46:39 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
767
768         * tm-text.el (mime-preview/filter-for-text/plain): renamed from
769         `mime-viewer/filter-text/plain'.
770         (mime-preview/filter-for-text/richtext): renamed from
771         `mime-viewer/filter-text/richtext'.
772         (mime-preview/filter-for-text/enriched): renamed from
773         `mime-viewer/filter-text/enriched'.
774
775         * tm-text.el (mime-preview/decode-text-region): New implementation.
776
777         * tm-text.el (mime-viewer/code-converter-alist): moved from
778         tm-view.el.
779         (mime-viewer/default-code-convert-region): moved from tm-view.el.
780         (mime-preview/decode-text-region): moved from tm-view.el.
781         (mime-viewer/filter-text/plain): moved from tm-view.el.
782
783         * tm-text.el: tm-rich.el was renamed to tm-text.el.
784
785 \f
786 Wed May  8 12:48:42 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
787
788         * tl: Version 7.22.2 was released.
789         * tm: Version 7.57 was released.
790         * tm/gnus: Version 7.55 was released.
791
792 Tue May  7 06:28:36 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
793
794         * tm-rich.el: Version dependent code was moved to emu.el.
795
796 Sun May  5 16:40:31 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
797
798         * tm-edit.el (mime-editor/normalize-body): call function
799         `enriched-encode' for text/enriched part.
800
801         * tm-edit.el (mime-editor/process-multipart-1): didn't refer
802         variable `mime-editor/encrypting-type'.
803
804         * tm-edit.el: Function `mime-editor/process-pgp-kazu' was
805         abolished.
806         (mime-editor/sign-pgp-kazu): New function.
807         (mime-editor/encrypt-pgp-kazu): New function.
808         (mime-editor/process-multipart-1): Use function
809         `mime-editor/sign-pgp-kazu' and `mime-editor/encrypt-pgp-kazu'.
810
811 Sat May  4 09:08:49 1996  Hiroshi Ueno <zodiac@ibm.net>
812
813         * TM-CFG (TM_GNUS_COMPILE, MAKE): New variable.
814
815         * inst-tm (compile-tm): Use variable `TM_GNUS_COMPILE' and `MAKE'.
816
817 Sat May  4 04:58:37 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
818
819         * tm-ew-e.el (tm-eword::encode-string-1): fixed (cf.[tm-ja:1818])
820
821 Mon Apr 29 13:42:15 1996  Kevin Broadey <KevinB@bartley.demon.co.uk>
822
823         * tm-view.el (mime-viewer/make-preview-buffer): fixed
824         (cf.[tm-en:480])
825
826 \f
827 Mon Apr 29 02:29:21 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
828
829         * tl: Version 7.22.1 was released.
830         * tm: Version 7.56 was released.
831         * tm/gnus: Version 7.54 was released.
832
833         * tm-edit.el (mime-editor::edit-again): Use function
834         `decode-coding-region' instead of `code-convert-region'.
835
836         * tm-view.el (mime-viewer/make-preview-buffer): use `make-list'
837         and `setcar'.
838         (mime-preview/display-content): renamed from
839         `mime-viewer/display-content'.
840
841 Sat Apr 27 15:32:23 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
842
843         * README.en: typo was fixed. (cf. [tm-ja:1807])
844
845 Sat Apr 27 15:30:29 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
846
847         * tm-def.el (mime/charset-coding-system-alist): initial setting
848         was modified for XEmacs 20 with Mule.
849
850 Sat Apr 27 13:17:56 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
851
852         * tm-pgp.el (mime-article/view-application/pgp):
853         fixed about code-converting.
854
855 \f
856 Fri Apr 26 05:31:57 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
857
858         * tl: Version 7.22 was released.
859         * tm: Version 7.54 was released.
860         * tm/mh-e: Version 7.59 was released.
861
862         * tm-rich.el (tm-rich/richtext-module): Version check for
863         enriched.el was fixed for XEmacs 19.14.
864
865 Fri Apr 26 04:20:52 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
866
867         * tm-image.el (mime-preview/x-face-function): Use function
868         `bitmap-decode-x-face' when running Mule.
869
870 Thu Apr 25 22:17:47 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
871
872         * tm-view.el (mime-viewer/follow-content): New implementation;
873         interface of `mime-viewer/following-method-alist' was changed.
874
875         * tm-def.el (mime/convert-string-to-emacs): fixed.
876         (mime/convert-string-from-emacs): fixed.
877
878 \f
879 Thu Apr 25 12:10:01 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
880
881         * tl: Version 7.19.3 was released.
882         * tm: Version 7.52.2 was released.
883         * tm/gnus: Version 7.53 was released.
884
885 Wed Apr 24 12:57:47 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
886
887         * doc/tm_en.texi, doc/tm_ja.texi: fixed bug-tm addresses.
888
889 Wed Apr 24 11:30:54 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
890
891         * tm-ew-e.el (tm-eword::encode-string-1): use function `sref'.
892
893         * tm-ew-e.el (tm-eword::parse-lc-word): New implementation.
894
895 Tue Apr 23 22:52:55 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
896
897         * tm-view.el (mime-viewer/content-filter-alist): set nil as
898         initial value.
899         (mime-viewer/default-content-filter): Use function
900         `mime-viewer/filter-text/plain'.
901
902 Tue Apr 23 06:34:57 1996  Shuhei KOBAYASHI  <shuhei-k@is28e1s91>
903
904         * tm-bbdb.el (tm-bbdb/extract-address-components): If address is
905         null string, return nil.
906
907 Tue Apr 23 00:15:47 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
908
909         * tm-def.el (mime/lc-charset-alist): add "BIG5".
910         (mime/charset-type-list): add "BIG5".
911         (mime/charset-coding-system-alist): add "BIG5".
912
913 Mon Apr 22 21:43:44 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
914
915         * tm-view.el (mime-viewer/content-filter-alist): use
916         `mime-viewer/filter-text/plain' for "application/octet-stream".
917
918 \f
919 Mon Apr 22 12:40:55 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
920
921         * tm: Version 7.52.1 was released.
922         * tm/mh-e: Version 7.58 was released.
923
924         * tm-def.el (mime/code-convert-region-to-emacs): use function
925         `code-convert-region' instead of `code-convert'.
926         (mime/code-convert-region-from-emacs): use function
927         `code-convert-region' instead of `code-convert'.
928         (mime/charset-coding-system-alist): fixed.
929
930 Sun Apr 21 19:57:22 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
931
932         * tm-play.el (mime-article/start-external-method-region): display
933         message ``External method is starting...''.
934
935 Sun Apr 21 19:42:23 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
936
937         * inst-tm (make-mime-setup): setting for variable
938         `mime-viewer/external-progs'.
939
940         * tm-play.el (mime-viewer/external-progs): New variable.
941         (mime-article/start-external-method-region): use variable
942         `mime-viewer/external-progs'.
943
944 Sun Apr 21 18:10:08 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
945
946         * inst-tm (compile-tm): modified about tm-gnus compiling.
947         (compile-tm-gnus): abolished.
948
949         * TM-CFG: Variable `TM_GNUS_COMPILE_FORMAT' was abolished.
950
951         * Makefile (elc): use .gnus-compile.
952
953 Sun Apr 21 17:08:16 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
954
955         * tm-view.el (mime-viewer/following-method-alist): New variable.
956         (mime-viewer/follow-content): New function;
957         it is bound to `a' key.
958         (mime-preview/get-original-major-mode): New function.
959         (mime/viewer-mode-map): Key of function
960         `mime-viewer/display-x-face' was changed to `x';
961         `f' is reserved to forwarding command.
962
963 \f
964 Sat Apr 20 12:35:34 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
965
966         * tl: Version 7.19.2 was released.
967         * tm: Version 7.52 was released.
968
969         * tm-def.el (mime/charset-coding-system-alist): add
970         "X-ISO-2022-JP-2" for old mime.el.
971
972 Sat Apr 20 12:17:27 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
973
974         * tm-parse.el (mime/parse-message): use `1+'
975
976         * tm-parse.el (mime/parse-message): use `string-equal' instead of
977         `string='
978
979         * tm-parse.el (mime/parse-multipart): use `string-equal' instead
980         of `string='
981
982         * tm-parse.el (mime/parse-multipart): use `nreverse'
983
984         * tm-parse.el (mime/parse-multipart): fixed
985
986 Fri Apr 19 18:49:19 1996  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
987
988         * tm-vm.el: Oscar Figueiredo <figueire@lspsun16.epfl.ch>'s patch
989         was applied; require vm-reply and add comments to vm-yank-message.
990         (tm-vm/enclose-messages): Don't make nested multipart/digest.
991         (tm-vm/send-digest): "preamble" code was moved to
992         `tm-vm/enclose-messages'.
993
994 Fri Apr 19 18:12:43 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
995
996         * signature.el (signature/get-signature-file-name): string check
997         for `field'
998
999 Fri Apr 19 17:29:32 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1000
1001         * README.en: tm/tm-nemacs, tm/tm-orig.el and tm/tm-mule.el was
1002         abolished.
1003
1004 Fri Apr 19 13:40:55 1996  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
1005
1006         * tm-edit.el (mime-editor/insert-signature): Modified for new
1007         implementation of signature.el; Use `signature-insert-hook'.
1008
1009         * tm-bbdb.el (signature/get-bbdb-sigtype),
1010         (signature/set-bbdb-sigtype), (signature/get-sigtype-from-bbdb):
1011         New implementation of `signature-check-in-bbdb'.
1012
1013         * signature.el (signature-load-hook), (signature-insert-hook): New
1014         hooks.
1015         (signature-use-bbdb): New variable.
1016         (signature/get-sigtype-interactively), (insert-signature): New
1017         implementation of `insert-signature';
1018         signature/insert-signature-at-(point|eof) were merged.
1019
1020 Fri Apr 19 08:47:44 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1021
1022         * tm-edit.el (mime-editor/normalize-body): use function
1023         `mime/code-convert-region-from-emacs' and `mime-encode-region'
1024         instead of `mime-editor/encode-string'.  Function
1025         `mime-editor/encode-string' and `mime-encode-string' was
1026         abolished.
1027
1028 Fri Apr 19 08:11:30 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1029
1030         * tm-ew-d.el (mime/decode-encoded-text): arguments order of
1031         function `mime/convert-string-to-emacs' was changed.
1032
1033         * tm-def.el (mime/convert-string-to-emacs): order of arguments was
1034         changed.
1035
1036 Fri Apr 19 07:59:28 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1037
1038         * tm-def.el (mime/lc-charset-alist): use function `foldr'.
1039
1040 Fri Apr 19 07:29:13 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1041
1042         * tm-def.el (mime/charset-coding-system-alist):
1043         use function `foldr'
1044
1045 Fri Apr 19 06:57:56 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1046
1047         * tm-def.el (mime/code-convert-region-from-emacs): New function
1048
1049 Fri Apr 19 06:54:11 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1050
1051         * TM-ELS, Makefile, tm-def.el: tm/tm-nemacs.el was abolished.
1052
1053         * TM-ELS, Makefile, tm-def.el: tm/tm-orig.el was abolished.
1054
1055         * TM-ELS, Makefile, tm-def.el: tm/tm-mule.el was abolished.
1056
1057         * tm-def.el (mime/lc-charset-alist, mime/unknown-charset):
1058         New variable
1059
1060 Fri Apr 19 05:36:03 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1061
1062         * tm-def.el (mime/code-convert-region-to-emacs):
1063         New implementation
1064
1065 Fri Apr 19 04:48:48 1996  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
1066
1067         * tm-view.el (mime-viewer/up-content): Extra `setq' was removed.
1068
1069 Wed Apr 17 14:51:25 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1070
1071         * tm-def.el: Function `mime/convert-string-to-emacs',
1072         `mime/convert-string-from-emacs' and
1073         `mime/code-convert-region-to-emacs' were moved from tm-mule.el.
1074
1075 Wed Apr 17 14:50:33 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1076
1077         * tm-mule.el: Function `mime/convert-string-to-emacs',
1078         `mime/convert-string-from-emacs' and
1079         `mime/code-convert-region-to-emacs' were moved to tm-def.el.
1080
1081 Wed Apr 17 14:30:12 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1082
1083         * tm-def.el (mime/charset-coding-system-alist): New variable.
1084
1085         * tm-mule.el: Variable `mime/charset-coding-system-alist' was
1086         deleted.
1087
1088 Wed Apr 17 14:05:10 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1089
1090         * tm-view.el (mime-viewer/code-converter-alist): set
1091         `mime/code-convert-region-to-emacs' for
1092         `mime/temporary-message-mode'. (for `mime-editor/preview-message')
1093
1094 Wed Apr 17 09:20:42 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1095
1096         * README.en: KOBAYASHI Shuhei's address was changed.
1097
1098 \f
1099 Tue Apr 16 18:26:13 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1100
1101         * tm: Version 7.50 was released.
1102
1103         * tm-file.el, tm-bbdb.el, tm-rmail.el, tm-mail.el, tm-vm.el:
1104         KOBAYASHI Shuhei's address was changed.
1105
1106 Tue Apr 16 14:32:43 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1107
1108         * tm-edit.el: use `running-xemacs' to check XEmacs.
1109         (mime-editor/normalize-body): nil check for encoded result.
1110
1111         * tm-mule.el (mime/charset-coding-system-alist): add ``KOI8-R''
1112
1113 Tue Apr 16 12:42:35 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1114
1115         * mime-setup.el.in: insert `;;; End:'. (cf. [tm-ja:1731])
1116
1117 \f
1118 Mon Apr 15 09:10:01 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1119
1120         * tl: Version 7.19.1 was released.
1121         * tm: Version 7.49 was released.
1122         * tm/gnus: Version 7.49.2 was released.
1123
1124 Sun Apr 14 15:42:14 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1125
1126         * tm-parse.el (mime/parse-Content-Disposition): use function
1127         `nreverse' instead of `reverse'.
1128
1129 Sun Apr 14 15:16:25 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1130
1131         * tm-parse.el (mime/parse-Content-Type): use function `nreverse'
1132         instead of `reverse'.
1133
1134 Sun Apr 14 00:21:21 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1135
1136         * tm-vm.el (vm-yank-message): use variable `running-xemacs'
1137
1138         * tm-view.el, tm-image.el, tm-mail.el, tm-setup.el: use variable
1139         `running-xemacs'
1140
1141 Sat Apr 13 23:32:26 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1142
1143         * tm-view.el (mime-viewer/make-preview-buffer):
1144         use `while' instead of mapcar.
1145
1146         * tm-vm.el (vm-yank-message): redefine for MIME preview buffer.
1147
1148 Sat Apr 13 04:04:12 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1149
1150         * mime-setup.el.in (message-header-hook): add function
1151         `mime/encode-message-header' (cf.[tm-ja:
1152
1153         * tm-ew-e.el (mime/encode-message-header): regard `(point-max)' as
1154         end of message header if variable `mail-header-separator' is not
1155         found.
1156
1157 Thu Apr 11 17:24:11 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1158
1159         * doc/tm_en.texi: fixed problem about top node.
1160
1161         * doc/tm-mh-e_en.texi: fixed problem about top node.
1162
1163         * doc/tm-gnus_en.texi: fixed problem about top node.
1164
1165         * doc/tm-edit=en.texi: fixed problem in TeX compiling.
1166
1167         * doc/tm-edit=ja.texi: fixed problem in TeX compiling.
1168
1169 Thu Apr 11 16:20:20 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1170
1171         * mime-setup.el.in (message-forward-start-separator): Function
1172         `mime-make-tag' must be called after tm-edit is loaded.
1173
1174         * mime-setup.el.in:
1175         setting for variable `message-forward-start-separator'.
1176         setting for variable `message-forward-end-separator'.
1177
1178         * tm-edit.el (mime-editor/encode-string): New function.
1179         Variable `mime-string-encoder' and its implementations were
1180         deleted.
1181
1182 Wed Apr 10 02:06:30 1996  Katsumi Yamaoka <yamaoka@ga.sony.co.jp>
1183
1184         * doc/tm_ja.texi: fixed problem about top node.
1185         (cf. [tm-ja:1706])
1186
1187         * doc/tm-mh-e_ja.texi: fixed problem about top node.
1188         (cf. [tm-ja:1706])
1189         
1190         * doc/tm-gnus_ja.texi: fixed problem about top node.
1191         (cf. [tm-ja:1706])
1192
1193 Tue Apr  9 17:28:49 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1194
1195         * Makefile (GOMI): add mime-setup.el, mime-setup.el~ and
1196         #mime-setup.el#; remove load-path.
1197
1198 Tue Apr  9 17:13:36 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1199
1200         * inst-tm (compile-tm): call `make gnus3' for Emacs 18.
1201
1202 Mon Apr  8 12:28:17 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1203
1204         * inst-tm (make-mime-setup): check unnecessary add-path.
1205
1206 Sun Apr  7 20:12:27 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1207
1208         * tm-view.el: (mime-viewer/default-showing-Content-Type-list):
1209         "message/delivery-status" was added to default value.
1210
1211 Wed Apr  3 15:35:44 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1212
1213         * tm-image.el: add-hook only if variable
1214         `mime-preview/x-face-function' is not nil.
1215         (cf. [tm-en:416])
1216
1217 Thu Mar 28 18:55:18 1996  Oscar Figueiredo <figueire@lspsun16.epfl.ch>
1218
1219         * tm-vm.el (vm-yank-message): redefine for MIME preview buffer.
1220
1221 \f
1222 Thu Mar 28 08:42:34 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1223
1224         * tm: Version 7.48.3 was released.
1225         * tm/gnus: Version 7.49.1 was released.
1226
1227         * mime-setup.el.in: If `mime-setup-use-signature' is not nil, set
1228         `message-signature' to nil.
1229
1230         * mime-setup.el.in: setting for message.el.
1231
1232 Wed Mar 27 23:06:07 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1233
1234         * doc/tm-mh-e_ja.texi, doc/tm-mh-e_en.texi:
1235         Insert `This file documents ...' into @ifinfo. (cf. [tm-en:403])
1236
1237         * doc/tm-gnus_ja.texi, doc/tm-gnus_en.texi:
1238         Insert `This file documents ...' into @ifinfo. (cf. [tm-en:403])
1239
1240         * doc/tm_ja.texi, doc/tm_en.texi:
1241         Insert `This file documents ...' into @ifinfo. (cf. [tm-en:403])
1242
1243 Wed Mar 27 19:38:12 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1244
1245         * TM-CFG: rearrangement
1246
1247 Tue Mar 26 08:07:24 1996  Pekka Marjola <marjola@bilbo.ntc.nokia.com>
1248
1249         * tm-bbdb.el (tm-bbdb/update-record): In XEmacs,
1250         mail-extract-address-components still doesn't handle nil argument.
1251         (cf. [tm-ja:396])
1252
1253 \f
1254 Mon Mar 25 13:30:53 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1255
1256         * tl: Version 7.19 was released.
1257         * tm: Version 7.48.2 was released.
1258         * tm/mh-e: Version 7.57 was released.
1259
1260 Wed Mar 20 13:00:06 1996  Shuhei KOBAYASHI  <shuhei@cmpt01.phys.tohoku.ac.jp>
1261
1262         * tm-file.el (mime-article/extract-file): Confirm before
1263         overwriting an existing file. (cf. [tm-ja:1674])
1264
1265 Thu Mar 14 13:39:57 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1266
1267         * signature.el: Function `signature-check-in-bbdb' was moved to
1268         tm-bbdb.el.
1269
1270         * tm-bbdb.el (signature-check-in-bbdb): New function; moved from
1271         signature.el.
1272
1273 \f
1274 Wed Mar 13 18:05:28 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1275
1276         * tl: Version 7.18 was released.
1277         * MEL: Version 3.5 was released.
1278         * tm: Version 7.48 was released.
1279
1280 Wed Mar 13 17:55:33 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1281
1282         * tm-edit.el (mime-editor/translate-buffer-hook): New hook.
1283         (mime-editor/translate-buffer): New implementation;
1284         use `mime-editor/translate-buffer-hook'.
1285
1286         * signature.el (signature-check-in-bbdb): require bbdb-com.
1287
1288 Wed Mar 13 16:23:26 1996  Shuhei KOBAYASHI <shuhei@cmpt01.phys.tohoku.ac.jp>
1289
1290         * tm-bbdb.el: fixed problem for wrong From field, such as
1291         ``From: <>''. (cf.[tm-ja:1663])
1292
1293 Tue Mar 12 19:37:54 1996  Artur Pioro <artur@flugor.if.uj.edu.pl>
1294
1295         * signature.el (signature-file-prefix): New variable.
1296         (signature/get-signature-file-name): support
1297         `signature-file-prefix' and method function.
1298         (signature-check-in-bbdb): New function.
1299
1300 Mon Mar 11 15:19:15 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1301
1302         * tm-vm.el (tm-vm/use-original-url-button): New variable.
1303         (tm-vm/preview-current-message):
1304         Check `tm-vm/use-original-url-button'.
1305
1306 Mon Mar 10 23:07:42 1996  Rob Kooper    <kooper@cc.gatech.edu>
1307
1308         * tm-vm.el (tm-vm/preview-current-message): VM does it's own
1309         highlighting of URL's. Following is a patch to tm/tm-vm.el that
1310         will make the highlighting work under tm. (cf.[bug-tm-en:373])
1311
1312 Mon Mar 10 04:16:59 1996  Hiroshi Ueno <zodiac@ibm.net>
1313
1314         * TM-CFG (SHELLOPTION): New variable.
1315         (LISPDIR): Use `defvar' instead of `setq'.
1316         (TM_GNUS_COMPILE_FORMAT): New variable.
1317         (TM_GNUS_INSTALL_FORMAT): New variable.
1318         (BIN_SRC_DIR): New variable.
1319         (METHOD_SRC_DIR): New variable.
1320         (BIN_DIR): Use `defvar' instead of `setq'.
1321
1322         * inst-tm (compile-tm-gnus): Use variable `SHELLOPTION'.
1323         (install-tm-gnus): Use variable `SHELLOPTION'.
1324         (install-execs): Use variable `BIN_SRC_DIR' and `METHOD_SRC_DIR'.
1325
1326 Mon Mar  8 19:15:33 1996  Oscar Figueiredo <figueire@lspsun2.epfl.ch>
1327
1328         * tm-vm.el (tm-vm/scroll-forward): when you go to a message with
1329         the cursor keys in VM's summary buffer and press space to select
1330         the message, the Preview buffer is scrolled forward instead of
1331         simply displaying the new message which prevents you from seeing
1332         the beginning of the new message.       
1333
1334 Wed Mar  6 12:26:20 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
1335
1336         * tm-view.el (mime-viewer/up-content): New implementation; bug
1337         fixed. (cf. [tm-ja:1652])
1338
1339         * inst-tm (compile-tm): fixed to judge XEmacs.
1340
1341 \f
1342 Wed Mar  6 02:12:36 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
1343
1344         * tl: Version 7.15 was released.
1345         * tm: Version 7.47 was released.
1346         * tm/mh-e: Version 7.56 was released.
1347
1348         * README.en: tm-cfg was renamed to TM-CFG.
1349
1350         * inst-tm: tm-cfg was renamed to TM-CFG.
1351
1352         * inst-tm: tm-els was renamed to TM-ELS.
1353
1354 Tue Mar  5 23:19:05 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
1355
1356         * tm-edit.el: Function `replace-space-with-underline' was moved to
1357         tl-str.el.
1358
1359         * tm-edit.el (mime-editor/transfer-level): changed to buffer local
1360         variable.
1361         (mime-editor/transfer-level-string): changed to buffer local
1362         variable.
1363         (mime-editor/charset-default-encoding-alist): changed to buffer
1364         local variable.
1365
1366 Tue Mar  5 21:22:46 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
1367
1368         * tm-edit.el (mime-editor/toggle-transfer-level): Function
1369         `mime-editor/text-toggle-transfer-level' was renamed to
1370         `mime-editor/toggle-transfer-level'.
1371
1372 Tue Mar  5 21:19:21 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
1373
1374         * tm-edit.el (mime-editor/transfer-level,
1375         mime-editor/text-toggle-transfer-level, mime/editor-mode):
1376         Variable `mime/default-transfer-level' was renamed to
1377         `mime-editor/transfer-level'.
1378
1379 Tue Mar  5 21:13:58 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
1380
1381         * tm-edit.el (mime/default-transfer-level): moved from tm-edit.el.
1382
1383         * tm-def.el: Variable `mime/default-transfer-level' was moved to
1384         tm-edit.el.
1385
1386         * tm-edit.el (mime-editor/text-toggle-transfer-level,
1387         mime-editor/menu-list): Function
1388         `mime-editor/text-toggle-transfer-level' was renamed to
1389         `mime-editor/text-toggle-transfer-level'.
1390
1391 Tue Mar  5 21:00:07 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
1392
1393         * tm-edit.el (mime-editor/transfer-level-string,
1394         mime/text-toggle-transfer-level, mime/editor-mode): use function
1395         `mime/encoding-name'.
1396
1397         * tm-def.el (mime/encoding-name): add optional argument `not-omit'.
1398
1399         * tm-edit.el (mime-editor/transfer-level-string,
1400         mime/text-toggle-transfer-level, `mime/editor-mode-flag' of
1401         `minor-mode-alist', mime/editor-mode): Variable
1402         `mime/trlevel-string' was renamed to
1403         `mime-editor/transfer-level-string'.
1404
1405 Tue Mar  5 20:42:24 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
1406
1407         * tm-edit.el (mime-editor/charset-default-encoding-alist,
1408         mime/text-toggle-transfer-level, mime-editor/normalize-body):
1409         Variable `mime/charset-default-encoding-alist' was renamed to
1410         `mime-editor/charset-default-encoding-alist'.
1411
1412 Tue Mar  5 20:34:27 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
1413
1414         * tm-edit.el (mime/charset-default-encoding-alist):
1415         moved from tm-def.el.
1416         (mime/trlevel-string): moved from tm-def.el.
1417         (mime/text-toggle-transfer-level): moved from tm-def.el.
1418
1419         * tm-def.el (mime/charset-default-encoding-alist):
1420         moved to tm-edit.el.
1421         (mime/trlevel-string): moved to tm-edit.el.
1422         (mime/text-toggle-transfer-level): moved to tm-edit.el.
1423
1424         * tm-def.el (mime/trlevel-string): Initial value was modified.
1425
1426 Tue Mar  5 07:52:39 1996  Steinar Bang <sb@metis.no>
1427
1428         * tm-def.el (mime/trlevel-string): New variable.
1429
1430         * tm-edit.el (mime-editor/menu-list): add
1431         `mime/text-toggle-transfer-level'.
1432         (mime/editor-mode): modified for transfer-level.
1433
1434 \f
1435 Mon Mar  4 09:24:23 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
1436
1437         * tl: Version 7.14 was released.
1438         * MEL: Version 3.3.1 was released.
1439         * tm: Version 7.46.1 was released.
1440         * tm/mh-e: Version 7.55 was released.
1441         * tm/gnus: Version 7.49 was released.
1442
1443         * Makefile: Installer was changed.
1444
1445         * inst-tm: New file.
1446
1447         * tm-els: New file.
1448
1449         * tm-cfg: New file.
1450
1451         * tm-ew-e.el (mime/encode-field): check encoded result.
1452
1453 Mon Mar 4 01:57:11 1996   KON-NO Yoichi <itokon@ssel.toshiba.co.jp>
1454
1455         * tm-bbdb.el: insert `(require 'tm-view)'.
1456         (cf. [tm-ja:1646])      
1457
1458 \f
1459 Wed Feb 28 13:13:27 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
1460
1461         * tl: Version 7.13 was released.
1462         * tm: Version 7.46 was released.
1463         * tm/gnus: Version 7.48 was released.
1464         * tm/mh-e: Version 7.52 was released.
1465
1466         * tm/doc/tm-edit=en.texi: New file.
1467
1468 Wed Feb 28 01:35:22 1996  Dan Rich <drich@morpheus.corp.sgi.com>
1469
1470         * tm-image.el: allow tm to display inline images using the native
1471         gif/jpg/png support (if available) (for XEmacs 19.14 or later).
1472         (cf.[tm-en:351])
1473
1474 Tue Feb 27 21:37:35 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
1475
1476         * tm-image.el (mime-preview/x-face-function-for-mule): fixed to
1477         check whether matched or not.
1478
1479         * tm-edit.el (mime-editor::edit-again): New implementation.
1480         (mime/edit-again): Arguments were changed.
1481
1482 Wed Feb 27 19:56:26 1996  Shuhei KOBAYASHI  <shuhei@cmpt01.phys.tohoku.ac.jp>
1483
1484         * mk-tm: Typo fixed.
1485
1486 Tue Feb 26 20:04:34 1996  Neal Becker <neal@neal.ctd.comsat.com>
1487
1488         * tm-mail.el: fixed problem in XEmacs 19.14. (cf.[tm-en:349])
1489
1490 \f
1491 Mon Feb 26 08:43:36 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
1492
1493         * tl: Version 7.11.3 was released.
1494         * tm: Version 7.45 was released.
1495         * tm/mh-e: Version 7.50 was released.
1496
1497         * tm-edit.el (mime-editor::edit-again): New function.
1498         (mime/edit-again): New function.
1499
1500 Fri Feb 23 22:00:46 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
1501
1502         * tm-vm.el (tm-vm/preview-current-message): widen all headers
1503         before call `mime/viewer-mode'.
1504
1505         * tm-image.el (mime-viewer/use-highlight-headers):
1506         New variable for XEmacs.
1507         (mime-preview/x-face-function-use-highlight-headers):
1508         New function.
1509         (mime-preview/x-face-function): Default value was changed.
1510
1511 \f
1512 Sat Feb 23 17:55:12 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
1513
1514         * tl: Version 7.11.2 was released.
1515         * tm: Version 7.44 was released.
1516         * tm/mh-e: Version 7.49 was released.
1517
1518 Fri Feb 23 03:43:22 1996  Shuhei KOBAYASHI <shuhei@cmpt01.phys.tohoku.ac.jp>
1519
1520         * tm-bbdb.el (bbdb-extract-field-value): use
1521         `tm:bbdb-extract-field-value' instead of `rfc822/get-field-body'.
1522         (cf. [tm-en:340])
1523
1524 Fri Feb 22 16:45:37 1996  Pekka Marjola <marjola@bilbo.ntc.nokia.com>
1525
1526         * tm-edit.el: As of tm7.43.1/September Gnus 0.39, tm-edit still
1527         does not properly restore keymap in XEmacs. (cf. [tm-en:337])
1528
1529 Fri Feb 16 08:53:13 1996  Oscar Figueiredo <figueire@lspsun2.epfl.ch>
1530
1531         * tm-vm.el (tm-vm/preview-current-message): XEmacs
1532         highlight-headers package to fontify MIME preview buffers in the
1533         same way normal VM buffers are. This makes MIME preview even more
1534         transparent for VM users and also has the benefit to display the
1535         XFace in the same place as in normal VM with no additional code
1536         nor effort.
1537
1538 \f
1539 Wed Feb 14 09:15:36 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
1540
1541         * tl: Version 7.11.1 was released.
1542         * tm: Version 7.43.1 was released.
1543         * tm/mh-e: Version 7.48 was released.
1544         * tm/gnus: Version 7.45 was released.   
1545
1546         * mime-setup.el: lambda functions are defined by defun.
1547         (mime-setup-decode-message-header): New function.
1548         (mime-setup-set-signature-key): New function.
1549         (mime-setup-mh-draft-setting): New function.
1550
1551         * mime-setup.el: insert `(setq buffer-read-only nil)' into
1552         `mh-letter-mode-hook' (cf. [tm-ja:1576])
1553
1554 Tue Feb 13 17:56:43 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
1555
1556         * tm-image.el (mime-preview/x-face-function-for-xemacs):
1557         New function.
1558         (bitmap-read-xbm): New implementation for XEmacs.
1559
1560 Tue Feb 13 14:00:02 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
1561
1562         * tm-image.el: typo was fixed.
1563
1564 Tue Feb 13 13:53:06 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
1565
1566         * tm-image.el (mime-preview/x-face-function): New variable.
1567         Function `mime-preview/x-face-function' was renamed to
1568         `mime-preview/x-face-function-for-mule'.
1569
1570         * tm-image.el (mime-preview/x-face-function):
1571         fixed problem to indent.
1572
1573         * tm-image.el (mime-preview/x-face-function):
1574         New function for Mule.
1575         (mime-viewer/x-face-to-xbm-command): New variable.
1576
1577         * tm-view.el (mime-viewer/x-face-to-pbm-command): New variable.
1578         (mime-viewer/ignored-field-list): "X-Face" was deleted.
1579
1580 Mon Feb 12 16:02:05 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
1581
1582         * tm-mule.el: "SHIFT_JIS" and "X-SHIFTJIS" were added to
1583         `mime/charset-coding-system-alist'.
1584
1585 Mon Feb 12 13:05:02 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
1586
1587         * tm-image.el (mime-preview/filter-for-image): protect for error
1588         when file deleting (cf. [tm-en:317])
1589
1590 \f
1591 Fri Feb  9 06:57:20 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
1592
1593         * tm: Version 7.43 was released.
1594         * tm/gnus: Version 7.43 was released.
1595
1596         * tm-edit.el: (mime-editor/encrypt-pgp-elkins):
1597         (1) insert ``From'', ``To'' and ``Cc'' fields into encrypted
1598             message.
1599         (2) call `mc-pgp-encrypt-region' directory; it is enclosed by
1600             `(let ((mc-pgp-always-sign 'never)) ...)'.
1601
1602 Fri Feb  8 08:24:18 1996  SHIONO Jun'ichi <jun@case.nm.fujitsu.co.jp>
1603
1604         * tm-vm.el (tm-vm/beginning-of-message, tm-vm/end-of-message):
1605         set to `this-command' (cf. [tm-en:311])
1606
1607 \f
1608 Thu Feb  8 06:36:25 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
1609
1610         * tm: Version 7.42.1 was released.
1611         * tm/gnus: Version 7.41 was released.
1612
1613 Tue Feb  6 02:43:06 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
1614
1615         * tm-def.el (mime/encoding-name): new function.
1616         (mime/make-charset-default-encoding-alist): call
1617         `mime/encoding-name' if not encoded.
1618
1619 Mon Feb  5 05:00:27 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
1620
1621         * tm-play.el (mime-article/get-original-filename): return nil if
1622         file name is not exist.
1623
1624 Sat Feb  3 21:28:47 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
1625
1626         * tm-def.el (mime/charset-type-list): new variable.
1627         (mime/make-charset-default-encoding-alist): new function.
1628         (mime/default-transfer-level): new variable.
1629         (mime/text-toggle-transfer-level): new function.
1630
1631 Sat Feb  3 00:56:20 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
1632
1633         * tm-pgp.el (tm-pgp::good-signature-regexp): new variable
1634
1635         * tm-pgp.el (tm-pgp::key-expected-regexp): new variable
1636
1637         * tm-pgp.el (mime::article/call-pgp-to-check-signature): modified
1638         to use variable `tm-pgp::good-signature-regexp'
1639
1640         * tm-pgp.el (mime-article/check-pgp-signature): modified to use
1641         variable `tm-pgp::key-expected-regexp'
1642
1643 Fri Feb  2 23:07:13 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
1644
1645         * tm-pgp.el (mime::article/call-pgp-to-check-signature):
1646         new function
1647
1648         * tm-pgp.el: (mime-article/check-pgp-signature): fetch public key
1649         if it is not found
1650
1651 \f
1652 Sat Feb  2 17:29:01 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
1653
1654         * tl: Version 7.11 was released.
1655         * tm: version 7.42 was released
1656
1657 Fri Feb  2 17:20:00 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
1658
1659         * tm-edit.el: new implementation about PGP processing for message
1660
1661         * tm-edit.el (mime-editor/pgp-enclose-buffer): new function
1662
1663         * tm-edit.el (mime-editor/set-sign):
1664         check variable `mime-editor/signing-type'
1665
1666         * tm-edit.el (mime-editor/set-encrypt):
1667         check variable `mime-editor/encrypting-type'
1668
1669 Fri Feb  2 17:04:16 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
1670
1671         * tm-play.el (mime-article/decode-content): check beginning/ending
1672         of region for VM
1673
1674 Wed Jan 31 17:15:55 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
1675
1676         * tm-image.el: xbm support in Mule: It requires bitmap package.
1677
1678         * tm-image.el (mime-viewer/graphic-converter-alist): use `defvar'
1679         instead of `setq'
1680
1681 Fri Jan 26 02:49:06 1996  Shuhei KOBAYASHI <shuhei@cmpt01.phys.tohoku.ac.jp>
1682
1683         * tm-bbdb.el (tm-bbdb/update-record): fixed problem in VM
1684
1685         * tm-bbdb.el (tm-bbdb/extract-address-components): modified to
1686         support `If no name can be extracted, FULL-NAME will be nil.'
1687         (cf. [tm-ja:1531])
1688
1689 Thu Jan 25 08:29:22 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
1690
1691         * tm-play.el (mime-article/make-method-args): modified to use
1692         "7bit" if 'encoding is not found
1693
1694 Thu Jan 25 06:36:44 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
1695
1696         * tm-ew-d.el (mime-eword/decode-string): set to `end' just
1697         string-matched.
1698
1699 Thu Jan 25 06:22:17 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
1700
1701         * tm-ew-d.el (mime-eword/decode-string): fixed about
1702         linear-while-space (cf. [tm-ja:1518])
1703
1704         * tm-vm.el (tm-vm/quit-view-message): Typo was fixed.
1705         (cf. [tm-en:281])
1706
1707 \f
1708 Thu Jan 25 03:24:35 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
1709
1710         * tl: Version 7.10 was released.
1711         * tm: Version 7.41.2 was released.
1712         * tm/gnus: Version 7.37 was released.
1713
1714         * tm-view.el (mime-viewer/ignored-field-list): default value was
1715         changed.
1716
1717         * tm-view.el (mime-viewer/visible-field-regexp): default value was
1718         changed.
1719
1720 Thu Jan 25 02:32:26 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
1721
1722         * tm-mule.el: Definition of variable `mime/default-coding-system'
1723         was moved to tm-def.el.
1724
1725         * tm-def.el (mime/default-coding-system): not only define for MULE
1726
1727 Wed Jan 24 02:20:25 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
1728
1729         * tm-bbdb.el (tm-bbdb/use-mail-extr): new variable
1730
1731 Tue Jan 23 13:00:44 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
1732
1733         * tm-pgp.el (mime-article/view-application/pgp):
1734         fixed about character code
1735         conversion.
1736
1737 \f
1738 Tue Jan 23 05:38:46 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
1739
1740         * tm: Version 7.41.1 was released.
1741         * tm/mh-e: Version 7.46 was released.
1742         * tm/gnus: Version 7.34 was released.
1743
1744         * tm-view.el: declare `(defvar mime::preview/article-buffer nil)'
1745         for XEmacs
1746
1747 Tue Jan 23 04:49:16 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
1748
1749         * tm-rmail.el: (require 'tm-bbdb) if bbdb is provided.
1750
1751         * tm-vm.el: Shuhei KOBAYASHI <shuhei@cmpt01.phys.tohoku.ac.jp>'s
1752         new implementation
1753
1754         * tm-bbdb.el: new module: about BBDB
1755
1756 Sat Jan 20 13:23:47 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
1757
1758         * tl: Version 7.09 was released.
1759         * tm: Version 7.41 was released.
1760         * tm/gnus: Version 7.33.1 was released.
1761
1762 Thu Jan 18 17:49:17 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
1763
1764         * tm-edit.el (mime-editor/insert-file): File name is wrapped as
1765         quoted-string.
1766
1767         * tm-edit.el (mime-file-types): Some file types were added.
1768
1769 Thu Jan 18 01:55:25 1996  Yoshiyuki Yamagami <yamagami@hb.nmcc.co.jp>
1770
1771         * Makefile: specify `-no-site-file' option (cf. [tm-ja:1474])
1772
1773 \f
1774 Wed Jan 17 08:27:26 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
1775
1776         * tl: version 7.08 was released.
1777         * tm: version 7.40 was released.
1778         * tm/gnus: Version 7.33 was released.
1779
1780 Sun Jan 14 05:52:49 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
1781
1782         * tm-edit.el (mime-editor/choose-charset): New implementation: use
1783         function `mime/find-charset-region' instead of
1784         `mime-body-charset-chooser'.
1785
1786         * tm-edit.el: Variable `mime-body-charset-chooser' and its
1787         implementations were deleted.
1788
1789         * tm-edit.el (mime-editor/normalize-body): use variable
1790         `mime/charset-default-encoding-alist' instead of function
1791         `mime-editor/choose-encoding'.
1792
1793         * tm-edit.el: Function `mime-editor/choose-encoding' was deleted.
1794
1795 Fri Jan 12 13:59:13 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
1796
1797         * tm-def.el (mime/find-charset-region): New function
1798
1799         * tm-def.el (mime/charset-default-encoding-alist): New variable
1800
1801 Thu Jan 11 18:31:43 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
1802
1803         * tm-ew-e.el: Variable `mime/default-charset-encoding-alist' was
1804         renamed to `mime-eword/charset-encoding-alist'.
1805
1806         * tm-ew-e.el: Constant `mime/eword-encoder-version' was renamed to
1807         `mime-eword/encoder-version'.
1808
1809         * tm-ew-e.el: Variable `mime/default-charset-encoding-alist' was
1810         moved from tm-def.el.
1811
1812         * tm-def.el: Variable `mime/default-charset-encoding-alist' was
1813         moved to tm-ew-e.el.
1814
1815         * tm-ew-e.el: Function `mime/find-charset-rule' was renamed to
1816         `tm-eword::find-charset-rule'.
1817
1818         * tm-ew-e.el (mime/find-charset-rule): modified to use function
1819         `mime/find-charset'
1820
1821         * tm-def.el (mime/find-charset): new function
1822
1823 Thu Jan 11 05:33:53 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
1824
1825         * tm-ew-e.el (mime/find-charset-rule): new implementation
1826
1827         * tm-orig.el: Variable `mime/decoding-charset-list' was deleted.
1828
1829 Thu Jan 11 05:12:50 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
1830
1831         * tm-nemacs.el, tm-orig.el:
1832         Variable `mime/lc-charset-rule-list' was deleted.
1833
1834         * tm-mule.el:
1835         Variable `mime/lc-charset-rule-list' and
1836         `mime/unknown-charset-rule' were deleted.
1837
1838 Thu Jan 11 05:09:28 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
1839
1840         * tm-def.el (mime/default-charset-encoding-alist): new variable
1841
1842 Thu Jan 11 04:56:08 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
1843
1844         * tm-orig.el, tm-nemacs.el, tm-mule.el
1845         (mime/lc-charset-alist, mime/unknown-charset): new variable
1846
1847 Wed Jan 10 00:07:57 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
1848
1849         * tm-edit.el:
1850         (mime-editor/translate-body, mime-editor/translate-region):
1851         Spaces in boundary are replaced by underlines.
1852         (cf. [tm-en:255,258])
1853
1854 Tue Jan  9 19:08:21 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
1855
1856         * tm-mule.el: Obsolete definitions were deleted.
1857
1858 Tue Jan  9 18:43:12 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
1859
1860         * tm-orig.el, tm-nemacs.el, tm-mule.el:
1861         Variable `mime/latin-lc-list' was deleted.
1862
1863 Tue Jan  9 16:28:44 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
1864
1865         * tm-orig.el, tm-nemacs.el, tm-mule.el:
1866         Variable `mime/lc-charset-and-encoding-alist' was deleted.
1867
1868 \f
1869 Mon Dec 25 10:43:59 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
1870
1871         * tm: Version 7.39 was released.
1872         * tm/gnus: Version 7.30 was released.
1873
1874         * README.en: Sample of hilit19 was changed.
1875
1876 Mon Dec 25 09:08:50 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
1877
1878         * tm-rmail.el: fixed to work in Emacs 18.*, but some problems are
1879         rest.
1880
1881         * tm-view.el (mime-viewer/redisplay): New variable: for redisplay
1882
1883 Mon Dec 25 05:43:05 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
1884
1885         * Makefile (19_29): `make gnus5' was commented out.
1886
1887 Mon Dec 25 05:40:42 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
1888
1889         * tm-rmail.el (tm-rmail/preview-message): New implementation
1890
1891         * tm-rmail.el (rmail-summary-rmail-update): redefined
1892
1893         * tm-rmail.el: `mime-viewer/show-summary-method' was set.
1894
1895 Mon Dec 25 05:31:33 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
1896
1897         * mk-tm (compile-tm): `(load "rmailsum")' was added.
1898
1899 Mon Dec 25 03:20:41 1995  OKABE Yasuo   <okabe@kudpc.kyoto-u.ac.jp>
1900
1901         * signature.el (signature-delete-blank-lines-at-eof): New variable
1902
1903 Sat Dec 23 12:43:20 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
1904
1905         * tm-def.el (tm:browse-url): argument was fixed.
1906
1907         * README.en: fixed about PGP
1908
1909 Sat Dec 23 09:32:27 1995  Tanaka Shinichiro  <tanaka3@ifos.se.fujitsu.co.jp>
1910
1911         * tm-pgp.el, README.en:
1912         Typos were fixed. (cf. [tm-ja:1419], [tm-ja:1421])
1913
1914 \f
1915 Fri Dec 22 09:00:20 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
1916
1917         * tm: Version 7.38 was released.
1918         * tm/gnus: Version 7.28 was released.
1919
1920 Thu Dec 21 18:27:09 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
1921
1922         * tm-edit.el (mime-file-types): format was changed.
1923                 (0) filename pattern
1924                 (1) primary type
1925                 (2) sub type
1926                 (3) parameters of Content-Type field
1927                 (4) Content-Transfer-Encoding
1928                 (5) disposition-type
1929                 (6) parameters of Content-Disposition field
1930
1931         * tm-edit.el (mime-editor/insert-file):
1932         modified for new `mime-file-types' format.
1933
1934 Thu Dec 21 18:17:03 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
1935
1936         * tm-def.el (mime/disposition-type-regexp): New constant
1937
1938         * tm-parse.el (mime/parse-Content-Disposition): New function
1939
1940         * tm-parse.el (mime/Content-Disposition): New function
1941
1942         * tm-view.el (mime-article/get-subject):
1943         function `mime-viewer/get-subject' was renamed to it.
1944
1945         * tm-view.el (mime-article/get-uu-filename): New function:      
1946         it was separated from function `mime-article/get-subject'.
1947
1948         * tm-play.el (mime-article/get-original-filename): New function
1949
1950         * tm-play.el (mime-article/get-filename):
1951         Function `mime-article/get-name' was renamed to it.     
1952         It was modified to use `mime-article/get-original-filename'
1953         instead of `mime-article/get-subject'.
1954
1955         * tm-file.el (mime-article/extract-file):       
1956         modified to use `mime-article/get-filename'
1957
1958 Wed Dec 20 15:27:35 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
1959
1960         * tm-setup.el:
1961         According to Shuhei KOBAYASHI <shuhei@cmpt01.phys.tohoku.ac.jp>,
1962         `(require 'tm-gnus)' is add-hooked as append mode.      
1963         (cf. [tm-ja:1391])
1964
1965 Thu Dec 20 05:48:56 1995  UENO Hiroshi  <jl07715@yamato.ibm.co.jp>
1966
1967         * tm-pgp.el: (mime-article/check-pgp-signature):
1968         fixed to treat signed part as binary. (to fix problem in OS/2)
1969
1970 \f
1971 Wed Dec 20 13:05:06 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
1972
1973         * tl: Version 7.03.4 was released.
1974         * tm: Version 7.37 was released.
1975         * tm/gnus: Version 7.26 was released.
1976
1977 Tue Dec 19 18:06:49 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
1978
1979         * tm-pgp.el: draft-elkins-pem-pgp-01.txt was renewed to
1980         draft-elkins-pem-pgp-02.txt.
1981
1982 Tue Dec 19 17:50:09 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
1983
1984         * Makefile: tm/src/tmpgp was abolished.
1985
1986 Tue Dec 19 17:47:16 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
1987
1988         * tm-edit.el:
1989         pgp-elkins spec was renewed to draft-elkins-pem-pgp-02.txt.
1990
1991 Tue Dec 19 17:13:19 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
1992
1993         * tm-pgp.el (mime-article/check-pgp-signature): treats encoding
1994
1995         * tm-edit.el: `(autoload 'mc-pgp-lookup-key "mc-pgp")' was added.
1996
1997 Tue Dec 18 03:52:48 1995  Katsumi Yamaoka <yamaoka@ga.sony.co.jp>
1998
1999         * tm-view.el (mime-viewer/filter-text/plain): put URL into
2000         text-property. (cf. [tm-ja:1367])
2001
2002 Mon Dec 15 21:32:16 1995  Shuhei KOBAYASHI <shuhei@cmpt01.phys.tohoku.ac.jp>
2003
2004         * tm-vm.el (tm-vm-load-hook): New hook
2005         
2006         * tm-vm.el (tm-vm/preview-current-message): fixed to end as
2007         current-buffer is folder buffer. Some problem is still rest.
2008         (cf. [tm-ja:1348])
2009
2010 \f
2011 Mon Dec 18 11:16:18 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
2012
2013         * tm: Version 7.36 was released.
2014         * tm/gnus: Version 7.25 was released.
2015
2016         * methods/tm-au: new implementation
2017
2018 Mon Dec 18 10:45:02 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
2019
2020         * tm-view.el (mime-viewer/quit): New implementation
2021
2022         * tm-view.el (mime-viewer/show-summary): New function:
2023         it is bound with `h' key.
2024
2025         * tm-view.el (mime-viewer/show-summary-method): New variable
2026
2027 Mon Dec 18 01:32:23 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
2028
2029         * methods/tmdecode, methods/tm-plain:
2030         replaced by NAGIRA Naoki <naoki-n@pdi.co.jp>'s code.
2031
2032 Sun Dec 17 14:35:01 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
2033
2034         * tm-view.el: setting for "image/x-mag"
2035
2036 Sun Dec 17 14:29:17 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
2037
2038         * tm-pgp.el: application/pgp-encrypted support
2039
2040         * tm-pgp.el (mime-article/check-pgp-signature): bug fix
2041
2042         * tm-pgp.el: setting for "text/x-pgp"
2043
2044         * tm-setup.el: setting for tm-image.el when XEmacs is running.
2045
2046         * tm-image.el:
2047         Filters were merged to function `mime-preview/filter-for-image'.
2048
2049 Sat Dec 16 14:59:29 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
2050
2051         * tm-image.el: Initial revision
2052
2053 \f
2054 Sat Dec 15 16:16:32 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
2055
2056         * tm: Version 7.35 was released.
2057         * tm/gnus: Version 7.24 was released.
2058
2059 Fri Dec 15 15:40:10 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
2060
2061         * tm-pgp.el:
2062         According to Shuhei KOBAYASHI <shuhei@cmpt01.phys.tohoku.ac.jp>,
2063         `(autoload 'mc-snarf-keys "mc-toplev")' was added.
2064         (cf. [tm-ja:1345])
2065
2066         * tm-view.el:
2067         (1) Popup menu for Emacs 19.* was deleted.
2068         (2) MIME-View menu was defined for Emacs 19.*. In Emacs 19.29 or
2069             later, system popup menu is available.
2070
2071 Fri Dec 15 15:02:14 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
2072
2073         * tm-edit.el (mime/editor-mode): DOC string was fixed.
2074
2075 Fri Dec 15 13:58:51 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
2076
2077         * tm-vm.el:
2078         (1) New variable `tm-vm/use-xemacs-popup-menu'.
2079         (2) popup menu of MIME-Edit minor mode became sub menu.
2080
2081 Fri Dec 15 13:56:51 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
2082
2083         * tm-rmail.el:
2084         Setting was modified to load tm-mail after tm-edit is loaded.
2085
2086         * tm-mail.el:
2087         (1) New variable `tm-mail/use-xemacs-popup-menu'.
2088         (2) popup menu of MIME-Edit minor mode became sub menu.
2089
2090         * tm-def.el (tm:set-fields): New function
2091
2092 Fri Dec 15 12:00:23 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
2093
2094         * tm-pgp.el (mime-article/check-pgp-signature): fixed problem of
2095         binary declarations
2096
2097         * tm-file.el: delete unnecessary `(file-coding-system *noconv*)'
2098
2099 \f
2100 Thu Dec 14 17:03:27 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
2101
2102         * tm: Version 7.34 was released.
2103
2104         * Makefile:
2105         New file tm/src/tmpgp: it is used to sign by pgp-elkins style.
2106
2107 Thu Dec 14 15:49:00 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
2108
2109         * tm-edit.el:
2110         (1) `pgp-elkins' style PGP signature was implemented.
2111         (2) New function `mime-editor/insert-key': It is based on
2112             draft-elkins-pem-pgp-01.txt.
2113
2114 Thu Dec 14 15:41:18 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
2115
2116         * tm-pgp.el: New function `mime-article/add-pgp-keys'
2117
2118 Thu Dec 14 15:37:13 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
2119
2120         * tm-play.el (mime-article/decode-caesar):
2121         encoding field is symbol, not string.
2122
2123         * tm-html.el: encoding field is symbol, not string.
2124
2125 Thu Dec 14 15:17:56 1995  Shuhei KOBAYASHI <shuhei@cmpt01.phys.tohoku.ac.jp>
2126
2127         * tm-vm.el(tm-vm/scroll-forward, tm-vm/scroll-backward):
2128         According to AKITO Ishihara <aki@bpel.tutics.tut.ac.jp>'s report,
2129         `vm-scroll-(forward|backward)' was enclosed by
2130         `(let ((vm-inhibit-startup-message t)) ...)'.
2131         (cf. [tm-ja:1313], [tm-ja:1314])
2132
2133 Thu Dec 14 06:22:20 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
2134
2135         * signature.el (signature/insert-signature-at-eof):
2136         `(delete-blank-lines)' was commented out.
2137
2138 Thu Dec 13 15:37:16 1995  Shuhei KOBAYASHI <shuhei@cmpt01.phys.tohoku.ac.jp>
2139
2140         * tm-vm.el (tm-vm/scroll-forward, tm-vm/scroll-backward):
2141         It might be better to treat `vm-honor-page-delimiters' (and
2142         `vm-auto-next-message' too) in tm-vm. (cf. [tm-ja:1292])
2143
2144 Wed Dec 13 13:40:58 1995  AKITO Ishihara <aki@bpel.tutics.tut.ac.jp>
2145
2146         * tm-vm.el (tm-vm/scroll-backward): fixed to comment out
2147         `(goto-char (point-max))'. (cf. [tm-ja:1289])
2148
2149 Wed Dec 13 13:10:27 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
2150
2151         * tm-edit.el (mime-editor/process-pgp-kazu): fixed to insert dummy
2152         mail-header-separator before calling mailcrypt function.
2153
2154 \f
2155 Wed Dec 13 05:46:06 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
2156
2157         * tl: Version 7.03.3 was released.
2158         * tm: Version 7.33 was released.
2159         * tm/mh-e: Version 7.44 was released.
2160         * tm/gnus: Version 7.22 was released.
2161         
2162         * tm-view.el:
2163         (1) New field variable `mime-viewer/visible-field-list'
2164         (2) New function `mime-preview/cut-header'
2165         
2166         * tm-view.el: (mime-viewer/default-content-header-filter):
2167         New implementation
2168
2169 Tue Dec 11 15:31:29 1995  Shuhei KOBAYASHI <shuhei@cmpt01.phys.tohoku.ac.jp>
2170
2171         * tm-file.el: comment was fixed.
2172         
2173         * methods/tm-html, methods/tm-image:
2174         fixed to insert spaces previous and next of "="
2175         (cf. [tm-ja:1262])
2176
2177 \f
2178 Mon Dec 11 18:02:36 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
2179
2180         * tl: Version 7.03.2 was released.
2181         * tm: Version 7.32 was released.
2182         * tm/gnus: Version 7.21.2 was released.
2183
2184 Sun Dec 10 20:33:48 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
2185
2186         * tm-view.el, tm-play.el: Function `mime::point-preview-content'
2187         was renamed to `mime-preview/point-pcinfo'.
2188
2189         * tm-edit.el: does not exit from MIME editor mode if function
2190         `mime-editor/pgp-processing' is fail.
2191
2192         * tm-edit.el:
2193         (1) New variable `mime-editor/signing-type' and
2194             `mime-editor/encrypting-type': their types are pgp-elkins,
2195             pgp-kazu or nil. pgp-elkins is not supported yet.
2196         (2) New function `mime-editor/enclose-signed-region' and
2197             `mime-editor/enclose-encrypted-region' for new enclosure
2198             `signed' and `encrypted'.
2199         (3) New function `mime-editor/process-pgp-kazu': to process
2200             `signed' and `encrypted' enclosure as application/pgp.
2201         (4) New function `mime-editor/set-split'
2202
2203 Sat Dec  9 08:37:21 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
2204
2205         * tm-pgp.el (mime-article/check-pgp-signature): Status does not
2206         work.
2207
2208 Sat Dec  9 08:32:56 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
2209
2210         * tm-edit.el (mime-editor/process-multipart-1):
2211         Boundary is folded.
2212
2213         * tm-edit.el: rearrangement
2214
2215 Sat Dec  9 04:58:16 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
2216
2217         * tm-play.el (mime-article/show-output-buffer):
2218         `(get-buffer-create mime/output-buffer-name)' was inserted.
2219
2220 Sat Dec  9 04:51:49 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
2221
2222         * tm-pgp.el: application/pgp-signature support.
2223
2224         * tm-play.el:
2225         Function `mime-article/decode-message/partial' was modified not to
2226         use `find-file'.
2227
2228 Sat Dec  9 04:11:11 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
2229
2230         * tm-def.el:
2231         Constant `mime/decoding-buffer-name' was deleted (because it seems
2232         not be used).
2233
2234         * tm-edit.el: application/pgp support
2235
2236 Sat Dec  9 03:42:47 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
2237
2238         * tm-file.el: setting for another variables to regard as binary.
2239
2240 Sat Dec  9 02:04:41 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
2241
2242         * tm-view.el:
2243         Function `mime-viewer/display-content' was fixed about judgement
2244         of root content.
2245
2246 Sat Dec  9 01:56:28 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
2247
2248         * tm-parse.el:
2249         Function `mime/parse-multipart' was fixed about point-max slot of
2250         content-info.
2251
2252 Sat Dec  9 01:41:18 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
2253
2254         * tm-def.el: New constant `mime/temp-buffer-name'.
2255
2256         * tm-play.el:
2257         Function `mime-article/decode-message/partial' was modified to use
2258         `mime/temp-buffer-name'.
2259
2260 Fri Dec  8 23:27:19 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
2261
2262         * tm-pgp.el: Initial revision
2263
2264 Fri Dec  8 22:32:55 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
2265
2266         * tm-vm.el: According to Junya Watanabe
2267         <junya@tippr.info.eng.niigata-u.ac.jp>, fixed problem about XEmacs
2268         menu in Emacs and Mule.
2269         (cf. [tm-ja:1249])
2270
2271 Fri Dec  8 22:29:27 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
2272
2273         * tm-view.el: New variable
2274         `mime-viewer/content-subject-showing-Content-Type-list'
2275
2276 Sat Dec  8 18:29:51 1995  Shuhei KOBAYASHI <shuhei@cmpt01.phys.tohoku.ac.jp>
2277
2278         * tm-file.el(mime-article/extract-file):
2279         Variable `require-final-newline' should be nil.
2280
2281 \f
2282 Thu Dec  7 12:07:47 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
2283
2284         * tl: Version 7.03.1 was released.
2285         * tm: Version 7.31 was released.
2286         * tm/gnus: Version 7.21.1 was released.
2287
2288         * Makefile: tl/README.eng was renamed to tl/README.en.
2289
2290 Thu Dec  7 10:23:55 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
2291
2292         * tm-vm.el: vm-mail-mode pop up menu setting for XEmacs.
2293
2294         * tm-mail.el: pop up menu setting for XEmacs.
2295
2296         * tm-edit.el:
2297         MUA depended codes about XEmacs pop up menu were moved to
2298         tm-MUAs.
2299
2300         * tm-view.el: defvar `mime::article/preview-buffer' and
2301         `mime::article/code-converter' for XEmacs.
2302
2303         * tm-edit.el: some comments are modified.
2304
2305 Thu Dec  7 09:10:28 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
2306
2307         * Makefile:
2308         (1) drives `make gnus5' and `make sgnus' for xemacs and 19_29.
2309         (2) README.eng was rename to README.en.
2310
2311 Thu Dec  7 08:01:31 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
2312
2313         * tm-play.el:
2314         Function `mime-article/view-message/rfc822' was modified to set
2315         buffer local variable `mime::article/code-converter'.
2316
2317         * tm-view.el:
2318         New buffer local variable `mime::article/code-converter': It
2319         specifies code-converter. If it is nil,
2320         `mime-viewer/code-converter-alist' is used.
2321
2322 Thu Dec  7 06:18:21 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
2323
2324         * tm-view.el:
2325         pop up menu support by mouse-button-3 for Emacs 19 and XEmacs.
2326
2327 Thu Dec  7 06:10:32 1995  Steven L. Baur <steve@miranova.com>
2328
2329         * tm-edit.el: pop up menu for XEmacs. (cf. [tm-en:209])
2330
2331 Thu Dec  7 04:55:49 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
2332
2333         * tm-rmail.el: version variables were added.
2334
2335         * tm-rmail.el:
2336         Shuhei KOBAYASHI <shuhei@cmpt01.phys.tohoku.ac.jp>'s patch was applied
2337         to fix problem of function `tm-rmail/forward' in *mail* buffer. (and
2338         some extensions) (cf. [tm-ja:1225])
2339
2340 Thu Dec  6 23:16:14 1995  Steven L. Baur <steve@miranova.com>
2341
2342         * tm-view.el: mouse-button-3 menu for XEmacs. (cf. [tm-en:206])
2343
2344 Thu Dec  6 15:53:54 1995  Shuhei KOBAYASHI <shuhei@cmpt01.phys.tohoku.ac.jp>
2345
2346         * README.eng: fixed typo about VM (cf. [tm-ja:1224])
2347
2348         * tm-file.el: fix and extend. (cf. [tm-ja:1224])
2349
2350 Wed Dec  6 15:35:52 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
2351
2352         * tm-rmail.el:
2353         `(substitute-key-definition
2354                 'rmail-forward 'tm-rmail/forward rmail-mode-map)'
2355         should be enclosed by (call-after-loaded 'mime-setup ..).
2356
2357 \f
2358 Wed Dec  6 12:52:53 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
2359
2360         * tm: Version 7.30 was released.
2361         * tm/mh-e: Version 7.43 was released.
2362         * tm/gnus: Version 7.21 was released.
2363         * tl: Version 7.03 was released.
2364
2365         * tm-edit.el: In function `mime-editor/split-and-send', to
2366         `(make-variable-buffer-local 'mail-header-separator)' was changed
2367         to `(make-local-variable 'mail-header-separator)'.
2368
2369         * tm-play.el: In function `mime-article/decode-caesar',
2370         `(setq buffer-read-only nil)' was inserted before
2371         `(erase-buffer)'. (cf. [tm-ja:1214])
2372
2373 Wed Dec  6 09:21:07 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
2374
2375         * README.eng:
2376         According to Shuhei KOBAYASHI <shuhei@cmpt01.phys.tohoku.ac.jp>,
2377         added and rewrote about VM.
2378
2379 Wed Dec  6 08:49:15 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
2380
2381         * tm-vm.el:
2382         (1) Function `tm-vm/over-to-previous' was renamed to
2383             `tm-vm/over-to-previous-method'.
2384         (2) Function `tm-vm/over-to-next was renamed to
2385             `tm-vm/over-to-next-method'.
2386
2387 Wed Dec  6 06:55:07 1995  Shuhei KOBAYASHI <shuhei@cmpt01.phys.tohoku.ac.jp>
2388
2389         * tm-vm.el:
2390         - Variable `tm-vm/automatic-mime-preview' was changed to user
2391           variable.
2392
2393         - Names of tm-vm hooks were unified to `tm-vm/xxx-hook' from
2394           `vm-xxx-hook'.
2395
2396         - New function `tm-vm/over-to-previous' and
2397           `tm-vm/over-to-next': they are over-to-previous-method and
2398           over-to-next-method. They are not only set for vm-mode, but
2399           also vm-virtual-mode.
2400
2401         - add-hook to `tm-vm/update-record' was fixed to
2402           `tm-vm/bbdb-update-record'. It is typo.
2403
2404 Wed Dec  6 08:20:02 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
2405
2406         * tm-eword.el, tm-ew-d.el: comment was modified.
2407
2408         * README.eng: New section `How to get new version'.
2409
2410         * tm-view.el, tm-play.el:
2411         (1) buffer local variable `mime/show-mode-old-window-configuration'
2412             was renamed to `mime::article/preview-buffer'.
2413         (2) modified about window configuration.
2414
2415         * tm-vm.el:
2416         (1) Function `tm-vm/preview-current-message' was modified.
2417         (2) over-to-previous-method and over-to-next-method are modified.
2418
2419 Wed Dec  6 04:18:23 1995  Shuhei KOBAYASHI <shuhei@cmpt01.phys.tohoku.ac.jp>
2420
2421         * tm-nemacs.el: Function `mime/code-convert-region-to-emacs' was
2422         modified to use function `code-convert-region'. (cf. [tm-ja:1204])
2423
2424 Wed Dec  5 18:52:52 1995  steve@miranova.com (Steven L. Baur)
2425
2426         * config.tm: bindir declaration was fixed.
2427
2428 \f
2429 Tue Dec  5 07:58:52 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
2430
2431         * tm: Version 7.29 was released.
2432         * tm/mh-e: Version 7.41 was released.
2433         * tm/gnus: Version 7.20.1 was released.
2434         * tl: Version 7.02 was released.
2435
2436         * tm-edit.el: Setting for ISO-2022-KR.
2437
2438 Mon Dec  4 20:33:11 1995  Shuhei KOBAYASHI <shuhei@cmpt01.phys.tohoku.ac.jp>
2439
2440         * tm-vm.el:
2441         setting for mime-viewer/over-to-(previous|next)-method-alist.
2442         (cf. [tm-ja:1195])
2443
2444         * tm-view.el: New keybind "<" and ">" (cf. [tm-ja:1195])
2445
2446 \f
2447 Mon Dec  4 00:24:19 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
2448
2449         * tm: Version 7.28 was released.
2450         * tm/mh-e: Version 7.40 was released.
2451         * tm/gnus: Version 7.20 was released.
2452
2453         * tm-view.el: setting for external method ``tm-html''.
2454
2455         * tm-html.el: setting for "extract" mode.
2456
2457         * README.eng: rewrote for tm 7.*.
2458
2459         * Makefile: tm/richtext.el and tm/tinyrich.el were moved to tl
2460         package.
2461
2462         * mk-tm: richtext.el and tinyrich.el were moved to tl package.
2463
2464 Sun Dec  3 14:09:18 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
2465
2466         * tm-vm.el: modified to use tm-mail.
2467
2468         * tm-rmail.el:
2469         Setting for `mime-editor/message-inserter-alist' using tm-mail.el.
2470
2471         * tm-mail.el: New module: for mail-mode.
2472
2473 Fri Dec  1 17:11:01 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
2474
2475         * tm-ew-e.el: fixed problem of exceptional case of encoding.
2476
2477 Wed Nov 29 21:51:05 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
2478
2479         * mime-setup.el: According to Steven L. Baur <steve@miranova.com>,
2480         (setq mail-signature nil) when `mime-setup-use-signature' is t.
2481         (cf. [tm-eng:176])
2482
2483         * tm-vm.el:
2484         (1) fixed problem in function `tm-vm/preview-current-message'.
2485         (2) New function `tm-vm/visit-folder-function'. It is set to
2486             `vm-visit-folder-hook' instead of `tm-vm/preview-current-message'
2487             directly. It is bug fix for getting new mail when visit to a
2488             folder.
2489
2490         * tm-vm.el:
2491         Shuhei KOBAYASHI <shuhei@cmpt01.phys.tohoku.ac.jp>'s patch was
2492         applied. (cf. [tm-ja:1164])
2493
2494 Sat Nov 25 02:14:25 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
2495
2496         * tm-edit.el:
2497         Function `mime-editor/enclose-region' was fixed not to insert
2498         "text/plain" tag when end of enclosure is end of buffer.
2499
2500 \f
2501 Thu Nov 23 10:21:05 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
2502
2503         * tm 7.27.1 was released.
2504
2505         * tm-view.el:
2506         ".*Received" was inserted into default value of variable
2507         `mime-viewer/ignored-field-list'.
2508
2509         * mime-setup.el:
2510         autoload setting for function `mime/decode-message-header'.
2511
2512 Tue Nov 21 09:43:00 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
2513
2514         * tm-vm.el: fixed problem of function `tm-vm/quit'.
2515
2516 Mon Nov 20 23:54:54 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
2517
2518         * tm-vm.el: Function `tm-vm/preview-current-message' was
2519         modified.
2520
2521 \f
2522 Mon Nov 20 02:48:34 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
2523
2524         * tm 7.27 is released.
2525         * tm/mh-e: Attached version 7.25.
2526         * tm/gnus: Attached version 7.18.
2527
2528         * tm-vm.el:
2529         (1) Function `tm-vm/preview-current-message' was fixed.
2530         (2) setting for BBDB was modified.
2531
2532         * tm-edit.el:
2533         In function `mime-editor/enclose-region, interpretation
2534         mistake of RFC 1521 was fixed.
2535
2536 Sun Nov 19 18:06:34 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
2537
2538         * tm-vm.el:
2539         fixed problem of function `tm-vm/scroll-forward' and
2540         `tm-vm/scroll-backward'.
2541
2542         * tm-vm.el:
2543         (1) insert (run-hooks 'tm-vm/vm-select-message-hook) into
2544             function `tm-vm/preview-current-message'.
2545         (2) setting for BBDB.
2546             (Please insert (load "tm-vm") after (bbdb-insinuate-vm))
2547
2548         * mime-setup.el:
2549         (add-hook 'mail-setup-hook 'mime/editor-mode 'append) instead
2550         of (add-hook 'mail-mode-hook 'mime/editor-mode).
2551
2552         * tm-vm.el:
2553         (1) fixed problem of function `mime::article/preview-buffer'.
2554         (2) Don't reset of hooks when mime-setup is loaded.
2555
2556 Fri Nov 17 14:34:52 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
2557
2558         * tm-vm.el:
2559         Oscar Figueiredo <figueire@lspsun2.epfl.ch>'s modification was 
2560         applied.
2561
2562         * tm-html.el:
2563         KOBAYASHI Shuuhei <shuhei@cmpt01.phys.tohoku.ac.jp>'s patch
2564         was applied. (cf. [tm-ja:1117])
2565
2566         * tm-vm.el:
2567         changed Subject field decoding way when does not use tiny-mime
2568         patch.
2569
2570         * tm-vm.el:
2571         SHIONO Jun'ichi <jun@case.nm.fujitsu.co.jp>'s patch was
2572         applied. (cf. [tm-ja:1120])
2573
2574         * tm-vm.el:
2575         SHIONO Jun'ichi <jun@case.nm.fujitsu.co.jp>'s patch was
2576         applied. (cf. [tm-ja:1119])
2577
2578         * mh-e/tm-mh-e.el:
2579         In function `tm-mh-e/forward', use forwcomps specified by
2580         variable `tm-mh-e/forwcomps' when variable
2581         `tm-mh-e/use-forwcomps' was non-nil.
2582
2583         * mh-e/tm-mh-e.el:
2584         YAMAOKA Katsumi <yamaoka@ga.sony.co.jp>'s patch was applied.
2585         (cf. [tm-ja:1116])