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