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