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