4f03a87bd6df6ae11b32ef4b13e4f9c747701512
[elisp/flim.git] / ChangeLog
1 1998-05-08  Tanaka Akira  <akr@jaist.ac.jp>
2
3         * Sync up with flim-1_1_0 to flim-1_2_0.
4
5 1998-05-06  Tanaka Akira  <akr@jaist.ac.jp>
6
7         * Sync up with flim-1_0_1 to flim-1_1_0.
8
9 1998-04-25  Tanaka Akira  <akr@jaist.ac.jp>
10
11         * eword-decode.el (eword-decode-string): Fix arguments order to calling
12         `eword-decode-unstructured'.
13         (eword-decode-region): Fix arguments order to calling
14         `eword-decode-unstructured'.
15
16 1998-04-25  Tanaka Akira  <akr@jaist.ac.jp>
17
18         * eword-decode.el (eword-decode-first-encoded-words): Update DOC-string.
19         (eword-decode-first-encoded-words): Update DOC-string.
20         (eword-decode-unstructured): Argument `code-conversion' is now required.
21         (eword-decode-comment): Argument `code-conversion' is now required.
22         (eword-decode-quoted-string): Argument `code-conversion' is now
23         required.
24         (eword-decode-string): Update DOC-string. Reorder arguments to calling
25         `eword-decode-unstructured'.
26         (eword-decode-region): Update DOC-string. Reorder arguments to calling
27         `eword-decode-unstructured'.
28         (eword-analyze-quoted-string): Add `default-mime-charset' argument to
29         calling eword-decode-quoted-string.
30         (eword-analyze-comment): Add `default-mime-charset' argument to
31         calling eword-decode-comment.
32
33 1998-04-25  Tanaka Akira  <akr@jaist.ac.jp>
34
35         * eword-decode.el (eword-decode-entire-string): Delete argument
36         `default-charset'. Add argument `code-conversion'.
37         (eword-decode-unstructured): Add argument `code-conversion'.
38         (eword-decode-comment): Add argument `code-conversion'.
39         (eword-decode-quoted-string): Add argument `code-conversion'.
40         (eword-decode-string): Propagate `code-conversion' to
41         `eword-decode-unstructured'.
42         (eword-decode-region): Propagate `code-conversion' to
43         `eword-decode-unstructured'.
44
45 1998-04-23  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
46
47         * eword-decode.el (eword-decode-ignored-field-list): Add
48         `received'.
49         
50         * mel.el (mime-temp-directory): Use TMPDIR, TMP, or TEMP
51         environment variables.
52
53 1998-04-23  Tanaka Akira  <akr@jaist.ac.jp>
54
55         * eword-decode.el (eword-encoded-word-prefix-regexp): New constant.
56         (eword-encoded-word-suffix-regexp): New constant.
57         (eword-encoded-text-in-unstructured-regexp): New constant.
58         (eword-encoded-word-in-unstructured-regexp): New constant.
59         (eword-after-encoded-word-in-unstructured-regexp): New constant.
60         (eword-decode-entire-string): New function.
61         (eword-decode-unstructured): Use `eword-decode-entire-string'.
62         (eword-decode-comment): Use `eword-decode-entire-string'.
63         (eword-decode-quoted-string): Use `eword-decode-entire-string'.
64         (eword-decode-string): Add optional argument `default-mime-charset'.
65         (eword-decode-region): Add optional argument `default-mime-charset'.
66         (eword-decode-header): Refine `code-conversion' treatment.
67
68 1998-04-21  Tanaka Akira  <akr@jaist.ac.jp>
69
70         * eword-decode.el (eword-decode-header): code-conversion is now
71         effective again.
72
73 1998-04-21  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
74
75         * eword-decode.el (eword-decode-quoted-encoded-word): Use
76         'defcustom.
77
78 1998-04-21  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
79
80         * eword-decode.el (eword-decode-sticked-encoded-word): Use
81         'defcustom.
82
83 1998-04-21  Tanaka Akira  <akr@jaist.ac.jp>
84
85         * VERSION.FLAM: New file.
86
87 1998-04-17  Tanaka Akira  <akr@jaist.ac.jp>
88
89         * Sync up with flim-1_0_0 to flim-1_0_1.
90
91 1998-05-06  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
92
93         * FLIM: Version 1.2.0 (J\e-Dþjò) was released.\e-A
94
95         * README.en (What's FLIM): Delete description about
96         std11-parse.el; add description about mailcap.el.
97
98 1998-05-06  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
99
100         * eword-decode.el (eword-decode-encoded-word-error-handler): New
101         variable.
102         (eword-decode-encoded-word-default-error-handler): New function.
103         (eword-decode-encoded-word): Use
104         'eword-decode-encoded-word-error-handler.
105
106 1998-05-06  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
107
108         * mailcap.el: Require 'mime-def.
109
110         * mime-def.el (mime-type/subtype-string): New function (moved from
111         semi/mime-parse.el).
112
113 1998-05-06  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
114
115         * std11-parse.el: Abolish std11-parse.el.
116
117         * FLIM-ELS (flim-modules): Abolish 'std11-parse.
118
119         * eword-decode.el: Require 'std11 instead of 'std11-parse.
120
121         * std11.el: Merge std11-parse.el.
122
123 1998-05-06  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
124
125         * mime-def.el (mime-temp-directory): Use 'defcustom.
126
127         * mel-u.el: Require 'mime-def instead of 'mel.
128
129         * mime-def.el (mime-temp-directory): New variable (moved from
130         mel.el).
131
132         * mel.el: Move definition of 'mime-temp-directory to mime-def.el.
133
134 1998-05-06  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
135
136         * mailcap.el (mailcap-format-command): New function.
137
138         * mailcap.el (mailcap-look-at-mtext): Don't strip quoted character
139         again.
140
141 \f
142 1998-05-05  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
143
144         * FLIM: Version 1.1.0 (T\e-Dòji) was released.\e-A
145
146 1998-05-04  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
147
148         * mime-def.el (quoted-printable-hex-chars): New constant.
149         (quoted-printable-octet-regexp): New constant.
150
151         * mel-q.el, eword-decode.el: Move definition of constant
152         'quoted-printable-hex-chars and 'quoted-printable-octet-regexp to
153         mime-def.el.
154
155 1998-05-03  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
156
157         * mailcap.el (mailcap-look-at-mtext): Strip quoted character.
158
159 1998-05-03  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
160
161         * mailcap.el (mailcap-look-at-mtext): Fix typo.
162
163 1998-05-03  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
164
165         * FLIM-ELS (flim-modules): Add mailcap.
166
167         * mailcap.el: New file (copied from SEMI).
168
169 1998-04-23  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
170
171         * eword-decode.el (eword-decode-ignored-field-list): Add
172         `received'.
173         
174         * mel.el (mime-temp-directory): Use TMPDIR, TMP, or TEMP
175         environment variables.
176
177 \f
178 1998-04-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
179
180         * FLIM: Version 1.0.1 (Ky\e-Dòto) was released.\e-A
181
182         * mime-def.el (mime-spadework-module-version-string): New
183         constant.
184
185         * eword-encode.el: Abolish constant 'eword-encode-version.
186
187         * eword-decode.el: Abolish constant 'eword-decode-version.
188
189 1998-04-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
190
191         * eword-encode.el (eword-encode-divide-into-charset-words): Use
192         'char-length or 'char-next-index instead of 'char-bytes.
193         (tm-eword::encode-string-1): Use 'char-next-index instead of
194         'char-bytes.
195
196 1998-04-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
197
198         * mel.el (base64-dl-module): Must check base64.so actually exists.
199
200 1998-04-13  Tanaka Akira  <akr@jaist.ac.jp>
201
202         * eword-decode.el: Copied from AKEMI branch of SEMI.
203
204 \f
205 1998-04-13  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
206
207         * FLIM: Version 1.0.0 was released.
208
209         * README.en: Modify for FLIM.
210
211         * ChangeLog: New file.
212
213 1998-04-13  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
214
215         * FLIM-CFG, FLIM-ELS, FLIM-MK: New files.
216
217         * Makefile: Modify for FLIM.
218
219 1998-04-10  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
220
221         * Makefile: New file.
222
223         * mime-def.el, std11-parse.el, std11.el, eword-decode.el,
224         eword-encode.el: Copied from MEL, SEMI (mime-def.el
225         eword-decode.el eword-encode.el) and APEL (std11-parse.el
226         std11.el).