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