update.
[elisp/flim.git] / ChangeLog
1 1998-06-21  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2
3         * README.en (What's FLIM): Modify for mime.el.
4
5         * FLIM-ELS (flim-modules): Add `mime'.
6
7         * mime-lib.el: Move every definitions to mime.el.
8
9         * mime.el: New module (renamed from mime-lib.el).
10
11 1998-06-21  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
12
13         * mime-lib.el: Add autoload setting for eword-encode.el.
14
15         * mime-lib.el (mime-entity-content): New function.
16
17 1998-06-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
18
19         * mel.el: Abolish constant `mel-version'.
20
21         * mel.el (mime-string-decoding-method-alist): New variable.
22         (mime-decode-string): New function.
23
24 1998-06-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
25
26         * mel-b.el (base64-external-decode-string): New function.
27         (base64-decode-string): New function.
28
29 1998-06-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
30
31         * mel-q.el (quoted-printable-decode-string): New implementation.
32
33 1998-06-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
34
35         * mel-q.el (quoted-printable-internal-decode-region): New
36         implementation.
37
38 1998-06-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
39
40         * mel-q.el (q-encoding-decode-string): Use
41         `quoted-printable-hex-char-to-num'.
42
43         * mel-q.el (quoted-printable-hex-char-to-num): New function.
44         (quoted-printable-decode-string): Use
45         `quoted-printable-hex-char-to-num'.
46
47 1998-06-19  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
48
49         * mime-def.el, mime-parse.el: Move `mime-message-structure' from
50         mime-parse.el to mime-def.el.
51
52 1998-06-19  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
53
54         * mime-lib.el, mime-parse.el: Move `mime-root-entity-p' from
55         mime-parse.el to mime-lib.el.
56
57         * mime-lib.el: Add autoload setting for mime-parse.el.
58
59 1998-06-19  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
60
61         * mime-parse.el, mime-def.el: Move `mime-entity-point-min',
62         `mime-entity-point-max', `mime-entity-media-type',
63         `mime-entity-media-subtype', `mime-entity-parameters' and
64         `mime-entity-type/subtype' from mime-parse.el to mime-def.el.
65
66         * mime-parse.el, mime-def.el: Move `mime-content-disposition'
67         reference functions from mime-parse.el to mime-def.el.
68
69         * mime-parse.el, mime-def.el: Move structure `mime-content-type'
70         from mime-parse.el to mime-def.el.
71
72 1998-06-19  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
73
74         * mel-b.el (base64-internal-decode-string): Renamed from
75         `base64-decode-string'.
76         (base64-decode-string): New alias for
77         `base64-internal-decode-string'.
78
79 1998-06-19  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
80
81         * mel-b.el (base64-decode-unit): New function; abolish
82         `base64-decode-1'.
83         (base64-decode-string): New implementation.
84         (base64-internal-decode-region): New implementation.
85
86 1998-06-19  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
87
88         * mime-parse.el (mime-message-structure): New variable.
89         (mime-parse-buffer): New function.
90
91 1998-06-19  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
92
93         * mime-def.el: Require 'cl when it is compiled.
94
95         * mime-lib.el (mime-entity-read-field): Fix typo.
96         Use `eword-decode-ignored-field-list'.
97
98         * mime-parse.el (mime-parse-multipart): Fix typo.
99         (mime-parse-message): Parse message/external-body.
100
101 \f
102 1998-06-19  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
103
104         * FLIM: Version 1.4.1 (Momoyama-Gory\e-Dòmae)\e-A was released.
105
106 1998-06-18  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
107
108         * eword-decode.el (mime-insert-decoded-header): Fix typo.
109
110 \f
111 1998-06-18  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
112
113         * FLIM: Version 1.4.0 (Kintetsu-Tanbabashi) was released.
114
115 1998-06-18  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
116
117         * README.en (What's FLIM): Add description about mime-lib.el and
118         mime-parse.el.
119
120 1998-06-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
121
122         * mime-parse.el: Require 'cl when it is compiled.
123
124         * eword-decode.el (eword-visible-field-p): New function.
125         (mime-insert-decoded-header): Use `eword-visible-field-p'.
126
127 1998-06-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
128
129         * mime-def.el (mime-library-version-string): Renamed from
130         `mime-spadework-module-version-string'.
131
132         * mime-parse.el: New file; moved from SEMI layer.
133
134         * FLIM-ELS (flim-modules): Add `mime-parse'.
135
136 1998-06-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
137
138         * FLIM-ELS (flim-modules): Add `mime-lib'.
139
140         * mime-lib.el: New module.
141
142         * mime-def.el (mime-entity): Add new slots for original-header and
143         parsed-header.
144         (mime-entity-set-original-header): New function.
145         (mime-entity-set-parsed-header): New function.
146
147 1998-06-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
148
149         * mime-def.el (mime-entity-number): New function (moved from SEMI
150         layer).
151
152 1998-06-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
153
154         * mime-def.el: Move definition of structure `mime-entity' from
155         SEMI layer.
156
157 1998-06-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
158
159         * eword-decode.el (eword-decode-ignored-field-list): Capitalize
160         default value.
161         (eword-decode-structured-field-list): Capitalize default value.
162         (eword-decode-header): Regularize field name by `capitalize'.
163         (mime-insert-decoded-header): New function.
164
165 1998-06-15  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
166
167         * mailcap.el (mailcap-file): Use `defcustom'.
168
169 \f
170 1998-06-01  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
171
172         * FLIM: Version 1.3.0 (Fushimi) was released.
173
174 1998-05-28  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
175
176         * std11.el (std11-fetch-field): New function.
177         (std11-field-body): Use 'std11-fetch-field.
178
179 1998-05-28  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
180
181         * mime-def.el (regexp-*): New function (moved from mime-parse.el
182         of SEMI (REMI)).
183         (regexp-or): New function (moved from mime-parse.el of
184         SEMI (REMI)).
185
186         (std11-quoted-pair-regexp): New constant (moved from mime-parse.el
187         of SEMI (REMI)).
188         (std11-non-qtext-char-list): New constant (copied from std11.el).
189         (std11-qtext-regexp): New constant (moved from mime-parse.el of
190         SEMI (REMI)).
191         (std11-quoted-string-regexp): New constant (moved from
192         mime-parse.el of SEMI (REMI)).
193
194 \f
195 1998-05-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
196
197         * FLIM: Version 1.2.2 (Takeda) was released.
198
199         * FLIM-VERSION: New file.
200
201 1998-05-15  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
202
203         * mel-q.el (quoted-printable-internal-encode-region): Use
204         'looking-at-as-unibyte instead of local binding for
205         enable-multibyte-characters.
206
207 \f
208 1998-05-09  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
209
210         * FLIM: Version 1.2.1 (Kamitobaguchi) was released.
211
212 1998-05-09  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
213
214         * mel-q.el (quoted-printable-internal-decode-region): Use
215         'string-as-multibyte to avoid problem in Emacs 20.3.
216
217 1998-05-08  Katsumi Yamaoka   <yamaoka@jpl.org>
218
219         * mel-u.el: Use mime-temp-directory instead of TMP.
220
221 \f
222 1998-05-06  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
223
224         * FLIM: Version 1.2.0 (J\e-Dþjò)\e-A was released.
225
226         * README.en (What's FLIM): Delete description about
227         std11-parse.el; add description about mailcap.el.
228
229 1998-05-06  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
230
231         * eword-decode.el (eword-decode-encoded-word-error-handler): New
232         variable.
233         (eword-decode-encoded-word-default-error-handler): New function.
234         (eword-decode-encoded-word): Use
235         'eword-decode-encoded-word-error-handler.
236
237 1998-05-06  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
238
239         * mailcap.el: Require 'mime-def.
240
241         * mime-def.el (mime-type/subtype-string): New function (moved from
242         semi/mime-parse.el).
243
244 1998-05-06  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
245
246         * std11-parse.el: Abolish std11-parse.el.
247
248         * FLIM-ELS (flim-modules): Abolish 'std11-parse.
249
250         * eword-decode.el: Require 'std11 instead of 'std11-parse.
251
252         * std11.el: Merge std11-parse.el.
253
254 1998-05-06  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
255
256         * mime-def.el (mime-temp-directory): Use 'defcustom.
257
258         * mel-u.el: Require 'mime-def instead of 'mel.
259
260         * mime-def.el (mime-temp-directory): New variable (moved from
261         mel.el).
262
263         * mel.el: Move definition of 'mime-temp-directory to mime-def.el.
264
265 1998-05-06  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
266
267         * mailcap.el (mailcap-format-command): New function.
268
269         * mailcap.el (mailcap-look-at-mtext): Don't strip quoted character
270         again.
271
272 \f
273 1998-05-05  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
274
275         * FLIM: Version 1.1.0 (T\e-Dòji)\e-A was released.
276
277 1998-05-04  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
278
279         * mime-def.el (quoted-printable-hex-chars): New constant.
280         (quoted-printable-octet-regexp): New constant.
281
282         * mel-q.el, eword-decode.el: Move definition of constant
283         'quoted-printable-hex-chars and 'quoted-printable-octet-regexp to
284         mime-def.el.
285
286 1998-05-03  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
287
288         * mailcap.el (mailcap-look-at-mtext): Strip quoted character.
289
290 1998-05-03  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
291
292         * mailcap.el (mailcap-look-at-mtext): Fix typo.
293
294 1998-05-03  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
295
296         * FLIM-ELS (flim-modules): Add mailcap.
297
298         * mailcap.el: New file (copied from SEMI).
299
300 1998-04-23  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
301
302         * eword-decode.el (eword-decode-ignored-field-list): Add
303         `received'.
304         
305         * mel.el (mime-temp-directory): Use TMPDIR, TMP, or TEMP
306         environment variables.
307
308 \f
309 1998-04-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
310
311         * FLIM: Version 1.0.1 (Ky\e-Dòto)\e-A was released.
312
313         * mime-def.el (mime-spadework-module-version-string): New
314         constant.
315
316         * eword-encode.el: Abolish constant 'eword-encode-version.
317
318         * eword-decode.el: Abolish constant 'eword-decode-version.
319
320 1998-04-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
321
322         * eword-encode.el (eword-encode-divide-into-charset-words): Use
323         'char-length or 'char-next-index instead of 'char-bytes.
324         (tm-eword::encode-string-1): Use 'char-next-index instead of
325         'char-bytes.
326
327 1998-04-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
328
329         * mel.el (base64-dl-module): Must check base64.so actually exists.
330
331 \f
332 1998-04-13  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
333
334         * FLIM: Version 1.0.0 was released.
335
336         * README.en: Modify for FLIM.
337
338         * ChangeLog: New file.
339
340 1998-04-13  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
341
342         * FLIM-CFG, FLIM-ELS, FLIM-MK: New files.
343
344         * Makefile: Modify for FLIM.
345
346 1998-04-10  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
347
348         * Makefile: New file.
349
350         * mime-def.el, std11-parse.el, std11.el, eword-decode.el,
351         eword-encode.el: Copied from MEL, SEMI (mime-def.el
352         eword-decode.el eword-encode.el) and APEL (std11-parse.el
353         std11.el).