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