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