This commit was generated by cvs2svn to compensate for changes in r434,
[elisp/tm.git] / Changes-7.38.en
1 Fri Dec 22 09:00:20 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
2
3         * tm: Version 7.38 was released.
4         * tm/gnus: Version 7.28 was released.
5
6 Thu Dec 21 18:27:09 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
7
8         * tm-edit.el (mime-file-types): format was changed.
9                 (0) filename pattern
10                 (1) primary type
11                 (2) sub type
12                 (3) parameters of Content-Type field
13                 (4) Content-Transfer-Encoding
14                 (5) disposition-type
15                 (6) parameters of Content-Disposition field
16
17         * tm-edit.el (mime-editor/insert-file):
18         modified for new `mime-file-types' format.
19
20 Thu Dec 21 18:17:03 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
21
22         * tm-def.el (mime/disposition-type-regexp): New constant
23
24         * tm-parse.el (mime/parse-Content-Disposition): New function
25
26         * tm-parse.el (mime/Content-Disposition): New function
27
28         * tm-view.el (mime-article/get-subject):
29         function `mime-viewer/get-subject' was renamed to it.
30
31         * tm-view.el (mime-article/get-uu-filename): New function:      
32         it was separated from function `mime-article/get-subject'.
33
34         * tm-play.el (mime-article/get-original-filename): New function
35
36         * tm-play.el (mime-article/get-filename):
37         Function `mime-article/get-name' was renamed to it.     
38         It was modified to use `mime-article/get-original-filename'
39         instead of `mime-article/get-subject'.
40
41         * tm-file.el (mime-article/extract-file):       
42         modified to use `mime-article/get-filename'
43
44 Wed Dec 20 15:27:35 1995  Morioka Tomohiko  <morioka@jaist.ac.jp>
45
46         * tm-setup.el:
47         According to Shuhei KOBAYASHI <shuhei@cmpt01.phys.tohoku.ac.jp>,
48         `(require 'tm-gnus)' is add-hooked as append mode.      
49         (cf. [tm-ja:1391])
50
51 Thu Dec 20 05:48:56 1995  UENO Hiroshi  <jl07715@yamato.ibm.co.jp>
52
53         * tm-pgp.el: (mime-article/check-pgp-signature):
54         fixed to treat signed part as binary. (to fix problem in OS/2)