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