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