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