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