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