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