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