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