update.
[elisp/flim.git] / ChangeLog
1 1998-10-11  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2
3         * FLIM-ELS: Don't install mel-ccl in anything older than XEmacs 21
4         with MULE.
5
6 \f
7 1998-10-10  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
8
9         * FLIM: Version 1.10.3 (Komada) was released.
10
11         * mel-ccl.el (base64-ccl-write-decoded-region): bind
12         `jka-compr-compression-info-list' with nil.
13
14         * mel-b.el (base64-internal-decoding-limit): Switch default value
15         between XEmacs-mule and other emacsen.
16         Abolish function `base64-decode-string!'.
17         (base64-internal-decode-region): New implementation.
18         (base64-insert-encoded-file): New function.
19         (mime-insert-encoded-file): Use `base64-insert-encoded-file'.
20         (base64-write-decoded-region): New function.
21         (mime-write-decoded-region): Use `base64-write-decoded-region'.
22
23         * mel-b-dl.el (decode-base64-region): Renamed from
24         `base64-decode-region'.
25         (mime-insert-encoded-file): Change temporary-buffer to unibyte
26         representation.  Abolish method `mime-write-decoded-region'
27         because it is slower than CCL based implementation.
28
29 1998-10-09  Tanaka Akira <akr@jaist.ac.jp>
30
31         * mel-ccl.el: Check `ccl-execute-eof-block-on-decoding-some'
32         facility instead of `ccl-execute-eof-block-on-encoding-some'.
33
34 1998-10-09  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
35
36         * mel-b.el (base64-characters): Enclose with `eval-and-compile'.
37
38         * eword-decode.el (eword-encoded-text-regexp): Enclose with
39         `eval-and-compile'.
40         (eword-encoded-word-regexp): Use `eval-when-compile'.
41
42 1998-10-09  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
43
44         * eword-decode.el (eword-max-size-to-decode): New user option.
45         (eword-decode-and-fold-structured-field): Do nothing if size of
46         input is bigger than `eword-max-size-to-decode'.
47
48 1998-10-08  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
49
50         * mel-b.el (base64-numbers): Use `eval-when-compile'.
51
52 1998-10-09  Katsumi Yamaoka   <yamaoka@jpl.org>
53
54         * FLIM-CFG: Use `add-latest-path' instead of `add-path' for adding
55         "custom" to load-path.
56
57 1998-10-09  Katsumi Yamaoka   <yamaoka@jpl.org>
58
59         * mime-def.el (mime-library-product): Enclose with
60         `eval-and-compile'.
61
62         * FLIM-CFG: Add "custom" to load-path.
63
64 \f
65 1998-10-08  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
66
67         * FLIM: Version 1.10.2 (Kintetsu-Miyazu) was released.
68
69         * mime-def.el, mel.el, mel-b-dl.el: Move variable
70         `base64-dl-module' from mel-b-dl.el and mel.el to mime-def.el.
71
72 1998-10-08  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
73
74         * mel.el (mel-ccl-module): New variable; use it to check mel-ccl
75         is available.
76
77         * FLIM-ELS: Don't install mel-ccl for anything older than MULE
78         2.3.
79
80 1998-10-08  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
81
82         * mel-u.el: Use `mel-define-backend' to define "x-uue".
83         Define "x-uuencode" as a clone of "x-uue".
84
85         * Move variable `mel-encoding-module-alist' from mel.el to
86         mime-def.el.
87         
88         * mel.el (mel-find-function): Use function
89         `mel-find-function-from-obarray'.
90         Use `mel-define-backend' to define "7bit", "8bit" and "binary";
91         don't define methods of "8bit" and "binary"; inherit methods from
92         "7bit".
93
94         * mime-def.el (mel-service-list): New variable.
95         (mel-define-service): New implementation.
96         (mel-find-function-from-obarray): New inline function.
97         (mel-copy-method): New inline function.
98         (mel-copy-backend): New inline function.
99         (mel-define-backend): New macro.
100
101 1998-10-08  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
102
103         * mel-u.el: Define method functions of mel.
104         (mime-encode-region): Use `mel-define-method-function'; abolish
105         `uuencode-encode-region'.
106         (mime-decode-region): Use `mel-define-method-function'; abolish
107         `uuencode-decode-region'.
108         (mime-encode-string): New method.
109         (mime-decode-string): New method.
110         (mime-insert-encoded-file): Use `mel-define-method'; abolish
111         `uuencode-insert-encoded-file'.
112         (mime-write-decoded-region): Use `mel-define-method'; abolish
113         `uuencode-write-decoded-region'.
114
115 1998-10-07  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
116
117         * mime-def.el (mel-define-service): Add DOC.
118         (mel-define-method): Add DOC.
119         (mel-define-method-function): Add DOC.
120
121         * mime-en.sgml, mime-ja.sgml: Modify for FLIM 1.10.
122
123 \f
124 1998-10-07  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
125
126         * FLIM: Version 1.10.1 (Miyamaki) was released.
127
128 1998-10-06  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
129
130         * mel-g.el: Define method functions of mel.
131         (mime-encode-region): Use `mel-define-method-function'; abolish
132         `gzip64-encode-region'.
133         (mime-decode-region): Use `mel-define-method-function'; abolish
134         `gzip64-decode-region'.
135         (mime-encode-string): New method.
136         (mime-decode-string): New method.
137         (mime-insert-encoded-file): Use `mel-define-method'; abolish
138         `gzip64-insert-encoded-file'.
139         (mime-write-decoded-region): Use `mel-define-method'; abolish
140         `gzip64-write-decoded-region'.
141
142         * mime-def.el (mime-library-product): New variable; abolish
143         `mime-library-version'.
144         (mime-product-name): New macro.
145         (mime-product-version): New macro.
146         (mime-product-code-name): New macro.
147         (mime-library-version): Renamed from
148         `mime-library-version-string'; use `mime-library-product',
149         `mime-product-name', `mime-product-version' and
150         `mime-product-code-name'.
151
152         * mime-def.el (mm-define-backend): Add DOC.
153         (mm-define-method): Add DOC.
154
155         * mel.el (mime-encoding-list): Modify DOC to add description about
156         optional argument SERVICE.
157
158 1998-10-04  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
159
160         * mime-ja.sgml, mime-en.sgml (mm-backend module): Write
161         description of `mm-define-backend' and `mm-define-method'.
162
163 \f
164 1998-09-29  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
165
166         * FLIM: Version 1.10.0 (K\e-Dòdo)\e-A was released.
167
168         * README.en (What's FLIM): Add mel-ccl.el.
169
170 1998-09-21  Tanaka Akira      <akr@jaist.ac.jp>
171
172         * mel-ccl.el:
173           - Require 'pccl instead of 'emu.
174           - Use `unless-broken' to check facility.
175
176 1998-09-27  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
177
178         * mel.el (mime-encoding-list): New user option (renamed from
179         `mime-content-transfer-encoding-list').
180         (mime-encoding-list): New function.
181         (mime-encoding-alist): New function.
182         (mime-encode-region): Use `mime-encoding-alist' for completion.
183         (mime-decode-region): Likewise.
184         (mime-insert-encoded-file): Likewise.
185         (mime-write-decoded-region): Likewise.
186
187 1998-09-24  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
188
189         * eword-decode.el (eword-decode-structured-field-list): Add
190         Mail-Followup-To field.
191
192 1998-09-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
193
194         * eword-encode.el (eword-charset-encoding-alist): Add utf-8.
195
196 1998-09-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
197
198         * mel.el (mime-content-transfer-encoding-list): New user option.
199         (mime-encode-region): Use `mime-content-transfer-encoding-list'
200         for completion.
201         (mime-decode-region): Likewise.
202         (mime-insert-encoded-file): Likewise.
203         (mime-write-decoded-region): Likewise.
204
205         * mel.el (mime-write-decoded-region): fix typo.
206
207 1998-09-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
208
209         * mime-def.el (mel-define-method-function): Don't override.
210
211 1998-09-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
212
213         * mel.el, mel-ccl.el, FLIM-ELS: Add mel-ccl.el.
214
215 1998-09-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
216
217         * mel-dl.el, README.en, FLIM-ELS: Rename mel-dl.el to mel-b-dl.el.
218
219         * mel.el: - Rename mel-dl.el to mel-b-dl.el.
220                   - Move `mel-define-service' to mime-def.el.
221
222         * mime-def.el (mel-define-service): New macro (moved from mel.el);
223         fixed problem in Emacs.
224         (mel-define-method): Use `mel-define-service'.
225         (mel-define-method-function): Use `mel-define-service'.
226
227 1998-09-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
228
229         * mel.el (mime-encode-region): Don't regard nil encoding as
230         "7bit".
231
232 1998-09-19  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
233
234         * eword-encode.el (eword-encode-text): Use
235         `encoded-text-encode-string'.
236         (tm-eword::encoded-word-length): `q-encoding-encoded-length' was
237         renamed to `Q-encoded-text-length'.
238
239         * eword-decode.el: Move `base64-token-regexp',
240         `base64-token-padding-regexp', `eword-B-encoded-text-regexp' and
241         `eword-Q-encoded-text-regexp' to mime-def.el.
242         (eword-decode-encoded-text): Use `encoded-text-decode-string'.
243
244         * mel-q.el: Define method functions of mel.
245         (mime-insert-encoded-file): Use `mel-define-method'; abolish
246         `quoted-printable-insert-encoded-file'.
247         (mime-write-decoded-region): Use `mel-define-method'; abolish
248         `quoted-printable-write-decoded-region'.
249         - Move `q-encoding-printable-char-p' and
250         `q-encoding-encoded-length' to mel.el.
251
252         * mel-b.el: Define method functions of mel.
253         (mime-insert-encoded-file): Use `mel-define-method'; abolish
254         `base64-insert-encoded-file'.
255         (mime-write-decoded-region): Use `mel-define-method'; abolish
256         `base64-write-decoded-region'.  
257         - Move `base64-encoded-length' to mel.el.
258
259         * mel-dl.el (base64-encode-region): Define directly (abolish
260         `base64-dl-encode-region').
261         (base64-decode-region): Define directly (abolish
262         `base64-dl-decode-region').  Define method functions of mel.
263         (mime-insert-encoded-file): Use `mel-define-method'; abolish
264         `base64-insert-encoded-file'; don't use external encoder.
265         (mime-write-decoded-region): Use `mel-define-method'; abolish
266         `base64-write-decoded-region'; don't use external decoder.
267         - Move `base64-encoded-length' to mel.el.
268
269         * mime.el: Move `mm-arglist-to-arguments' to mime-def.el.
270
271         * mime-def.el (base64-token-regexp): New constant (moved from
272         eword-decode.el).
273         (base64-token-padding-regexp): Likewise.
274         (B-encoded-text-regexp): New constant (moved from eword-decode.el,
275         and renamed from `eword-B-encoded-text-regexp').
276         (Q-encoded-text-regexp): New constant (moved from eword-decode.el,
277         and renamed from `eword-Q-encoded-text-regexp'.
278         (mm-arglist-to-arguments): New function (moved from mime.el).
279         (mel-define-method): New macro.
280         (mel-define-method-function): New macro.
281         (mel-define-function): New macro.
282
283         * mel.el (mel-encoding-module-alist): New variable.
284         (mel-use-module): New function.
285         (mel-find-function): New function.
286         (mel-define-service): New macro.
287         (mime-encode-region): Use `mel-find-function'; abolish variable
288         `mime-encoding-method-alist'.
289         (mime-decode-region): Use `mel-find-function'; abolish variable
290         `mime-decoding-method-alist'.
291         (mime-decode-string): Use `mel-find-function'; abolish variable
292         `mime-string-decoding-method-alist'.
293         (encoded-text-encode-string): New function.
294         (encoded-text-decode-string): New function.
295         (base64-encoded-length): New function (moved from mel-b.el and
296         mel-dl.el).
297         (Q-encoding-printable-char-p): New function (moved from mel-q.el,
298         and renamed from `q-encoding-printable-char-p').
299         (Q-encoded-text-length): New function (moved from mel-q.el, and
300         renamed from `q-encoding-encoded-length').
301         (mime-insert-encoded-file): Use `mel-find-function'; abolish
302         variable `mime-file-encoding-method-alist'.
303         (mime-write-decoded-region): Use `mel-find-function'; abolish
304         variable `mime-file-decoding-method-alist'.
305
306 1998-09-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
307
308         * mel-b.el (base64-internal-encoding-limit): modify :type.
309         (base64-internal-decoding-limit): Change initial value to 70000;
310         modify :type.
311
312         * mel-b.el (base64-decode-string!): Renamed from
313         `base64-internal-decode-string!'.
314
315 1998-09-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
316
317         * mel-b.el (base64-characters): New constant.
318         (base64-num-to-char): Use `base64-characters'.
319         (base64-numbers): Use `base64-characters'.
320         (base64-internal-decode): Modify calculation third byte.
321
322         * mel-dl.el (base64-dl-encode-string): New alias.
323         (base64-dl-decode-string): New alias.
324         (base64-dl-encode-region): Renamed from `base64-encode-region';
325         don't save-excursion and save-restriction.
326         (base64-dl-decode-region): Renamed from `base64-decode-region';
327         don't save-excursion and save-restriction; convert all at once.
328         (base64-encode-region): New alias.
329         (base64-decode-region): New alias.
330
331         * mel-b.el (base64-internal-decode): New function.
332         (base64-internal-decode-string): Use `base64-internal-decode'.
333         (base64-internal-decode-string!): New function.
334         (base64-internal-decode-region): Use
335         `base64-internal-decode-string!' instead of
336         `base64-internal-decode-string'.
337
338 1998-09-15  Tanaka Akira  <akr@jaist.ac.jp>
339
340         * mel-b.el (base64-numbers): Fix a position of 63.
341
342 1998-09-15  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
343
344         * mel-b.el (base64-numbers): New constant.
345         (base64-char-to-num): New macro.
346         (base64-internal-decode-string): Don't use memq.
347
348 1998-09-15  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
349
350         * mel-b.el (base64): New group.
351         (base64-external-encoder): Now a user option.
352         (base64-external-decoder): Now a user option.
353         (base64-external-decoder-option-to-specify-file): Now a user
354         option.
355         (base64-internal-encoding-limit): Now a user option.
356         (base64-internal-decoding-limit): Now a user option.
357
358         * mel-b.el (base64-internal-decode-string): New implementation;
359         abolish function `base64-decode-unit'.
360
361 1998-09-15  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
362
363         * README.en (Installation): Fix typo.
364
365 \f
366 1998-09-15  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
367
368         * FLIM: Version 1.9.2 (Shin-Tanabe) was released.
369
370         * README.en (Installation): Add `install as a XEmacs package'.
371
372 1998-09-15  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
373
374         * mime-en.sgml (Encoding Method): Translate.
375
376 1998-09-15  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
377
378         * eword-encode.el (eword-encode-msg-id-to-rword-list): New
379         function.
380         (eword-encode-in-reply-to-to-rword-list): New function.
381         (eword-encode-in-reply-to): New function.
382         (eword-encode-field): Use `eword-encode-in-reply-to' for
383         `In-Reply-To' field.
384
385         * std11.el (std11-parse-in-reply-to): New function.
386
387 1998-09-14  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
388
389         * eword-decode.el (eword-decode-structured-field-list): Add
390         `User-Agent'.
391
392 1998-09-11  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
393
394         * Makefile (package): Don't update auto-autoloads.el and
395         custom-load.el.
396
397         * FLIM-MK (compile-flim-package): Update auto-autoloads.el and
398         custom-load.el.
399
400 1998-09-11  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
401
402         * mime-def.el: Abolish function `butlast' and `nbutlast'.
403
404         * mime-def.el (mime-library-version): New constant.
405         (mime-library-version-string): Refer `mime-library-version'.
406
407 1998-09-11  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
408
409         * Makefile (XEMACS): New variable.
410         (PACKAGEDIR): New variable.
411         (package): New target.
412         (install-package): New target.
413
414         * FLIM-CFG (PACKAGEDIR): New variable.
415
416         * FLIM-MK (config-flim-package): New function.
417         (compile-flim-package): New function.
418         (install-flim-package): New function.
419
420 1998-09-10  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
421
422         * mime-en.sgml (Content-Type field): Translate.
423         (mime-content-type): Translate.
424         (Content-Type parser): Translate.
425         (Content-Disposition): Translate.
426         (mime-content-disposition): Translate.
427         (Content-Disposition parser): Translate.
428
429 1998-09-10  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
430
431         * Makefile (GOMI): Add Texinfo related garbages.
432         (clean): Delete historical setting.
433
434 1998-09-03  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
435
436         * mime-en.sgml (mm-backend): Translate.
437         (Request for entity): Likewise.
438         (mm-backend module): Likewise.
439
440         * mime.el (mime-entity-send): Add DOC-string.
441
442 1998-09-01  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
443
444         * mime-en.sgml (Entity hierarchy): Translate.
445
446 1998-09-01  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
447
448         * mime-en.sgml, mime-ja.sgml (Entity): Rearrangement.
449
450 \f
451 1998-08-31  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
452
453         * FLIM: Version 1.9.1 (Tonosh\e-Dò)\e-A was released.
454
455         * mime-en.sgml (mm-backend): Translate a little.
456
457 1998-08-31  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
458
459         * eword-encode.el (eword-encode-default-start-column): New user
460         option.
461         (eword-encode-string): Use `eword-encode-default-start-column'.
462         (eword-encode-address-list): Likewise.
463         (eword-encode-structured-field-body): Likewise.
464         (eword-encode-unstructured-field-body): Likewise.
465
466 1998-08-31  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
467
468         * eword-encode.el (eword-encode): New group.
469         (eword-field-encoding-method-alist): Now a user option (was:
470         variable).
471
472 1998-08-31  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
473
474         * eword-encode.el: Rename `tm-eword::mailbox-to-rwl' ->
475         `eword-encode-mailbox-to-rword-list'.
476
477         * eword-encode.el: Rename `tm-eword::phrase-to-rwl' ->
478         `eword-encode-phrase-to-rword-list'.
479
480         * eword-encode.el: Rename `eword-addr-spec-to-rwl' ->
481         `eword-encode-addr-spec-to-rword-list'.
482
483         * eword-encode.el: Rename `eword-phrase-route-addr-to-rwl' ->
484         `eword-encode-phrase-route-addr-to-rword-list'.
485
486         * eword-encode.el: Rename `eword-addr-seq-to-rwl' ->
487         `eword-encode-addr-seq-to-rword-list'.
488
489         * eword-encode.el: Rename `tm-eword::split-string' ->
490         `eword-encode-split-string'.
491
492         * eword-encode.el: Rename `tm-eword::addresses-to-rwl' ->
493         `eword-encode-addresses-to-rword-list'.
494
495         * eword-encode.el: Rename `tm-eword::encode-rwl' ->
496         `eword-encode-rword-list'.
497
498         * eword-encode.el (eword-encode-unstructured-field-body): New
499         function.
500         (eword-encode-field): Use `eword-encode-unstructured-field-body'.
501
502 1998-08-31  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
503
504         * eword-encode.el (eword-encode-string): Add DOC-string.
505         (eword-encode-address-list): Likewise.
506         (eword-encode-structured-field-body): Likewise.
507
508         * eword-encode.el (eword-encode-field): Regard `In-Reply-To' as a
509         structured field.
510
511 1998-08-28  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
512
513         * eword-encode.el (eword-encode-field): Use `capitalize' instead
514         of `downcase' for `field-name'.
515
516         * eword-encode.el (eword-encode-structured-field-body): New
517         function.
518         (eword-encode-field): Use `eword-encode-structured-field-body' for
519         "MIME-Version" and "User-Agent" field.
520
521 1998-08-26  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
522
523         * mime-def.el (mm-define-method): Put `edebug-form-spec'.
524
525 1998-08-28  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
526
527         * eword-encode.el (eword-encode-address-list): New function.
528         (eword-encode-field): Use `eword-encode-address-list' instead of
529         `tm-eword::encode-address-list'; abolish
530         `tm-eword::encode-address-list'.
531
532         * eword-encode.el (eword-encode-field): Use `eword-encode-string'
533         instead of `tm-eword::encode-string'; abolish
534         `tm-eword::encode-string'.
535
536         * eword-encode.el: Rename `tm-eword::make-rword' ->
537         `make-ew-rword'; rename `tm-eword::rword-' -> `ew-rword-'.
538
539 1998-08-26  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
540
541         * mel-b.el (base64-insert-encoded-file): Conditionally use
542         internal converter. (cf. [tm-ja:3320])
543         (base64-write-decoded-region): Ditto.
544
545 1998-08-25  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
546
547         * FLIM-ELS (flim-modules): Don't add `mel-dl' unconditionally.
548
549 1998-08-25  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
550
551         * Delete mime-lib.el.
552
553 1998-08-10  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
554
555         * mmbuffer.el (write-entity): `write-region-as-CRLF' was renamed
556         to `write-region-as-raw-text-CRLF'.
557
558 1998-08-07  MORIOKA Tomohiko  <morioka@yo.rim.or.jp>
559
560         * mmbuffer.el (write-entity): Use `write-region-as-CRLF' instead
561         of `write-region-as-binary'.
562
563 \f
564 1998-07-15  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
565
566         * FLIM: Version 1.9.0 (Terada) was released.
567
568 1998-07-10  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
569
570         * mime-parse.el (mime-parse-multipart): Set message/x-broken if
571         parsing is failed.
572
573 1998-07-10  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
574
575         * mmbuffer.el (entity-children): Don't use
576         `mime-entity-children-internal'.
577
578         * mime-parse.el (mime-parse-multipart): Modify for
579         `mime-parse-message'; return children.
580         (mime-parse-encapsulated): Likewise.
581         (mime-parse-message): Change interface; delete DOC-string; don't
582         parse children instantly.
583         (mime-parse-buffer): Modify for `mime-parse-message'.
584
585         * mime-parse.el (mime-parse-message): Delete autoload cookie.
586
587         * mime.el: Delete autoload setting for `mime-parse-message'.
588
589         * mime-en.sgml, mime-ja.sgml (Entity creation): Delete description
590         of `mime-parse-message'; modify description of `mime-parse-buffer'
591         to add `representation-type'.
592
593 \f
594 1998-07-07  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
595
596         * FLIM-Chao: Version 1.8.0 (Shij\e-Dò)\e-A was released.
597
598 1998-07-07  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
599
600         * mmcooked.el: Abolish method `open'.
601
602         * mmbuffer.el (initialize-instance): New method; abolish `open'.
603         (entity-children): New method.
604
605         * mime.el (mime-open-entity): Send `initialize-instance' to
606         created message.
607         (mime-entity-children): New implementation.
608         (mime-entity-parent): New implementation.
609         (mime-root-entity-p): New implementation.
610
611         * mime-parse.el (mime-parse-multipart): Specify current entity as
612         parent.
613         (mime-parse-encapsulated): Likewise.
614         (mime-parse-message): Change interface to specify parent; modify
615         for `make-mime-entity-internal'.
616         (mime-parse-buffer): Modify for `mime-parse-message'.
617
618         * mime-def.el (make-mime-entity-internal): Change interface; add
619         format of `mime-entity' to add `parent'.
620
621 1998-07-07  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
622
623         * mmbuffer.el (mime-visible-field-p): Renamed from
624         `eword-visible-field-p'.
625
626 1998-07-07  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
627
628         * mime.el (mm-arglist-to-arguments): New function.
629         (mm-define-generic): New macro.
630         (mime-entity-cooked-p): Use `mm-define-generic'.
631         (mime-entity-point-min): Use `mm-define-generic'.
632         (mime-insert-decoded-header): Use `mm-define-generic'.
633         (mime-entity-content): Use `mm-define-generic'.
634         (mime-write-entity-content): Use `mm-define-generic'.
635         (mime-write-entity): Use `mm-define-generic'.
636         (mime-write-entity-body): Use `mm-define-generic'.
637
638 1998-07-07  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
639
640         * mmbuffer.el (eword-visible-field-p): Moved from mime.el.
641
642         * mime.el: Move `eword-visible-field-p' to mmbuffer.el.
643         (mime-write-entity-body): Change message to `write-body'.
644
645 1998-07-07  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
646
647         * mmcooked.el, mmbuffer.el (open): Renamed from `open-entity'.
648
649         * mime.el (mime-open-entity): Change message to `open'.
650
651         * mime-def.el (mm-define-backend): Must `copy-alist'.
652
653 1998-07-07  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
654
655         * mmcooked.el, mmbuffer.el: Use `mm-define-backend' and
656         `mm-define-method'.
657
658         * mime.el: Move `mime-entity-implementation-alist' to mime-def.el.
659         (mime-find-function): New implementation.
660         (mime-entity-cooked-p): Use `mime-entity-send'.
661
662         * mime-def.el (mime-entity-implementation-alist): Moved from
663         mime.el.
664         (mm-define-backend): New macro.
665         (mm-define-method): New macro.
666
667 \f
668 1998-07-05  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
669
670         * FLIM: Version 1.8.1 (Kutsukawa) was released.
671
672 1998-07-04  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
673
674         * mime-en.sgml, mime-ja.sgml (Entity Attributes): Add description
675         about `default-encoding' of `mime-entity-encoding'.
676
677         * mime-en.texi, mime-en.sgml: New files.
678
679         * mime-ja.sgml (media-type): Fix typo.
680
681         * mime-ja.sgml (Glossary): Fix order.
682
683         * mime-ja.sgml (Entity Attributes): Use <code> tag for nil.
684
685         * mime-ja.sgml (Entity Attributes): Fix typo.
686
687 1998-07-03  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
688
689         * mime.el (mime-entity-encoding): Add new optional argument
690         `default-encoding'; set default encoding if
691         Content-Transfer-Encoding field is not found.
692
693 1998-07-03  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
694
695         * mmbuffer.el (mmbuffer-write-entity): Use
696         `mime-entity-buffer-internal', `mmbuffer-entity-point-min' and
697         `mmbuffer-entity-point-max'.
698         (mmbuffer-write-entity-body): Use `mime-entity-buffer-internal',
699         `mime-entity-body-start-internal' and
700         `mime-entity-body-end-internal'.
701         (mmbuffer-insert-decoded-header): Use
702         `mime-entity-buffer-internal', `mime-entity-header-start-internal'
703         and `mime-entity-header-end-internal'.
704
705 \f
706 1998-07-01  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
707
708         * FLIM: Version 1.8.0 (\e-DÒkubo)\e-A was released.
709
710         * README.en: Delete `How to use'.
711
712 1998-07-01  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
713
714         * mime-ja.sgml (Entity creation): Add reference for `mm-backend'
715         in description of `mime-open-entity'.
716
717         * mime-ja.sgml (mm-backend): New section.
718
719 1998-07-01  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
720
721         * mime-ja.sgml (Entity-header): Modify description about
722         `mime-insert-decoded-header'.
723
724         * mmcooked.el (mmcooked-insert-decoded-header): New function.
725
726         * mmbuffer.el (mmbuffer-insert-decoded-header): New function.
727
728         * mime.el (mime-insert-decoded-header): Use implementation of
729         mm-backend; abolish optional argument `code-conversion'.
730
731 1998-06-30  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
732
733         * eword-decode.el (eword-decode-encoded-text): Use
734         `decode-mime-charset-string'.
735
736 1998-06-30  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
737
738         * mmcooked.el (mmcooked-write-entity-body): New function.
739
740         * mmbuffer.el (mmbuffer-write-entity-body): New function.
741
742         * mime.el (mime-write-entity-body): Use implementation of
743         mm-backend.
744
745 1998-06-30  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
746
747         * mmcooked.el (mmcooked-write-entity): New function.
748
749         * mmbuffer.el (mmbuffer-write-entity): New function.
750
751         * mime.el (mime-write-entity): Use implementation of mm-backend.
752
753 1998-06-30  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
754
755         * mmcooked.el (mmcooked-entity-content): New alias for
756         `mmbuffer-entity-content'.
757         (mmcooked-write-entity-content): New function.
758
759         * mmbuffer.el (mmbuffer-entity-content): New function.
760         (mmbuffer-write-entity-content): New function.
761
762         * mime.el (mime-entity-send): New function.
763         (mime-entity-buffer): Use `mime-entity-send'.
764         (mime-entity-point-min): Likewise.
765         (mime-entity-point-max): Likewise.
766         (mime-entity-header-start): Likewise.
767         (mime-entity-header-end): Likewise.
768         (mime-entity-body-start): Likewise.
769         (mime-entity-body-end): Likewise.
770         (mime-fetch-field): Likewise.
771         (mime-entity-content): Use implementation of mm-backend.
772         (mime-write-entity-content): Likewise.
773
774 \f
775 1998-06-30  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
776
777         * FLIM: Version 1.7.0 (Iseda) was released.
778
779         * mime-ja.sgml (Entity creation): Add description of
780         `mime-open-entity'.
781         (Entity Attributes): Add description of `mime-entity-cooked-p'.
782         (Entity-content): Add description of `mime-write-entity-content',
783         `mime-write-entity' and `mime-write-entity-body'.
784
785 1998-06-29  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
786
787         * mime.el (mime-write-entity-content): New function.
788
789 1998-06-28  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
790
791         * mime.el (mime-write-entity-body): New function.
792
793         * mime.el (mime-write-entity): New function.
794
795 1998-06-28  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
796
797         * mime-parse.el (mime-parse-multipart): Change media-type of
798         entity to application/octet-stream if the first delimiter is not
799         found.
800
801 1998-06-28  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
802
803         * FLIM-ELS (flim-modules): Add `mmbuffer' and `mmcooked'.
804
805         * mmcooked.el: New file.
806
807         * mmbuffer.el: New file.
808
809         * mime.el (mime-entity-implementation-alist): New variable.
810         (mime-find-function): New function.
811         (mime-open-entity): New function.
812         (mime-entity-function): New function.
813         (mime-entity-cooked-p): New function.
814         (mime-entity-buffer): Use backend-module.
815         (mime-entity-point-min): Likewise.
816         (mime-entity-point-max): Likewise.
817         (mime-entity-header-start): Likewise.
818         (mime-entity-header-end): Likewise.
819         (mime-entity-body-start): Likewise.
820         (mime-entity-body-end): Likewise.
821         (mime-fetch-field): Likewise.
822
823         * mime-parse.el (mime-parse-message): New optional argument
824         `representation-type'.
825         (mime-parse-buffer): Likewise.
826
827         * mime-def.el: Change format of mime-entity-internal to add
828         `representation-type' and `location'.
829
830 \f
831 1998-06-28  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
832
833         * FLIM-Chao: Version 1.7.0 (Goj\e-Dò)\e-A was released.
834
835 1998-06-26  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
836
837         * mime-ja.sgml: Modify for FLIM 1.7.
838
839         * mime.el (mime-entity-number): Add DOC.
840
841 1998-06-26  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
842
843         * mime.el (mime-entity-encoding): New implementation.
844
845         * mime-parse.el (mime-parse-message): Abolish argument `encoding'.
846
847         * mime-def.el (make-mime-entity-internal): Abolish argument
848         `encoding'.
849         (mime-entity-set-encoding-internal): New function.
850
851 1998-06-26  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
852
853         * mime.el (mime-entity-content-disposition): New implementation.
854
855         * mime-parse.el (mime-parse-message): Don't parse
856         Content-Disposition.
857
858         * mime-def.el (make-mime-entity-internal): Delete argument
859         `content-disposition'.
860         (mime-entity-set-content-disposition-internal): New function.
861
862 1998-06-25  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
863
864         * eword-decode.el: Move function `eword-visible-field-p' and
865         `mime-insert-decoded-header' to mime.el.
866
867         * mime-parse.el: Use internal functions of mime-entity.
868
869         * mime.el (mime-entity-children): Moved from mime-def.el; use
870         `mime-entity-children-internal'.
871         (mime-entity-node-id): Moved from mime-def.el; use
872         `mime-entity-node-id-internal'.
873         (mime-entity-number): Moved from mime-def.el; use
874         `mime-entity-node-id-internal'.
875         (mime-entity-buffer): Moved from mime-def.el; use
876         `mime-entity-buffer-internal'.
877         (mime-entity-point-min): Moved from mime-def.el; use
878         `mime-entity-header-start-internal'.
879         (mime-entity-point-max): Moved from mime-def.el; use
880         `mime-entity-body-end-internal'.
881         (mime-entity-header-start): Moved from mime-def.el; use
882         `mime-entity-header-start-internal'.
883         (mime-entity-header-end): Moved from mime-def.el; use
884         `mime-entity-header-end-internal'.
885         (mime-entity-content-type): Moved from mime-def.el; use
886         `mime-entity-content-type-internal'.
887         (mime-entity-content-disposition): Moved from mime-def.el; use
888         `mime-entity-content-disposition-internal'.
889         (mime-entity-encoding): Moved from mime-def.el; use
890         `mime-entity-encoding-internal'.
891         (mime-fetch-field): Use `mime-entity-original-header-internal' and
892         `mime-entity-set-original-header-internal'.
893         (mime-read-field): Use `mime-entity-parsed-header-internal' and
894         `mime-entity-set-parsed-header-internal'.
895         (eword-visible-field-p): Moved from eword-decode.el.
896         (mime-insert-decoded-header): Moved from eword-decode.el.
897         (mime-entity-body-start): Moved from mime-def.el; use
898         `mime-entity-body-start-internal'.
899         (mime-entity-body-end): Moved from mime-def.el; use
900         `mime-entity-body-end-internal'.
901         (mime-entity-media-type): Moved from mime-def.el.
902         (mime-entity-media-subtype): Moved from mime-def.el.
903         (mime-entity-parameters): Moved from mime-def.el.
904         (mime-entity-type/subtype): Moved from mime-def.el.
905
906         * mime-def.el (make-mime-entity-internal): Renamed from
907         `make-mime-entity'.
908         (mime-entity-buffer-internal): New function.
909         (mime-entity-header-start-internal): New function.
910         (mime-entity-header-end-internal): New function.
911         (mime-entity-body-start-internal): New function.
912         (mime-entity-body-end-internal): New function.
913         (mime-entity-node-id-internal): New function.
914         (mime-entity-content-type-internal): New function.
915         (mime-entity-content-disposition-internal): New function.
916         (mime-entity-encoding-internal): New function.
917         (mime-entity-original-header-internal): New function.
918         (mime-entity-children-internal): New function.
919         (mime-entity-parsed-header-internal): New function.
920         (mime-entity-set-original-header-internal): Renamed from
921         `mime-entity-set-original-header'.
922         (mime-entity-set-children-internal): Renamed from
923         `mime-entity-set-children'.
924         (mime-entity-set-parsed-header-internal): Renamed from
925         `mime-entity-set-parsed-header'.  Move `mime-entity-SLOT'
926         functions to mime.el.
927
928 1998-06-25  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
929
930         * mime-ja.sgml (CVS): Fix typo.
931
932 1998-06-24  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
933
934         * mime-parse.el (mime-parse-encapsulated): New function.
935         (mime-parse-message): Use `mime-parse-encapsulated'.
936
937 1998-06-24  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
938
939         * mime-def.el (mime-entity-set-children): New function.
940
941         * mime-parse.el (mime-parse-multipart): Change interface.
942         (mime-parse-message): Use `mime-entity-set-children'.
943
944 1998-06-24  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
945
946         * mime.el (mime-read-field): Fix typo.
947
948 \f
949 1998-06-24  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
950
951         * FLIM: Version 1.6.0 (Ogura) was released.
952
953         * mime-ja.sgml (Entity Attributes): New section.
954
955         * mime-ja.sgml (Entity as node in message): Add description of
956         `mime-find-entity-from-number' and
957         `mime-find-entity-from-node-id'.
958
959         * mime.el (mime-find-entity-from-number): New function.
960         (mime-find-entity-from-node-id): New function.
961         (mime-entity-parent): New function (moved from SEMI MIME-View).
962         (mime-entity-uu-filename): New function (moved from SEMI
963         MIME-View).
964         (mime-entity-filename): New function (moved from SEMI MIME-View).
965
966         * mime-def.el (mime-uuencode-encoding-name-list): New variable.
967
968 1998-06-24  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
969
970         * mime-ja.sgml: Modify for FLIM 1.6.
971
972         * mime.el (mime-fetch-field): New function; abolish
973         `mime-entity-fetch-field'.
974         (mime-read-field): New function; abolish `mime-entity-read-field'.
975
976 1998-06-23  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
977
978         * mime-ja.sgml, mime-ja.texi: New files.
979
980 1998-06-22  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
981
982         * mime-parse.el (mime-parse-message): Would error if empty body.
983
984 \f
985 1998-06-22  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
986
987         * FLIM: Version 1.5.0 (Mukaijima) was released.
988
989 1998-06-21  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
990
991         * README.en (What's FLIM): Modify for mime.el.
992
993         * FLIM-ELS (flim-modules): Add `mime'.
994
995         * mime-lib.el: Move every definitions to mime.el.
996
997         * mime.el: New module (renamed from mime-lib.el).
998
999 1998-06-21  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1000
1001         * mime-lib.el: Add autoload setting for eword-encode.el.
1002
1003         * mime-lib.el (mime-entity-content): New function.
1004
1005 1998-06-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1006
1007         * mel.el: Abolish constant `mel-version'.
1008
1009         * mel.el (mime-string-decoding-method-alist): New variable.
1010         (mime-decode-string): New function.
1011
1012 1998-06-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1013
1014         * mel-b.el (base64-external-decode-string): New function.
1015         (base64-decode-string): New function.
1016
1017 1998-06-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1018
1019         * mel-q.el (quoted-printable-decode-string): New implementation.
1020
1021 1998-06-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1022
1023         * mel-q.el (quoted-printable-internal-decode-region): New
1024         implementation.
1025
1026 1998-06-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1027
1028         * mel-q.el (q-encoding-decode-string): Use
1029         `quoted-printable-hex-char-to-num'.
1030
1031         * mel-q.el (quoted-printable-hex-char-to-num): New function.
1032         (quoted-printable-decode-string): Use
1033         `quoted-printable-hex-char-to-num'.
1034
1035 1998-06-19  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1036
1037         * mime-def.el, mime-parse.el: Move `mime-message-structure' from
1038         mime-parse.el to mime-def.el.
1039
1040 1998-06-19  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1041
1042         * mime-lib.el, mime-parse.el: Move `mime-root-entity-p' from
1043         mime-parse.el to mime-lib.el.
1044
1045         * mime-lib.el: Add autoload setting for mime-parse.el.
1046
1047 1998-06-19  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1048
1049         * mime-parse.el, mime-def.el: Move `mime-entity-point-min',
1050         `mime-entity-point-max', `mime-entity-media-type',
1051         `mime-entity-media-subtype', `mime-entity-parameters' and
1052         `mime-entity-type/subtype' from mime-parse.el to mime-def.el.
1053
1054         * mime-parse.el, mime-def.el: Move `mime-content-disposition'
1055         reference functions from mime-parse.el to mime-def.el.
1056
1057         * mime-parse.el, mime-def.el: Move structure `mime-content-type'
1058         from mime-parse.el to mime-def.el.
1059
1060 1998-06-19  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1061
1062         * mel-b.el (base64-internal-decode-string): Renamed from
1063         `base64-decode-string'.
1064         (base64-decode-string): New alias for
1065         `base64-internal-decode-string'.
1066
1067 1998-06-19  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1068
1069         * mel-b.el (base64-decode-unit): New function; abolish
1070         `base64-decode-1'.
1071         (base64-decode-string): New implementation.
1072         (base64-internal-decode-region): New implementation.
1073
1074 1998-06-19  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1075
1076         * mime-parse.el (mime-message-structure): New variable.
1077         (mime-parse-buffer): New function.
1078
1079 1998-06-19  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
1080
1081         * mime-def.el: Require 'cl when it is compiled.
1082
1083         * mime-lib.el (mime-entity-read-field): Fix typo.
1084         Use `eword-decode-ignored-field-list'.
1085
1086         * mime-parse.el (mime-parse-multipart): Fix typo.
1087         (mime-parse-message): Parse message/external-body.
1088
1089 \f
1090 1998-06-19  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1091
1092         * FLIM: Version 1.4.1 (Momoyama-Gory\e-Dòmae)\e-A was released.
1093
1094 1998-06-18  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1095
1096         * eword-decode.el (mime-insert-decoded-header): Fix typo.
1097
1098 \f
1099 1998-06-18  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1100
1101         * FLIM: Version 1.4.0 (Kintetsu-Tanbabashi) was released.
1102
1103 1998-06-18  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1104
1105         * README.en (What's FLIM): Add description about mime-lib.el and
1106         mime-parse.el.
1107
1108 1998-06-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1109
1110         * mime-parse.el: Require 'cl when it is compiled.
1111
1112         * eword-decode.el (eword-visible-field-p): New function.
1113         (mime-insert-decoded-header): Use `eword-visible-field-p'.
1114
1115 1998-06-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1116
1117         * mime-def.el (mime-library-version-string): Renamed from
1118         `mime-spadework-module-version-string'.
1119
1120         * mime-parse.el: New file; moved from SEMI layer.
1121
1122         * FLIM-ELS (flim-modules): Add `mime-parse'.
1123
1124 1998-06-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1125
1126         * FLIM-ELS (flim-modules): Add `mime-lib'.
1127
1128         * mime-lib.el: New module.
1129
1130         * mime-def.el (mime-entity): Add new slots for original-header and
1131         parsed-header.
1132         (mime-entity-set-original-header): New function.
1133         (mime-entity-set-parsed-header): New function.
1134
1135 1998-06-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1136
1137         * mime-def.el (mime-entity-number): New function (moved from SEMI
1138         layer).
1139
1140 1998-06-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1141
1142         * mime-def.el: Move definition of structure `mime-entity' from
1143         SEMI layer.
1144
1145 1998-06-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1146
1147         * eword-decode.el (eword-decode-ignored-field-list): Capitalize
1148         default value.
1149         (eword-decode-structured-field-list): Capitalize default value.
1150         (eword-decode-header): Regularize field name by `capitalize'.
1151         (mime-insert-decoded-header): New function.
1152
1153 1998-06-15  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1154
1155         * mailcap.el (mailcap-file): Use `defcustom'.
1156
1157 \f
1158 1998-06-01  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1159
1160         * FLIM: Version 1.3.0 (Fushimi) was released.
1161
1162 1998-05-28  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1163
1164         * std11.el (std11-fetch-field): New function.
1165         (std11-field-body): Use 'std11-fetch-field.
1166
1167 1998-05-28  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1168
1169         * mime-def.el (regexp-*): New function (moved from mime-parse.el
1170         of SEMI (REMI)).
1171         (regexp-or): New function (moved from mime-parse.el of
1172         SEMI (REMI)).
1173
1174         (std11-quoted-pair-regexp): New constant (moved from mime-parse.el
1175         of SEMI (REMI)).
1176         (std11-non-qtext-char-list): New constant (copied from std11.el).
1177         (std11-qtext-regexp): New constant (moved from mime-parse.el of
1178         SEMI (REMI)).
1179         (std11-quoted-string-regexp): New constant (moved from
1180         mime-parse.el of SEMI (REMI)).
1181
1182 \f
1183 1998-05-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1184
1185         * FLIM: Version 1.2.2 (Takeda) was released.
1186
1187         * FLIM-VERSION: New file.
1188
1189 1998-05-15  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1190
1191         * mel-q.el (quoted-printable-internal-encode-region): Use
1192         'looking-at-as-unibyte instead of local binding for
1193         enable-multibyte-characters.
1194
1195 \f
1196 1998-05-09  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1197
1198         * FLIM: Version 1.2.1 (Kamitobaguchi) was released.
1199
1200 1998-05-09  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1201
1202         * mel-q.el (quoted-printable-internal-decode-region): Use
1203         'string-as-multibyte to avoid problem in Emacs 20.3.
1204
1205 1998-05-08  Katsumi Yamaoka   <yamaoka@jpl.org>
1206
1207         * mel-u.el: Use mime-temp-directory instead of TMP.
1208
1209 \f
1210 1998-05-06  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1211
1212         * FLIM: Version 1.2.0 (J\e-Dþjò)\e-A was released.
1213
1214         * README.en (What's FLIM): Delete description about
1215         std11-parse.el; add description about mailcap.el.
1216
1217 1998-05-06  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1218
1219         * eword-decode.el (eword-decode-encoded-word-error-handler): New
1220         variable.
1221         (eword-decode-encoded-word-default-error-handler): New function.
1222         (eword-decode-encoded-word): Use
1223         'eword-decode-encoded-word-error-handler.
1224
1225 1998-05-06  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1226
1227         * mailcap.el: Require 'mime-def.
1228
1229         * mime-def.el (mime-type/subtype-string): New function (moved from
1230         semi/mime-parse.el).
1231
1232 1998-05-06  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1233
1234         * std11-parse.el: Abolish std11-parse.el.
1235
1236         * FLIM-ELS (flim-modules): Abolish 'std11-parse.
1237
1238         * eword-decode.el: Require 'std11 instead of 'std11-parse.
1239
1240         * std11.el: Merge std11-parse.el.
1241
1242 1998-05-06  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1243
1244         * mime-def.el (mime-temp-directory): Use 'defcustom.
1245
1246         * mel-u.el: Require 'mime-def instead of 'mel.
1247
1248         * mime-def.el (mime-temp-directory): New variable (moved from
1249         mel.el).
1250
1251         * mel.el: Move definition of 'mime-temp-directory to mime-def.el.
1252
1253 1998-05-06  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1254
1255         * mailcap.el (mailcap-format-command): New function.
1256
1257         * mailcap.el (mailcap-look-at-mtext): Don't strip quoted character
1258         again.
1259
1260 \f
1261 1998-05-05  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1262
1263         * FLIM: Version 1.1.0 (T\e-Dòji)\e-A was released.
1264
1265 1998-05-04  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1266
1267         * mime-def.el (quoted-printable-hex-chars): New constant.
1268         (quoted-printable-octet-regexp): New constant.
1269
1270         * mel-q.el, eword-decode.el: Move definition of constant
1271         'quoted-printable-hex-chars and 'quoted-printable-octet-regexp to
1272         mime-def.el.
1273
1274 1998-05-03  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1275
1276         * mailcap.el (mailcap-look-at-mtext): Strip quoted character.
1277
1278 1998-05-03  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1279
1280         * mailcap.el (mailcap-look-at-mtext): Fix typo.
1281
1282 1998-05-03  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1283
1284         * FLIM-ELS (flim-modules): Add mailcap.
1285
1286         * mailcap.el: New file (copied from SEMI).
1287
1288 1998-04-23  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
1289
1290         * eword-decode.el (eword-decode-ignored-field-list): Add
1291         `received'.
1292         
1293         * mel.el (mime-temp-directory): Use TMPDIR, TMP, or TEMP
1294         environment variables.
1295
1296 \f
1297 1998-04-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1298
1299         * FLIM: Version 1.0.1 (Ky\e-Dòto)\e-A was released.
1300
1301         * mime-def.el (mime-spadework-module-version-string): New
1302         constant.
1303
1304         * eword-encode.el: Abolish constant 'eword-encode-version.
1305
1306         * eword-decode.el: Abolish constant 'eword-decode-version.
1307
1308 1998-04-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1309
1310         * eword-encode.el (eword-encode-divide-into-charset-words): Use
1311         'char-length or 'char-next-index instead of 'char-bytes.
1312         (tm-eword::encode-string-1): Use 'char-next-index instead of
1313         'char-bytes.
1314
1315 1998-04-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1316
1317         * mel.el (base64-dl-module): Must check base64.so actually exists.
1318
1319 \f
1320 1998-04-13  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1321
1322         * FLIM: Version 1.0.0 was released.
1323
1324         * README.en: Modify for FLIM.
1325
1326         * ChangeLog: New file.
1327
1328 1998-04-13  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1329
1330         * FLIM-CFG, FLIM-ELS, FLIM-MK: New files.
1331
1332         * Makefile: Modify for FLIM.
1333
1334 1998-04-10  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1335
1336         * Makefile: New file.
1337
1338         * mime-def.el, std11-parse.el, std11.el, eword-decode.el,
1339         eword-encode.el: Copied from MEL, SEMI (mime-def.el
1340         eword-decode.el eword-encode.el) and APEL (std11-parse.el
1341         std11.el).