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