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