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