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