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