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