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