473eb141acf58556bb074bd5d628a25d56719ed3
[elisp/tm.git] / ChangeLog
1 Wed May  8 12:48:42 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2
3         * tl: Version 7.22.2 was released.
4         * tm: Version 7.57 was released.
5         * tm/gnus: Version 7.55 was released.
6
7 Tue May  7 06:28:36 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
8
9         * tm-rich.el: Version dependent code was moved to emu.el.
10
11 Sun May  5 16:40:31 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
12
13         * tm-edit.el (mime-editor/normalize-body): call function
14         `enriched-encode' for text/enriched part.
15
16         * tm-edit.el (mime-editor/process-multipart-1): didn't refer
17         variable `mime-editor/encrypting-type'.
18
19         * tm-edit.el: Function `mime-editor/process-pgp-kazu' was
20         abolished.
21         (mime-editor/sign-pgp-kazu): New function.
22         (mime-editor/encrypt-pgp-kazu): New function.
23         (mime-editor/process-multipart-1): Use function
24         `mime-editor/sign-pgp-kazu' and `mime-editor/encrypt-pgp-kazu'.
25
26 Sat May  4 09:08:49 1996  Hiroshi Ueno <zodiac@ibm.net>
27
28         * TM-CFG (TM_GNUS_COMPILE, MAKE): New variable.
29
30         * inst-tm (compile-tm): Use variable `TM_GNUS_COMPILE' and `MAKE'.
31
32 Sat May  4 04:58:37 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
33
34         * tm-ew-e.el (tm-eword::encode-string-1): fixed (cf.[tm-ja:1818])
35
36 Mon Apr 29 13:42:15 1996  Kevin Broadey <KevinB@bartley.demon.co.uk>
37
38         * tm-view.el (mime-viewer/make-preview-buffer): fixed
39         (cf.[tm-en:480])
40
41 \f
42 Mon Apr 29 02:29:21 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
43
44         * tl: Version 7.22.1 was released.
45         * tm: Version 7.56 was released.
46         * tm/gnus: Version 7.54 was released.
47
48         * tm-edit.el (mime-editor::edit-again): Use function
49         `decode-coding-region' instead of `code-convert-region'.
50
51         * tm-view.el (mime-viewer/make-preview-buffer): use `make-list'
52         and `setcar'.
53         (mime-preview/display-content): renamed from
54         `mime-viewer/display-content'.
55
56 Sat Apr 27 15:32:23 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
57
58         * README.en: typo was fixed. (cf. [tm-ja:1807])
59
60 Sat Apr 27 15:30:29 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
61
62         * tm-def.el (mime/charset-coding-system-alist): initial setting
63         was modified for XEmacs 20 with Mule.
64
65 Sat Apr 27 13:17:56 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
66
67         * tm-pgp.el (mime-article/view-application/pgp):
68         fixed about code-converting.
69
70 \f
71 Fri Apr 26 05:31:57 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
72
73         * tl: Version 7.22 was released.
74         * tm: Version 7.54 was released.
75         * tm/mh-e: Version 7.59 was released.
76
77         * tm-rich.el (tm-rich/richtext-module): Version check for
78         enriched.el was fixed for XEmacs 19.14.
79
80 Fri Apr 26 04:20:52 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
81
82         * tm-image.el (mime-preview/x-face-function): Use function
83         `bitmap-decode-x-face' when running Mule.
84
85 Thu Apr 25 22:17:47 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
86
87         * tm-view.el (mime-viewer/follow-content): New implementation;
88         interface of `mime-viewer/following-method-alist' was changed.
89
90         * tm-def.el (mime/convert-string-to-emacs): fixed.
91         (mime/convert-string-from-emacs): fixed.
92
93 \f
94 Thu Apr 25 12:10:01 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
95
96         * tl: Version 7.19.3 was released.
97         * tm: Version 7.52.2 was released.
98         * tm/gnus: Version 7.53 was released.
99
100 Wed Apr 24 12:57:47 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
101
102         * doc/tm_en.texi, doc/tm_ja.texi: fixed bug-tm addresses.
103
104 Wed Apr 24 11:30:54 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
105
106         * tm-ew-e.el (tm-eword::encode-string-1): use function `sref'.
107
108         * tm-ew-e.el (tm-eword::parse-lc-word): New implementation.
109
110 Tue Apr 23 22:52:55 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
111
112         * tm-view.el (mime-viewer/content-filter-alist): set nil as
113         initial value.
114         (mime-viewer/default-content-filter): Use function
115         `mime-viewer/filter-text/plain'.
116
117 Tue Apr 23 06:34:57 1996  Shuhei KOBAYASHI  <shuhei-k@is28e1s91>
118
119         * tm-bbdb.el (tm-bbdb/extract-address-components): If address is
120         null string, return nil.
121
122 Tue Apr 23 00:15:47 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
123
124         * tm-def.el (mime/lc-charset-alist): add "BIG5".
125         (mime/charset-type-list): add "BIG5".
126         (mime/charset-coding-system-alist): add "BIG5".
127
128 Mon Apr 22 21:43:44 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
129
130         * tm-view.el (mime-viewer/content-filter-alist): use
131         `mime-viewer/filter-text/plain' for "application/octet-stream".
132
133 \f
134 Mon Apr 22 12:40:55 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
135
136         * tm: Version 7.52.1 was released.
137         * tm/mh-e: Version 7.58 was released.
138
139         * tm-def.el (mime/code-convert-region-to-emacs): use function
140         `code-convert-region' instead of `code-convert'.
141         (mime/code-convert-region-from-emacs): use function
142         `code-convert-region' instead of `code-convert'.
143         (mime/charset-coding-system-alist): fixed.
144
145 Sun Apr 21 19:57:22 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
146
147         * tm-play.el (mime-article/start-external-method-region): display
148         message ``External method is starting...''.
149
150 Sun Apr 21 19:42:23 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
151
152         * inst-tm (make-mime-setup): setting for variable
153         `mime-viewer/external-progs'.
154
155         * tm-play.el (mime-viewer/external-progs): New variable.
156         (mime-article/start-external-method-region): use variable
157         `mime-viewer/external-progs'.
158
159 Sun Apr 21 18:10:08 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
160
161         * inst-tm (compile-tm): modified about tm-gnus compiling.
162         (compile-tm-gnus): abolished.
163
164         * TM-CFG: Variable `TM_GNUS_COMPILE_FORMAT' was abolished.
165
166         * Makefile (elc): use .gnus-compile.
167
168 Sun Apr 21 17:08:16 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
169
170         * tm-view.el (mime-viewer/following-method-alist): New variable.
171         (mime-viewer/follow-content): New function;
172         it is bound to `a' key.
173         (mime-preview/get-original-major-mode): New function.
174         (mime/viewer-mode-map): Key of function
175         `mime-viewer/display-x-face' was changed to `x';
176         `f' is reserved to forwarding command.
177
178 \f
179 Sat Apr 20 12:35:34 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
180
181         * tl: Version 7.19.2 was released.
182         * tm: Version 7.52 was released.
183
184         * tm-def.el (mime/charset-coding-system-alist): add
185         "X-ISO-2022-JP-2" for old mime.el.
186
187 Sat Apr 20 12:17:27 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
188
189         * tm-parse.el (mime/parse-message): use `1+'
190
191         * tm-parse.el (mime/parse-message): use `string-equal' instead of
192         `string='
193
194         * tm-parse.el (mime/parse-multipart): use `string-equal' instead
195         of `string='
196
197         * tm-parse.el (mime/parse-multipart): use `nreverse'
198
199         * tm-parse.el (mime/parse-multipart): fixed
200
201 Fri Apr 19 18:49:19 1996  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
202
203         * tm-vm.el: Oscar Figueiredo <figueire@lspsun16.epfl.ch>'s patch
204         was applied; require vm-reply and add comments to vm-yank-message.
205         (tm-vm/enclose-messages): Don't make nested multipart/digest.
206         (tm-vm/send-digest): "preamble" code was moved to
207         `tm-vm/enclose-messages'.
208
209 Fri Apr 19 18:12:43 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
210
211         * signature.el (signature/get-signature-file-name): string check
212         for `field'
213
214 Fri Apr 19 17:29:32 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
215
216         * README.en: tm/tm-nemacs, tm/tm-orig.el and tm/tm-mule.el was
217         abolished.
218
219 Fri Apr 19 13:40:55 1996  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
220
221         * tm-edit.el (mime-editor/insert-signature): Modified for new
222         implementation of signature.el; Use `signature-insert-hook'.
223
224         * tm-bbdb.el (signature/get-bbdb-sigtype),
225         (signature/set-bbdb-sigtype), (signature/get-sigtype-from-bbdb):
226         New implementation of `signature-check-in-bbdb'.
227
228         * signature.el (signature-load-hook), (signature-insert-hook): New
229         hooks.
230         (signature-use-bbdb): New variable.
231         (signature/get-sigtype-interactively), (insert-signature): New
232         implementation of `insert-signature';
233         signature/insert-signature-at-(point|eof) were merged.
234
235 Fri Apr 19 08:47:44 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
236
237         * tm-edit.el (mime-editor/normalize-body): use function
238         `mime/code-convert-region-from-emacs' and `mime-encode-region'
239         instead of `mime-editor/encode-string'.  Function
240         `mime-editor/encode-string' and `mime-encode-string' was
241         abolished.
242
243 Fri Apr 19 08:11:30 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
244
245         * tm-ew-d.el (mime/decode-encoded-text): arguments order of
246         function `mime/convert-string-to-emacs' was changed.
247
248         * tm-def.el (mime/convert-string-to-emacs): order of arguments was
249         changed.
250
251 Fri Apr 19 07:59:28 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
252
253         * tm-def.el (mime/lc-charset-alist): use function `foldr'.
254
255 Fri Apr 19 07:29:13 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
256
257         * tm-def.el (mime/charset-coding-system-alist):
258         use function `foldr'
259
260 Fri Apr 19 06:57:56 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
261
262         * tm-def.el (mime/code-convert-region-from-emacs): New function
263
264 Fri Apr 19 06:54:11 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
265
266         * TM-ELS, Makefile, tm-def.el: tm/tm-nemacs.el was abolished.
267
268         * TM-ELS, Makefile, tm-def.el: tm/tm-orig.el was abolished.
269
270         * TM-ELS, Makefile, tm-def.el: tm/tm-mule.el was abolished.
271
272         * tm-def.el (mime/lc-charset-alist, mime/unknown-charset):
273         New variable
274
275 Fri Apr 19 05:36:03 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
276
277         * tm-def.el (mime/code-convert-region-to-emacs):
278         New implementation
279
280 Fri Apr 19 04:48:48 1996  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
281
282         * tm-view.el (mime-viewer/up-content): Extra `setq' was removed.
283
284 Wed Apr 17 14:51:25 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
285
286         * tm-def.el: Function `mime/convert-string-to-emacs',
287         `mime/convert-string-from-emacs' and
288         `mime/code-convert-region-to-emacs' were moved from tm-mule.el.
289
290 Wed Apr 17 14:50:33 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
291
292         * tm-mule.el: Function `mime/convert-string-to-emacs',
293         `mime/convert-string-from-emacs' and
294         `mime/code-convert-region-to-emacs' were moved to tm-def.el.
295
296 Wed Apr 17 14:30:12 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
297
298         * tm-def.el (mime/charset-coding-system-alist): New variable.
299
300         * tm-mule.el: Variable `mime/charset-coding-system-alist' was
301         deleted.
302
303 Wed Apr 17 14:05:10 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
304
305         * tm-view.el (mime-viewer/code-converter-alist): set
306         `mime/code-convert-region-to-emacs' for
307         `mime/temporary-message-mode'. (for `mime-editor/preview-message')
308
309 Wed Apr 17 09:20:42 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
310
311         * README.en: KOBAYASHI Shuhei's address was changed.
312
313 \f
314 Tue Apr 16 18:26:13 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
315
316         * tm: Version 7.50 was released.
317
318         * tm-file.el, tm-bbdb.el, tm-rmail.el, tm-mail.el, tm-vm.el:
319         KOBAYASHI Shuhei's address was changed.
320
321 Tue Apr 16 14:32:43 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
322
323         * tm-edit.el: use `running-xemacs' to check XEmacs.
324         (mime-editor/normalize-body): nil check for encoded result.
325
326         * tm-mule.el (mime/charset-coding-system-alist): add ``KOI8-R''
327
328 Tue Apr 16 12:42:35 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
329
330         * mime-setup.el.in: insert `;;; End:'. (cf. [tm-ja:1731])
331
332 \f
333 Mon Apr 15 09:10:01 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
334
335         * tl: Version 7.19.1 was released.
336         * tm: Version 7.49 was released.
337         * tm/gnus: Version 7.49.2 was released.
338
339 Sun Apr 14 15:42:14 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
340
341         * tm-parse.el (mime/parse-Content-Disposition): use function
342         `nreverse' instead of `reverse'.
343
344 Sun Apr 14 15:16:25 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
345
346         * tm-parse.el (mime/parse-Content-Type): use function `nreverse'
347         instead of `reverse'.
348
349 Sun Apr 14 00:21:21 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
350
351         * tm-vm.el (vm-yank-message): use variable `running-xemacs'
352
353         * tm-view.el, tm-image.el, tm-mail.el, tm-setup.el: use variable
354         `running-xemacs'
355
356 Sat Apr 13 23:32:26 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
357
358         * tm-view.el (mime-viewer/make-preview-buffer):
359         use `while' instead of mapcar.
360
361         * tm-vm.el (vm-yank-message): redefine for MIME preview buffer.
362
363 Sat Apr 13 04:04:12 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
364
365         * mime-setup.el.in (message-header-hook): add function
366         `mime/encode-message-header' (cf.[tm-ja:
367
368         * tm-ew-e.el (mime/encode-message-header): regard `(point-max)' as
369         end of message header if variable `mail-header-separator' is not
370         found.
371
372 Thu Apr 11 17:24:11 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
373
374         * doc/tm_en.texi: fixed problem about top node.
375
376         * doc/tm-mh-e_en.texi: fixed problem about top node.
377
378         * doc/tm-gnus_en.texi: fixed problem about top node.
379
380         * doc/tm-edit=en.texi: fixed problem in TeX compiling.
381
382         * doc/tm-edit=ja.texi: fixed problem in TeX compiling.
383
384 Thu Apr 11 16:20:20 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
385
386         * mime-setup.el.in (message-forward-start-separator): Function
387         `mime-make-tag' must be called after tm-edit is loaded.
388
389         * mime-setup.el.in:
390         setting for variable `message-forward-start-separator'.
391         setting for variable `message-forward-end-separator'.
392
393         * tm-edit.el (mime-editor/encode-string): New function.
394         Variable `mime-string-encoder' and its implementations were
395         deleted.
396
397 Wed Apr 10 02:06:30 1996  Katsumi Yamaoka <yamaoka@ga.sony.co.jp>
398
399         * doc/tm_ja.texi: fixed problem about top node.
400         (cf. [tm-ja:1706])
401
402         * doc/tm-mh-e_ja.texi: fixed problem about top node.
403         (cf. [tm-ja:1706])
404         
405         * doc/tm-gnus_ja.texi: fixed problem about top node.
406         (cf. [tm-ja:1706])
407
408 Tue Apr  9 17:28:49 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
409
410         * Makefile (GOMI): add mime-setup.el, mime-setup.el~ and
411         #mime-setup.el#; remove load-path.
412
413 Tue Apr  9 17:13:36 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
414
415         * inst-tm (compile-tm): call `make gnus3' for Emacs 18.
416
417 Mon Apr  8 12:28:17 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
418
419         * inst-tm (make-mime-setup): check unnecessary add-path.
420
421 Sun Apr  7 20:12:27 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
422
423         * tm-view.el: (mime-viewer/default-showing-Content-Type-list):
424         "message/delivery-status" was added to default value.
425
426 Wed Apr  3 15:35:44 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
427
428         * tm-image.el: add-hook only if variable
429         `mime-preview/x-face-function' is not nil.
430         (cf. [tm-en:416])
431
432 Thu Mar 28 18:55:18 1996  Oscar Figueiredo <figueire@lspsun16.epfl.ch>
433
434         * tm-vm.el (vm-yank-message): redefine for MIME preview buffer.
435
436 \f
437 Thu Mar 28 08:42:34 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
438
439         * tm: Version 7.48.3 was released.
440         * tm/gnus: Version 7.49.1 was released.
441
442         * mime-setup.el.in: If `mime-setup-use-signature' is not nil, set
443         `message-signature' to nil.
444
445         * mime-setup.el.in: setting for message.el.
446
447 Wed Mar 27 23:06:07 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
448
449         * doc/tm-mh-e_ja.texi, doc/tm-mh-e_en.texi:
450         Insert `This file documents ...' into @ifinfo. (cf. [tm-en:403])
451
452         * doc/tm-gnus_ja.texi, doc/tm-gnus_en.texi:
453         Insert `This file documents ...' into @ifinfo. (cf. [tm-en:403])
454
455         * doc/tm_ja.texi, doc/tm_en.texi:
456         Insert `This file documents ...' into @ifinfo. (cf. [tm-en:403])
457
458 Wed Mar 27 19:38:12 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
459
460         * TM-CFG: rearrangement
461
462 Tue Mar 26 08:07:24 1996  Pekka Marjola <marjola@bilbo.ntc.nokia.com>
463
464         * tm-bbdb.el (tm-bbdb/update-record): In XEmacs,
465         mail-extract-address-components still doesn't handle nil argument.
466         (cf. [tm-ja:396])
467
468 \f
469 Mon Mar 25 13:30:53 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
470
471         * tl: Version 7.19 was released.
472         * tm: Version 7.48.2 was released.
473         * tm/mh-e: Version 7.57 was released.
474
475 Wed Mar 20 13:00:06 1996  Shuhei KOBAYASHI  <shuhei@cmpt01.phys.tohoku.ac.jp>
476
477         * tm-file.el (mime-article/extract-file): Confirm before
478         overwriting an existing file. (cf. [tm-ja:1674])
479
480 Thu Mar 14 13:39:57 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
481
482         * signature.el: Function `signature-check-in-bbdb' was moved to
483         tm-bbdb.el.
484
485         * tm-bbdb.el (signature-check-in-bbdb): New function; moved from
486         signature.el.
487
488 \f
489 Wed Mar 13 18:05:28 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
490
491         * tl: Version 7.18 was released.
492         * MEL: Version 3.5 was released.
493         * tm: Version 7.48 was released.
494
495 Wed Mar 13 17:55:33 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
496
497         * tm-edit.el (mime-editor/translate-buffer-hook): New hook.
498         (mime-editor/translate-buffer): New implementation;
499         use `mime-editor/translate-buffer-hook'.
500
501         * signature.el (signature-check-in-bbdb): require bbdb-com.
502
503 Wed Mar 13 16:23:26 1996  Shuhei KOBAYASHI <shuhei@cmpt01.phys.tohoku.ac.jp>
504
505         * tm-bbdb.el: fixed problem for wrong From field, such as
506         ``From: <>''. (cf.[tm-ja:1663])
507
508 Tue Mar 12 19:37:54 1996  Artur Pioro <artur@flugor.if.uj.edu.pl>
509
510         * signature.el (signature-file-prefix): New variable.
511         (signature/get-signature-file-name): support
512         `signature-file-prefix' and method function.
513         (signature-check-in-bbdb): New function.
514
515 Mon Mar 11 15:19:15 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
516
517         * tm-vm.el (tm-vm/use-original-url-button): New variable.
518         (tm-vm/preview-current-message):
519         Check `tm-vm/use-original-url-button'.
520
521 Mon Mar 10 23:07:42 1996  Rob Kooper    <kooper@cc.gatech.edu>
522
523         * tm-vm.el (tm-vm/preview-current-message): VM does it's own
524         highlighting of URL's. Following is a patch to tm/tm-vm.el that
525         will make the highlighting work under tm. (cf.[bug-tm-en:373])
526
527 Mon Mar 10 04:16:59 1996  Hiroshi Ueno <zodiac@ibm.net>
528
529         * TM-CFG (SHELLOPTION): New variable.
530         (LISPDIR): Use `defvar' instead of `setq'.
531         (TM_GNUS_COMPILE_FORMAT): New variable.
532         (TM_GNUS_INSTALL_FORMAT): New variable.
533         (BIN_SRC_DIR): New variable.
534         (METHOD_SRC_DIR): New variable.
535         (BIN_DIR): Use `defvar' instead of `setq'.
536
537         * inst-tm (compile-tm-gnus): Use variable `SHELLOPTION'.
538         (install-tm-gnus): Use variable `SHELLOPTION'.
539         (install-execs): Use variable `BIN_SRC_DIR' and `METHOD_SRC_DIR'.
540
541 Mon Mar  8 19:15:33 1996  Oscar Figueiredo <figueire@lspsun2.epfl.ch>
542
543         * tm-vm.el (tm-vm/scroll-forward): when you go to a message with
544         the cursor keys in VM's summary buffer and press space to select
545         the message, the Preview buffer is scrolled forward instead of
546         simply displaying the new message which prevents you from seeing
547         the beginning of the new message.       
548
549 Wed Mar  6 12:26:20 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
550
551         * tm-view.el (mime-viewer/up-content): New implementation; bug
552         fixed. (cf. [tm-ja:1652])
553
554         * inst-tm (compile-tm): fixed to judge XEmacs.
555
556 \f
557 Wed Mar  6 02:12:36 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
558
559         * tl: Version 7.15 was released.
560         * tm: Version 7.47 was released.
561         * tm/mh-e: Version 7.56 was released.
562
563         * README.en: tm-cfg was renamed to TM-CFG.
564
565         * inst-tm: tm-cfg was renamed to TM-CFG.
566
567         * inst-tm: tm-els was renamed to TM-ELS.
568
569 Tue Mar  5 23:19:05 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
570
571         * tm-edit.el: Function `replace-space-with-underline' was moved to
572         tl-str.el.
573
574         * tm-edit.el (mime-editor/transfer-level): changed to buffer local
575         variable.
576         (mime-editor/transfer-level-string): changed to buffer local
577         variable.
578         (mime-editor/charset-default-encoding-alist): changed to buffer
579         local variable.
580
581 Tue Mar  5 21:22:46 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
582
583         * tm-edit.el (mime-editor/toggle-transfer-level): Function
584         `mime-editor/text-toggle-transfer-level' was renamed to
585         `mime-editor/toggle-transfer-level'.
586
587 Tue Mar  5 21:19:21 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
588
589         * tm-edit.el (mime-editor/transfer-level,
590         mime-editor/text-toggle-transfer-level, mime/editor-mode):
591         Variable `mime/default-transfer-level' was renamed to
592         `mime-editor/transfer-level'.
593
594 Tue Mar  5 21:13:58 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
595
596         * tm-edit.el (mime/default-transfer-level): moved from tm-edit.el.
597
598         * tm-def.el: Variable `mime/default-transfer-level' was moved to
599         tm-edit.el.
600
601         * tm-edit.el (mime-editor/text-toggle-transfer-level,
602         mime-editor/menu-list): Function
603         `mime-editor/text-toggle-transfer-level' was renamed to
604         `mime-editor/text-toggle-transfer-level'.
605
606 Tue Mar  5 21:00:07 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
607
608         * tm-edit.el (mime-editor/transfer-level-string,
609         mime/text-toggle-transfer-level, mime/editor-mode): use function
610         `mime/encoding-name'.
611
612         * tm-def.el (mime/encoding-name): add optional argument `not-omit'.
613
614         * tm-edit.el (mime-editor/transfer-level-string,
615         mime/text-toggle-transfer-level, `mime/editor-mode-flag' of
616         `minor-mode-alist', mime/editor-mode): Variable
617         `mime/trlevel-string' was renamed to
618         `mime-editor/transfer-level-string'.
619
620 Tue Mar  5 20:42:24 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
621
622         * tm-edit.el (mime-editor/charset-default-encoding-alist,
623         mime/text-toggle-transfer-level, mime-editor/normalize-body):
624         Variable `mime/charset-default-encoding-alist' was renamed to
625         `mime-editor/charset-default-encoding-alist'.
626
627 Tue Mar  5 20:34:27 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
628
629         * tm-edit.el (mime/charset-default-encoding-alist):
630         moved from tm-def.el.
631         (mime/trlevel-string): moved from tm-def.el.
632         (mime/text-toggle-transfer-level): moved from tm-def.el.
633
634         * tm-def.el (mime/charset-default-encoding-alist):
635         moved to tm-edit.el.
636         (mime/trlevel-string): moved to tm-edit.el.
637         (mime/text-toggle-transfer-level): moved to tm-edit.el.
638
639         * tm-def.el (mime/trlevel-string): Initial value was modified.
640
641 Tue Mar  5 07:52:39 1996  Steinar Bang <sb@metis.no>
642
643         * tm-def.el (mime/trlevel-string): New variable.
644
645         * tm-edit.el (mime-editor/menu-list): add
646         `mime/text-toggle-transfer-level'.
647         (mime/editor-mode): modified for transfer-level.
648
649 \f
650 Mon Mar  4 09:24:23 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
651
652         * tl: Version 7.14 was released.
653         * MEL: Version 3.3.1 was released.
654         * tm: Version 7.46.1 was released.
655         * tm/mh-e: Version 7.55 was released.
656         * tm/gnus: Version 7.49 was released.
657
658         * Makefile: Installer was changed.
659
660         * inst-tm: New file.
661
662         * tm-els: New file.
663
664         * tm-cfg: New file.
665
666         * tm-ew-e.el (mime/encode-field): check encoded result.
667
668 Mon Mar 4 01:57:11 1996   KON-NO Yoichi <itokon@ssel.toshiba.co.jp>
669
670         * tm-bbdb.el: insert `(require 'tm-view)'.
671         (cf. [tm-ja:1646])      
672
673 \f
674 Wed Feb 28 13:13:27 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
675
676         * tl: Version 7.13 was released.
677         * tm: Version 7.46 was released.
678         * tm/gnus: Version 7.48 was released.
679         * tm/mh-e: Version 7.52 was released.
680
681         * tm/doc/tm-edit=en.texi: New file.
682
683 Wed Feb 28 01:35:22 1996  Dan Rich <drich@morpheus.corp.sgi.com>
684
685         * tm-image.el: allow tm to display inline images using the native
686         gif/jpg/png support (if available) (for XEmacs 19.14 or later).
687         (cf.[tm-en:351])
688
689 Tue Feb 27 21:37:35 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
690
691         * tm-image.el (mime-preview/x-face-function-for-mule): fixed to
692         check whether matched or not.
693
694         * tm-edit.el (mime-editor::edit-again): New implementation.
695         (mime/edit-again): Arguments were changed.
696
697 Wed Feb 27 19:56:26 1996  Shuhei KOBAYASHI  <shuhei@cmpt01.phys.tohoku.ac.jp>
698
699         * mk-tm: Typo fixed.
700
701 Tue Feb 26 20:04:34 1996  Neal Becker <neal@neal.ctd.comsat.com>
702
703         * tm-mail.el: fixed problem in XEmacs 19.14. (cf.[tm-en:349])
704
705 \f
706 Mon Feb 26 08:43:36 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
707
708         * tl: Version 7.11.3 was released.
709         * tm: Version 7.45 was released.
710         * tm/mh-e: Version 7.50 was released.
711
712         * tm-edit.el (mime-editor::edit-again): New function.
713         (mime/edit-again): New function.
714
715 Fri Feb 23 22:00:46 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
716
717         * tm-vm.el (tm-vm/preview-current-message): widen all headers
718         before call `mime/viewer-mode'.
719
720         * tm-image.el (mime-viewer/use-highlight-headers):
721         New variable for XEmacs.
722         (mime-preview/x-face-function-use-highlight-headers):
723         New function.
724         (mime-preview/x-face-function): Default value was changed.
725
726 \f
727 Sat Feb 23 17:55:12 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
728
729         * tl: Version 7.11.2 was released.
730         * tm: Version 7.44 was released.
731         * tm/mh-e: Version 7.49 was released.
732
733 Fri Feb 23 03:43:22 1996  Shuhei KOBAYASHI <shuhei@cmpt01.phys.tohoku.ac.jp>
734
735         * tm-bbdb.el (bbdb-extract-field-value): use
736         `tm:bbdb-extract-field-value' instead of `rfc822/get-field-body'.
737         (cf. [tm-en:340])
738
739 Fri Feb 22 16:45:37 1996  Pekka Marjola <marjola@bilbo.ntc.nokia.com>
740
741         * tm-edit.el: As of tm7.43.1/September Gnus 0.39, tm-edit still
742         does not properly restore keymap in XEmacs. (cf. [tm-en:337])
743
744 Fri Feb 16 08:53:13 1996  Oscar Figueiredo <figueire@lspsun2.epfl.ch>
745
746         * tm-vm.el (tm-vm/preview-current-message): XEmacs
747         highlight-headers package to fontify MIME preview buffers in the
748         same way normal VM buffers are. This makes MIME preview even more
749         transparent for VM users and also has the benefit to display the
750         XFace in the same place as in normal VM with no additional code
751         nor effort.
752
753 \f
754 Wed Feb 14 09:15:36 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
755
756         * tl: Version 7.11.1 was released.
757         * tm: Version 7.43.1 was released.
758         * tm/mh-e: Version 7.48 was released.
759         * tm/gnus: Version 7.45 was released.   
760
761         * mime-setup.el: lambda functions are defined by defun.
762         (mime-setup-decode-message-header): New function.
763         (mime-setup-set-signature-key): New function.
764         (mime-setup-mh-draft-setting): New function.
765
766         * mime-setup.el: insert `(setq buffer-read-only nil)' into
767         `mh-letter-mode-hook' (cf. [tm-ja:1576])
768
769 Tue Feb 13 17:56:43 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
770
771         * tm-image.el (mime-preview/x-face-function-for-xemacs):
772         New function.
773         (bitmap-read-xbm): New implementation for XEmacs.
774
775 Tue Feb 13 14:00:02 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
776
777         * tm-image.el: typo was fixed.
778
779 Tue Feb 13 13:53:06 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
780
781         * tm-image.el (mime-preview/x-face-function): New variable.
782         Function `mime-preview/x-face-function' was renamed to
783         `mime-preview/x-face-function-for-mule'.
784
785         * tm-image.el (mime-preview/x-face-function):
786         fixed problem to indent.
787
788         * tm-image.el (mime-preview/x-face-function):
789         New function for Mule.
790         (mime-viewer/x-face-to-xbm-command): New variable.
791
792         * tm-view.el (mime-viewer/x-face-to-pbm-command): New variable.
793         (mime-viewer/ignored-field-list): "X-Face" was deleted.
794
795 Mon Feb 12 16:02:05 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
796
797         * tm-mule.el: "SHIFT_JIS" and "X-SHIFTJIS" were added to
798         `mime/charset-coding-system-alist'.
799
800 Mon Feb 12 13:05:02 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
801
802         * tm-image.el (mime-preview/filter-for-image): protect for error
803         when file deleting (cf. [tm-en:317])
804
805 \f
806 Fri Feb  9 06:57:20 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
807
808         * tm: Version 7.43 was released.
809         * tm/gnus: Version 7.43 was released.
810
811         * tm-edit.el: (mime-editor/encrypt-pgp-elkins):
812         (1) insert ``From'', ``To'' and ``Cc'' fields into encrypted
813             message.
814         (2) call `mc-pgp-encrypt-region' directory; it is enclosed by
815             `(let ((mc-pgp-always-sign 'never)) ...)'.
816
817 Fri Feb  8 08:24:18 1996  SHIONO Jun'ichi <jun@case.nm.fujitsu.co.jp>
818
819         * tm-vm.el (tm-vm/beginning-of-message, tm-vm/end-of-message):
820         set to `this-command' (cf. [tm-en:311])
821
822 \f
823 Thu Feb  8 06:36:25 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
824
825         * tm: Version 7.42.1 was released.
826         * tm/gnus: Version 7.41 was released.
827
828 Tue Feb  6 02:43:06 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
829
830         * tm-def.el (mime/encoding-name): new function.
831         (mime/make-charset-default-encoding-alist): call
832         `mime/encoding-name' if not encoded.
833
834 Mon Feb  5 05:00:27 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
835
836         * tm-play.el (mime-article/get-original-filename): return nil if
837         file name is not exist.
838
839 Sat Feb  3 21:28:47 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
840
841         * tm-def.el (mime/charset-type-list): new variable.
842         (mime/make-charset-default-encoding-alist): new function.
843         (mime/default-transfer-level): new variable.
844         (mime/text-toggle-transfer-level): new function.
845
846 Sat Feb  3 00:56:20 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
847
848         * tm-pgp.el (tm-pgp::good-signature-regexp): new variable
849
850         * tm-pgp.el (tm-pgp::key-expected-regexp): new variable
851
852         * tm-pgp.el (mime::article/call-pgp-to-check-signature): modified
853         to use variable `tm-pgp::good-signature-regexp'
854
855         * tm-pgp.el (mime-article/check-pgp-signature): modified to use
856         variable `tm-pgp::key-expected-regexp'
857
858 Fri Feb  2 23:07:13 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
859
860         * tm-pgp.el (mime::article/call-pgp-to-check-signature):
861         new function
862
863         * tm-pgp.el: (mime-article/check-pgp-signature): fetch public key
864         if it is not found
865
866 \f
867 Sat Feb  2 17:29:01 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
868
869         * tl: Version 7.11 was released.
870         * tm: version 7.42 was released
871
872 Fri Feb  2 17:20:00 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
873
874         * tm-edit.el: new implementation about PGP processing for message
875
876         * tm-edit.el (mime-editor/pgp-enclose-buffer): new function
877
878         * tm-edit.el (mime-editor/set-sign):
879         check variable `mime-editor/signing-type'
880
881         * tm-edit.el (mime-editor/set-encrypt):
882         check variable `mime-editor/encrypting-type'
883
884 Fri Feb  2 17:04:16 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
885
886         * tm-play.el (mime-article/decode-content): check beginning/ending
887         of region for VM
888
889 Wed Jan 31 17:15:55 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
890
891         * tm-image.el: xbm support in Mule: It requires bitmap package.
892
893         * tm-image.el (mime-viewer/graphic-converter-alist): use `defvar'
894         instead of `setq'
895
896 Fri Jan 26 02:49:06 1996  Shuhei KOBAYASHI <shuhei@cmpt01.phys.tohoku.ac.jp>
897
898         * tm-bbdb.el (tm-bbdb/update-record): fixed problem in VM
899
900         * tm-bbdb.el (tm-bbdb/extract-address-components): modified to
901         support `If no name can be extracted, FULL-NAME will be nil.'
902         (cf. [tm-ja:1531])
903
904 Thu Jan 25 08:29:22 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
905
906         * tm-play.el (mime-article/make-method-args): modified to use
907         "7bit" if 'encoding is not found
908
909 Thu Jan 25 06:36:44 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
910
911         * tm-ew-d.el (mime-eword/decode-string): set to `end' just
912         string-matched.
913
914 Thu Jan 25 06:22:17 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
915
916         * tm-ew-d.el (mime-eword/decode-string): fixed about
917         linear-while-space (cf. [tm-ja:1518])
918
919         * tm-vm.el (tm-vm/quit-view-message): Typo was fixed.
920         (cf. [tm-en:281])
921
922 \f
923 Thu Jan 25 03:24:35 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
924
925         * tl: Version 7.10 was released.
926         * tm: Version 7.41.2 was released.
927         * tm/gnus: Version 7.37 was released.
928
929         * tm-view.el (mime-viewer/ignored-field-list): default value was
930         changed.
931
932         * tm-view.el (mime-viewer/visible-field-regexp): default value was
933         changed.
934
935 Thu Jan 25 02:32:26 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
936
937         * tm-mule.el: Definition of variable `mime/default-coding-system'
938         was moved to tm-def.el.
939
940         * tm-def.el (mime/default-coding-system): not only define for MULE
941
942 Wed Jan 24 02:20:25 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
943
944         * tm-bbdb.el (tm-bbdb/use-mail-extr): new variable
945
946 Tue Jan 23 13:00:44 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
947
948         * tm-pgp.el (mime-article/view-application/pgp):
949         fixed about character code
950         conversion.
951
952 \f
953 Tue Jan 23 05:38:46 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
954
955         * tm: Version 7.41.1 was released.
956         * tm/mh-e: Version 7.46 was released.
957         * tm/gnus: Version 7.34 was released.
958
959         * tm-view.el: declare `(defvar mime::preview/article-buffer nil)'
960         for XEmacs
961
962 Tue Jan 23 04:49:16 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
963
964         * tm-rmail.el: (require 'tm-bbdb) if bbdb is provided.
965
966         * tm-vm.el: Shuhei KOBAYASHI <shuhei@cmpt01.phys.tohoku.ac.jp>'s
967         new implementation
968
969         * tm-bbdb.el: new module: about BBDB
970
971 Sat Jan 20 13:23:47 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
972
973         * tl: Version 7.09 was released.
974         * tm: Version 7.41 was released.
975         * tm/gnus: Version 7.33.1 was released.
976
977 Thu Jan 18 17:49:17 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
978
979         * tm-edit.el (mime-editor/insert-file): File name is wrapped as
980         quoted-string.
981
982         * tm-edit.el (mime-file-types): Some file types were added.
983
984 Thu Jan 18 01:55:25 1996  Yoshiyuki Yamagami <yamagami@hb.nmcc.co.jp>
985
986         * Makefile: specify `-no-site-file' option (cf. [tm-ja:1474])
987
988 \f
989 Wed Jan 17 08:27:26 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
990
991         * tl: version 7.08 was released.
992         * tm: version 7.40 was released.
993         * tm/gnus: Version 7.33 was released.
994
995 Sun Jan 14 05:52:49 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
996
997         * tm-edit.el (mime-editor/choose-charset): New implementation: use
998         function `mime/find-charset-region' instead of
999         `mime-body-charset-chooser'.
1000
1001         * tm-edit.el: Variable `mime-body-charset-chooser' and its
1002         implementations were deleted.
1003
1004         * tm-edit.el (mime-editor/normalize-body): use variable
1005         `mime/charset-default-encoding-alist' instead of function
1006         `mime-editor/choose-encoding'.
1007
1008         * tm-edit.el: Function `mime-editor/choose-encoding' was deleted.
1009
1010 Fri Jan 12 13:59:13 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
1011
1012         * tm-def.el (mime/find-charset-region): New function
1013
1014         * tm-def.el (mime/charset-default-encoding-alist): New variable
1015
1016 Thu Jan 11 18:31:43 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
1017
1018         * tm-ew-e.el: Variable `mime/default-charset-encoding-alist' was
1019         renamed to `mime-eword/charset-encoding-alist'.
1020
1021         * tm-ew-e.el: Constant `mime/eword-encoder-version' was renamed to
1022         `mime-eword/encoder-version'.
1023
1024         * tm-ew-e.el: Variable `mime/default-charset-encoding-alist' was
1025         moved from tm-def.el.
1026
1027         * tm-def.el: Variable `mime/default-charset-encoding-alist' was
1028         moved to tm-ew-e.el.
1029
1030         * tm-ew-e.el: Function `mime/find-charset-rule' was renamed to
1031         `tm-eword::find-charset-rule'.
1032
1033         * tm-ew-e.el (mime/find-charset-rule): modified to use function
1034         `mime/find-charset'
1035
1036         * tm-def.el (mime/find-charset): new function
1037
1038 Thu Jan 11 05:33:53 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
1039
1040         * tm-ew-e.el (mime/find-charset-rule): new implementation
1041
1042         * tm-orig.el: Variable `mime/decoding-charset-list' was deleted.
1043
1044 Thu Jan 11 05:12:50 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
1045
1046         * tm-nemacs.el, tm-orig.el:
1047         Variable `mime/lc-charset-rule-list' was deleted.
1048
1049         * tm-mule.el:
1050         Variable `mime/lc-charset-rule-list' and
1051         `mime/unknown-charset-rule' were deleted.
1052
1053 Thu Jan 11 05:09:28 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
1054
1055         * tm-def.el (mime/default-charset-encoding-alist): new variable
1056
1057 Thu Jan 11 04:56:08 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
1058
1059         * tm-orig.el, tm-nemacs.el, tm-mule.el
1060         (mime/lc-charset-alist, mime/unknown-charset): new variable
1061
1062 Wed Jan 10 00:07:57 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
1063
1064         * tm-edit.el:
1065         (mime-editor/translate-body, mime-editor/translate-region):
1066         Spaces in boundary are replaced by underlines.
1067         (cf. [tm-en:255,258])
1068
1069 Tue Jan  9 19:08:21 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
1070
1071         * tm-mule.el: Obsolete definitions were deleted.
1072
1073 Tue Jan  9 18:43:12 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
1074
1075         * tm-orig.el, tm-nemacs.el, tm-mule.el:
1076         Variable `mime/latin-lc-list' was deleted.
1077
1078 Tue Jan  9 16:28:44 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
1079
1080         * tm-orig.el, tm-nemacs.el, tm-mule.el:
1081         Variable `mime/lc-charset-and-encoding-alist' was deleted.
1082
1083 \f
1084 Mon Dec 25 10:43:59 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
1085
1086         * tm: Version 7.39 was released.
1087         * tm/gnus: Version 7.30 was released.
1088
1089         * README.en: Sample of hilit19 was changed.
1090
1091 Mon Dec 25 09:08:50 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
1092
1093         * tm-rmail.el: fixed to work in Emacs 18.*, but some problems are
1094         rest.
1095
1096         * tm-view.el (mime-viewer/redisplay): New variable: for redisplay
1097
1098 Mon Dec 25 05:43:05 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
1099
1100         * Makefile (19_29): `make gnus5' was commented out.
1101
1102 Mon Dec 25 05:40:42 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
1103
1104         * tm-rmail.el (tm-rmail/preview-message): New implementation
1105
1106         * tm-rmail.el (rmail-summary-rmail-update): redefined
1107
1108         * tm-rmail.el: `mime-viewer/show-summary-method' was set.
1109
1110 Mon Dec 25 05:31:33 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
1111
1112         * mk-tm (compile-tm): `(load "rmailsum")' was added.
1113
1114 Mon Dec 25 03:20:41 1995  OKABE Yasuo   <okabe@kudpc.kyoto-u.ac.jp>
1115
1116         * signature.el (signature-delete-blank-lines-at-eof): New variable
1117
1118 Sat Dec 23 12:43:20 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
1119
1120         * tm-def.el (tm:browse-url): argument was fixed.
1121
1122         * README.en: fixed about PGP
1123
1124 Sat Dec 23 09:32:27 1995  Tanaka Shinichiro  <tanaka3@ifos.se.fujitsu.co.jp>
1125
1126         * tm-pgp.el, README.en:
1127         Typos were fixed. (cf. [tm-ja:1419], [tm-ja:1421])
1128
1129 \f
1130 Fri Dec 22 09:00:20 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
1131
1132         * tm: Version 7.38 was released.
1133         * tm/gnus: Version 7.28 was released.
1134
1135 Thu Dec 21 18:27:09 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
1136
1137         * tm-edit.el (mime-file-types): format was changed.
1138                 (0) filename pattern
1139                 (1) primary type
1140                 (2) sub type
1141                 (3) parameters of Content-Type field
1142                 (4) Content-Transfer-Encoding
1143                 (5) disposition-type
1144                 (6) parameters of Content-Disposition field
1145
1146         * tm-edit.el (mime-editor/insert-file):
1147         modified for new `mime-file-types' format.
1148
1149 Thu Dec 21 18:17:03 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
1150
1151         * tm-def.el (mime/disposition-type-regexp): New constant
1152
1153         * tm-parse.el (mime/parse-Content-Disposition): New function
1154
1155         * tm-parse.el (mime/Content-Disposition): New function
1156
1157         * tm-view.el (mime-article/get-subject):
1158         function `mime-viewer/get-subject' was renamed to it.
1159
1160         * tm-view.el (mime-article/get-uu-filename): New function:      
1161         it was separated from function `mime-article/get-subject'.
1162
1163         * tm-play.el (mime-article/get-original-filename): New function
1164
1165         * tm-play.el (mime-article/get-filename):
1166         Function `mime-article/get-name' was renamed to it.     
1167         It was modified to use `mime-article/get-original-filename'
1168         instead of `mime-article/get-subject'.
1169
1170         * tm-file.el (mime-article/extract-file):       
1171         modified to use `mime-article/get-filename'
1172
1173 Wed Dec 20 15:27:35 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
1174
1175         * tm-setup.el:
1176         According to Shuhei KOBAYASHI <shuhei@cmpt01.phys.tohoku.ac.jp>,
1177         `(require 'tm-gnus)' is add-hooked as append mode.      
1178         (cf. [tm-ja:1391])
1179
1180 Thu Dec 20 05:48:56 1995  UENO Hiroshi  <jl07715@yamato.ibm.co.jp>
1181
1182         * tm-pgp.el: (mime-article/check-pgp-signature):
1183         fixed to treat signed part as binary. (to fix problem in OS/2)
1184
1185 \f
1186 Wed Dec 20 13:05:06 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
1187
1188         * tl: Version 7.03.4 was released.
1189         * tm: Version 7.37 was released.
1190         * tm/gnus: Version 7.26 was released.
1191
1192 Tue Dec 19 18:06:49 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
1193
1194         * tm-pgp.el: draft-elkins-pem-pgp-01.txt was renewed to
1195         draft-elkins-pem-pgp-02.txt.
1196
1197 Tue Dec 19 17:50:09 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
1198
1199         * Makefile: tm/src/tmpgp was abolished.
1200
1201 Tue Dec 19 17:47:16 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
1202
1203         * tm-edit.el:
1204         pgp-elkins spec was renewed to draft-elkins-pem-pgp-02.txt.
1205
1206 Tue Dec 19 17:13:19 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
1207
1208         * tm-pgp.el (mime-article/check-pgp-signature): treats encoding
1209
1210         * tm-edit.el: `(autoload 'mc-pgp-lookup-key "mc-pgp")' was added.
1211
1212 Tue Dec 18 03:52:48 1995  Katsumi Yamaoka <yamaoka@ga.sony.co.jp>
1213
1214         * tm-view.el (mime-viewer/filter-text/plain): put URL into
1215         text-property. (cf. [tm-ja:1367])
1216
1217 Mon Dec 15 21:32:16 1995  Shuhei KOBAYASHI <shuhei@cmpt01.phys.tohoku.ac.jp>
1218
1219         * tm-vm.el (tm-vm-load-hook): New hook
1220         
1221         * tm-vm.el (tm-vm/preview-current-message): fixed to end as
1222         current-buffer is folder buffer. Some problem is still rest.
1223         (cf. [tm-ja:1348])
1224
1225 \f
1226 Mon Dec 18 11:16:18 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
1227
1228         * tm: Version 7.36 was released.
1229         * tm/gnus: Version 7.25 was released.
1230
1231         * methods/tm-au: new implementation
1232
1233 Mon Dec 18 10:45:02 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
1234
1235         * tm-view.el (mime-viewer/quit): New implementation
1236
1237         * tm-view.el (mime-viewer/show-summary): New function:
1238         it is bound with `h' key.
1239
1240         * tm-view.el (mime-viewer/show-summary-method): New variable
1241
1242 Mon Dec 18 01:32:23 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
1243
1244         * methods/tmdecode, methods/tm-plain:
1245         replaced by NAGIRA Naoki <naoki-n@pdi.co.jp>'s code.
1246
1247 Sun Dec 17 14:35:01 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
1248
1249         * tm-view.el: setting for "image/x-mag"
1250
1251 Sun Dec 17 14:29:17 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
1252
1253         * tm-pgp.el: application/pgp-encrypted support
1254
1255         * tm-pgp.el (mime-article/check-pgp-signature): bug fix
1256
1257         * tm-pgp.el: setting for "text/x-pgp"
1258
1259         * tm-setup.el: setting for tm-image.el when XEmacs is running.
1260
1261         * tm-image.el:
1262         Filters were merged to function `mime-preview/filter-for-image'.
1263
1264 Sat Dec 16 14:59:29 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
1265
1266         * tm-image.el: Initial revision
1267
1268 \f
1269 Sat Dec 15 16:16:32 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
1270
1271         * tm: Version 7.35 was released.
1272         * tm/gnus: Version 7.24 was released.
1273
1274 Fri Dec 15 15:40:10 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
1275
1276         * tm-pgp.el:
1277         According to Shuhei KOBAYASHI <shuhei@cmpt01.phys.tohoku.ac.jp>,
1278         `(autoload 'mc-snarf-keys "mc-toplev")' was added.
1279         (cf. [tm-ja:1345])
1280
1281         * tm-view.el:
1282         (1) Popup menu for Emacs 19.* was deleted.
1283         (2) MIME-View menu was defined for Emacs 19.*. In Emacs 19.29 or
1284             later, system popup menu is available.
1285
1286 Fri Dec 15 15:02:14 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
1287
1288         * tm-edit.el (mime/editor-mode): DOC string was fixed.
1289
1290 Fri Dec 15 13:58:51 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
1291
1292         * tm-vm.el:
1293         (1) New variable `tm-vm/use-xemacs-popup-menu'.
1294         (2) popup menu of MIME-Edit minor mode became sub menu.
1295
1296 Fri Dec 15 13:56:51 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
1297
1298         * tm-rmail.el:
1299         Setting was modified to load tm-mail after tm-edit is loaded.
1300
1301         * tm-mail.el:
1302         (1) New variable `tm-mail/use-xemacs-popup-menu'.
1303         (2) popup menu of MIME-Edit minor mode became sub menu.
1304
1305         * tm-def.el (tm:set-fields): New function
1306
1307 Fri Dec 15 12:00:23 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
1308
1309         * tm-pgp.el (mime-article/check-pgp-signature): fixed problem of
1310         binary declarations
1311
1312         * tm-file.el: delete unnecessary `(file-coding-system *noconv*)'
1313
1314 \f
1315 Thu Dec 14 17:03:27 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
1316
1317         * tm: Version 7.34 was released.
1318
1319         * Makefile:
1320         New file tm/src/tmpgp: it is used to sign by pgp-elkins style.
1321
1322 Thu Dec 14 15:49:00 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
1323
1324         * tm-edit.el:
1325         (1) `pgp-elkins' style PGP signature was implemented.
1326         (2) New function `mime-editor/insert-key': It is based on
1327             draft-elkins-pem-pgp-01.txt.
1328
1329 Thu Dec 14 15:41:18 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
1330
1331         * tm-pgp.el: New function `mime-article/add-pgp-keys'
1332
1333 Thu Dec 14 15:37:13 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
1334
1335         * tm-play.el (mime-article/decode-caesar):
1336         encoding field is symbol, not string.
1337
1338         * tm-html.el: encoding field is symbol, not string.
1339
1340 Thu Dec 14 15:17:56 1995  Shuhei KOBAYASHI <shuhei@cmpt01.phys.tohoku.ac.jp>
1341
1342         * tm-vm.el(tm-vm/scroll-forward, tm-vm/scroll-backward):
1343         According to AKITO Ishihara <aki@bpel.tutics.tut.ac.jp>'s report,
1344         `vm-scroll-(forward|backward)' was enclosed by
1345         `(let ((vm-inhibit-startup-message t)) ...)'.
1346         (cf. [tm-ja:1313], [tm-ja:1314])
1347
1348 Thu Dec 14 06:22:20 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
1349
1350         * signature.el (signature/insert-signature-at-eof):
1351         `(delete-blank-lines)' was commented out.
1352
1353 Thu Dec 13 15:37:16 1995  Shuhei KOBAYASHI <shuhei@cmpt01.phys.tohoku.ac.jp>
1354
1355         * tm-vm.el (tm-vm/scroll-forward, tm-vm/scroll-backward):
1356         It might be better to treat `vm-honor-page-delimiters' (and
1357         `vm-auto-next-message' too) in tm-vm. (cf. [tm-ja:1292])
1358
1359 Wed Dec 13 13:40:58 1995  AKITO Ishihara <aki@bpel.tutics.tut.ac.jp>
1360
1361         * tm-vm.el (tm-vm/scroll-backward): fixed to comment out
1362         `(goto-char (point-max))'. (cf. [tm-ja:1289])
1363
1364 Wed Dec 13 13:10:27 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
1365
1366         * tm-edit.el (mime-editor/process-pgp-kazu): fixed to insert dummy
1367         mail-header-separator before calling mailcrypt function.
1368
1369 \f
1370 Wed Dec 13 05:46:06 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
1371
1372         * tl: Version 7.03.3 was released.
1373         * tm: Version 7.33 was released.
1374         * tm/mh-e: Version 7.44 was released.
1375         * tm/gnus: Version 7.22 was released.
1376         
1377         * tm-view.el:
1378         (1) New field variable `mime-viewer/visible-field-list'
1379         (2) New function `mime-preview/cut-header'
1380         
1381         * tm-view.el: (mime-viewer/default-content-header-filter):
1382         New implementation
1383
1384 Tue Dec 11 15:31:29 1995  Shuhei KOBAYASHI <shuhei@cmpt01.phys.tohoku.ac.jp>
1385
1386         * tm-file.el: comment was fixed.
1387         
1388         * methods/tm-html, methods/tm-image:
1389         fixed to insert spaces previous and next of "="
1390         (cf. [tm-ja:1262])
1391
1392 \f
1393 Mon Dec 11 18:02:36 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
1394
1395         * tl: Version 7.03.2 was released.
1396         * tm: Version 7.32 was released.
1397         * tm/gnus: Version 7.21.2 was released.
1398
1399 Sun Dec 10 20:33:48 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
1400
1401         * tm-view.el, tm-play.el: Function `mime::point-preview-content'
1402         was renamed to `mime-preview/point-pcinfo'.
1403
1404         * tm-edit.el: does not exit from MIME editor mode if function
1405         `mime-editor/pgp-processing' is fail.
1406
1407         * tm-edit.el:
1408         (1) New variable `mime-editor/signing-type' and
1409             `mime-editor/encrypting-type': their types are pgp-elkins,
1410             pgp-kazu or nil. pgp-elkins is not supported yet.
1411         (2) New function `mime-editor/enclose-signed-region' and
1412             `mime-editor/enclose-encrypted-region' for new enclosure
1413             `signed' and `encrypted'.
1414         (3) New function `mime-editor/process-pgp-kazu': to process
1415             `signed' and `encrypted' enclosure as application/pgp.
1416         (4) New function `mime-editor/set-split'
1417
1418 Sat Dec  9 08:37:21 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
1419
1420         * tm-pgp.el (mime-article/check-pgp-signature): Status does not
1421         work.
1422
1423 Sat Dec  9 08:32:56 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
1424
1425         * tm-edit.el (mime-editor/process-multipart-1):
1426         Boundary is folded.
1427
1428         * tm-edit.el: rearrangement
1429
1430 Sat Dec  9 04:58:16 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
1431
1432         * tm-play.el (mime-article/show-output-buffer):
1433         `(get-buffer-create mime/output-buffer-name)' was inserted.
1434
1435 Sat Dec  9 04:51:49 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
1436
1437         * tm-pgp.el: application/pgp-signature support.
1438
1439         * tm-play.el:
1440         Function `mime-article/decode-message/partial' was modified not to
1441         use `find-file'.
1442
1443 Sat Dec  9 04:11:11 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
1444
1445         * tm-def.el:
1446         Constant `mime/decoding-buffer-name' was deleted (because it seems
1447         not be used).
1448
1449         * tm-edit.el: application/pgp support
1450
1451 Sat Dec  9 03:42:47 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
1452
1453         * tm-file.el: setting for another variables to regard as binary.
1454
1455 Sat Dec  9 02:04:41 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
1456
1457         * tm-view.el:
1458         Function `mime-viewer/display-content' was fixed about judgement
1459         of root content.
1460
1461 Sat Dec  9 01:56:28 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
1462
1463         * tm-parse.el:
1464         Function `mime/parse-multipart' was fixed about point-max slot of
1465         content-info.
1466
1467 Sat Dec  9 01:41:18 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
1468
1469         * tm-def.el: New constant `mime/temp-buffer-name'.
1470
1471         * tm-play.el:
1472         Function `mime-article/decode-message/partial' was modified to use
1473         `mime/temp-buffer-name'.
1474
1475 Fri Dec  8 23:27:19 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
1476
1477         * tm-pgp.el: Initial revision
1478
1479 Fri Dec  8 22:32:55 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
1480
1481         * tm-vm.el: According to Junya Watanabe
1482         <junya@tippr.info.eng.niigata-u.ac.jp>, fixed problem about XEmacs
1483         menu in Emacs and Mule.
1484         (cf. [tm-ja:1249])
1485
1486 Fri Dec  8 22:29:27 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
1487
1488         * tm-view.el: New variable
1489         `mime-viewer/content-subject-showing-Content-Type-list'
1490
1491 Sat Dec  8 18:29:51 1995  Shuhei KOBAYASHI <shuhei@cmpt01.phys.tohoku.ac.jp>
1492
1493         * tm-file.el(mime-article/extract-file):
1494         Variable `require-final-newline' should be nil.
1495
1496 \f
1497 Thu Dec  7 12:07:47 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
1498
1499         * tl: Version 7.03.1 was released.
1500         * tm: Version 7.31 was released.
1501         * tm/gnus: Version 7.21.1 was released.
1502
1503         * Makefile: tl/README.eng was renamed to tl/README.en.
1504
1505 Thu Dec  7 10:23:55 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
1506
1507         * tm-vm.el: vm-mail-mode pop up menu setting for XEmacs.
1508
1509         * tm-mail.el: pop up menu setting for XEmacs.
1510
1511         * tm-edit.el:
1512         MUA depended codes about XEmacs pop up menu were moved to
1513         tm-MUAs.
1514
1515         * tm-view.el: defvar `mime::article/preview-buffer' and
1516         `mime::article/code-converter' for XEmacs.
1517
1518         * tm-edit.el: some comments are modified.
1519
1520 Thu Dec  7 09:10:28 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
1521
1522         * Makefile:
1523         (1) drives `make gnus5' and `make sgnus' for xemacs and 19_29.
1524         (2) README.eng was rename to README.en.
1525
1526 Thu Dec  7 08:01:31 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
1527
1528         * tm-play.el:
1529         Function `mime-article/view-message/rfc822' was modified to set
1530         buffer local variable `mime::article/code-converter'.
1531
1532         * tm-view.el:
1533         New buffer local variable `mime::article/code-converter': It
1534         specifies code-converter. If it is nil,
1535         `mime-viewer/code-converter-alist' is used.
1536
1537 Thu Dec  7 06:18:21 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
1538
1539         * tm-view.el:
1540         pop up menu support by mouse-button-3 for Emacs 19 and XEmacs.
1541
1542 Thu Dec  7 06:10:32 1995  Steven L. Baur <steve@miranova.com>
1543
1544         * tm-edit.el: pop up menu for XEmacs. (cf. [tm-en:209])
1545
1546 Thu Dec  7 04:55:49 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
1547
1548         * tm-rmail.el: version variables were added.
1549
1550         * tm-rmail.el:
1551         Shuhei KOBAYASHI <shuhei@cmpt01.phys.tohoku.ac.jp>'s patch was applied
1552         to fix problem of function `tm-rmail/forward' in *mail* buffer. (and
1553         some extensions) (cf. [tm-ja:1225])
1554
1555 Thu Dec  6 23:16:14 1995  Steven L. Baur <steve@miranova.com>
1556
1557         * tm-view.el: mouse-button-3 menu for XEmacs. (cf. [tm-en:206])
1558
1559 Thu Dec  6 15:53:54 1995  Shuhei KOBAYASHI <shuhei@cmpt01.phys.tohoku.ac.jp>
1560
1561         * README.eng: fixed typo about VM (cf. [tm-ja:1224])
1562
1563         * tm-file.el: fix and extend. (cf. [tm-ja:1224])
1564
1565 Wed Dec  6 15:35:52 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
1566
1567         * tm-rmail.el:
1568         `(substitute-key-definition
1569                 'rmail-forward 'tm-rmail/forward rmail-mode-map)'
1570         should be enclosed by (call-after-loaded 'mime-setup ..).
1571
1572 \f
1573 Wed Dec  6 12:52:53 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
1574
1575         * tm: Version 7.30 was released.
1576         * tm/mh-e: Version 7.43 was released.
1577         * tm/gnus: Version 7.21 was released.
1578         * tl: Version 7.03 was released.
1579
1580         * tm-edit.el: In function `mime-editor/split-and-send', to
1581         `(make-variable-buffer-local 'mail-header-separator)' was changed
1582         to `(make-local-variable 'mail-header-separator)'.
1583
1584         * tm-play.el: In function `mime-article/decode-caesar',
1585         `(setq buffer-read-only nil)' was inserted before
1586         `(erase-buffer)'. (cf. [tm-ja:1214])
1587
1588 Wed Dec  6 09:21:07 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
1589
1590         * README.eng:
1591         According to Shuhei KOBAYASHI <shuhei@cmpt01.phys.tohoku.ac.jp>,
1592         added and rewrote about VM.
1593
1594 Wed Dec  6 08:49:15 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
1595
1596         * tm-vm.el:
1597         (1) Function `tm-vm/over-to-previous' was renamed to
1598             `tm-vm/over-to-previous-method'.
1599         (2) Function `tm-vm/over-to-next was renamed to
1600             `tm-vm/over-to-next-method'.
1601
1602 Wed Dec  6 06:55:07 1995  Shuhei KOBAYASHI <shuhei@cmpt01.phys.tohoku.ac.jp>
1603
1604         * tm-vm.el:
1605         - Variable `tm-vm/automatic-mime-preview' was changed to user
1606           variable.
1607
1608         - Names of tm-vm hooks were unified to `tm-vm/xxx-hook' from
1609           `vm-xxx-hook'.
1610
1611         - New function `tm-vm/over-to-previous' and
1612           `tm-vm/over-to-next': they are over-to-previous-method and
1613           over-to-next-method. They are not only set for vm-mode, but
1614           also vm-virtual-mode.
1615
1616         - add-hook to `tm-vm/update-record' was fixed to
1617           `tm-vm/bbdb-update-record'. It is typo.
1618
1619 Wed Dec  6 08:20:02 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
1620
1621         * tm-eword.el, tm-ew-d.el: comment was modified.
1622
1623         * README.eng: New section `How to get new version'.
1624
1625         * tm-view.el, tm-play.el:
1626         (1) buffer local variable `mime/show-mode-old-window-configuration'
1627             was renamed to `mime::article/preview-buffer'.
1628         (2) modified about window configuration.
1629
1630         * tm-vm.el:
1631         (1) Function `tm-vm/preview-current-message' was modified.
1632         (2) over-to-previous-method and over-to-next-method are modified.
1633
1634 Wed Dec  6 04:18:23 1995  Shuhei KOBAYASHI <shuhei@cmpt01.phys.tohoku.ac.jp>
1635
1636         * tm-nemacs.el: Function `mime/code-convert-region-to-emacs' was
1637         modified to use function `code-convert-region'. (cf. [tm-ja:1204])
1638
1639 Wed Dec  5 18:52:52 1995  steve@miranova.com (Steven L. Baur)
1640
1641         * config.tm: bindir declaration was fixed.
1642
1643 \f
1644 Tue Dec  5 07:58:52 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
1645
1646         * tm: Version 7.29 was released.
1647         * tm/mh-e: Version 7.41 was released.
1648         * tm/gnus: Version 7.20.1 was released.
1649         * tl: Version 7.02 was released.
1650
1651         * tm-edit.el: Setting for ISO-2022-KR.
1652
1653 Mon Dec  4 20:33:11 1995  Shuhei KOBAYASHI <shuhei@cmpt01.phys.tohoku.ac.jp>
1654
1655         * tm-vm.el:
1656         setting for mime-viewer/over-to-(previous|next)-method-alist.
1657         (cf. [tm-ja:1195])
1658
1659         * tm-view.el: New keybind "<" and ">" (cf. [tm-ja:1195])
1660
1661 \f
1662 Mon Dec  4 00:24:19 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
1663
1664         * tm: Version 7.28 was released.
1665         * tm/mh-e: Version 7.40 was released.
1666         * tm/gnus: Version 7.20 was released.
1667
1668         * tm-view.el: setting for external method ``tm-html''.
1669
1670         * tm-html.el: setting for "extract" mode.
1671
1672         * README.eng: rewrote for tm 7.*.
1673
1674         * Makefile: tm/richtext.el and tm/tinyrich.el were moved to tl
1675         package.
1676
1677         * mk-tm: richtext.el and tinyrich.el were moved to tl package.
1678
1679 Sun Dec  3 14:09:18 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
1680
1681         * tm-vm.el: modified to use tm-mail.
1682
1683         * tm-rmail.el:
1684         Setting for `mime-editor/message-inserter-alist' using tm-mail.el.
1685
1686         * tm-mail.el: New module: for mail-mode.
1687
1688 Fri Dec  1 17:11:01 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
1689
1690         * tm-ew-e.el: fixed problem of exceptional case of encoding.
1691
1692 Wed Nov 29 21:51:05 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
1693
1694         * mime-setup.el: According to Steven L. Baur <steve@miranova.com>,
1695         (setq mail-signature nil) when `mime-setup-use-signature' is t.
1696         (cf. [tm-eng:176])
1697
1698         * tm-vm.el:
1699         (1) fixed problem in function `tm-vm/preview-current-message'.
1700         (2) New function `tm-vm/visit-folder-function'. It is set to
1701             `vm-visit-folder-hook' instead of `tm-vm/preview-current-message'
1702             directly. It is bug fix for getting new mail when visit to a
1703             folder.
1704
1705         * tm-vm.el:
1706         Shuhei KOBAYASHI <shuhei@cmpt01.phys.tohoku.ac.jp>'s patch was
1707         applied. (cf. [tm-ja:1164])
1708
1709 Sat Nov 25 02:14:25 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
1710
1711         * tm-edit.el:
1712         Function `mime-editor/enclose-region' was fixed not to insert
1713         "text/plain" tag when end of enclosure is end of buffer.
1714
1715 \f
1716 Thu Nov 23 10:21:05 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
1717
1718         * tm 7.27.1 was released.
1719
1720         * tm-view.el:
1721         ".*Received" was inserted into default value of variable
1722         `mime-viewer/ignored-field-list'.
1723
1724         * mime-setup.el:
1725         autoload setting for function `mime/decode-message-header'.
1726
1727 Tue Nov 21 09:43:00 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
1728
1729         * tm-vm.el: fixed problem of function `tm-vm/quit'.
1730
1731 Mon Nov 20 23:54:54 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
1732
1733         * tm-vm.el: Function `tm-vm/preview-current-message' was
1734         modified.
1735
1736 \f
1737 Mon Nov 20 02:48:34 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
1738
1739         * tm 7.27 is released.
1740         * tm/mh-e: Attached version 7.25.
1741         * tm/gnus: Attached version 7.18.
1742
1743         * tm-vm.el:
1744         (1) Function `tm-vm/preview-current-message' was fixed.
1745         (2) setting for BBDB was modified.
1746
1747         * tm-edit.el:
1748         In function `mime-editor/enclose-region, interpretation
1749         mistake of RFC 1521 was fixed.
1750
1751 Sun Nov 19 18:06:34 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
1752
1753         * tm-vm.el:
1754         fixed problem of function `tm-vm/scroll-forward' and
1755         `tm-vm/scroll-backward'.
1756
1757         * tm-vm.el:
1758         (1) insert (run-hooks 'tm-vm/vm-select-message-hook) into
1759             function `tm-vm/preview-current-message'.
1760         (2) setting for BBDB.
1761             (Please insert (load "tm-vm") after (bbdb-insinuate-vm))
1762
1763         * mime-setup.el:
1764         (add-hook 'mail-setup-hook 'mime/editor-mode 'append) instead
1765         of (add-hook 'mail-mode-hook 'mime/editor-mode).
1766
1767         * tm-vm.el:
1768         (1) fixed problem of function `mime::article/preview-buffer'.
1769         (2) Don't reset of hooks when mime-setup is loaded.
1770
1771 Fri Nov 17 14:34:52 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
1772
1773         * tm-vm.el:
1774         Oscar Figueiredo <figueire@lspsun2.epfl.ch>'s modification was 
1775         applied.
1776
1777         * tm-html.el:
1778         KOBAYASHI Shuuhei <shuhei@cmpt01.phys.tohoku.ac.jp>'s patch
1779         was applied. (cf. [tm-ja:1117])
1780
1781         * tm-vm.el:
1782         changed Subject field decoding way when does not use tiny-mime
1783         patch.
1784
1785         * tm-vm.el:
1786         SHIONO Jun'ichi <jun@case.nm.fujitsu.co.jp>'s patch was
1787         applied. (cf. [tm-ja:1120])
1788
1789         * tm-vm.el:
1790         SHIONO Jun'ichi <jun@case.nm.fujitsu.co.jp>'s patch was
1791         applied. (cf. [tm-ja:1119])
1792
1793         * mh-e/tm-mh-e.el:
1794         In function `tm-mh-e/forward', use forwcomps specified by
1795         variable `tm-mh-e/forwcomps' when variable
1796         `tm-mh-e/use-forwcomps' was non-nil.
1797
1798         * mh-e/tm-mh-e.el:
1799         YAMAOKA Katsumi <yamaoka@ga.sony.co.jp>'s patch was applied.
1800         (cf. [tm-ja:1116])