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