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