mel-u.el: Use mime-temp-directory instead of TMP.
[elisp/flim.git] / ChangeLog
1 1998-05-08  Katsumi Yamaoka   <yamaoka@jpl.org>
2
3         * mel-u.el: Use mime-temp-directory instead of TMP.
4         
5 1998-05-06  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
6
7         * FLIM: Version 1.2.0 (J\e-Dþjò) was released.\e-A
8
9         * README.en (What's FLIM): Delete description about
10         std11-parse.el; add description about mailcap.el.
11
12 1998-05-06  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
13
14         * eword-decode.el (eword-decode-encoded-word-error-handler): New
15         variable.
16         (eword-decode-encoded-word-default-error-handler): New function.
17         (eword-decode-encoded-word): Use
18         'eword-decode-encoded-word-error-handler.
19
20 1998-05-06  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
21
22         * mailcap.el: Require 'mime-def.
23
24         * mime-def.el (mime-type/subtype-string): New function (moved from
25         semi/mime-parse.el).
26
27 1998-05-06  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
28
29         * std11-parse.el: Abolish std11-parse.el.
30
31         * FLIM-ELS (flim-modules): Abolish 'std11-parse.
32
33         * eword-decode.el: Require 'std11 instead of 'std11-parse.
34
35         * std11.el: Merge std11-parse.el.
36
37 1998-05-06  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
38
39         * mime-def.el (mime-temp-directory): Use 'defcustom.
40
41         * mel-u.el: Require 'mime-def instead of 'mel.
42
43         * mime-def.el (mime-temp-directory): New variable (moved from
44         mel.el).
45
46         * mel.el: Move definition of 'mime-temp-directory to mime-def.el.
47
48 1998-05-06  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
49
50         * mailcap.el (mailcap-format-command): New function.
51
52         * mailcap.el (mailcap-look-at-mtext): Don't strip quoted character
53         again.
54
55 \f
56 1998-05-05  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
57
58         * FLIM: Version 1.1.0 (T\e-Dòji) was released.\e-A
59
60 1998-05-04  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
61
62         * mime-def.el (quoted-printable-hex-chars): New constant.
63         (quoted-printable-octet-regexp): New constant.
64
65         * mel-q.el, eword-decode.el: Move definition of constant
66         'quoted-printable-hex-chars and 'quoted-printable-octet-regexp to
67         mime-def.el.
68
69 1998-05-03  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
70
71         * mailcap.el (mailcap-look-at-mtext): Strip quoted character.
72
73 1998-05-03  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
74
75         * mailcap.el (mailcap-look-at-mtext): Fix typo.
76
77 1998-05-03  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
78
79         * FLIM-ELS (flim-modules): Add mailcap.
80
81         * mailcap.el: New file (copied from SEMI).
82
83 1998-04-23  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
84
85         * eword-decode.el (eword-decode-ignored-field-list): Add
86         `received'.
87         
88         * mel.el (mime-temp-directory): Use TMPDIR, TMP, or TEMP
89         environment variables.
90
91 \f
92 1998-04-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
93
94         * FLIM: Version 1.0.1 (Ky\e-Dòto) was released.\e-A
95
96         * mime-def.el (mime-spadework-module-version-string): New
97         constant.
98
99         * eword-encode.el: Abolish constant 'eword-encode-version.
100
101         * eword-decode.el: Abolish constant 'eword-decode-version.
102
103 1998-04-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
104
105         * eword-encode.el (eword-encode-divide-into-charset-words): Use
106         'char-length or 'char-next-index instead of 'char-bytes.
107         (tm-eword::encode-string-1): Use 'char-next-index instead of
108         'char-bytes.
109
110 1998-04-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
111
112         * mel.el (base64-dl-module): Must check base64.so actually exists.
113
114 \f
115 1998-04-13  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
116
117         * FLIM: Version 1.0.0 was released.
118
119         * README.en: Modify for FLIM.
120
121         * ChangeLog: New file.
122
123 1998-04-13  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
124
125         * FLIM-CFG, FLIM-ELS, FLIM-MK: New files.
126
127         * Makefile: Modify for FLIM.
128
129 1998-04-10  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
130
131         * Makefile: New file.
132
133         * mime-def.el, std11-parse.el, std11.el, eword-decode.el,
134         eword-encode.el: Copied from MEL, SEMI (mime-def.el
135         eword-decode.el eword-encode.el) and APEL (std11-parse.el
136         std11.el).