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