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