* mel-b-ccl.el (mel-ccl-decode-b): Use `define-ccl-program'
[elisp/flim.git] / ChangeLog
1 1998-11-13  Tanaka Akira  <akr@jaist.ac.jp>
2
3         * mel-b-ccl.el (mel-ccl-decode-b): Use `define-ccl-program'
4         instead of `define-long-ccl-program'.
5
6 1998-11-12  Tanaka Akira  <akr@jaist.ac.jp>
7
8         * FLIM-ELS: (flim-modules): Install mel-b-ccl.el for
9         mule-2.3@19.34.
10
11         * mel-b-ccl.el (mel-ccl-decode-b): Check `ccl-cascading-read' to
12         select implementation.
13         (mel-ccl-encode-b): Use `define-long-ccl-program' to define.
14         (mel-ccl-encode-base64-crlf-crlf): Ditto.
15         (mel-ccl-encode-base64-crlf-lf): Ditto.
16
17 1998-11-12  Tanaka Akira  <akr@jaist.ac.jp>
18
19         * FLIM-ELS: (flim-modules): Do not install mel-b-ccl.el for
20         mule-2.3@19.34.
21
22 1998-11-12  Tanaka Akira  <akr@jaist.ac.jp>
23
24         * mel-q-ccl.el (mel-ccl-encode-quoted-printable-generic): workaround 
25         for mule-2.3@19.34.
26
27 1998-11-12  Tanaka Akira  <akr@jaist.ac.jp>
28
29         * mel.el (mel-b-builtin): New variable.
30
31 1998-11-10  Tanaka Akira  <akr@jaist.ac.jp>
32
33         * FLIM-ELS: require 'pccl.
34         (flim-modules): Check CCL availability by broken facility.
35
36 1998-11-08  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
37
38         * eword-decode.el (eword-decode-structured-field-body): New
39         implementation; abolish optional argument `must-unfold'; delete
40         DOC-string.
41         (eword-decode-and-unfold-structured-field-body): Renamed from
42         `eword-decode-and-unfold-structured-field'; delete DOC-string.
43         (eword-decode-and-fold-structured-field-body): Renamed from
44         `eword-decode-and-fold-structured-field'; abolish optional
45         argument `must-unfold'; delete DOC-string.
46         (eword-decode-unstructured-field-body): Abolish optional argument
47         `must-unfold'; delete DOC-string.
48         (eword-decode-and-unfold-unstructured-field-body): Renamed from
49         `eword-decode-and-unfold-unstructured-field'; delete DOC-string.
50         (eword-decode-unfolded-unstructured-field-body): New function.
51
52 1998-11-08  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
53
54         * mmgeneric.el (mime-insert-header-from-buffer): Use
55         `mime-find-field-presentation-method' and
56         `mime-find-field-decoder-internal'.
57
58         * eword-decode.el (mime-find-field-presentation-method): New
59         macro.
60         (mime-find-field-decoder-internal): New function.
61         (mime-find-field-decoder): New implementation (use
62         mime-find-field-decoder-internal).
63         (mime-decode-header-in-region): Use
64         `mime-find-field-presentation-method' and
65         `mime-find-field-decoder-internal'.
66
67 1998-11-08  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
68
69         * mmgeneric.el (mime-insert-header-from-buffer): Rename
70         field-presentation-mode `folding' to `wide'.
71
72         * eword-decode.el: Rename field-presentation-modes from `native',
73         `folding', `unfolding', `unfolding-xover' to `plain', `wide',
74         `summary', `nov'.
75
76 1998-11-07  Tanaka Akira  <akr@jaist.ac.jp>
77
78         * eword-decode.el (mime-set-field-decoder): Add mode `unfolding-xover'.
79         (mime-find-field-decoder): Ditto.
80
81 1998-11-04  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
82
83         * eword-encode.el (eword-encode-phrase-route-addr-to-rword-list):
84         Don't delete the front spaces.
85         (eword-encode-addresses-to-rword-list): Don't supplement space;
86         use `nconc' instead of `append'.
87         (eword-encode-msg-id-to-rword-list): Supplement the front space;
88         use `nconc' instead of `append'.
89
90 1998-11-02  Tanaka Akira  <akr@jaist.ac.jp>
91
92         * eword-decode.el (mime-field-decoder-cache): New variable.
93         (mime-find-field-decoder): Use `mime-field-decoder-cache'.
94         (mime-update-field-decoder-cache): New variable.
95         (mime-update-field-decoder-cache): New function.
96         (mime-decode-header-in-region): Use `mime-field-decoder-cache'.
97
98         * mmgeneric.el (mime-insert-header-from-buffer): Use
99         `mime-field-decoder-cache'.
100
101 1998-11-02  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
102
103         * eword-decode.el (mime-decode-header-in-region): New function.
104         (mime-decode-header-in-buffer): Use function
105         `mime-decode-header-in-region'.
106
107 1998-10-28  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
108
109         * mmgeneric.el (mime-insert-header-from-buffer): Refer
110         `mime-field-decoder-alist' instead of hard-coding.
111
112         * mime.el (mime-read-field): Use `mime-decode-field-body'.
113
114         * eword-decode.el (eword-decode-and-unfold-structured-field): Add
115         optional dummy argument `start-column' and `max-column'.
116         (eword-decode-structured-field-body): Change interface.
117         (eword-decode-unstructured-field-body): Change interface to add
118         optional dummy argument `start-column' and `max-column'.
119         (eword-decode-and-unfold-unstructured-field): Add optional dummy
120         argument `start-column' and `max-column'.
121         (mime-field-decoder-alist): New variable; abolish user option
122         `eword-decode-ignored-field-list' and
123         `eword-decode-structured-field-list'.
124         (mime-set-field-decoder): New function.
125         (mime-find-field-decoder): New function.
126         (mime-decode-field-body): New function; abolish function
127         `eword-decode-field-body'.
128         (mime-decode-header-in-buffer): Renamed from
129         `eword-decode-header'; refer `mime-field-decoder-alist' instead of
130         hard-coding; add obsolete alias `eword-decode-header'.
131
132 1998-10-28  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
133
134         * mime-def.el: Avoid compile error when ediff is missing.
135
136 \f
137 1998-10-28  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
138
139         * FLIM: Version 1.11.3 (Saidaiji) was released.
140
141 1998-10-27  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
142
143         * VERSION: New file (Renamed from FLIM-VERSION).
144
145 1998-10-27  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
146
147         * eword-encode.el (eword-encode-char-type): Return nil for ?\n.
148
149 1998-10-27  Tanaka Akira      <akr@jaist.ac.jp>
150
151         * eword-encode.el (eword-encode-field-body): Unfold `field-body'.
152
153 1998-10-27  Yoshiki Hayashi   <g740685@komaba.ecc.u-tokyo.ac.jp>
154
155         * README.ja: Update.
156
157 \f
158 1998-10-26  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
159
160         * FLIM: Version 1.11.2 (Heij\e-Dò)\e-A was released.
161
162         * NEWS (Abolish variable `mime-temp-directory'): New subsection.
163
164         * README.en (Installation): Modify for APEL 9.6.
165
166 1998-10-26  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
167
168         * eword-encode.el (eword-encode-field-body): Don't eliminate
169         top-spaces.
170
171 1998-10-25  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
172
173         * FLIM-ELS (flim-modules): Don't install mel-b-el for Emacs 20.4.
174
175 1998-10-25  Tanaka Akira      <akr@jaist.ac.jp>
176
177         * eword-decode.el (eword-decode-field-body): Refine implementation.
178
179 1998-10-24  Tanaka Akira      <akr@jaist.ac.jp>
180
181         * mel-b-ccl.el, mel-q-ccl.el, mel.el, FLIM-ELS: Divide mel-ccl.el
182         into mel-b-ccl.el and mel-q-ccl.el.
183
184 1998-09-11  Tanaka Akira      <akr@jaist.ac.jp>
185
186         * mel.el (base64-encoded-length): New implementation.
187
188 1998-10-25  Tanaka Akira      <akr@jaist.ac.jp>
189
190         * eword-decode.el (eword-decode-field-body): New function.
191
192 1998-10-25  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
193
194         * eword-encode.el (eword-encode-field-body): Change interface.
195         (eword-encode-header): Use `eword-encode-field-body'; abolish
196         function `eword-encode-field'.
197
198 1998-10-25  Tanaka Akira  <akr@jaist.ac.jp>
199
200         * eword-encode.el (eword-encode-field-body): New function.
201         (eword-encode-field): Use `eword-encode-field-body'.
202
203 1998-10-24  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
204
205         * mel.el, mel-b-el.el, FLIM-ELS: Rename mel-b.el -> mel-b-el.el.
206
207 1998-10-24  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
208
209         * mel-u.el (uuencode-external-decode-region): Use
210         `temporary-file-directory' instead of `mime-temp-directory'.
211         (mime-write-decoded-region): Likewise.
212
213         * mime-def.el: Abolish variable `mime-temp-directory'.
214
215 1998-10-24  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
216
217         * mmgeneric.el (mime-insert-header-from-buffer): New function.
218         (insert-header): Use `mime-insert-header-from-buffer'.
219
220 1998-10-24  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
221
222         * FLIM-ELS: Don't install mel-b-dl.el if the running emacs has
223         builtin base64 encoder/decoder.
224
225         * mel.el: Set up builtin base64 encoder/decoder if they are
226         available.
227
228         * mime-def.el (base64-dl-module): Set nil as initial value if the
229         running emacs has builtin base64 encoder/decoder.
230
231         * mel-b.el: Require `poe' instead of `emu'.
232         (base64-encode-string): Use `defun-maybe'.
233         (base64-encode-region): Likewise.
234         (base64-decode-region): Likewise.
235         (base64-decode-string): Likewise.
236
237         * mel-b-dl.el: Require `poe' instead of `emu'.
238
239 \f
240 1998-10-23  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
241
242         * FLIM: Version 1.11.1 (Takanohara) was released.
243
244 1998-10-22  Yoshiki Hayashi   <g740685@komaba.ecc.u-tokyo.ac.jp>
245
246         * README.ja: New file.
247
248 1998-10-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
249
250         * mime-def.el: Require mcharset.
251
252 1998-10-20  Katsumi Yamaoka   <yamaoka@jpl.org>
253
254         * mel-u.el (mime-write-decoded-region): Fix typo.
255
256         * mime-def.el: Enclose defining procedure for the constants
257         `std11-quoted-pair-regexp', `std11-non-qtext-char-list' and
258         `std11-qtext-regexp' with `eval-and-compile'.
259
260 1998-10-19  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
261
262         * NEWS (Behavior change of `mime-insert-header'): New subsection.
263
264         * mmgeneric.el (insert-header): Include `:' in field-name.
265
266 1998-10-19  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
267
268         * mime-def.el (std11-qtext-regexp): Use `eval-when-compile'; don't
269         use `char-list-to-string'.
270         (std11-quoted-string-regexp): Use `eval-when-compile'.
271         - Use `def-edebug-spec' to define edebug-form-spec of
272           mm-define-method; fix definition of edebug-form-spec of
273           mm-define-method.
274
275 1998-10-18  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
276
277         * mime-en.sgml, mime-ja.sgml (Header encoder/decoder): Add
278         description about `eword-field-encoding-method-alist'.
279
280         * mime-en.sgml (Header encoder/decoder): Modify description about
281         `eword-encode-header'.
282
283         * mime-ja.sgml (Header encoder/decoder): Translate.
284
285 1998-10-18  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
286
287         * mime-en.sgml (entity formatting): Fix typo in description of
288         `default-mime-charset'.
289
290         * mime-en.sgml (Header encoder/decoder): Modify description of
291         `eword-decode-header'.
292
293         * mime-ja.sgml, mime-en.sgml (Header encoder/decoder): fix typo.
294
295         * mime-en.sgml (encoder/decoder): Translate description of
296         `mime-decode-string'.
297
298 1998-10-18  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
299
300         * mime-en.sgml (Content-Disposition parser): Modify description.
301
302         * mime-en.sgml (Content-Type parser): Modify description.
303
304 1998-10-18  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
305
306         * mime-en.sgml (Content-Transfer-Encoding parser): Translate.
307
308 \f
309 1998-10-18  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
310
311         * FLIM: Version 1.11.0 (Yamadagawa) was released.
312
313 1998-10-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
314
315         * mime-ja.sgml, mime-en.sgml (entity formatting): Add description
316         about `mime-insert-text-content'.
317
318 1998-10-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
319
320         * mime-ja.sgml, mime-en.sgml (entity formatting): New node; move
321         `mime-insert-header' from `Entity-header'; move
322         `default-mime-charset' from `custom'.
323
324 1998-10-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
325
326         * mime-en.sgml, mime-ja.sgml (Entity-header): Generic function
327         `mime-insert-decoded-header' was renamed to `mime-insert-header'.
328
329 1998-10-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
330
331         * NEWS: New file.
332
333 1998-10-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
334
335         * mime.el (mime-insert-header): Renamed from
336         `mime-insert-decoded-header'; define `mime-insert-decoded-header'
337         as an obsolete alias.
338
339         * mmgeneric.el, mmcooked.el (insert-header): Renamed from
340         `insert-decoded-header'.
341
342         * README.en (Installation): Add required version of APEL.
343
344 1998-10-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
345
346         * mel-g.el: Require mel.
347
348         * mel-g.el: Require poem instead of emu.
349
350 1998-10-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
351
352         * mime.el (mime-insert-text-content): New generic function.
353
354         * mmcooked.el, mmgeneric.el (insert-text-content): New method.
355
356 1998-10-02  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
357
358         * std11.el (std11-unfold-string): New implementation.
359
360 1998-10-02  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
361
362         * mmgeneric.el: New module.
363
364         * mmbuffer.el: Use `generic' as mother backend.
365
366         * FLIM-ELS (flim-modules): Add mmgeneric.
367
368 1998-10-01  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
369
370         * mime-parse.el (mime-parse-message): Modify for
371         `make-mime-entity-internal'.
372
373         * mime-def.el (make-mime-entity-internal): Change interface to be
374         able to specify original-header and parsed-header.
375
376 1998-09-30  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
377
378         * eword-decode.el (eword-decode-and-unfold-unstructured-field):
379         New function.
380
381 1998-09-30  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
382
383         * mime.el (mime-entity-content-type): New implementation.
384         (mime-entity-content-disposition): New implementation.
385         (mime-entity-encoding): New implementation.
386
387         * mime.el (mime-fetch-field): Refer internal slots for Date,
388         Message-Id and References fields.
389
390         * mime-parse.el (mime-parse-message): Modify for
391         `make-mime-entity-internal'.
392
393         * mime-def.el: Change `mime-entity-*-internal' and
394         `mime-entity-set-*-internal' to macro.
395         (make-mime-entity-internal): Change interface and data format for
396         NOV data; changed to macro.
397         (mime-entity-set-location-internal): New macro.
398         (mime-entity-decoded-subject-internal): New macro.
399         (mime-entity-set-decoded-subject-internal): New macro.
400         (mime-entity-decoded-from-internal): New macro.
401         (mime-entity-set-decoded-from-internal): New macro.
402         (mime-entity-date-internal): New macro.
403         (mime-entity-set-date-internal): New macro.
404         (mime-entity-message-id-internal): New macro.
405         (mime-entity-set-message-id-internal): New macro.
406         (mime-entity-references-internal): New macro.
407         (mime-entity-set-references-internal): New macro.
408         (mime-entity-chars-internal): New macro.
409         (mime-entity-set-chars-internal): New macro.
410         (mime-entity-lines-internal): New macro.
411         (mime-entity-set-lines-internal): New macro.
412         (mime-entity-xref-internal): New macro.
413         (mime-entity-set-xref-internal): New macro.
414         (mime-entity-original-header-internal): Modify for new structure;
415         changed to macro.
416         (mime-entity-set-original-header-internal): Likewise.
417         (mime-entity-parsed-header-internal): Likewise.
418         (mime-entity-set-parsed-header-internal): Likewise.
419         (mime-entity-buffer-internal): Likewise.
420         (mime-entity-set-buffer-internal): Likewise.
421         (mime-entity-header-start-internal): Likewise.
422         (mime-entity-set-header-start-internal): Likewise.
423         (mime-entity-header-end-internal): Likewise.
424         (mime-entity-set-header-end-internal): Likewise.
425         (mime-entity-body-start-internal): Likewise.
426         (mime-entity-set-body-start-internal): Likewise.
427         (mime-entity-body-end-internal): Likewise.
428         (mime-entity-set-body-end-internal): Likewise.
429
430 \f
431 1998-10-14  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
432
433         * FLIM: Version 1.10.5 (Kizugawadai) was released.
434
435         * mel.el: Must require poem.
436
437 \f
438 1998-10-12  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
439
440         * FLIM: Version 1.10.4 (Shin-H\e-Dòsono)\e-A was released.
441
442 1998-10-12  Katsumi Yamaoka   <yamaoka@jpl.org>
443
444         * README.en: Add explanation about `VERSION_SPECIFIC_LISPDIR'.
445
446         * Makefile (install): Add new arg `VERSION_SPECIFIC_LISPDIR'.
447         (elc): Likewise.
448
449         * FLIM-MK (config-flim): Refer to `VERSION_SPECIFIC_LISPDIR'.
450
451         * FLIM-CFG (VERSION_SPECIFIC_LISPDIR): New variable.
452
453 1998-10-12  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
454
455         * mel.el (mel-ccl-module): Require path-util when the running
456         emacs has MULE.
457
458         * mel.el: Don't require emu.
459
460 1998-10-11  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
461
462         * FLIM-ELS: Don't install mel-ccl in anything older than XEmacs 21
463         with MULE.
464
465 \f
466 1998-10-10  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
467
468         * FLIM: Version 1.10.3 (Komada) was released.
469
470         * mel-ccl.el (base64-ccl-write-decoded-region): bind
471         `jka-compr-compression-info-list' with nil.
472
473         * mel-b.el (base64-internal-decoding-limit): Switch default value
474         between XEmacs-mule and other emacsen.
475         Abolish function `base64-decode-string!'.
476         (base64-internal-decode-region): New implementation.
477         (base64-insert-encoded-file): New function.
478         (mime-insert-encoded-file): Use `base64-insert-encoded-file'.
479         (base64-write-decoded-region): New function.
480         (mime-write-decoded-region): Use `base64-write-decoded-region'.
481
482         * mel-b-dl.el (decode-base64-region): Renamed from
483         `base64-decode-region'.
484         (mime-insert-encoded-file): Change temporary-buffer to unibyte
485         representation.  Abolish method `mime-write-decoded-region'
486         because it is slower than CCL based implementation.
487
488 1998-10-09  Tanaka Akira <akr@jaist.ac.jp>
489
490         * mel-ccl.el: Check `ccl-execute-eof-block-on-decoding-some'
491         facility instead of `ccl-execute-eof-block-on-encoding-some'.
492
493 1998-10-09  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
494
495         * mel-b.el (base64-characters): Enclose with `eval-and-compile'.
496
497         * eword-decode.el (eword-encoded-text-regexp): Enclose with
498         `eval-and-compile'.
499         (eword-encoded-word-regexp): Use `eval-when-compile'.
500
501 1998-10-09  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
502
503         * eword-decode.el (eword-max-size-to-decode): New user option.
504         (eword-decode-and-fold-structured-field): Do nothing if size of
505         input is bigger than `eword-max-size-to-decode'.
506
507 1998-10-08  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
508
509         * mel-b.el (base64-numbers): Use `eval-when-compile'.
510
511 1998-10-09  Katsumi Yamaoka   <yamaoka@jpl.org>
512
513         * FLIM-CFG: Use `add-latest-path' instead of `add-path' for adding
514         "custom" to load-path.
515
516 1998-10-09  Katsumi Yamaoka   <yamaoka@jpl.org>
517
518         * mime-def.el (mime-library-product): Enclose with
519         `eval-and-compile'.
520
521         * FLIM-CFG: Add "custom" to load-path.
522
523 \f
524 1998-10-08  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
525
526         * FLIM: Version 1.10.2 (Kintetsu-Miyazu) was released.
527
528         * mime-def.el, mel.el, mel-b-dl.el: Move variable
529         `base64-dl-module' from mel-b-dl.el and mel.el to mime-def.el.
530
531 1998-10-08  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
532
533         * mel.el (mel-ccl-module): New variable; use it to check mel-ccl
534         is available.
535
536         * FLIM-ELS: Don't install mel-ccl for anything older than MULE
537         2.3.
538
539 1998-10-08  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
540
541         * mel-u.el: Use `mel-define-backend' to define "x-uue".
542         Define "x-uuencode" as a clone of "x-uue".
543
544         * Move variable `mel-encoding-module-alist' from mel.el to
545         mime-def.el.
546         
547         * mel.el (mel-find-function): Use function
548         `mel-find-function-from-obarray'.
549         Use `mel-define-backend' to define "7bit", "8bit" and "binary";
550         don't define methods of "8bit" and "binary"; inherit methods from
551         "7bit".
552
553         * mime-def.el (mel-service-list): New variable.
554         (mel-define-service): New implementation.
555         (mel-find-function-from-obarray): New inline function.
556         (mel-copy-method): New inline function.
557         (mel-copy-backend): New inline function.
558         (mel-define-backend): New macro.
559
560 1998-10-08  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
561
562         * mel-u.el: Define method functions of mel.
563         (mime-encode-region): Use `mel-define-method-function'; abolish
564         `uuencode-encode-region'.
565         (mime-decode-region): Use `mel-define-method-function'; abolish
566         `uuencode-decode-region'.
567         (mime-encode-string): New method.
568         (mime-decode-string): New method.
569         (mime-insert-encoded-file): Use `mel-define-method'; abolish
570         `uuencode-insert-encoded-file'.
571         (mime-write-decoded-region): Use `mel-define-method'; abolish
572         `uuencode-write-decoded-region'.
573
574 1998-10-07  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
575
576         * mime-def.el (mel-define-service): Add DOC.
577         (mel-define-method): Add DOC.
578         (mel-define-method-function): Add DOC.
579
580         * mime-en.sgml, mime-ja.sgml: Modify for FLIM 1.10.
581
582 \f
583 1998-10-07  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
584
585         * FLIM: Version 1.10.1 (Miyamaki) was released.
586
587 1998-10-06  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
588
589         * mel-g.el: Define method functions of mel.
590         (mime-encode-region): Use `mel-define-method-function'; abolish
591         `gzip64-encode-region'.
592         (mime-decode-region): Use `mel-define-method-function'; abolish
593         `gzip64-decode-region'.
594         (mime-encode-string): New method.
595         (mime-decode-string): New method.
596         (mime-insert-encoded-file): Use `mel-define-method'; abolish
597         `gzip64-insert-encoded-file'.
598         (mime-write-decoded-region): Use `mel-define-method'; abolish
599         `gzip64-write-decoded-region'.
600
601         * mime-def.el (mime-library-product): New variable; abolish
602         `mime-library-version'.
603         (mime-product-name): New macro.
604         (mime-product-version): New macro.
605         (mime-product-code-name): New macro.
606         (mime-library-version): Renamed from
607         `mime-library-version-string'; use `mime-library-product',
608         `mime-product-name', `mime-product-version' and
609         `mime-product-code-name'.
610
611         * mime-def.el (mm-define-backend): Add DOC.
612         (mm-define-method): Add DOC.
613
614         * mel.el (mime-encoding-list): Modify DOC to add description about
615         optional argument SERVICE.
616
617 1998-10-04  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
618
619         * mime-ja.sgml, mime-en.sgml (mm-backend module): Write
620         description of `mm-define-backend' and `mm-define-method'.
621
622 \f
623 1998-09-29  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
624
625         * FLIM: Version 1.10.0 (K\e-Dòdo)\e-A was released.
626
627         * README.en (What's FLIM): Add mel-ccl.el.
628
629 1998-09-21  Tanaka Akira      <akr@jaist.ac.jp>
630
631         * mel-ccl.el:
632           - Require 'pccl instead of 'emu.
633           - Use `unless-broken' to check facility.
634
635 1998-09-27  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
636
637         * mel.el (mime-encoding-list): New user option (renamed from
638         `mime-content-transfer-encoding-list').
639         (mime-encoding-list): New function.
640         (mime-encoding-alist): New function.
641         (mime-encode-region): Use `mime-encoding-alist' for completion.
642         (mime-decode-region): Likewise.
643         (mime-insert-encoded-file): Likewise.
644         (mime-write-decoded-region): Likewise.
645
646 1998-09-24  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
647
648         * eword-decode.el (eword-decode-structured-field-list): Add
649         Mail-Followup-To field.
650
651 1998-09-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
652
653         * eword-encode.el (eword-charset-encoding-alist): Add utf-8.
654
655 1998-09-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
656
657         * mel.el (mime-content-transfer-encoding-list): New user option.
658         (mime-encode-region): Use `mime-content-transfer-encoding-list'
659         for completion.
660         (mime-decode-region): Likewise.
661         (mime-insert-encoded-file): Likewise.
662         (mime-write-decoded-region): Likewise.
663
664         * mel.el (mime-write-decoded-region): fix typo.
665
666 1998-09-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
667
668         * mime-def.el (mel-define-method-function): Don't override.
669
670 1998-09-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
671
672         * mel.el, mel-ccl.el, FLIM-ELS: Add mel-ccl.el.
673
674 1998-09-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
675
676         * mel-dl.el, README.en, FLIM-ELS: Rename mel-dl.el to mel-b-dl.el.
677
678         * mel.el: - Rename mel-dl.el to mel-b-dl.el.
679                   - Move `mel-define-service' to mime-def.el.
680
681         * mime-def.el (mel-define-service): New macro (moved from mel.el);
682         fixed problem in Emacs.
683         (mel-define-method): Use `mel-define-service'.
684         (mel-define-method-function): Use `mel-define-service'.
685
686 1998-09-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
687
688         * mel.el (mime-encode-region): Don't regard nil encoding as
689         "7bit".
690
691 1998-09-19  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
692
693         * eword-encode.el (eword-encode-text): Use
694         `encoded-text-encode-string'.
695         (tm-eword::encoded-word-length): `q-encoding-encoded-length' was
696         renamed to `Q-encoded-text-length'.
697
698         * eword-decode.el: Move `base64-token-regexp',
699         `base64-token-padding-regexp', `eword-B-encoded-text-regexp' and
700         `eword-Q-encoded-text-regexp' to mime-def.el.
701         (eword-decode-encoded-text): Use `encoded-text-decode-string'.
702
703         * mel-q.el: Define method functions of mel.
704         (mime-insert-encoded-file): Use `mel-define-method'; abolish
705         `quoted-printable-insert-encoded-file'.
706         (mime-write-decoded-region): Use `mel-define-method'; abolish
707         `quoted-printable-write-decoded-region'.
708         - Move `q-encoding-printable-char-p' and
709         `q-encoding-encoded-length' to mel.el.
710
711         * mel-b.el: Define method functions of mel.
712         (mime-insert-encoded-file): Use `mel-define-method'; abolish
713         `base64-insert-encoded-file'.
714         (mime-write-decoded-region): Use `mel-define-method'; abolish
715         `base64-write-decoded-region'.  
716         - Move `base64-encoded-length' to mel.el.
717
718         * mel-dl.el (base64-encode-region): Define directly (abolish
719         `base64-dl-encode-region').
720         (base64-decode-region): Define directly (abolish
721         `base64-dl-decode-region').  Define method functions of mel.
722         (mime-insert-encoded-file): Use `mel-define-method'; abolish
723         `base64-insert-encoded-file'; don't use external encoder.
724         (mime-write-decoded-region): Use `mel-define-method'; abolish
725         `base64-write-decoded-region'; don't use external decoder.
726         - Move `base64-encoded-length' to mel.el.
727
728         * mime.el: Move `mm-arglist-to-arguments' to mime-def.el.
729
730         * mime-def.el (base64-token-regexp): New constant (moved from
731         eword-decode.el).
732         (base64-token-padding-regexp): Likewise.
733         (B-encoded-text-regexp): New constant (moved from eword-decode.el,
734         and renamed from `eword-B-encoded-text-regexp').
735         (Q-encoded-text-regexp): New constant (moved from eword-decode.el,
736         and renamed from `eword-Q-encoded-text-regexp'.
737         (mm-arglist-to-arguments): New function (moved from mime.el).
738         (mel-define-method): New macro.
739         (mel-define-method-function): New macro.
740         (mel-define-function): New macro.
741
742         * mel.el (mel-encoding-module-alist): New variable.
743         (mel-use-module): New function.
744         (mel-find-function): New function.
745         (mel-define-service): New macro.
746         (mime-encode-region): Use `mel-find-function'; abolish variable
747         `mime-encoding-method-alist'.
748         (mime-decode-region): Use `mel-find-function'; abolish variable
749         `mime-decoding-method-alist'.
750         (mime-decode-string): Use `mel-find-function'; abolish variable
751         `mime-string-decoding-method-alist'.
752         (encoded-text-encode-string): New function.
753         (encoded-text-decode-string): New function.
754         (base64-encoded-length): New function (moved from mel-b.el and
755         mel-dl.el).
756         (Q-encoding-printable-char-p): New function (moved from mel-q.el,
757         and renamed from `q-encoding-printable-char-p').
758         (Q-encoded-text-length): New function (moved from mel-q.el, and
759         renamed from `q-encoding-encoded-length').
760         (mime-insert-encoded-file): Use `mel-find-function'; abolish
761         variable `mime-file-encoding-method-alist'.
762         (mime-write-decoded-region): Use `mel-find-function'; abolish
763         variable `mime-file-decoding-method-alist'.
764
765 1998-09-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
766
767         * mel-b.el (base64-internal-encoding-limit): modify :type.
768         (base64-internal-decoding-limit): Change initial value to 70000;
769         modify :type.
770
771         * mel-b.el (base64-decode-string!): Renamed from
772         `base64-internal-decode-string!'.
773
774 1998-09-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
775
776         * mel-b.el (base64-characters): New constant.
777         (base64-num-to-char): Use `base64-characters'.
778         (base64-numbers): Use `base64-characters'.
779         (base64-internal-decode): Modify calculation third byte.
780
781         * mel-dl.el (base64-dl-encode-string): New alias.
782         (base64-dl-decode-string): New alias.
783         (base64-dl-encode-region): Renamed from `base64-encode-region';
784         don't save-excursion and save-restriction.
785         (base64-dl-decode-region): Renamed from `base64-decode-region';
786         don't save-excursion and save-restriction; convert all at once.
787         (base64-encode-region): New alias.
788         (base64-decode-region): New alias.
789
790         * mel-b.el (base64-internal-decode): New function.
791         (base64-internal-decode-string): Use `base64-internal-decode'.
792         (base64-internal-decode-string!): New function.
793         (base64-internal-decode-region): Use
794         `base64-internal-decode-string!' instead of
795         `base64-internal-decode-string'.
796
797 1998-09-15  Tanaka Akira  <akr@jaist.ac.jp>
798
799         * mel-b.el (base64-numbers): Fix a position of 63.
800
801 1998-09-15  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
802
803         * mel-b.el (base64-numbers): New constant.
804         (base64-char-to-num): New macro.
805         (base64-internal-decode-string): Don't use memq.
806
807 1998-09-15  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
808
809         * mel-b.el (base64): New group.
810         (base64-external-encoder): Now a user option.
811         (base64-external-decoder): Now a user option.
812         (base64-external-decoder-option-to-specify-file): Now a user
813         option.
814         (base64-internal-encoding-limit): Now a user option.
815         (base64-internal-decoding-limit): Now a user option.
816
817         * mel-b.el (base64-internal-decode-string): New implementation;
818         abolish function `base64-decode-unit'.
819
820 1998-09-15  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
821
822         * README.en (Installation): Fix typo.
823
824 \f
825 1998-09-15  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
826
827         * FLIM: Version 1.9.2 (Shin-Tanabe) was released.
828
829         * README.en (Installation): Add `install as a XEmacs package'.
830
831 1998-09-15  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
832
833         * mime-en.sgml (Encoding Method): Translate.
834
835 1998-09-15  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
836
837         * eword-encode.el (eword-encode-msg-id-to-rword-list): New
838         function.
839         (eword-encode-in-reply-to-to-rword-list): New function.
840         (eword-encode-in-reply-to): New function.
841         (eword-encode-field): Use `eword-encode-in-reply-to' for
842         `In-Reply-To' field.
843
844         * std11.el (std11-parse-in-reply-to): New function.
845
846 1998-09-14  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
847
848         * eword-decode.el (eword-decode-structured-field-list): Add
849         `User-Agent'.
850
851 1998-09-11  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
852
853         * Makefile (package): Don't update auto-autoloads.el and
854         custom-load.el.
855
856         * FLIM-MK (compile-flim-package): Update auto-autoloads.el and
857         custom-load.el.
858
859 1998-09-11  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
860
861         * mime-def.el: Abolish function `butlast' and `nbutlast'.
862
863         * mime-def.el (mime-library-version): New constant.
864         (mime-library-version-string): Refer `mime-library-version'.
865
866 1998-09-11  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
867
868         * Makefile (XEMACS): New variable.
869         (PACKAGEDIR): New variable.
870         (package): New target.
871         (install-package): New target.
872
873         * FLIM-CFG (PACKAGEDIR): New variable.
874
875         * FLIM-MK (config-flim-package): New function.
876         (compile-flim-package): New function.
877         (install-flim-package): New function.
878
879 1998-09-10  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
880
881         * mime-en.sgml (Content-Type field): Translate.
882         (mime-content-type): Translate.
883         (Content-Type parser): Translate.
884         (Content-Disposition): Translate.
885         (mime-content-disposition): Translate.
886         (Content-Disposition parser): Translate.
887
888 1998-09-10  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
889
890         * Makefile (GOMI): Add Texinfo related garbages.
891         (clean): Delete historical setting.
892
893 1998-09-03  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
894
895         * mime-en.sgml (mm-backend): Translate.
896         (Request for entity): Likewise.
897         (mm-backend module): Likewise.
898
899         * mime.el (mime-entity-send): Add DOC-string.
900
901 1998-09-01  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
902
903         * mime-en.sgml (Entity hierarchy): Translate.
904
905 1998-09-01  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
906
907         * mime-en.sgml, mime-ja.sgml (Entity): Rearrangement.
908
909 \f
910 1998-08-31  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
911
912         * FLIM: Version 1.9.1 (Tonosh\e-Dò)\e-A was released.
913
914         * mime-en.sgml (mm-backend): Translate a little.
915
916 1998-08-31  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
917
918         * eword-encode.el (eword-encode-default-start-column): New user
919         option.
920         (eword-encode-string): Use `eword-encode-default-start-column'.
921         (eword-encode-address-list): Likewise.
922         (eword-encode-structured-field-body): Likewise.
923         (eword-encode-unstructured-field-body): Likewise.
924
925 1998-08-31  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
926
927         * eword-encode.el (eword-encode): New group.
928         (eword-field-encoding-method-alist): Now a user option (was:
929         variable).
930
931 1998-08-31  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
932
933         * eword-encode.el: Rename `tm-eword::mailbox-to-rwl' ->
934         `eword-encode-mailbox-to-rword-list'.
935
936         * eword-encode.el: Rename `tm-eword::phrase-to-rwl' ->
937         `eword-encode-phrase-to-rword-list'.
938
939         * eword-encode.el: Rename `eword-addr-spec-to-rwl' ->
940         `eword-encode-addr-spec-to-rword-list'.
941
942         * eword-encode.el: Rename `eword-phrase-route-addr-to-rwl' ->
943         `eword-encode-phrase-route-addr-to-rword-list'.
944
945         * eword-encode.el: Rename `eword-addr-seq-to-rwl' ->
946         `eword-encode-addr-seq-to-rword-list'.
947
948         * eword-encode.el: Rename `tm-eword::split-string' ->
949         `eword-encode-split-string'.
950
951         * eword-encode.el: Rename `tm-eword::addresses-to-rwl' ->
952         `eword-encode-addresses-to-rword-list'.
953
954         * eword-encode.el: Rename `tm-eword::encode-rwl' ->
955         `eword-encode-rword-list'.
956
957         * eword-encode.el (eword-encode-unstructured-field-body): New
958         function.
959         (eword-encode-field): Use `eword-encode-unstructured-field-body'.
960
961 1998-08-31  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
962
963         * eword-encode.el (eword-encode-string): Add DOC-string.
964         (eword-encode-address-list): Likewise.
965         (eword-encode-structured-field-body): Likewise.
966
967         * eword-encode.el (eword-encode-field): Regard `In-Reply-To' as a
968         structured field.
969
970 1998-08-28  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
971
972         * eword-encode.el (eword-encode-field): Use `capitalize' instead
973         of `downcase' for `field-name'.
974
975         * eword-encode.el (eword-encode-structured-field-body): New
976         function.
977         (eword-encode-field): Use `eword-encode-structured-field-body' for
978         "MIME-Version" and "User-Agent" field.
979
980 1998-08-26  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
981
982         * mime-def.el (mm-define-method): Put `edebug-form-spec'.
983
984 1998-08-28  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
985
986         * eword-encode.el (eword-encode-address-list): New function.
987         (eword-encode-field): Use `eword-encode-address-list' instead of
988         `tm-eword::encode-address-list'; abolish
989         `tm-eword::encode-address-list'.
990
991         * eword-encode.el (eword-encode-field): Use `eword-encode-string'
992         instead of `tm-eword::encode-string'; abolish
993         `tm-eword::encode-string'.
994
995         * eword-encode.el: Rename `tm-eword::make-rword' ->
996         `make-ew-rword'; rename `tm-eword::rword-' -> `ew-rword-'.
997
998 1998-08-26  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
999
1000         * mel-b.el (base64-insert-encoded-file): Conditionally use
1001         internal converter. (cf. [tm-ja:3320])
1002         (base64-write-decoded-region): Ditto.
1003
1004 1998-08-25  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1005
1006         * FLIM-ELS (flim-modules): Don't add `mel-dl' unconditionally.
1007
1008 1998-08-25  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1009
1010         * Delete mime-lib.el.
1011
1012 1998-08-10  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1013
1014         * mmbuffer.el (write-entity): `write-region-as-CRLF' was renamed
1015         to `write-region-as-raw-text-CRLF'.
1016
1017 1998-08-07  MORIOKA Tomohiko  <morioka@yo.rim.or.jp>
1018
1019         * mmbuffer.el (write-entity): Use `write-region-as-CRLF' instead
1020         of `write-region-as-binary'.
1021
1022 \f
1023 1998-07-15  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1024
1025         * FLIM: Version 1.9.0 (Terada) was released.
1026
1027 1998-07-10  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1028
1029         * mime-parse.el (mime-parse-multipart): Set message/x-broken if
1030         parsing is failed.
1031
1032 1998-07-10  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1033
1034         * mmbuffer.el (entity-children): Don't use
1035         `mime-entity-children-internal'.
1036
1037         * mime-parse.el (mime-parse-multipart): Modify for
1038         `mime-parse-message'; return children.
1039         (mime-parse-encapsulated): Likewise.
1040         (mime-parse-message): Change interface; delete DOC-string; don't
1041         parse children instantly.
1042         (mime-parse-buffer): Modify for `mime-parse-message'.
1043
1044         * mime-parse.el (mime-parse-message): Delete autoload cookie.
1045
1046         * mime.el: Delete autoload setting for `mime-parse-message'.
1047
1048         * mime-en.sgml, mime-ja.sgml (Entity creation): Delete description
1049         of `mime-parse-message'; modify description of `mime-parse-buffer'
1050         to add `representation-type'.
1051
1052 \f
1053 1998-07-07  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1054
1055         * FLIM-Chao: Version 1.8.0 (Shij\e-Dò)\e-A was released.
1056
1057 1998-07-07  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1058
1059         * mmcooked.el: Abolish method `open'.
1060
1061         * mmbuffer.el (initialize-instance): New method; abolish `open'.
1062         (entity-children): New method.
1063
1064         * mime.el (mime-open-entity): Send `initialize-instance' to
1065         created message.
1066         (mime-entity-children): New implementation.
1067         (mime-entity-parent): New implementation.
1068         (mime-root-entity-p): New implementation.
1069
1070         * mime-parse.el (mime-parse-multipart): Specify current entity as
1071         parent.
1072         (mime-parse-encapsulated): Likewise.
1073         (mime-parse-message): Change interface to specify parent; modify
1074         for `make-mime-entity-internal'.
1075         (mime-parse-buffer): Modify for `mime-parse-message'.
1076
1077         * mime-def.el (make-mime-entity-internal): Change interface; add
1078         format of `mime-entity' to add `parent'.
1079
1080 1998-07-07  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1081
1082         * mmbuffer.el (mime-visible-field-p): Renamed from
1083         `eword-visible-field-p'.
1084
1085 1998-07-07  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1086
1087         * mime.el (mm-arglist-to-arguments): New function.
1088         (mm-define-generic): New macro.
1089         (mime-entity-cooked-p): Use `mm-define-generic'.
1090         (mime-entity-point-min): Use `mm-define-generic'.
1091         (mime-insert-decoded-header): Use `mm-define-generic'.
1092         (mime-entity-content): Use `mm-define-generic'.
1093         (mime-write-entity-content): Use `mm-define-generic'.
1094         (mime-write-entity): Use `mm-define-generic'.
1095         (mime-write-entity-body): Use `mm-define-generic'.
1096
1097 1998-07-07  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1098
1099         * mmbuffer.el (eword-visible-field-p): Moved from mime.el.
1100
1101         * mime.el: Move `eword-visible-field-p' to mmbuffer.el.
1102         (mime-write-entity-body): Change message to `write-body'.
1103
1104 1998-07-07  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1105
1106         * mmcooked.el, mmbuffer.el (open): Renamed from `open-entity'.
1107
1108         * mime.el (mime-open-entity): Change message to `open'.
1109
1110         * mime-def.el (mm-define-backend): Must `copy-alist'.
1111
1112 1998-07-07  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1113
1114         * mmcooked.el, mmbuffer.el: Use `mm-define-backend' and
1115         `mm-define-method'.
1116
1117         * mime.el: Move `mime-entity-implementation-alist' to mime-def.el.
1118         (mime-find-function): New implementation.
1119         (mime-entity-cooked-p): Use `mime-entity-send'.
1120
1121         * mime-def.el (mime-entity-implementation-alist): Moved from
1122         mime.el.
1123         (mm-define-backend): New macro.
1124         (mm-define-method): New macro.
1125
1126 \f
1127 1998-07-05  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1128
1129         * FLIM: Version 1.8.1 (Kutsukawa) was released.
1130
1131 1998-07-04  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1132
1133         * mime-en.sgml, mime-ja.sgml (Entity Attributes): Add description
1134         about `default-encoding' of `mime-entity-encoding'.
1135
1136         * mime-en.texi, mime-en.sgml: New files.
1137
1138         * mime-ja.sgml (media-type): Fix typo.
1139
1140         * mime-ja.sgml (Glossary): Fix order.
1141
1142         * mime-ja.sgml (Entity Attributes): Use <code> tag for nil.
1143
1144         * mime-ja.sgml (Entity Attributes): Fix typo.
1145
1146 1998-07-03  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1147
1148         * mime.el (mime-entity-encoding): Add new optional argument
1149         `default-encoding'; set default encoding if
1150         Content-Transfer-Encoding field is not found.
1151
1152 1998-07-03  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1153
1154         * mmbuffer.el (mmbuffer-write-entity): Use
1155         `mime-entity-buffer-internal', `mmbuffer-entity-point-min' and
1156         `mmbuffer-entity-point-max'.
1157         (mmbuffer-write-entity-body): Use `mime-entity-buffer-internal',
1158         `mime-entity-body-start-internal' and
1159         `mime-entity-body-end-internal'.
1160         (mmbuffer-insert-decoded-header): Use
1161         `mime-entity-buffer-internal', `mime-entity-header-start-internal'
1162         and `mime-entity-header-end-internal'.
1163
1164 \f
1165 1998-07-01  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1166
1167         * FLIM: Version 1.8.0 (\e-DÒkubo)\e-A was released.
1168
1169         * README.en: Delete `How to use'.
1170
1171 1998-07-01  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1172
1173         * mime-ja.sgml (Entity creation): Add reference for `mm-backend'
1174         in description of `mime-open-entity'.
1175
1176         * mime-ja.sgml (mm-backend): New section.
1177
1178 1998-07-01  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1179
1180         * mime-ja.sgml (Entity-header): Modify description about
1181         `mime-insert-decoded-header'.
1182
1183         * mmcooked.el (mmcooked-insert-decoded-header): New function.
1184
1185         * mmbuffer.el (mmbuffer-insert-decoded-header): New function.
1186
1187         * mime.el (mime-insert-decoded-header): Use implementation of
1188         mm-backend; abolish optional argument `code-conversion'.
1189
1190 1998-06-30  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1191
1192         * eword-decode.el (eword-decode-encoded-text): Use
1193         `decode-mime-charset-string'.
1194
1195 1998-06-30  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1196
1197         * mmcooked.el (mmcooked-write-entity-body): New function.
1198
1199         * mmbuffer.el (mmbuffer-write-entity-body): New function.
1200
1201         * mime.el (mime-write-entity-body): Use implementation of
1202         mm-backend.
1203
1204 1998-06-30  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1205
1206         * mmcooked.el (mmcooked-write-entity): New function.
1207
1208         * mmbuffer.el (mmbuffer-write-entity): New function.
1209
1210         * mime.el (mime-write-entity): Use implementation of mm-backend.
1211
1212 1998-06-30  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1213
1214         * mmcooked.el (mmcooked-entity-content): New alias for
1215         `mmbuffer-entity-content'.
1216         (mmcooked-write-entity-content): New function.
1217
1218         * mmbuffer.el (mmbuffer-entity-content): New function.
1219         (mmbuffer-write-entity-content): New function.
1220
1221         * mime.el (mime-entity-send): New function.
1222         (mime-entity-buffer): Use `mime-entity-send'.
1223         (mime-entity-point-min): Likewise.
1224         (mime-entity-point-max): Likewise.
1225         (mime-entity-header-start): Likewise.
1226         (mime-entity-header-end): Likewise.
1227         (mime-entity-body-start): Likewise.
1228         (mime-entity-body-end): Likewise.
1229         (mime-fetch-field): Likewise.
1230         (mime-entity-content): Use implementation of mm-backend.
1231         (mime-write-entity-content): Likewise.
1232
1233 \f
1234 1998-06-30  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1235
1236         * FLIM: Version 1.7.0 (Iseda) was released.
1237
1238         * mime-ja.sgml (Entity creation): Add description of
1239         `mime-open-entity'.
1240         (Entity Attributes): Add description of `mime-entity-cooked-p'.
1241         (Entity-content): Add description of `mime-write-entity-content',
1242         `mime-write-entity' and `mime-write-entity-body'.
1243
1244 1998-06-29  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1245
1246         * mime.el (mime-write-entity-content): New function.
1247
1248 1998-06-28  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1249
1250         * mime.el (mime-write-entity-body): New function.
1251
1252         * mime.el (mime-write-entity): New function.
1253
1254 1998-06-28  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1255
1256         * mime-parse.el (mime-parse-multipart): Change media-type of
1257         entity to application/octet-stream if the first delimiter is not
1258         found.
1259
1260 1998-06-28  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1261
1262         * FLIM-ELS (flim-modules): Add `mmbuffer' and `mmcooked'.
1263
1264         * mmcooked.el: New file.
1265
1266         * mmbuffer.el: New file.
1267
1268         * mime.el (mime-entity-implementation-alist): New variable.
1269         (mime-find-function): New function.
1270         (mime-open-entity): New function.
1271         (mime-entity-function): New function.
1272         (mime-entity-cooked-p): New function.
1273         (mime-entity-buffer): Use backend-module.
1274         (mime-entity-point-min): Likewise.
1275         (mime-entity-point-max): Likewise.
1276         (mime-entity-header-start): Likewise.
1277         (mime-entity-header-end): Likewise.
1278         (mime-entity-body-start): Likewise.
1279         (mime-entity-body-end): Likewise.
1280         (mime-fetch-field): Likewise.
1281
1282         * mime-parse.el (mime-parse-message): New optional argument
1283         `representation-type'.
1284         (mime-parse-buffer): Likewise.
1285
1286         * mime-def.el: Change format of mime-entity-internal to add
1287         `representation-type' and `location'.
1288
1289 \f
1290 1998-06-28  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1291
1292         * FLIM-Chao: Version 1.7.0 (Goj\e-Dò)\e-A was released.
1293
1294 1998-06-26  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1295
1296         * mime-ja.sgml: Modify for FLIM 1.7.
1297
1298         * mime.el (mime-entity-number): Add DOC.
1299
1300 1998-06-26  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1301
1302         * mime.el (mime-entity-encoding): New implementation.
1303
1304         * mime-parse.el (mime-parse-message): Abolish argument `encoding'.
1305
1306         * mime-def.el (make-mime-entity-internal): Abolish argument
1307         `encoding'.
1308         (mime-entity-set-encoding-internal): New function.
1309
1310 1998-06-26  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1311
1312         * mime.el (mime-entity-content-disposition): New implementation.
1313
1314         * mime-parse.el (mime-parse-message): Don't parse
1315         Content-Disposition.
1316
1317         * mime-def.el (make-mime-entity-internal): Delete argument
1318         `content-disposition'.
1319         (mime-entity-set-content-disposition-internal): New function.
1320
1321 1998-06-25  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1322
1323         * eword-decode.el: Move function `eword-visible-field-p' and
1324         `mime-insert-decoded-header' to mime.el.
1325
1326         * mime-parse.el: Use internal functions of mime-entity.
1327
1328         * mime.el (mime-entity-children): Moved from mime-def.el; use
1329         `mime-entity-children-internal'.
1330         (mime-entity-node-id): Moved from mime-def.el; use
1331         `mime-entity-node-id-internal'.
1332         (mime-entity-number): Moved from mime-def.el; use
1333         `mime-entity-node-id-internal'.
1334         (mime-entity-buffer): Moved from mime-def.el; use
1335         `mime-entity-buffer-internal'.
1336         (mime-entity-point-min): Moved from mime-def.el; use
1337         `mime-entity-header-start-internal'.
1338         (mime-entity-point-max): Moved from mime-def.el; use
1339         `mime-entity-body-end-internal'.
1340         (mime-entity-header-start): Moved from mime-def.el; use
1341         `mime-entity-header-start-internal'.
1342         (mime-entity-header-end): Moved from mime-def.el; use
1343         `mime-entity-header-end-internal'.
1344         (mime-entity-content-type): Moved from mime-def.el; use
1345         `mime-entity-content-type-internal'.
1346         (mime-entity-content-disposition): Moved from mime-def.el; use
1347         `mime-entity-content-disposition-internal'.
1348         (mime-entity-encoding): Moved from mime-def.el; use
1349         `mime-entity-encoding-internal'.
1350         (mime-fetch-field): Use `mime-entity-original-header-internal' and
1351         `mime-entity-set-original-header-internal'.
1352         (mime-read-field): Use `mime-entity-parsed-header-internal' and
1353         `mime-entity-set-parsed-header-internal'.
1354         (eword-visible-field-p): Moved from eword-decode.el.
1355         (mime-insert-decoded-header): Moved from eword-decode.el.
1356         (mime-entity-body-start): Moved from mime-def.el; use
1357         `mime-entity-body-start-internal'.
1358         (mime-entity-body-end): Moved from mime-def.el; use
1359         `mime-entity-body-end-internal'.
1360         (mime-entity-media-type): Moved from mime-def.el.
1361         (mime-entity-media-subtype): Moved from mime-def.el.
1362         (mime-entity-parameters): Moved from mime-def.el.
1363         (mime-entity-type/subtype): Moved from mime-def.el.
1364
1365         * mime-def.el (make-mime-entity-internal): Renamed from
1366         `make-mime-entity'.
1367         (mime-entity-buffer-internal): New function.
1368         (mime-entity-header-start-internal): New function.
1369         (mime-entity-header-end-internal): New function.
1370         (mime-entity-body-start-internal): New function.
1371         (mime-entity-body-end-internal): New function.
1372         (mime-entity-node-id-internal): New function.
1373         (mime-entity-content-type-internal): New function.
1374         (mime-entity-content-disposition-internal): New function.
1375         (mime-entity-encoding-internal): New function.
1376         (mime-entity-original-header-internal): New function.
1377         (mime-entity-children-internal): New function.
1378         (mime-entity-parsed-header-internal): New function.
1379         (mime-entity-set-original-header-internal): Renamed from
1380         `mime-entity-set-original-header'.
1381         (mime-entity-set-children-internal): Renamed from
1382         `mime-entity-set-children'.
1383         (mime-entity-set-parsed-header-internal): Renamed from
1384         `mime-entity-set-parsed-header'.  Move `mime-entity-SLOT'
1385         functions to mime.el.
1386
1387 1998-06-25  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1388
1389         * mime-ja.sgml (CVS): Fix typo.
1390
1391 1998-06-24  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1392
1393         * mime-parse.el (mime-parse-encapsulated): New function.
1394         (mime-parse-message): Use `mime-parse-encapsulated'.
1395
1396 1998-06-24  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1397
1398         * mime-def.el (mime-entity-set-children): New function.
1399
1400         * mime-parse.el (mime-parse-multipart): Change interface.
1401         (mime-parse-message): Use `mime-entity-set-children'.
1402
1403 1998-06-24  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
1404
1405         * mime.el (mime-read-field): Fix typo.
1406
1407 \f
1408 1998-06-24  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1409
1410         * FLIM: Version 1.6.0 (Ogura) was released.
1411
1412         * mime-ja.sgml (Entity Attributes): New section.
1413
1414         * mime-ja.sgml (Entity as node in message): Add description of
1415         `mime-find-entity-from-number' and
1416         `mime-find-entity-from-node-id'.
1417
1418         * mime.el (mime-find-entity-from-number): New function.
1419         (mime-find-entity-from-node-id): New function.
1420         (mime-entity-parent): New function (moved from SEMI MIME-View).
1421         (mime-entity-uu-filename): New function (moved from SEMI
1422         MIME-View).
1423         (mime-entity-filename): New function (moved from SEMI MIME-View).
1424
1425         * mime-def.el (mime-uuencode-encoding-name-list): New variable.
1426
1427 1998-06-24  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1428
1429         * mime-ja.sgml: Modify for FLIM 1.6.
1430
1431         * mime.el (mime-fetch-field): New function; abolish
1432         `mime-entity-fetch-field'.
1433         (mime-read-field): New function; abolish `mime-entity-read-field'.
1434
1435 1998-06-23  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1436
1437         * mime-ja.sgml, mime-ja.texi: New files.
1438
1439 1998-06-22  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
1440
1441         * mime-parse.el (mime-parse-message): Would error if empty body.
1442
1443 \f
1444 1998-06-22  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1445
1446         * FLIM: Version 1.5.0 (Mukaijima) was released.
1447
1448 1998-06-21  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1449
1450         * README.en (What's FLIM): Modify for mime.el.
1451
1452         * FLIM-ELS (flim-modules): Add `mime'.
1453
1454         * mime-lib.el: Move every definitions to mime.el.
1455
1456         * mime.el: New module (renamed from mime-lib.el).
1457
1458 1998-06-21  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1459
1460         * mime-lib.el: Add autoload setting for eword-encode.el.
1461
1462         * mime-lib.el (mime-entity-content): New function.
1463
1464 1998-06-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1465
1466         * mel.el: Abolish constant `mel-version'.
1467
1468         * mel.el (mime-string-decoding-method-alist): New variable.
1469         (mime-decode-string): New function.
1470
1471 1998-06-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1472
1473         * mel-b.el (base64-external-decode-string): New function.
1474         (base64-decode-string): New function.
1475
1476 1998-06-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1477
1478         * mel-q.el (quoted-printable-decode-string): New implementation.
1479
1480 1998-06-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1481
1482         * mel-q.el (quoted-printable-internal-decode-region): New
1483         implementation.
1484
1485 1998-06-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1486
1487         * mel-q.el (q-encoding-decode-string): Use
1488         `quoted-printable-hex-char-to-num'.
1489
1490         * mel-q.el (quoted-printable-hex-char-to-num): New function.
1491         (quoted-printable-decode-string): Use
1492         `quoted-printable-hex-char-to-num'.
1493
1494 1998-06-19  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1495
1496         * mime-def.el, mime-parse.el: Move `mime-message-structure' from
1497         mime-parse.el to mime-def.el.
1498
1499 1998-06-19  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1500
1501         * mime-lib.el, mime-parse.el: Move `mime-root-entity-p' from
1502         mime-parse.el to mime-lib.el.
1503
1504         * mime-lib.el: Add autoload setting for mime-parse.el.
1505
1506 1998-06-19  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1507
1508         * mime-parse.el, mime-def.el: Move `mime-entity-point-min',
1509         `mime-entity-point-max', `mime-entity-media-type',
1510         `mime-entity-media-subtype', `mime-entity-parameters' and
1511         `mime-entity-type/subtype' from mime-parse.el to mime-def.el.
1512
1513         * mime-parse.el, mime-def.el: Move `mime-content-disposition'
1514         reference functions from mime-parse.el to mime-def.el.
1515
1516         * mime-parse.el, mime-def.el: Move structure `mime-content-type'
1517         from mime-parse.el to mime-def.el.
1518
1519 1998-06-19  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1520
1521         * mel-b.el (base64-internal-decode-string): Renamed from
1522         `base64-decode-string'.
1523         (base64-decode-string): New alias for
1524         `base64-internal-decode-string'.
1525
1526 1998-06-19  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1527
1528         * mel-b.el (base64-decode-unit): New function; abolish
1529         `base64-decode-1'.
1530         (base64-decode-string): New implementation.
1531         (base64-internal-decode-region): New implementation.
1532
1533 1998-06-19  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1534
1535         * mime-parse.el (mime-message-structure): New variable.
1536         (mime-parse-buffer): New function.
1537
1538 1998-06-19  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
1539
1540         * mime-def.el: Require 'cl when it is compiled.
1541
1542         * mime-lib.el (mime-entity-read-field): Fix typo.
1543         Use `eword-decode-ignored-field-list'.
1544
1545         * mime-parse.el (mime-parse-multipart): Fix typo.
1546         (mime-parse-message): Parse message/external-body.
1547
1548 \f
1549 1998-06-19  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1550
1551         * FLIM: Version 1.4.1 (Momoyama-Gory\e-Dòmae)\e-A was released.
1552
1553 1998-06-18  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1554
1555         * eword-decode.el (mime-insert-decoded-header): Fix typo.
1556
1557 \f
1558 1998-06-18  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1559
1560         * FLIM: Version 1.4.0 (Kintetsu-Tanbabashi) was released.
1561
1562 1998-06-18  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1563
1564         * README.en (What's FLIM): Add description about mime-lib.el and
1565         mime-parse.el.
1566
1567 1998-06-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1568
1569         * mime-parse.el: Require 'cl when it is compiled.
1570
1571         * eword-decode.el (eword-visible-field-p): New function.
1572         (mime-insert-decoded-header): Use `eword-visible-field-p'.
1573
1574 1998-06-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1575
1576         * mime-def.el (mime-library-version-string): Renamed from
1577         `mime-spadework-module-version-string'.
1578
1579         * mime-parse.el: New file; moved from SEMI layer.
1580
1581         * FLIM-ELS (flim-modules): Add `mime-parse'.
1582
1583 1998-06-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1584
1585         * FLIM-ELS (flim-modules): Add `mime-lib'.
1586
1587         * mime-lib.el: New module.
1588
1589         * mime-def.el (mime-entity): Add new slots for original-header and
1590         parsed-header.
1591         (mime-entity-set-original-header): New function.
1592         (mime-entity-set-parsed-header): New function.
1593
1594 1998-06-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1595
1596         * mime-def.el (mime-entity-number): New function (moved from SEMI
1597         layer).
1598
1599 1998-06-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1600
1601         * mime-def.el: Move definition of structure `mime-entity' from
1602         SEMI layer.
1603
1604 1998-06-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1605
1606         * eword-decode.el (eword-decode-ignored-field-list): Capitalize
1607         default value.
1608         (eword-decode-structured-field-list): Capitalize default value.
1609         (eword-decode-header): Regularize field name by `capitalize'.
1610         (mime-insert-decoded-header): New function.
1611
1612 1998-06-15  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1613
1614         * mailcap.el (mailcap-file): Use `defcustom'.
1615
1616 \f
1617 1998-06-01  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1618
1619         * FLIM: Version 1.3.0 (Fushimi) was released.
1620
1621 1998-05-28  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1622
1623         * std11.el (std11-fetch-field): New function.
1624         (std11-field-body): Use 'std11-fetch-field.
1625
1626 1998-05-28  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1627
1628         * mime-def.el (regexp-*): New function (moved from mime-parse.el
1629         of SEMI (REMI)).
1630         (regexp-or): New function (moved from mime-parse.el of
1631         SEMI (REMI)).
1632
1633         (std11-quoted-pair-regexp): New constant (moved from mime-parse.el
1634         of SEMI (REMI)).
1635         (std11-non-qtext-char-list): New constant (copied from std11.el).
1636         (std11-qtext-regexp): New constant (moved from mime-parse.el of
1637         SEMI (REMI)).
1638         (std11-quoted-string-regexp): New constant (moved from
1639         mime-parse.el of SEMI (REMI)).
1640
1641 \f
1642 1998-05-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1643
1644         * FLIM: Version 1.2.2 (Takeda) was released.
1645
1646         * FLIM-VERSION: New file.
1647
1648 1998-05-15  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1649
1650         * mel-q.el (quoted-printable-internal-encode-region): Use
1651         'looking-at-as-unibyte instead of local binding for
1652         enable-multibyte-characters.
1653
1654 \f
1655 1998-05-09  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1656
1657         * FLIM: Version 1.2.1 (Kamitobaguchi) was released.
1658
1659 1998-05-09  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1660
1661         * mel-q.el (quoted-printable-internal-decode-region): Use
1662         'string-as-multibyte to avoid problem in Emacs 20.3.
1663
1664 1998-05-08  Katsumi Yamaoka   <yamaoka@jpl.org>
1665
1666         * mel-u.el: Use mime-temp-directory instead of TMP.
1667
1668 \f
1669 1998-05-06  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1670
1671         * FLIM: Version 1.2.0 (J\e-Dþjò)\e-A was released.
1672
1673         * README.en (What's FLIM): Delete description about
1674         std11-parse.el; add description about mailcap.el.
1675
1676 1998-05-06  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1677
1678         * eword-decode.el (eword-decode-encoded-word-error-handler): New
1679         variable.
1680         (eword-decode-encoded-word-default-error-handler): New function.
1681         (eword-decode-encoded-word): Use
1682         'eword-decode-encoded-word-error-handler.
1683
1684 1998-05-06  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1685
1686         * mailcap.el: Require 'mime-def.
1687
1688         * mime-def.el (mime-type/subtype-string): New function (moved from
1689         semi/mime-parse.el).
1690
1691 1998-05-06  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1692
1693         * std11-parse.el: Abolish std11-parse.el.
1694
1695         * FLIM-ELS (flim-modules): Abolish 'std11-parse.
1696
1697         * eword-decode.el: Require 'std11 instead of 'std11-parse.
1698
1699         * std11.el: Merge std11-parse.el.
1700
1701 1998-05-06  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1702
1703         * mime-def.el (mime-temp-directory): Use 'defcustom.
1704
1705         * mel-u.el: Require 'mime-def instead of 'mel.
1706
1707         * mime-def.el (mime-temp-directory): New variable (moved from
1708         mel.el).
1709
1710         * mel.el: Move definition of 'mime-temp-directory to mime-def.el.
1711
1712 1998-05-06  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1713
1714         * mailcap.el (mailcap-format-command): New function.
1715
1716         * mailcap.el (mailcap-look-at-mtext): Don't strip quoted character
1717         again.
1718
1719 \f
1720 1998-05-05  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1721
1722         * FLIM: Version 1.1.0 (T\e-Dòji)\e-A was released.
1723
1724 1998-05-04  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1725
1726         * mime-def.el (quoted-printable-hex-chars): New constant.
1727         (quoted-printable-octet-regexp): New constant.
1728
1729         * mel-q.el, eword-decode.el: Move definition of constant
1730         'quoted-printable-hex-chars and 'quoted-printable-octet-regexp to
1731         mime-def.el.
1732
1733 1998-05-03  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1734
1735         * mailcap.el (mailcap-look-at-mtext): Strip quoted character.
1736
1737 1998-05-03  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1738
1739         * mailcap.el (mailcap-look-at-mtext): Fix typo.
1740
1741 1998-05-03  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1742
1743         * FLIM-ELS (flim-modules): Add mailcap.
1744
1745         * mailcap.el: New file (copied from SEMI).
1746
1747 1998-04-23  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
1748
1749         * eword-decode.el (eword-decode-ignored-field-list): Add
1750         `received'.
1751         
1752         * mel.el (mime-temp-directory): Use TMPDIR, TMP, or TEMP
1753         environment variables.
1754
1755 \f
1756 1998-04-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1757
1758         * FLIM: Version 1.0.1 (Ky\e-Dòto)\e-A was released.
1759
1760         * mime-def.el (mime-spadework-module-version-string): New
1761         constant.
1762
1763         * eword-encode.el: Abolish constant 'eword-encode-version.
1764
1765         * eword-decode.el: Abolish constant 'eword-decode-version.
1766
1767 1998-04-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1768
1769         * eword-encode.el (eword-encode-divide-into-charset-words): Use
1770         'char-length or 'char-next-index instead of 'char-bytes.
1771         (tm-eword::encode-string-1): Use 'char-next-index instead of
1772         'char-bytes.
1773
1774 1998-04-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1775
1776         * mel.el (base64-dl-module): Must check base64.so actually exists.
1777
1778 \f
1779 1998-04-13  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1780
1781         * FLIM: Version 1.0.0 was released.
1782
1783         * README.en: Modify for FLIM.
1784
1785         * ChangeLog: New file.
1786
1787 1998-04-13  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1788
1789         * FLIM-CFG, FLIM-ELS, FLIM-MK: New files.
1790
1791         * Makefile: Modify for FLIM.
1792
1793 1998-04-10  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1794
1795         * Makefile: New file.
1796
1797         * mime-def.el, std11-parse.el, std11.el, eword-decode.el,
1798         eword-encode.el: Copied from MEL, SEMI (mime-def.el
1799         eword-decode.el eword-encode.el) and APEL (std11-parse.el
1800         std11.el).