tm 7.48.
[elisp/tm.git] / ChangeLog
1 Wed Mar 13 18:05:28 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2
3         * tl: Version 7.18 was released.
4         * MEL: Version 3.5 was released.
5         * tm: Version 7.48 was released.
6
7 Wed Mar 13 17:55:33 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
8
9         * tm-edit.el (mime-editor/translate-buffer-hook): New hook.
10         (mime-editor/translate-buffer): New implementation;
11         use `mime-editor/translate-buffer-hook'.
12
13         * signature.el (signature-check-in-bbdb): require bbdb-com.
14
15 Wed Mar 13 16:23:26 1996  Shuhei KOBAYASHI <shuhei@cmpt01.phys.tohoku.ac.jp>
16
17         * tm-bbdb.el: fixed problem for no-phrase route-address like
18         ``From: <route-address>''. (cf.[tm-ja:1663])
19
20 Tue Mar 12 19:37:54 1996  Artur Pioro <artur@flugor.if.uj.edu.pl>
21
22         * signature.el (signature-file-prefix): New variable.
23         (signature/get-signature-file-name): support
24         `signature-file-prefix' and method function.
25         (signature-check-in-bbdb): New function.
26
27 Mon Mar 11 15:19:15 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
28
29         * tm-vm.el (tm-vm/use-original-url-button): New variable.
30         (tm-vm/preview-current-message):
31         Check `tm-vm/use-original-url-button'.
32
33 Mon Mar 10 23:07:42 1996  Rob Kooper    <kooper@cc.gatech.edu>
34
35         * tm-vm.el (tm-vm/preview-current-message): VM does it's own
36         highlighting of URL's. Following is a patch to tm/tm-vm.el that
37         will make the highlighting work under tm. (cf.[bug-tm-en:373])
38
39 Mon Mar 10 04:16:59 1996  Hiroshi Ueno <zodiac@ibm.net>
40
41         * TM-CFG (SHELLOPTION): New variable.
42         (LISPDIR): Use `defvar' instead of `setq'.
43         (TM_GNUS_COMPILE_FORMAT): New variable.
44         (TM_GNUS_INSTALL_FORMAT): New variable.
45         (BIN_SRC_DIR): New variable.
46         (METHOD_SRC_DIR): New variable.
47         (BIN_DIR): Use `defvar' instead of `setq'.
48
49         * inst-tm (compile-tm-gnus): Use variable `SHELLOPTION'.
50         (install-tm-gnus): Use variable `SHELLOPTION'.
51         (install-execs): Use variable `BIN_SRC_DIR' and `METHOD_SRC_DIR'.
52
53 Mon Mar  8 19:15:33 1996  Oscar Figueiredo <figueire@lspsun2.epfl.ch>
54
55         * tm-vm.el (tm-vm/scroll-forward): when you go to a message with
56         the cursor keys in VM's summary buffer and press space to select
57         the message, the Preview buffer is scrolled forward instead of
58         simply displaying the new message which prevents you from seeing
59         the beginning of the new message.       
60
61 Wed Mar  6 12:26:20 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
62
63         * tm-view.el (mime-viewer/up-content): New implementation; bug
64         fixed. (cf. [tm-ja:1652])
65
66         * inst-tm (compile-tm): fixed to judge XEmacs.
67
68 \f
69 Wed Mar  6 02:12:36 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
70
71         * tl: Version 7.15 was released.
72         * tm: Version 7.47 was released.
73         * tm/mh-e: Version 7.56 was released.
74
75         * README.en: tm-cfg was renamed to TM-CFG.
76
77         * inst-tm: tm-cfg was renamed to TM-CFG.
78
79         * inst-tm: tm-els was renamed to TM-ELS.
80
81 Tue Mar  5 23:19:05 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
82
83         * tm-edit.el: Function `replace-space-with-underline' was moved to
84         tl-str.el.
85
86         * tm-edit.el (mime-editor/transfer-level): changed to buffer local
87         variable.
88         (mime-editor/transfer-level-string): changed to buffer local
89         variable.
90         (mime-editor/charset-default-encoding-alist): changed to buffer
91         local variable.
92
93 Tue Mar  5 21:22:46 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
94
95         * tm-edit.el (mime-editor/toggle-transfer-level): Function
96         `mime-editor/text-toggle-transfer-level' was renamed to
97         `mime-editor/toggle-transfer-level'.
98
99 Tue Mar  5 21:19:21 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
100
101         * tm-edit.el (mime-editor/transfer-level,
102         mime-editor/text-toggle-transfer-level, mime/editor-mode):
103         Variable `mime/default-transfer-level' was renamed to
104         `mime-editor/transfer-level'.
105
106 Tue Mar  5 21:13:58 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
107
108         * tm-edit.el (mime/default-transfer-level): moved from tm-edit.el.
109
110         * tm-def.el: Variable `mime/default-transfer-level' was moved to
111         tm-edit.el.
112
113         * tm-edit.el (mime-editor/text-toggle-transfer-level,
114         mime-editor/menu-list): Function
115         `mime-editor/text-toggle-transfer-level' was renamed to
116         `mime-editor/text-toggle-transfer-level'.
117
118 Tue Mar  5 21:00:07 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
119
120         * tm-edit.el (mime-editor/transfer-level-string,
121         mime/text-toggle-transfer-level, mime/editor-mode): use function
122         `mime/encoding-name'.
123
124         * tm-def.el (mime/encoding-name): add optional argument `not-omit'.
125
126         * tm-edit.el (mime-editor/transfer-level-string,
127         mime/text-toggle-transfer-level, `mime/editor-mode-flag' of
128         `minor-mode-alist', mime/editor-mode): Variable
129         `mime/trlevel-string' was renamed to
130         `mime-editor/transfer-level-string'.
131
132 Tue Mar  5 20:42:24 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
133
134         * tm-edit.el (mime-editor/charset-default-encoding-alist,
135         mime/text-toggle-transfer-level, mime-editor/normalize-body):
136         Variable `mime/charset-default-encoding-alist' was renamed to
137         `mime-editor/charset-default-encoding-alist'.
138
139 Tue Mar  5 20:34:27 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
140
141         * tm-edit.el (mime/charset-default-encoding-alist):
142         moved from tm-def.el.
143         (mime/trlevel-string): moved from tm-def.el.
144         (mime/text-toggle-transfer-level): moved from tm-def.el.
145
146         * tm-def.el (mime/charset-default-encoding-alist):
147         moved to tm-edit.el.
148         (mime/trlevel-string): moved to tm-edit.el.
149         (mime/text-toggle-transfer-level): moved to tm-edit.el.
150
151         * tm-def.el (mime/trlevel-string): Initial value was modified.
152
153 Tue Mar  5 07:52:39 1996  Steinar Bang <sb@metis.no>
154
155         * tm-def.el (mime/trlevel-string): New variable.
156
157         * tm-edit.el (mime-editor/menu-list): add
158         `mime/text-toggle-transfer-level'.
159         (mime/editor-mode): modified for transfer-level.
160
161 \f
162 Mon Mar  4 09:24:23 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
163
164         * tl: Version 7.14 was released.
165         * MEL: Version 3.3.1 was released.
166         * tm: Version 7.46.1 was released.
167         * tm/mh-e: Version 7.55 was released.
168         * tm/gnus: Version 7.49 was released.
169
170         * Makefile: Installer was changed.
171
172         * inst-tm: New file.
173
174         * tm-els: New file.
175
176         * tm-cfg: New file.
177
178         * tm-ew-e.el (mime/encode-field): check encoded result.
179
180 Mon Mar 4 01:57:11 1996   KON-NO Yoichi <itokon@ssel.toshiba.co.jp>
181
182         * tm-bbdb.el: insert `(require 'tm-view)'.
183         (cf. [tm-ja:1646])      
184
185 \f
186 Wed Feb 28 13:13:27 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
187
188         * tl: Version 7.13 was released.
189         * tm: Version 7.46 was released.
190         * tm/gnus: Version 7.48 was released.
191         * tm/mh-e: Version 7.52 was released.
192
193         * tm/doc/tm-edit=en.texi: New file.
194
195 Wed Feb 28 01:35:22 1996  Dan Rich <drich@morpheus.corp.sgi.com>
196
197         * tm-image.el: allow tm to display inline images using the native
198         gif/jpg/png support (if available) (for XEmacs 19.14 or later).
199         (cf.[tm-en:351])
200
201 Tue Feb 27 21:37:35 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
202
203         * tm-image.el (mime-preview/x-face-function-for-mule): fixed to
204         check whether matched or not.
205
206         * tm-edit.el (mime-editor::edit-again): New implementation.
207         (mime/edit-again): Arguments were changed.
208
209 Wed Feb 27 19:56:26 1996  Shuhei KOBAYASHI  <shuhei@cmpt01.phys.tohoku.ac.jp>
210
211         * mk-tm: Typo fixed.
212
213 Tue Feb 26 20:04:34 1996  Neal Becker <neal@neal.ctd.comsat.com>
214
215         * tm-mail.el: fixed problem in XEmacs 19.14. (cf.[tm-en:349])
216
217 \f
218 Mon Feb 26 08:43:36 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
219
220         * tl: Version 7.11.3 was released.
221         * tm: Version 7.45 was released.
222         * tm/mh-e: Version 7.50 was released.
223
224         * tm-edit.el (mime-editor::edit-again): New function.
225         (mime/edit-again): New function.
226
227 Fri Feb 23 22:00:46 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
228
229         * tm-vm.el (tm-vm/preview-current-message): widen all headers
230         before call `mime/viewer-mode'.
231
232         * tm-image.el (mime-viewer/use-highlight-headers):
233         New variable for XEmacs.
234         (mime-preview/x-face-function-use-highlight-headers):
235         New function.
236         (mime-preview/x-face-function): Default value was changed.
237
238 \f
239 Sat Feb 23 17:55:12 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
240
241         * tl: Version 7.11.2 was released.
242         * tm: Version 7.44 was released.
243         * tm/mh-e: Version 7.49 was released.
244
245 Fri Feb 23 03:43:22 1996  Shuhei KOBAYASHI <shuhei@cmpt01.phys.tohoku.ac.jp>
246
247         * tm-bbdb.el (bbdb-extract-field-value): use
248         `tm:bbdb-extract-field-value' instead of `rfc822/get-field-body'.
249         (cf. [tm-en:340])
250
251 Fri Feb 22 16:45:37 1996  Pekka Marjola <marjola@bilbo.ntc.nokia.com>
252
253         * tm-edit.el: As of tm7.43.1/September Gnus 0.39, tm-edit still
254         does not properly restore keymap in XEmacs. (cf. [tm-en:337])
255
256 Fri Feb 16 08:53:13 1996  Oscar Figueiredo <figueire@lspsun2.epfl.ch>
257
258         * tm-vm.el (tm-vm/preview-current-message): XEmacs
259         highlight-headers package to fontify MIME preview buffers in the
260         same way normal VM buffers are. This makes MIME preview even more
261         transparent for VM users and also has the benefit to display the
262         XFace in the same place as in normal VM with no additional code
263         nor effort.
264
265 \f
266 Wed Feb 14 09:15:36 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
267
268         * tl: Version 7.11.1 was released.
269         * tm: Version 7.43.1 was released.
270         * tm/mh-e: Version 7.48 was released.
271         * tm/gnus: Version 7.45 was released.   
272
273         * mime-setup.el: lambda functions are defined by defun.
274         (mime-setup-decode-message-header): New function.
275         (mime-setup-set-signature-key): New function.
276         (mime-setup-mh-draft-setting): New function.
277
278         * mime-setup.el: insert `(setq buffer-read-only nil)' into
279         `mh-letter-mode-hook' (cf. [tm-ja:1576])
280
281 Tue Feb 13 17:56:43 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
282
283         * tm-image.el (mime-preview/x-face-function-for-xemacs):
284         New function.
285         (bitmap-read-xbm): New implementation for XEmacs.
286
287 Tue Feb 13 14:00:02 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
288
289         * tm-image.el: typo was fixed.
290
291 Tue Feb 13 13:53:06 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
292
293         * tm-image.el (mime-preview/x-face-function): New variable.
294         Function `mime-preview/x-face-function' was renamed to
295         `mime-preview/x-face-function-for-mule'.
296
297         * tm-image.el (mime-preview/x-face-function):
298         fixed problem to indent.
299
300         * tm-image.el (mime-preview/x-face-function):
301         New function for Mule.
302         (mime-viewer/x-face-to-xbm-command): New variable.
303
304         * tm-view.el (mime-viewer/x-face-to-pbm-command): New variable.
305         (mime-viewer/ignored-field-list): "X-Face" was deleted.
306
307 Mon Feb 12 16:02:05 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
308
309         * tm-mule.el: "SHIFT_JIS" and "X-SHIFTJIS" were added to
310         `mime/charset-coding-system-alist'.
311
312 Mon Feb 12 13:05:02 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
313
314         * tm-image.el (mime-preview/filter-for-image): protect for error
315         when file deleting (cf. [tm-en:317])
316
317 \f
318 Fri Feb  9 06:57:20 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
319
320         * tm: Version 7.43 was released.
321         * tm/gnus: Version 7.43 was released.
322
323         * tm-edit.el: (mime-editor/encrypt-pgp-elkins):
324         (1) insert ``From'', ``To'' and ``Cc'' fields into encrypted
325             message.
326         (2) call `mc-pgp-encrypt-region' directory; it is enclosed by
327             `(let ((mc-pgp-always-sign 'never)) ...)'.
328
329 Fri Feb  8 08:24:18 1996  SHIONO Jun'ichi <jun@case.nm.fujitsu.co.jp>
330
331         * tm-vm.el (tm-vm/beginning-of-message, tm-vm/end-of-message):
332         set to `this-command' (cf. [tm-en:311])
333
334 \f
335 Thu Feb  8 06:36:25 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
336
337         * tm: Version 7.42.1 was released.
338         * tm/gnus: Version 7.41 was released.
339
340 Tue Feb  6 02:43:06 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
341
342         * tm-def.el (mime/encoding-name): new function.
343         (mime/make-charset-default-encoding-alist): call
344         `mime/encoding-name' if not encoded.
345
346 Mon Feb  5 05:00:27 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
347
348         * tm-play.el (mime-article/get-original-filename): return nil if
349         file name is not exist.
350
351 Sat Feb  3 21:28:47 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
352
353         * tm-def.el (mime/charset-type-list): new variable.
354         (mime/make-charset-default-encoding-alist): new function.
355         (mime/default-transfer-level): new variable.
356         (mime/text-toggle-transfer-level): new function.
357
358 Sat Feb  3 00:56:20 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
359
360         * tm-pgp.el (tm-pgp::good-signature-regexp): new variable
361
362         * tm-pgp.el (tm-pgp::key-expected-regexp): new variable
363
364         * tm-pgp.el (mime::article/call-pgp-to-check-signature): modified
365         to use variable `tm-pgp::good-signature-regexp'
366
367         * tm-pgp.el (mime-article/check-pgp-signature): modified to use
368         variable `tm-pgp::key-expected-regexp'
369
370 Fri Feb  2 23:07:13 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
371
372         * tm-pgp.el (mime::article/call-pgp-to-check-signature):
373         new function
374
375         * tm-pgp.el: (mime-article/check-pgp-signature): fetch public key
376         if it is not found
377
378 \f
379 Sat Feb  2 17:29:01 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
380
381         * tl: Version 7.11 was released.
382         * tm: version 7.42 was released
383
384 Fri Feb  2 17:20:00 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
385
386         * tm-edit.el: new implementation about PGP processing for message
387
388         * tm-edit.el (mime-editor/pgp-enclose-buffer): new function
389
390         * tm-edit.el (mime-editor/set-sign):
391         check variable `mime-editor/signing-type'
392
393         * tm-edit.el (mime-editor/set-encrypt):
394         check variable `mime-editor/encrypting-type'
395
396 Fri Feb  2 17:04:16 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
397
398         * tm-play.el (mime-article/decode-content): check beginning/ending
399         of region for VM
400
401 Wed Jan 31 17:15:55 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
402
403         * tm-image.el: xbm support in Mule: It requires bitmap package.
404
405         * tm-image.el (mime-viewer/graphic-converter-alist): use `defvar'
406         instead of `setq'
407
408 Fri Jan 26 02:49:06 1996  Shuhei KOBAYASHI <shuhei@cmpt01.phys.tohoku.ac.jp>
409
410         * tm-bbdb.el (tm-bbdb/update-record): fixed problem in VM
411
412         * tm-bbdb.el (tm-bbdb/extract-address-components): modified to
413         support `If no name can be extracted, FULL-NAME will be nil.'
414         (cf. [tm-ja:1531])
415
416 Thu Jan 25 08:29:22 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
417
418         * tm-play.el (mime-article/make-method-args): modified to use
419         "7bit" if 'encoding is not found
420
421 Thu Jan 25 06:36:44 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
422
423         * tm-ew-d.el (mime-eword/decode-string): set to `end' just
424         string-matched.
425
426 Thu Jan 25 06:22:17 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
427
428         * tm-ew-d.el (mime-eword/decode-string): fixed about
429         linear-while-space (cf. [tm-ja:1518])
430
431         * tm-vm.el (tm-vm/quit-view-message): Typo was fixed.
432         (cf. [tm-en:281])
433
434 \f
435 Thu Jan 25 03:24:35 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
436
437         * tl: Version 7.10 was released.
438         * tm: Version 7.41.2 was released.
439         * tm/gnus: Version 7.37 was released.
440
441         * tm-view.el (mime-viewer/ignored-field-list): default value was
442         changed.
443
444         * tm-view.el (mime-viewer/visible-field-regexp): default value was
445         changed.
446
447 Thu Jan 25 02:32:26 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
448
449         * tm-mule.el: Definition of variable `mime/default-coding-system'
450         was moved to tm-def.el.
451
452         * tm-def.el (mime/default-coding-system): not only define for MULE
453
454 Wed Jan 24 02:20:25 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
455
456         * tm-bbdb.el (tm-bbdb/use-mail-extr): new variable
457
458 Tue Jan 23 13:00:44 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
459
460         * tm-pgp.el (mime-article/view-application/pgp):
461         fixed about character code
462         conversion.
463
464 \f
465 Tue Jan 23 05:38:46 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
466
467         * tm: Version 7.41.1 was released.
468         * tm/mh-e: Version 7.46 was released.
469         * tm/gnus: Version 7.34 was released.
470
471         * tm-view.el: declare `(defvar mime::preview/article-buffer nil)'
472         for XEmacs
473
474 Tue Jan 23 04:49:16 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
475
476         * tm-rmail.el: (require 'tm-bbdb) if bbdb is provided.
477
478         * tm-vm.el: Shuhei KOBAYASHI <shuhei@cmpt01.phys.tohoku.ac.jp>'s
479         new implementation
480
481         * tm-bbdb.el: new module: about BBDB
482
483 Sat Jan 20 13:23:47 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
484
485         * tl: Version 7.09 was released.
486         * tm: Version 7.41 was released.
487         * tm/gnus: Version 7.33.1 was released.
488
489 Thu Jan 18 17:49:17 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
490
491         * tm-edit.el (mime-editor/insert-file): File name is wrapped as
492         quoted-string.
493
494         * tm-edit.el (mime-file-types): Some file types were added.
495
496 Thu Jan 18 01:55:25 1996  Yoshiyuki Yamagami <yamagami@hb.nmcc.co.jp>
497
498         * Makefile: specify `-no-site-file' option (cf. [tm-ja:1474])
499
500 \f
501 Wed Jan 17 08:27:26 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
502
503         * tl: version 7.08 was released.
504         * tm: version 7.40 was released.
505         * tm/gnus: Version 7.33 was released.
506
507 Sun Jan 14 05:52:49 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
508
509         * tm-edit.el (mime-editor/choose-charset): New implementation: use
510         function `mime/find-charset-region' instead of
511         `mime-body-charset-chooser'.
512
513         * tm-edit.el: Variable `mime-body-charset-chooser' and its
514         implementations were deleted.
515
516         * tm-edit.el (mime-editor/normalize-body): use variable
517         `mime/charset-default-encoding-alist' instead of function
518         `mime-editor/choose-encoding'.
519
520         * tm-edit.el: Function `mime-editor/choose-encoding' was deleted.
521
522 Fri Jan 12 13:59:13 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
523
524         * tm-def.el (mime/find-charset-region): New function
525
526         * tm-def.el (mime/charset-default-encoding-alist): New variable
527
528 Thu Jan 11 18:31:43 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
529
530         * tm-ew-e.el: Variable `mime/default-charset-encoding-alist' was
531         renamed to `mime-eword/charset-encoding-alist'.
532
533         * tm-ew-e.el: Constant `mime/eword-encoder-version' was renamed to
534         `mime-eword/encoder-version'.
535
536         * tm-ew-e.el: Variable `mime/default-charset-encoding-alist' was
537         moved from tm-def.el.
538
539         * tm-def.el: Variable `mime/default-charset-encoding-alist' was
540         moved to tm-ew-e.el.
541
542         * tm-ew-e.el: Function `mime/find-charset-rule' was renamed to
543         `tm-eword::find-charset-rule'.
544
545         * tm-ew-e.el (mime/find-charset-rule): modified to use function
546         `mime/find-charset'
547
548         * tm-def.el (mime/find-charset): new function
549
550 Thu Jan 11 05:33:53 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
551
552         * tm-ew-e.el (mime/find-charset-rule): new implementation
553
554         * tm-orig.el: Variable `mime/decoding-charset-list' was deleted.
555
556 Thu Jan 11 05:12:50 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
557
558         * tm-nemacs.el, tm-orig.el:
559         Variable `mime/lc-charset-rule-list' was deleted.
560
561         * tm-mule.el:
562         Variable `mime/lc-charset-rule-list' and
563         `mime/unknown-charset-rule' were deleted.
564
565 Thu Jan 11 05:09:28 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
566
567         * tm-def.el (mime/default-charset-encoding-alist): new variable
568
569 Thu Jan 11 04:56:08 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
570
571         * tm-orig.el, tm-nemacs.el, tm-mule.el
572         (mime/lc-charset-alist, mime/unknown-charset): new variable
573
574 Wed Jan 10 00:07:57 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
575
576         * tm-edit.el:
577         (mime-editor/translate-body, mime-editor/translate-region):
578         Spaces in boundary are replaced by underlines.
579         (cf. [tm-en:255,258])
580
581 Tue Jan  9 19:08:21 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
582
583         * tm-mule.el: Obsolete definitions were deleted.
584
585 Tue Jan  9 18:43:12 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
586
587         * tm-orig.el, tm-nemacs.el, tm-mule.el:
588         Variable `mime/latin-lc-list' was deleted.
589
590 Tue Jan  9 16:28:44 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
591
592         * tm-orig.el, tm-nemacs.el, tm-mule.el:
593         Variable `mime/lc-charset-and-encoding-alist' was deleted.
594
595 \f
596 Mon Dec 25 10:43:59 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
597
598         * tm: Version 7.39 was released.
599         * tm/gnus: Version 7.30 was released.
600
601         * README.en: Sample of hilit19 was changed.
602
603 Mon Dec 25 09:08:50 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
604
605         * tm-rmail.el: fixed to work in Emacs 18.*, but some problems are
606         rest.
607
608         * tm-view.el (mime-viewer/redisplay): New variable: for redisplay
609
610 Mon Dec 25 05:43:05 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
611
612         * Makefile (19_29): `make gnus5' was commented out.
613
614 Mon Dec 25 05:40:42 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
615
616         * tm-rmail.el (tm-rmail/preview-message): New implementation
617
618         * tm-rmail.el (rmail-summary-rmail-update): redefined
619
620         * tm-rmail.el: `mime-viewer/show-summary-method' was set.
621
622 Mon Dec 25 05:31:33 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
623
624         * mk-tm (compile-tm): `(load "rmailsum")' was added.
625
626 Mon Dec 25 03:20:41 1995  OKABE Yasuo   <okabe@kudpc.kyoto-u.ac.jp>
627
628         * signature.el (signature-delete-blank-lines-at-eof): New variable
629
630 Sat Dec 23 12:43:20 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
631
632         * tm-def.el (tm:browse-url): argument was fixed.
633
634         * README.en: fixed about PGP
635
636 Sat Dec 23 09:32:27 1995  Tanaka Shinichiro  <tanaka3@ifos.se.fujitsu.co.jp>
637
638         * tm-pgp.el, README.en:
639         Typos were fixed. (cf. [tm-ja:1419], [tm-ja:1421])
640
641 \f
642 Fri Dec 22 09:00:20 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
643
644         * tm: Version 7.38 was released.
645         * tm/gnus: Version 7.28 was released.
646
647 Thu Dec 21 18:27:09 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
648
649         * tm-edit.el (mime-file-types): format was changed.
650                 (0) filename pattern
651                 (1) primary type
652                 (2) sub type
653                 (3) parameters of Content-Type field
654                 (4) Content-Transfer-Encoding
655                 (5) disposition-type
656                 (6) parameters of Content-Disposition field
657
658         * tm-edit.el (mime-editor/insert-file):
659         modified for new `mime-file-types' format.
660
661 Thu Dec 21 18:17:03 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
662
663         * tm-def.el (mime/disposition-type-regexp): New constant
664
665         * tm-parse.el (mime/parse-Content-Disposition): New function
666
667         * tm-parse.el (mime/Content-Disposition): New function
668
669         * tm-view.el (mime-article/get-subject):
670         function `mime-viewer/get-subject' was renamed to it.
671
672         * tm-view.el (mime-article/get-uu-filename): New function:      
673         it was separated from function `mime-article/get-subject'.
674
675         * tm-play.el (mime-article/get-original-filename): New function
676
677         * tm-play.el (mime-article/get-filename):
678         Function `mime-article/get-name' was renamed to it.     
679         It was modified to use `mime-article/get-original-filename'
680         instead of `mime-article/get-subject'.
681
682         * tm-file.el (mime-article/extract-file):       
683         modified to use `mime-article/get-filename'
684
685 Wed Dec 20 15:27:35 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
686
687         * tm-setup.el:
688         According to Shuhei KOBAYASHI <shuhei@cmpt01.phys.tohoku.ac.jp>,
689         `(require 'tm-gnus)' is add-hooked as append mode.      
690         (cf. [tm-ja:1391])
691
692 Thu Dec 20 05:48:56 1995  UENO Hiroshi  <jl07715@yamato.ibm.co.jp>
693
694         * tm-pgp.el: (mime-article/check-pgp-signature):
695         fixed to treat signed part as binary. (to fix problem in OS/2)
696
697 \f
698 Wed Dec 20 13:05:06 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
699
700         * tl: Version 7.03.4 was released.
701         * tm: Version 7.37 was released.
702         * tm/gnus: Version 7.26 was released.
703
704 Tue Dec 19 18:06:49 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
705
706         * tm-pgp.el: draft-elkins-pem-pgp-01.txt was renewed to
707         draft-elkins-pem-pgp-02.txt.
708
709 Tue Dec 19 17:50:09 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
710
711         * Makefile: tm/src/tmpgp was abolished.
712
713 Tue Dec 19 17:47:16 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
714
715         * tm-edit.el:
716         pgp-elkins spec was renewed to draft-elkins-pem-pgp-02.txt.
717
718 Tue Dec 19 17:13:19 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
719
720         * tm-pgp.el (mime-article/check-pgp-signature): treats encoding
721
722         * tm-edit.el: `(autoload 'mc-pgp-lookup-key "mc-pgp")' was added.
723
724 Tue Dec 18 03:52:48 1995  Katsumi Yamaoka <yamaoka@ga.sony.co.jp>
725
726         * tm-view.el (mime-viewer/filter-text/plain): put URL into
727         text-property. (cf. [tm-ja:1367])
728
729 Mon Dec 15 21:32:16 1995  Shuhei KOBAYASHI <shuhei@cmpt01.phys.tohoku.ac.jp>
730
731         * tm-vm.el (tm-vm-load-hook): New hook
732         
733         * tm-vm.el (tm-vm/preview-current-message): fixed to end as
734         current-buffer is folder buffer. Some problem is still rest.
735         (cf. [tm-ja:1348])
736
737 \f
738 Mon Dec 18 11:16:18 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
739
740         * tm: Version 7.36 was released.
741         * tm/gnus: Version 7.25 was released.
742
743         * methods/tm-au: new implementation
744
745 Mon Dec 18 10:45:02 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
746
747         * tm-view.el (mime-viewer/quit): New implementation
748
749         * tm-view.el (mime-viewer/show-summary): New function:
750         it is bound with `h' key.
751
752         * tm-view.el (mime-viewer/show-summary-method): New variable
753
754 Mon Dec 18 01:32:23 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
755
756         * methods/tmdecode, methods/tm-plain:
757         replaced by NAGIRA Naoki <naoki-n@pdi.co.jp>'s code.
758
759 Sun Dec 17 14:35:01 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
760
761         * tm-view.el: setting for "image/x-mag"
762
763 Sun Dec 17 14:29:17 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
764
765         * tm-pgp.el: application/pgp-encrypted support
766
767         * tm-pgp.el (mime-article/check-pgp-signature): bug fix
768
769         * tm-pgp.el: setting for "text/x-pgp"
770
771         * tm-setup.el: setting for tm-image.el when XEmacs is running.
772
773         * tm-image.el:
774         Filters were merged to function `mime-preview/filter-for-image'.
775
776 Sat Dec 16 14:59:29 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
777
778         * tm-image.el: Initial revision
779
780 \f
781 Sat Dec 15 16:16:32 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
782
783         * tm: Version 7.35 was released.
784         * tm/gnus: Version 7.24 was released.
785
786 Fri Dec 15 15:40:10 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
787
788         * tm-pgp.el:
789         According to Shuhei KOBAYASHI <shuhei@cmpt01.phys.tohoku.ac.jp>,
790         `(autoload 'mc-snarf-keys "mc-toplev")' was added.
791         (cf. [tm-ja:1345])
792
793         * tm-view.el:
794         (1) Popup menu for Emacs 19.* was deleted.
795         (2) MIME-View menu was defined for Emacs 19.*. In Emacs 19.29 or
796             later, system popup menu is available.
797
798 Fri Dec 15 15:02:14 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
799
800         * tm-edit.el (mime/editor-mode): DOC string was fixed.
801
802 Fri Dec 15 13:58:51 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
803
804         * tm-vm.el:
805         (1) New variable `tm-vm/use-xemacs-popup-menu'.
806         (2) popup menu of MIME-Edit minor mode became sub menu.
807
808 Fri Dec 15 13:56:51 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
809
810         * tm-rmail.el:
811         Setting was modified to load tm-mail after tm-edit is loaded.
812
813         * tm-mail.el:
814         (1) New variable `tm-mail/use-xemacs-popup-menu'.
815         (2) popup menu of MIME-Edit minor mode became sub menu.
816
817         * tm-def.el (tm:set-fields): New function
818
819 Fri Dec 15 12:00:23 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
820
821         * tm-pgp.el (mime-article/check-pgp-signature): fixed problem of
822         binary declarations
823
824         * tm-file.el: delete unnecessary `(file-coding-system *noconv*)'
825
826 \f
827 Thu Dec 14 17:03:27 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
828
829         * tm: Version 7.34 was released.
830
831         * Makefile:
832         New file tm/src/tmpgp: it is used to sign by pgp-elkins style.
833
834 Thu Dec 14 15:49:00 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
835
836         * tm-edit.el:
837         (1) `pgp-elkins' style PGP signature was implemented.
838         (2) New function `mime-editor/insert-key': It is based on
839             draft-elkins-pem-pgp-01.txt.
840
841 Thu Dec 14 15:41:18 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
842
843         * tm-pgp.el: New function `mime-article/add-pgp-keys'
844
845 Thu Dec 14 15:37:13 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
846
847         * tm-play.el (mime-article/decode-caesar):
848         encoding field is symbol, not string.
849
850         * tm-html.el: encoding field is symbol, not string.
851
852 Thu Dec 14 15:17:56 1995  Shuhei KOBAYASHI <shuhei@cmpt01.phys.tohoku.ac.jp>
853
854         * tm-vm.el(tm-vm/scroll-forward, tm-vm/scroll-backward):
855         According to AKITO Ishihara <aki@bpel.tutics.tut.ac.jp>'s report,
856         `vm-scroll-(forward|backward)' was enclosed by
857         `(let ((vm-inhibit-startup-message t)) ...)'.
858         (cf. [tm-ja:1313], [tm-ja:1314])
859
860 Thu Dec 14 06:22:20 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
861
862         * signature.el (signature/insert-signature-at-eof):
863         `(delete-blank-lines)' was commented out.
864
865 Thu Dec 13 15:37:16 1995  Shuhei KOBAYASHI <shuhei@cmpt01.phys.tohoku.ac.jp>
866
867         * tm-vm.el (tm-vm/scroll-forward, tm-vm/scroll-backward):
868         It might be better to treat `vm-honor-page-delimiters' (and
869         `vm-auto-next-message' too) in tm-vm. (cf. [tm-ja:1292])
870
871 Wed Dec 13 13:40:58 1995  AKITO Ishihara <aki@bpel.tutics.tut.ac.jp>
872
873         * tm-vm.el (tm-vm/scroll-backward): fixed to comment out
874         `(goto-char (point-max))'. (cf. [tm-ja:1289])
875
876 Wed Dec 13 13:10:27 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
877
878         * tm-edit.el (mime-editor/process-pgp-kazu): fixed to insert dummy
879         mail-header-separator before calling mailcrypt function.
880
881 \f
882 Wed Dec 13 05:46:06 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
883
884         * tl: Version 7.03.3 was released.
885         * tm: Version 7.33 was released.
886         * tm/mh-e: Version 7.44 was released.
887         * tm/gnus: Version 7.22 was released.
888         
889         * tm-view.el:
890         (1) New field variable `mime-viewer/visible-field-list'
891         (2) New function `mime-preview/cut-header'
892         
893         * tm-view.el: (mime-viewer/default-content-header-filter):
894         New implementation
895
896 Tue Dec 11 15:31:29 1995  Shuhei KOBAYASHI <shuhei@cmpt01.phys.tohoku.ac.jp>
897
898         * tm-file.el: comment was fixed.
899         
900         * methods/tm-html, methods/tm-image:
901         fixed to insert spaces previous and next of "="
902         (cf. [tm-ja:1262])
903
904 \f
905 Mon Dec 11 18:02:36 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
906
907         * tl: Version 7.03.2 was released.
908         * tm: Version 7.32 was released.
909         * tm/gnus: Version 7.21.2 was released.
910
911 Sun Dec 10 20:33:48 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
912
913         * tm-view.el, tm-play.el: Function `mime::point-preview-content'
914         was renamed to `mime-preview/point-pcinfo'.
915
916         * tm-edit.el: does not exit from MIME editor mode if function
917         `mime-editor/pgp-processing' is fail.
918
919         * tm-edit.el:
920         (1) New variable `mime-editor/signing-type' and
921             `mime-editor/encrypting-type': their types are pgp-elkins,
922             pgp-kazu or nil. pgp-elkins is not supported yet.
923         (2) New function `mime-editor/enclose-signed-region' and
924             `mime-editor/enclose-encrypted-region' for new enclosure
925             `signed' and `encrypted'.
926         (3) New function `mime-editor/process-pgp-kazu': to process
927             `signed' and `encrypted' enclosure as application/pgp.
928         (4) New function `mime-editor/set-split'
929
930 Sat Dec  9 08:37:21 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
931
932         * tm-pgp.el (mime-article/check-pgp-signature): Status does not
933         work.
934
935 Sat Dec  9 08:32:56 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
936
937         * tm-edit.el (mime-editor/process-multipart-1):
938         Boundary is folded.
939
940         * tm-edit.el: rearrangement
941
942 Sat Dec  9 04:58:16 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
943
944         * tm-play.el (mime-article/show-output-buffer):
945         `(get-buffer-create mime/output-buffer-name)' was inserted.
946
947 Sat Dec  9 04:51:49 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
948
949         * tm-pgp.el: application/pgp-signature support.
950
951         * tm-play.el:
952         Function `mime-article/decode-message/partial' was modified not to
953         use `find-file'.
954
955 Sat Dec  9 04:11:11 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
956
957         * tm-def.el:
958         Constant `mime/decoding-buffer-name' was deleted (because it seems
959         not be used).
960
961         * tm-edit.el: application/pgp support
962
963 Sat Dec  9 03:42:47 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
964
965         * tm-file.el: setting for another variables to regard as binary.
966
967 Sat Dec  9 02:04:41 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
968
969         * tm-view.el:
970         Function `mime-viewer/display-content' was fixed about judgement
971         of root content.
972
973 Sat Dec  9 01:56:28 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
974
975         * tm-parse.el:
976         Function `mime/parse-multipart' was fixed about point-max slot of
977         content-info.
978
979 Sat Dec  9 01:41:18 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
980
981         * tm-def.el: New constant `mime/temp-buffer-name'.
982
983         * tm-play.el:
984         Function `mime-article/decode-message/partial' was modified to use
985         `mime/temp-buffer-name'.
986
987 Fri Dec  8 23:27:19 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
988
989         * tm-pgp.el: Initial revision
990
991 Fri Dec  8 22:32:55 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
992
993         * tm-vm.el: According to Junya Watanabe
994         <junya@tippr.info.eng.niigata-u.ac.jp>, fixed problem about XEmacs
995         menu in Emacs and Mule.
996         (cf. [tm-ja:1249])
997
998 Fri Dec  8 22:29:27 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
999
1000         * tm-view.el: New variable
1001         `mime-viewer/content-subject-showing-Content-Type-list'
1002
1003 Sat Dec  8 18:29:51 1995  Shuhei KOBAYASHI <shuhei@cmpt01.phys.tohoku.ac.jp>
1004
1005         * tm-file.el(mime-article/extract-file):
1006         Variable `require-final-newline' should be nil.
1007
1008 \f
1009 Thu Dec  7 12:07:47 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
1010
1011         * tl: Version 7.03.1 was released.
1012         * tm: Version 7.31 was released.
1013         * tm/gnus: Version 7.21.1 was released.
1014
1015         * Makefile: tl/README.eng was renamed to tl/README.en.
1016
1017 Thu Dec  7 10:23:55 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
1018
1019         * tm-vm.el: vm-mail-mode pop up menu setting for XEmacs.
1020
1021         * tm-mail.el: pop up menu setting for XEmacs.
1022
1023         * tm-edit.el:
1024         MUA depended codes about XEmacs pop up menu were moved to
1025         tm-MUAs.
1026
1027         * tm-view.el: defvar `mime::article/preview-buffer' and
1028         `mime::article/code-converter' for XEmacs.
1029
1030         * tm-edit.el: some comments are modified.
1031
1032 Thu Dec  7 09:10:28 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
1033
1034         * Makefile:
1035         (1) drives `make gnus5' and `make sgnus' for xemacs and 19_29.
1036         (2) README.eng was rename to README.en.
1037
1038 Thu Dec  7 08:01:31 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
1039
1040         * tm-play.el:
1041         Function `mime-article/view-message/rfc822' was modified to set
1042         buffer local variable `mime::article/code-converter'.
1043
1044         * tm-view.el:
1045         New buffer local variable `mime::article/code-converter': It
1046         specifies code-converter. If it is nil,
1047         `mime-viewer/code-converter-alist' is used.
1048
1049 Thu Dec  7 06:18:21 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
1050
1051         * tm-view.el:
1052         pop up menu support by mouse-button-3 for Emacs 19 and XEmacs.
1053
1054 Thu Dec  7 06:10:32 1995  Steven L. Baur <steve@miranova.com>
1055
1056         * tm-edit.el: pop up menu for XEmacs. (cf. [tm-en:209])
1057
1058 Thu Dec  7 04:55:49 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
1059
1060         * tm-rmail.el: version variables were added.
1061
1062         * tm-rmail.el:
1063         Shuhei KOBAYASHI <shuhei@cmpt01.phys.tohoku.ac.jp>'s patch was applied
1064         to fix problem of function `tm-rmail/forward' in *mail* buffer. (and
1065         some extensions) (cf. [tm-ja:1225])
1066
1067 Thu Dec  6 23:16:14 1995  Steven L. Baur <steve@miranova.com>
1068
1069         * tm-view.el: mouse-button-3 menu for XEmacs. (cf. [tm-en:206])
1070
1071 Thu Dec  6 15:53:54 1995  Shuhei KOBAYASHI <shuhei@cmpt01.phys.tohoku.ac.jp>
1072
1073         * README.eng: fixed typo about VM (cf. [tm-ja:1224])
1074
1075         * tm-file.el: fix and extend. (cf. [tm-ja:1224])
1076
1077 Wed Dec  6 15:35:52 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
1078
1079         * tm-rmail.el:
1080         `(substitute-key-definition
1081                 'rmail-forward 'tm-rmail/forward rmail-mode-map)'
1082         should be enclosed by (call-after-loaded 'mime-setup ..).
1083
1084 \f
1085 Wed Dec  6 12:52:53 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
1086
1087         * tm: Version 7.30 was released.
1088         * tm/mh-e: Version 7.43 was released.
1089         * tm/gnus: Version 7.21 was released.
1090         * tl: Version 7.03 was released.
1091
1092         * tm-edit.el: In function `mime-editor/split-and-send', to
1093         `(make-variable-buffer-local 'mail-header-separator)' was changed
1094         to `(make-local-variable 'mail-header-separator)'.
1095
1096         * tm-play.el: In function `mime-article/decode-caesar',
1097         `(setq buffer-read-only nil)' was inserted before
1098         `(erase-buffer)'. (cf. [tm-ja:1214])
1099
1100 Wed Dec  6 09:21:07 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
1101
1102         * README.eng:
1103         According to Shuhei KOBAYASHI <shuhei@cmpt01.phys.tohoku.ac.jp>,
1104         added and rewrote about VM.
1105
1106 Wed Dec  6 08:49:15 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
1107
1108         * tm-vm.el:
1109         (1) Function `tm-vm/over-to-previous' was renamed to
1110             `tm-vm/over-to-previous-method'.
1111         (2) Function `tm-vm/over-to-next was renamed to
1112             `tm-vm/over-to-next-method'.
1113
1114 Wed Dec  6 06:55:07 1995  Shuhei KOBAYASHI <shuhei@cmpt01.phys.tohoku.ac.jp>
1115
1116         * tm-vm.el:
1117         - Variable `tm-vm/automatic-mime-preview' was changed to user
1118           variable.
1119
1120         - Names of tm-vm hooks were unified to `tm-vm/xxx-hook' from
1121           `vm-xxx-hook'.
1122
1123         - New function `tm-vm/over-to-previous' and
1124           `tm-vm/over-to-next': they are over-to-previous-method and
1125           over-to-next-method. They are not only set for vm-mode, but
1126           also vm-virtual-mode.
1127
1128         - add-hook to `tm-vm/update-record' was fixed to
1129           `tm-vm/bbdb-update-record'. It is typo.
1130
1131 Wed Dec  6 08:20:02 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
1132
1133         * tm-eword.el, tm-ew-d.el: comment was modified.
1134
1135         * README.eng: New section `How to get new version'.
1136
1137         * tm-view.el, tm-play.el:
1138         (1) buffer local variable `mime/show-mode-old-window-configuration'
1139             was renamed to `mime::article/preview-buffer'.
1140         (2) modified about window configuration.
1141
1142         * tm-vm.el:
1143         (1) Function `tm-vm/preview-current-message' was modified.
1144         (2) over-to-previous-method and over-to-next-method are modified.
1145
1146 Wed Dec  6 04:18:23 1995  Shuhei KOBAYASHI <shuhei@cmpt01.phys.tohoku.ac.jp>
1147
1148         * tm-nemacs.el: Function `mime/code-convert-region-to-emacs' was
1149         modified to use function `code-convert-region'. (cf. [tm-ja:1204])
1150
1151 Wed Dec  5 18:52:52 1995  steve@miranova.com (Steven L. Baur)
1152
1153         * config.tm: bindir declaration was fixed.
1154
1155 \f
1156 Tue Dec  5 07:58:52 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
1157
1158         * tm: Version 7.29 was released.
1159         * tm/mh-e: Version 7.41 was released.
1160         * tm/gnus: Version 7.20.1 was released.
1161         * tl: Version 7.02 was released.
1162
1163         * tm-edit.el: Setting for ISO-2022-KR.
1164
1165 Mon Dec  4 20:33:11 1995  Shuhei KOBAYASHI <shuhei@cmpt01.phys.tohoku.ac.jp>
1166
1167         * tm-vm.el:
1168         setting for mime-viewer/over-to-(previous|next)-method-alist.
1169         (cf. [tm-ja:1195])
1170
1171         * tm-view.el: New keybind "<" and ">" (cf. [tm-ja:1195])
1172
1173 \f
1174 Mon Dec  4 00:24:19 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
1175
1176         * tm: Version 7.28 was released.
1177         * tm/mh-e: Version 7.40 was released.
1178         * tm/gnus: Version 7.20 was released.
1179
1180         * tm-view.el: setting for external method ``tm-html''.
1181
1182         * tm-html.el: setting for "extract" mode.
1183
1184         * README.eng: rewrote for tm 7.*.
1185
1186         * Makefile: tm/richtext.el and tm/tinyrich.el were moved to tl
1187         package.
1188
1189         * mk-tm: richtext.el and tinyrich.el were moved to tl package.
1190
1191 Sun Dec  3 14:09:18 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
1192
1193         * tm-vm.el: modified to use tm-mail.
1194
1195         * tm-rmail.el:
1196         Setting for `mime-editor/message-inserter-alist' using tm-mail.el.
1197
1198         * tm-mail.el: New module: for mail-mode.
1199
1200 Fri Dec  1 17:11:01 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
1201
1202         * tm-ew-e.el: fixed problem of exceptional case of encoding.
1203
1204 Wed Nov 29 21:51:05 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
1205
1206         * mime-setup.el: According to Steven L. Baur <steve@miranova.com>,
1207         (setq mail-signature nil) when `mime-setup-use-signature' is t.
1208         (cf. [tm-eng:176])
1209
1210         * tm-vm.el:
1211         (1) fixed problem in function `tm-vm/preview-current-message'.
1212         (2) New function `tm-vm/visit-folder-function'. It is set to
1213             `vm-visit-folder-hook' instead of `tm-vm/preview-current-message'
1214             directly. It is bug fix for getting new mail when visit to a
1215             folder.
1216
1217         * tm-vm.el:
1218         Shuhei KOBAYASHI <shuhei@cmpt01.phys.tohoku.ac.jp>'s patch was
1219         applied. (cf. [tm-ja:1164])
1220
1221 Sat Nov 25 02:14:25 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
1222
1223         * tm-edit.el:
1224         Function `mime-editor/enclose-region' was fixed not to insert
1225         "text/plain" tag when end of enclosure is end of buffer.
1226
1227 \f
1228 Thu Nov 23 10:21:05 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
1229
1230         * tm 7.27.1 was released.
1231
1232         * tm-view.el:
1233         ".*Received" was inserted into default value of variable
1234         `mime-viewer/ignored-field-list'.
1235
1236         * mime-setup.el:
1237         autoload setting for function `mime/decode-message-header'.
1238
1239 Tue Nov 21 09:43:00 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
1240
1241         * tm-vm.el: fixed problem of function `tm-vm/quit'.
1242
1243 Mon Nov 20 23:54:54 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
1244
1245         * tm-vm.el: Function `tm-vm/preview-current-message' was
1246         modified.
1247
1248 \f
1249 Mon Nov 20 02:48:34 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
1250
1251         * tm 7.27 is released.
1252         * tm/mh-e: Attached version 7.25.
1253         * tm/gnus: Attached version 7.18.
1254
1255         * tm-vm.el:
1256         (1) Function `tm-vm/preview-current-message' was fixed.
1257         (2) setting for BBDB was modified.
1258
1259         * tm-edit.el:
1260         In function `mime-editor/enclose-region, interpretation
1261         mistake of RFC 1521 was fixed.
1262
1263 Sun Nov 19 18:06:34 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
1264
1265         * tm-vm.el:
1266         fixed problem of function `tm-vm/scroll-forward' and
1267         `tm-vm/scroll-backward'.
1268
1269         * tm-vm.el:
1270         (1) insert (run-hooks 'tm-vm/vm-select-message-hook) into
1271             function `tm-vm/preview-current-message'.
1272         (2) setting for BBDB.
1273             (Please insert (load "tm-vm") after (bbdb-insinuate-vm))
1274
1275         * mime-setup.el:
1276         (add-hook 'mail-setup-hook 'mime/editor-mode 'append) instead
1277         of (add-hook 'mail-mode-hook 'mime/editor-mode).
1278
1279         * tm-vm.el:
1280         (1) fixed problem of function `mime::article/preview-buffer'.
1281         (2) Don't reset of hooks when mime-setup is loaded.
1282
1283 Fri Nov 17 14:34:52 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
1284
1285         * tm-vm.el:
1286         Oscar Figueiredo <figueire@lspsun2.epfl.ch>'s modification was 
1287         applied.
1288
1289         * tm-html.el:
1290         KOBAYASHI Shuuhei <shuhei@cmpt01.phys.tohoku.ac.jp>'s patch
1291         was applied. (cf. [tm-ja:1117])
1292
1293         * tm-vm.el:
1294         changed Subject field decoding way when does not use tiny-mime
1295         patch.
1296
1297         * tm-vm.el:
1298         SHIONO Jun'ichi <jun@case.nm.fujitsu.co.jp>'s patch was
1299         applied. (cf. [tm-ja:1120])
1300
1301         * tm-vm.el:
1302         SHIONO Jun'ichi <jun@case.nm.fujitsu.co.jp>'s patch was
1303         applied. (cf. [tm-ja:1119])
1304
1305         * mh-e/tm-mh-e.el:
1306         In function `tm-mh-e/forward', use forwcomps specified by
1307         variable `tm-mh-e/forwcomps' when variable
1308         `tm-mh-e/use-forwcomps' was non-nil.
1309
1310         * mh-e/tm-mh-e.el:
1311         YAMAOKA Katsumi <yamaoka@ga.sony.co.jp>'s patch was applied.
1312         (cf. [tm-ja:1116])