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