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