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