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