2001-07-30 AMAKAWA Shuhei <sa264@cam.ac.uk>
[elisp/flim.git] / ChangeLog
1 2001-07-30  AMAKAWA Shuhei <sa264@cam.ac.uk>
2
3         * smtp.el(smtp-submit-package): Send EHLO after starttls.
4
5 2001-06-01  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
6
7         * FLIM: Version 1.14.3 (Unebigory\e-Dòmae)\e-A released.
8
9 2001-06-01  Katsumi Yamaoka   <yamaoka@jpl.org>
10
11         * mel-b-el.el: Require `pces' for the macro `as-binary-process'
12         when compiling.
13
14         * mel-q.el: Add a comment that the feature `poem' is also required
15         for the macro `as-binary-process'.
16
17 2001-05-31  Shuhei KOBAYASHI  <shuhei@aqua.ocn.ne.jp>
18
19         Merged MIME Parameter Value decoder.
20
21         * mime-parse.el (mime-decode-parameters): Renamed from
22         `mime-decode-parameter-plist'.
23         (mime-decode-parameter-alist): Removed.
24         (mime-decode-alist-to-plist): Ditto.
25
26         * FLIM-API.en (mime-entity-encoding): Abolish optional argument
27         `default-encoding'.
28         (mime-parse-Content-Tranfer-Encoding): Ditto.
29
30 2001-05-02  Shuhei KOBAYASHI  <shuhei@aqua.ocn.ne.jp>
31
32         * eword-decode.el (eword-decode-encoded-word): Don't use `let'.
33
34         * mime-parse.el (mime-decode-parameter-plist): Modified
35         description of return value.
36         (mime-parse-Content-Type): Ditto.
37         (mime-read-Content-Type): Ditto.
38         (mime-parse-Content-Disposition): Ditto.
39         (mime-read-Content-Disposition): Ditto.
40         (mime-parse-Content-Transfer-Encoding): Ditto.
41         (mime-read-Content-Transfer-Encoding): Ditto.
42
43 2001-05-01  Shuhei KOBAYASHI  <shuhei@aqua.ocn.ne.jp>
44
45         * mime-parse.el (mime-parse-parameters): Don't use `equal' for
46         strings.
47         (mime-parse-Content-Type): Ditto.
48
49 2001-04-30  Shuhei KOBAYASHI  <shuhei@aqua.ocn.ne.jp>
50
51         * mime-parse.el (mime-decode-parameter-value): Use one temporary
52         buffer.
53         (mime-decode-parameter-plist): Changed internal data structure.
54
55 2001-04-28  Shuhei KOBAYASHI  <shuhei@aqua.ocn.ne.jp>
56
57         * eword-decode.el (eword-encoded-word-regexp): Match for language.
58         (eword-decode-region): Refer the 7th parens, not 6th.
59         (eword-decode-encoded-word): Extract language information.
60         (eword-decode-encoded-text): New optional argument `language'.
61
62         * mime-def.el (mime-charset-regexp): Updated for RFC2231.
63
64         * mime-parse.el (mime-decode-parameter-plist): Fix regexp.
65         Use symbol for language information.
66
67         * tests/test-rfc2231.el: Renamed all testcases.
68
69 2001-04-27  Shuhei KOBAYASHI  <shuhei@aqua.ocn.ne.jp>
70
71         * mime-parse.el (mime-decode-parameter-value): Don't use
72         `int-char'.
73
74 2001-04-27  Shuhei KOBAYASHI  <shuhei@aqua.ocn.ne.jp>
75
76         * mime.el (mime-entity-read-field): Would capitalize twice.
77
78         * mmbuffer.el (mime-entity-fetch-field): Ditto.
79
80         * mmexternal.el (mime-entity-fetch-field): Ditto.
81
82         * mmgeneric.el (mime-entity-fetch-field): Ditto.
83
84 2001-04-26  Shuhei KOBAYASHI  <shuhei@aqua.ocn.ne.jp>
85
86         * mime-parse.el (mime-decode-parameter-plist): Modified
87         description of return value.
88         (mime-parse-Content-Type): Ditto.
89         (mime-read-Content-Type): Ditto.
90         (mime-parse-Content-Disposition): Ditto.
91         (mime-read-Content-Disposition): Ditto.
92         (mime-read-Content-Transfer-Encoding): Ditto.
93
94 2001-04-25  Shuhei KOBAYASHI  <shuhei@aqua.ocn.ne.jp>
95
96         * mime-parse.el (mime-lexical-analyze): Removed comments.
97
98 2001-04-22  Shuhei KOBAYASHI  <shuhei@aqua.ocn.ne.jp>
99
100         * mime-parse.el (mime-decode-parameter-value): New
101         implementation; use temporary buffer for conversion.
102         (mime-decode-parameter-encode-segment): Ditto.
103         (mime-decode-parameter-plist): Would put empty language info.
104
105         * test/test-rfc2231.el (test-rfc2231-10, test-rfc2231-11,
106         test-rfc2231-12): New testcases for language info.
107
108 2001-04-22  Shuhei KOBAYASHI  <shuhei@aqua.ocn.ne.jp>
109
110         * mime-parse.el: Fixed comments.
111
112         * test/test-rfc2231.el (test-rfc2231-9): New testcase.
113
114 2001-04-22  Shuhei KOBAYASHI  <shuhei@aqua.ocn.ne.jp>
115
116         * test/test-rfc2231.el (test-rfc2231-7, test-rfc2231-8):
117         New testcases.
118
119 2001-04-22  Shuhei KOBAYASHI  <shuhei@aqua.ocn.ne.jp>
120
121         * mime-def.el (mime-content-type-parameter): Expand
122         `mime-content-type-parameters'.
123
124         * mime-parse.el (mime-parse-Content-Disposition): Add
125         description of return value to the docstring.
126         (mime-parse-Content-Transfer-Encoding): Ditto.
127
128         * test/test-rfc2231.el: Made independent of internal
129         representation of Content-Type.
130
131 2001-04-22  Shuhei KOBAYASHI  <shuhei@aqua.ocn.ne.jp>
132
133         * FLIM-MK (check-flim): Limit filename of test files.
134
135         * test/test-rfc2231.el: New file.
136
137 2001-04-19  Shuhei KOBAYASHI  <shuhei@aqua.ocn.ne.jp>
138
139         * mime-parse.el (mime-decode-parameter-plist): Shortcut for
140         parameters without extensions.
141
142 2001-04-19  Shuhei KOBAYASHI  <shuhei@aqua.ocn.ne.jp>
143
144         * mime-def.el (make-mime-content-type): Don't reverse parameters.
145         (make-mime-content-disposition): New function.
146
147         * mime-parse.el (mime-decode-parameter-value): Removed comments.
148         (mime-decode-parameter-encode-segment): New function.
149         (mime-decode-parameter-plist): New implementation.
150         Switched from decode-then-concat to concat-then-decode model.
151         (mime-parse-parameters): Strip quoted-pair in quoted-string.
152         (mime-parse-Content-Type): Use `make-mime-content-type'.
153         (mime-parse-Content-Disposition): Use
154         `make-mime-content-disposition'.
155
156 2001-04-15  Shuhei KOBAYASHI  <shuhei@aqua.ocn.ne.jp>
157
158         * eword-decode.el (eword-lexical-analyze-internal):
159         Fix typo. [cf. <emacs-mime-ja:00425>]
160
161 2001-04-11  Shuhei KOBAYASHI  <shuhei@aqua.ocn.ne.jp>
162
163         * mime-parse.el (mime-decode-parameter-value): Allow lowercase.
164         (mime-decode-parameter-plist): Ditto.
165
166 2001-04-10  Akihiro Arisawa  <ari@mbf.sphere.ne.jp>
167
168         * std11.el (std11-lexical-analyze): Fix typo.
169
170 2001-04-01   Daiki Ueno  <ueno@unixuser.org>
171
172         * lunit.el (lunit-test-listener-*): Abolish generic interface.
173         (lunit-test-result-notify): New function.
174         (lunit-test-result-run): Use it.
175         (lunit-test-result-error): Use it.
176         (lunit-test-result-failure): Use it.
177         (lunit-create-index-function): New function.
178         (lunit-generate-template): New command.
179
180 2001-03-19  Shuhei KOBAYASHI  <shuhei@aqua.ocn.ne.jp>
181
182         * hmac-md5.el, hmac-sha1.el: Revert to load-time check.
183         Don't require 'poe.
184
185 2001-03-18  Shuhei KOBAYASHI  <shuhei@aqua.ocn.ne.jp>
186
187         * mel-b-dl.el: Don't do `dynamic-call' at compile-time.
188         (base64-dl-handle): Don't eval at compile-time.
189
190 2001-03-18  Shuhei KOBAYASHI  <shuhei@aqua.ocn.ne.jp>
191
192         * hmac-md5.el, sha1.el: Update Copyright header.
193
194 2001-03-18  Shuhei KOBAYASHI  <shuhei@aqua.ocn.ne.jp>
195
196         Support for built-in `md5' of Emacs 21.
197
198         * md5.el (md5-dl-module): Moved from md5-dl.el.
199         Use it for test whether to require 'md5-dl.
200
201         * md5-dl.el: Removed hack for compiler.
202         (md5-dl-handle): Do `dynamic-link' unconditionally.
203         (md5-region): Not interactive.
204         (md5): Removed autoload cookie.
205
206         * sha1.el: Removed hack for compiler.
207         Use `sha1-dl-module' for test whether to require 'sha1-dl.
208         (sha1-encode, sha1-encode-binary): Removed compatibility code
209         for another sha1.el since it was broken.
210
211         * sha1-dl.el: Removed hack for compiler.
212         (sha1-dl-handle): Do `dynamic-link' unconditionally.
213
214 2001-03-18  Shuhei KOBAYASHI  <shuhei@aqua.ocn.ne.jp>
215
216         * hmac-md5.el: Require 'poe.
217         Provide 'md5 if built-in `md5' is found.
218         (md5-binary): Define with `defun-maybe-cond'.
219         (md5-binary) [v21]: Removed extra arguments.
220         (hmac-md5-96): New function.
221
222         * hmac-sha1.el: Require 'poe.
223         (sha1-binary): Define with `defun-maybe'.
224         (hmac-sha1-96): New function.
225
226 2001-03-11  Shuhei KOBAYASHI  <shuhei@aqua.ocn.ne.jp>
227
228         * mel-g.el: Update Copyright header.
229
230 2001-03-09  Akihiro Arisawa  <ari@atesoft.advantest.co.jp>
231
232         * mime.el (mime-find-root-entity): Find root recursively.
233
234 2001-02-26  Shuhei KOBAYASHI  <shuhei@aqua.ocn.ne.jp>
235
236         * hmac-md5.el, hmac-sha1.el: Modify comments.
237
238 2001-02-25  Shuhei KOBAYASHI  <shuhei@aqua.ocn.ne.jp>
239
240         * hex-util.el, hmac-def.el, hmac-md5.el, hmac-sha1.el,
241         md5-dl.el, md5.el, sha1-dl.el, sha1-el.el, sha1.el:
242         Update Copyright header.
243
244 2001-02-28  Shuhei KOBAYASHI  <shuhei@aqua.ocn.ne.jp>
245
246         * mime-parse.el (mime-decode-parameter-plist,
247         mime-decode-parameter-alist, mime-decode-parameters):
248         Add doc string.
249
250 2001-02-28  Shuhei KOBAYASHI  <shuhei@aqua.ocn.ne.jp>
251
252         * mime-parse.el (mime-decode-parameter-value): Decode MIME charset
253         in multibyte buffer. [cf. <emacs-mime-ja:00817>]
254         (mime-decode-parameter-plist): Downcase attributes.
255         [cf. <emacs-mime-ja:00816>]
256         (mime-decode-parameters): Alias for `mime-decode-parameter-plist'
257         instead of `mime-decode-parameter-alist'.
258         Add autoload cookie.
259         (mime-parse-parameters-from-list): Make obsolete.
260         (mime-parse-parameters): Return results as a plist.
261         (mime-parse-Content-Type, mime-read-Content-Type): Moved type check
262         to the caller side.
263         (mime-parse-Content-Disposition, mime-read-Content-Disposition):
264         Ditto.
265         (mime-parse-Content-Transfer-Encoding,
266         mime-read-Content-Transfer-Encoding): Ditto.
267
268 2001-02-27  Shuhei KOBAYASHI  <shuhei@aqua.ocn.ne.jp>
269
270         MIME Parameter Value decoder support.
271         
272         * mime-def.el (std11-quoted-pair-regexp, std11-non-qtext-char-list,
273         std11-qtext-regexp, std11-quoted-string-regexp): Removed.
274         (mime-media-type/subtype-regexp): Ditto.
275         (mime-attribute-char-regexp, mime-language-regexp,
276         mime-encoding-regexp): New constants.
277
278         * mime-parse.el (mime-lexical-analyze): New function.
279         (mime/content-parameter-value-regexp, mime::parameter-regexp):
280         Removed.
281         (mime-parse-parameter): Ditto.
282         (mime-decode-parameter-value, mime-decode-parameter-plist,
283         mime-parse-alist-to-plist, mime-decode-parameter-alist):
284         New functions.
285         (mime-parse-parameters-from-list): New alias for
286         `mime-decode-parameter-plist'.
287         (mime-decode-parameters): New alias for
288         `mime-decode-parameter-alist'.
289         (mime-parse-parameters): New function.
290         (mime-disposition-type-regexp): Removed.
291         (mime-parse-Content-Type, mime-parse-Content-Disposition,
292         mime-parse-Content-Transfer-Encoding): New implementation.
293         (mime-read-Content-Type, mime-read-Content-Disposition,
294         mime-read-Content-Transfer-Encoding): Ditto.
295         
296 2001-02-26  Shuhei KOBAYASHI  <shuhei@aqua.ocn.ne.jp>
297
298         * hmac-md5.el, hmac-sha1.el: Modify comments.
299
300 2001-02-25  Shuhei KOBAYASHI  <shuhei@aqua.ocn.ne.jp>
301
302         * hex-util.el, hmac-def.el, hmac-md5.el, hmac-sha1.el,
303         md5-dl.el, md5.el, sha1-dl.el, sha1-el.el, sha1.el:
304         Update Copyright header.
305
306 2000-12-27  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
307
308         * mime-conf.el (mime-mailcap-file): Turn to non user option.
309
310 \f
311 2000-12-25  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
312
313         * FLIM: Version 1.14.2 (Yagi-Nishiguchi) released.
314
315 2000-12-23  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
316
317         * smtpmail.el (smtpmail-send-it): Use
318         `binary-write-decoded-region' instead of `binary-write-region'.
319
320         * mmexternal.el (mmexternal-require-buffer): Use
321         `binary-insert-encoded-file' instead of
322         `binary-insert-file-contents'.
323         (mime-write-entity-body): Use `binary-write-decoded-region'
324         instead of `binary-write-region'.
325
326         * mmbuffer.el (mime-write-entity-body): Use
327         `binary-write-decoded-region' instead of `binary-write-region'.
328
329         * mel.el: - Don't require `raw-io'.
330         (8bit-insert-encoded-file): New function.
331         (8bit-write-decoded-region): New function.
332         (7bit-insert-encoded-file): New alias.
333         (7bit-write-decoded-region): New alias.
334         (binary-insert-encoded-file): New alias.
335         (binary-find-file-noselect): New function.
336         (binary-funcall): New function.
337         (binary-to-text-funcall): New function.
338         (mime-insert-encoded-file of "base64"): Use
339         `binary-insert-encoded-file' instead of
340         `binary-insert-file-contents'.
341
342         * FLIM-API.en (base64-decode-string): New function.
343         (base64-encode-string): New function.
344         (ENCODING-write-decoded-region): New function.
345         (ENCODING-insert-encoded-file): New function.
346
347         * raw-io.el: Deleted.
348
349         * FLIM-ELS (flim-modules): Delete `raw-io'.
350
351 2000-12-22  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
352
353         * smtp.el (smtp-open-connection-function): Revert initial value to
354         `open-network-stream'.
355         (qmtp-open-connection): Use `binary-funcall'.
356
357         * qmtp.el (qmtp-open-connection-function): Revert initial value to
358         `open-network-stream'.
359         (qmtp-send-buffer): Use `binary-funcall'.
360         
361 2000-12-23  OKAZAKI Tetsurou  <okazaki@be.to>
362
363         * FLIM-ELS (flim-modules): Delete `mmdbuffer'.
364
365 \f
366 2000-12-22  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
367
368         * FLIM: Version 1.14.1 (Yagi) released.
369
370 2000-12-22  Keiichi Suzuki  <keiichi@mdcnet.co.jp>
371
372         * mel-q.el: Require `poem' for `string-to-char-list' when
373         compiling.
374
375 2000-12-22  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
376
377         * eword-decode.el (eword-decode-header): Revert to obsolete alias.
378
379 2000-12-22  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
380
381         * mmgeneric.el: Add comment for eword-decode.
382
383 2000-12-21  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
384
385         * mailcap.el: Require `poe' for `define-obsolete-function-alias'.
386
387 2000-12-21   Daiki Ueno  <ueno@unixuser.org>
388
389         * smtp.el (smtp-send-buffer): Add DOC.
390         (smtp-via-smtp): Add DOC.
391
392         * FLIM-API.en (QMTP): Remove section.
393         (smtp-send-buffer): Add description.
394         (smtp-via-smtp): Likewise.
395
396 \f
397 2000-12-20  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
398
399         * FLIM: Version 1.14.0 (Ninokuchi) released.
400
401         * mime.el (mime-entity-media-type): Add DOC.
402         (mime-entity-media-subtype): Add DOC.
403         (mime-entity-parameters): Add DOC.
404         (mime-entity-type/subtype): Add DOC.
405
406         * FLIM-API.en: Add some usages.
407         (mime-entity-media-type): New description.
408         (mime-entity-media-subtype): Likewise.
409         (mime-entity-type/subtype): Likewise.
410         (mime-entity-parameters): Likewise.
411
412 2000-12-20  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
413
414         * eword-encode.el (eword-encode-text): Specify `mode' of
415         `encoded-text-encode-string'.
416
417         * mel.el (encoded-text-encode-string): Add optional argument
418         `mode'; use `base64-encode-string' directly for "B"-encoding.
419
420 2000-12-20  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
421
422         * FLIM-API.en: Renamed from FLIM-1.14-API.en; reordered and add
423         some sections.
424
425         * mime.el (mime-entity-set-content-type): Add DOC.
426         (mime-entity-set-encoding): Add DOC.
427
428         * mime-def.el (mime-content-type-subtype): Fix DOC.
429         (mime-content-type-parameters): Fix DOC.
430
431 2000-12-19  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
432
433         * FLIM-1.14-API.en: New file.
434
435         * smtp.el (smtp-open-connection-function): Add autoload cookie.
436
437         * qmtp.el (qmtp-open-connection-function): Add autoload cookie.
438
439         * mime.el (mime-entity-children): Add DOC.
440         (mime-entity-node-id): Add DOC.
441         (mime-entity-content-type): Add DOC.
442         (mime-entity-content-disposition): Add DOC.
443         (mime-entity-encoding): Add DOC.
444
445 2000-12-19  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
446
447         * mime.el (mime-encode-field-body): Add autoload setting.
448
449         * eword-encode.el (mime-encode-field-body): Renamed from
450         `eword-encode-field-body'; declare `eword-encode-field-body' as
451         obsolete alias.
452         (mime-encode-header-in-buffer): Use `mime-encode-field-body'
453         instead of `eword-encode-field-body'.
454
455 2000-12-19  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
456
457         * mime.el (mime-encode-header-in-buffer): Renamed from
458         `eword-encode-header'.
459
460         * mmdbuffer.el: Deleted.
461
462         * mime-def.el (mime-header): New group.
463         (mime-field-decoding-max-size): New user option [moved from
464         eword-decode.el].
465         (mime-field-encoding-method-alist): New user option [moved from
466         eword-encode.el].
467
468         * eword-encode.el (eword-field-encoding-method-alist): Moved to
469         mime-def.el and renamed to `mime-field-encoding-method-alist'.
470         (mime-header-charset-encoding-alist): Renamed from
471         `eword-charset-encoding-alist'.
472         (mime-header-default-charset-encoding): New variable.
473         (ew-find-charset-rule): Use
474         `mime-header-default-charset-encoding'.
475         (eword-in-subject-p): Declare as obsolete function.
476         (mime-encode-header-in-buffer): Renamed from
477         `eword-encode-header'; declare `eword-encode-header' as obsolete
478         alias.
479
480         * eword-decode.el (eword-max-size-to-decode): Moved to mime-def.el
481         and renamed to `mime-field-decoding-max-size'.
482         (mime-header-lexical-analyzer): Renamed from
483         `eword-lexical-analyzer'; switch to variable.
484
485         * FLIM-ELS (flim-modules): Add `raw-io'.
486
487 2000-12-19  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
488
489         * eword-encode.el (eword-encode-default-start-column): Switch to
490         variable.
491
492 2000-12-19  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
493
494         * raw-io.el (start-process): New function.
495         (binary-start-process-shell-command): New function.
496
497 2000-12-17  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
498
499         * mel-g.el (gzip64-external-encode-region): Don't use
500         `as-binary-process'; comment out code to regularize line break
501         code for OS/2 [if it is needed, it is better to implement by
502         coding-system].
503         (gzip64-external-decode-region): Don't use `as-binary-process'.
504         (mime-write-decoded-region): Likewise.
505
506         * mime-parse.el: Require `luna'.
507
508 2000-12-16  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
509
510         * eword-encode.el (eword-encode-divide-into-charset-words): Use
511         `aref' instead of `sref'.
512         (ew-encode-rword-1): Use `1+' instead of `char-next-index'.
513         (eword-encode-phrase-to-rword-list): Use `find-charset-string'
514         instead of `find-non-ascii-charset-string'.
515         (eword-encode-addr-seq-to-rword-list): Don't use `butlast'.
516         (eword-encode-header): Use `find-charset-region' instead of
517         `find-non-ascii-charset-string'.
518
519         * mel.el: Require `raw-io'.
520
521         * mime-def.el (binary-insert-file-contents): Moved to raw-io.el.
522         (binary-write-region): Likewise.
523
524         * mmbabyl.el (mime-write-entity): Use `raw-message-write-region'
525         instead of `write-region-as-raw-text-CRLF'.
526
527         * raw-io.el: New file.
528
529         * smtpmail.el: - Require `raw-io'.
530         - Delete definition of obsolete variable aliases for XEmacs.
531         (smtpmail-send-queued-mail): Use `binary-find-file-noselect'
532         instead of `find-file-noselect-as-binary'.
533
534         * smtp.el (smtp-open-connection-function): Use
535         `binary-open-network-stream' instead of `open-network-stream' as
536         initial value.
537         (smtp-open-connection): Don't guard as `binary'.
538
539         * qmtp.el (qmtp-open-connection-function): Use
540         `binary-open-network-stream' instead of `open-network-stream' as
541         initial value.
542         (qmtp-send-buffer): Don't guard as `binary'.
543
544 2000-12-15  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
545
546         * mime/eword-decode.el: Don't use
547         `define-obsolete-function-alias'; so `eword-decode-header' is
548         deleted.
549
550         * mime/mmexternal.el: Don't require `pces'.
551
552 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
553
554         * Makefile (tar): Use `cvs tag -R' instead of `cvs tag -RF'.
555
556 2000-12-15  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
557
558         * mime-def.el (char-int): New alias.
559
560         * eword-encode.el (eword-encode-divide-into-charset-words): Don't
561         use `char-length' and `char-next-index'.
562
563 2000-12-15  Katsumi Yamaoka   <yamaoka@jpl.org>
564
565         * eword-decode.el: Fix typo in doc-string of
566         `mime-set-field-decoder'.
567
568 2000-12-15  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
569
570         * mel.el: Don't require `path-util'.
571
572 2000-12-15  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
573
574         * std11.el, smtpmail.el, mime-def.el: Don't require `poe'.
575
576         * mel.el: Don't require `poem'.
577
578 2000-12-14  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
579
580         * mmexternal.el (mime-write-entity): Don't use
581         `write-region-as-raw-text-CRLF'.
582         (mmexternal-require-buffer): Use `binary-insert-file-contents'
583         instead of `insert-file-contents-as-binary'.
584         (mime-write-entity-body): Use `binary-write-region' instead of
585         `write-region-as-binary'.
586
587         * smtpmail.el (smtpmail-send-it): Use `binary-write-region'
588         instead of `write-region-as-binary'.
589
590         * smtp.el (smtp-open-connection): Don't use `as-binary-process'.
591
592         * mel.el (mime-insert-encoded-file of "base64"): Use
593         `binary-insert-file-contents' instead of
594         `insert-file-contents-as-binary'.
595         (mime-insert-encoded-file of "7bit"): Use
596         `binary-insert-file-contents' instead of
597         `insert-file-contents-as-binary'.
598         (mime-write-decoded-region of "7bit"): Use `binary-write-region'
599         instead of `write-region-as-binary'.
600
601         * mmbuffer.el (mime-write-entity-body): Use `binary-write-region'
602         instead of `write-region-as-binary'.
603         (mime-write-entity): Don't use `write-region-as-raw-text-CRLF'.
604         
605         * mime-def.el: Don't require `poem'.
606         (binary-insert-file-contents): New function.
607         (binary-write-region): New function.
608
609         * mel-u.el (uuencode-external-encode-region): Don't use
610         `as-binary-process'.
611         (uuencode-external-decode-region): Don't use `as-binary-process'
612         and `as-binary-input-file'.
613         (mime-write-decoded-region): Don't use `as-binary-process'.
614
615         * mel-q-ccl.el (quoted-printable-ccl-insert-encoded-file): Don't
616         use `insert-file-contents-as-coding-system'.
617         (quoted-printable-ccl-write-decoded-region): Don't use
618         `write-region-as-coding-system'.
619
620         * mel-b-ccl.el (base64-ccl-insert-encoded-file): Don't use
621         `insert-file-contents-as-coding-system'.
622         (base64-ccl-write-decoded-region): Don't use
623         `write-region-as-coding-system'.
624
625         * std11.el: Don't require `poem'.
626         (std11-parse-ascii-token): Don't use
627         `find-non-ascii-charset-string'.
628
629         * qmtp.el: Don't require `poem'.
630         (qmtp-send-buffer): Don't use `as-binary-process'.
631
632 2000-12-14  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
633
634         * mime-def.el, qmtp.el, smtp.el, smtpmail.el, std11.el: Require
635         `custom' instead of `pcustom'.
636
637 2000-12-12   Daiki Ueno  <ueno@unixuser.org>
638
639         * sasl.el: Rewrite with luna.
640
641 2000-12-06   Daiki Ueno  <ueno@unixuser.org>
642
643         * FLIM-ELS: Don't install md5-dl.el, md5-el.el, sha1-dl.el and
644         sha1-el.el if the running emacs has builtin message digest
645         functions.
646
647         * md5-dl.el, sha1-dl.el: Don't bind `dynamic-link' and
648         `dynamic-call'.
649
650         * md5.el (md5-dl-module): Moved from md5-dl.el.
651         * sha1.el: Don't bind `sha1-string'.
652
653 2000-12-04   Daiki Ueno  <ueno@unixuser.org>
654
655         * README.ja, README.en (load-path): Remove section.
656         (What's FLIM): Specify prerequisite version of Emacsen.
657
658 2000-11-21   Daiki Ueno  <ueno@unixuser.org>
659
660         * sasl.el (sasl-client-set-encoder): New function.
661         (sasl-client-set-decoder): New function.
662         (sasl-client-encoder): New function.
663         (sasl-client-decoder): New function.
664
665         * sasl-digest.el: Require 'cl' when compiling.
666         (sasl-digest-md5-signing-encode-magic): New constant.
667         (sasl-digest-md5-signing-decode-magic): New constant.
668         (sasl-digest-md5-htonl-string): New function.
669         (sasl-digest-md5-make-integrity-encoder): New function.
670         (sasl-digest-md5-make-integrity-decoder): New function.
671         (sasl-digest-md5-ha1): New function.
672         (sasl-digest-md5-response-value): Accept the 1st argument `ha1'.
673         (sasl-digest-md5-response): Use `sasl-digest-md5-ha1'.
674         - Set integrity encoder and decoder of the client.
675
676         * smtp.el: Require `luna'.
677         (smtp-read-response): Accept `smtp-connection' object rather than
678         process-object.
679         (smtp-send-command): Likewise.
680         (smtp-send-data): Likewise.
681
682 2000-11-10   Daiki Ueno  <ueno@unixuser.org>
683
684         * tests/test-sasl.el (test-sasl-digest-md5-imap): New testcase.
685         (test-sasl-digest-md5-acap): New testcase.
686
687 2000-11-10   Daiki Ueno  <ueno@unixuser.org>
688
689         * lunit.el (lunit-make-test-suite-from-class): New function.
690         (lunit-class): Abolish.
691         (lunit-test-results-buffer): Abolish.
692
693         * FLIM-ELS (check-flim): New function.
694
695         * Makefile (check): New target.
696
697         * tests: New directory.
698
699 2000-11-09   Daiki Ueno  <ueno@unixuser.org>
700
701         * lunit.el (lunit-test-method-regexp): New variable.
702         (lunit-class): New function.
703
704 2000-11-09   Daiki Ueno  <ueno@unixuser.org>
705
706         * lunit.el: New file.
707
708 2000-12-13  Kenichi Handa     <handa@etl.go.jp>
709
710         * luna.el: Fix and add DOCs and comments; fix coding style.
711
712 2000-12-09  MORIOKA Tomohiko  <tomo@m17n.org>
713
714         * mmbuffer.el (mmbuffer-parse-multipart): Add new optional
715         argument `representation-type'.
716         (mmbuffer-parse-encapsulated): Likewise.
717
718 2000-12-07  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
719
720         * mmexternal.el: Must require `mmgeneric'.
721
722         * sha1.el: Don't use `defun-maybe'.
723
724 2000-12-04   Daiki Ueno  <ueno@unixuser.org>
725
726         * luna.el (luna-class-find-functions): Don't quote colon keywords.
727         (luna-send): Ditto.
728         (luna-call-next-method): Ditto.
729
730 2000-11-28   Daiki Ueno  <ueno@unixuser.org>
731
732         * luna.el: Don't require `static'.
733         (luna-define-class-function): Don't bind colon keywords.
734         (luna-class-find-functions): Quote colon keywords.
735         (luna-send): Likewise.
736         (luna-call-next-method): Likewise.
737
738 2000-11-12   Daiki Ueno  <ueno@unixuser.org>
739
740         * luna.el (luna-define-method): Clear method cache.
741         (luna-apply-generic): New function.
742         (luna-define-generic): Use `luna-apply-generic' instead of
743         `luna-send'.
744
745 2000-12-04   Daiki Ueno  <ueno@unixuser.org>
746
747         * smtpmail.el (smtpmail-send-it): Use `smtp-send-buffer' instead of
748         `smtp-via-smtp'.
749         (smtpmail-send-queued-mail): Ditto.
750
751 2000-11-24  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
752
753         * FLIM-MK (compile-flim): Compile `flim-version-specific-modules'.
754         (install-flim): Install `flim-version-specific-modules' to
755         `FLIM_VERSION_SPECIFIC_DIR'.
756         (compile-flim-package): Compile `flim-version-specific-modules'.
757         (install-flim-package): Install `flim-version-specific-modules'.
758
759         * FLIM-ELS (flim-modules): Add `mime-conf' instead of `mailcap'.
760         (flim-version-specific-modules): New variable; specify `mailcap'.
761
762         * FLIM-CFG (FLIM_VERSION_SPECIFIC_DIR): New variable.
763
764         * mailcap.el: Completely rewrote to use mime-conf.el.
765
766         * mime-conf.el: New file.
767
768 2000-11-16  Kenichi OKADA <okada@opaopa.org>
769
770         * sasl-digest.el (sasl-digest-md5-response): Fix typo.
771
772 2000-11-12   Daiki Ueno  <ueno@unixuser.org>
773
774         * smtp.el (smtp-primitive-data): Use `beginning-of-line' instead of
775         `forward-char'.
776         (smtp-read-response): Don't bind `case-fold-search'.
777         (smtp-send-data): Don't save excursion.
778
779 2000-11-10   Daiki Ueno  <ueno@unixuser.org>
780
781         * sasl-digest.el (sasl-digest-md5-challenge): Abolish.
782         (sasl-digest-md5-syntax-table): Rename from
783         `sasl-digest-md5-parse-digest-challenge-syntax-table'.
784         (sasl-digest-md5-parse-string): Rename from
785         `sasl-digest-md5-parse-digest-challenge'; only return a property
786         list.
787         (sasl-digest-md5-challenge): Abolish.
788         (sasl-digest-md5-build-response-value-1): Abolish.
789         (sasl-digest-md5-response-value): Define as function.
790         (sasl-digest-md5-response): Rewrite.
791
792 2000-11-07   Kenichi OKADA  <okada@opaopa.org>
793
794         * sasl.el (sasl-login-response-1): Fix.
795         (sasl-login-response-2): Fix.
796
797 2000-11-07   Daiki Ueno  <ueno@unixuser.org>
798
799         * smtp.el (smtp-sasl-properties): New user option.
800         (smtp-sasl-user-realm): Abolish.
801
802 2000-11-05   Daiki Ueno  <ueno@unixuser.org>
803
804         * qmtp.el (qmtp-send-package): Don't check "K" reply per recipient.
805         (qmtp-via-smtp): Mark as obsolete.
806         (qmtp-send-buffer): New function.
807
808         * sasl.texi: New file.
809
810 2000-11-05   Daiki Ueno  <ueno@unixuser.org>
811
812         * sasl.el (sasl-step-data): New function.
813         (sasl-step-set-data): New function.
814
815 2000-11-04   Daiki Ueno  <ueno@unixuser.org>
816
817         * sasl.el: Don't require 'poe'
818         - Rename `sasl-*instantiator*' to `sasl-*client*'.
819         - Rename `sasl-*authenticator*' to `sasl-*mechanism*'.
820         - Rename `sasl-*continuations*' to `sasl-*steps*'.
821         (sasl-make-client): Accept 1st argument `mechanism'.
822         (sasl-next-step): Rename from `sasl-evaluate-challenge'.
823
824 2000-11-04   Daiki Ueno  <ueno@unixuser.org>
825
826         * sasl.el (sasl-make-instantiator): Define as function.
827         (sasl-instantiator-name): Ditto.
828         (sasl-instantiator-service): Ditto.
829         (sasl-instantiator-server): Ditto.
830         (sasl-instantiator-set-properties): Ditto.
831         (sasl-instantiator-set-property): Ditto.
832         (sasl-instantiator-property): Ditto.
833         (sasl-instantiator-properties): Ditto.
834         (sasl-authenticator-mechanism): Ditto.
835         (sasl-authenticator-continuations): Ditto.
836
837 2000-11-02   Daiki Ueno  <ueno@unixuser.org>
838
839         * sasl.el: Rename `sasl-*principal*' to `sasl-*instantiator*'.
840         (sasl-make-instantiator): Abolish optional 4th argument.
841         (sasl-instantiator-set-properties): New function.
842         (sasl-instantiator-put-property): New function.
843         (sasl-instantiator-property): New function.
844         (sasl-instantiator-properties): New function.
845
846         * smtp.el (smtp-sasl-user-name): Rename from
847         `smtp-sasl-principal-user'.
848         (smtp-sasl-user-realm): Rename from `smtp-sasl-principal-realm'.
849
850 2000-11-02   Daiki Ueno  <ueno@unixuser.org>
851
852         * sasl.el (sasl-mechanisms): Add `LOGIN' and `ANONYMOUS'.
853         (sasl-mechanism-alist): Likewise.
854         (sasl-error): Define.
855         (sasl-login-continuations): New variable.
856         (sasl-login-response-1): New function.
857         (sasl-login-response-2): New function.
858         (sasl-anonymous-continuations): New variable.
859         (sasl-anonymous-response): New function.
860
861         * smtp.el (smtp-error): Define.
862         (smtp-via-smtp): Use it.
863
864 2000-11-02   Daiki Ueno  <ueno@unixuser.org>
865
866         * smtp.el (smtp-via-smtp): Mark as obsolete.
867         (smtp-send-buffer): Rename from `smtp-via-smtp'.
868
869 2000-11-02   Daiki Ueno  <ueno@unixuser.org>
870
871         * sasl.el (sasl-make-authenticator): Allocate a freshly generated
872         symbol for each continuation.
873
874 2000-11-02   Daiki Ueno  <ueno@unixuser.org>
875
876         * sasl-digest.el (sasl-digest-md5-response-1): Rename from
877         `sasl-digest-md5-digest-response'.
878         (sasl-digest-md5-response-2): New alias.
879         (sasl-digest-md5-parse-digest-challenge): Save excursion.
880
881         * sasl.el (sasl-mechanism-alist): Rename from `sasl-mechanisms'.
882         (sasl-mechanisms): New variable.
883         (sasl-find-authenticator): Check `sasl-mechanisms' rather than
884         `sasl-mechanism-alist'.
885
886         * smtp.el (smtp-submit-package): Use `smtp-primitive-ehlo'.
887         (smtp-primitive-auth): Check authenticator.
888
889 2000-11-02   Daiki Ueno  <ueno@unixuser.org>
890
891         * FLIM-ELS (hmac-modules): New variable.
892         (flim-modules): Move HMAC modules to `hmac-modules'
893         - Add `sasl-digest'.
894
895         * smtp.el (smtp-sasl-principal-realm): New user option.
896
897         * sasl.el (sasl-plain-response): New function.
898         (sasl-mechanisms): Add `DIGEST-MD5' and `PLAIN'.
899         (sasl-unique-id-function): New variable.
900         (sasl-plain-continuations): New variable.
901         (sasl-unique-id): New function.
902         (sasl-unique-id-char): New variable.
903
904         * sasl-digest.el: New file.
905
906 2000-11-01   Daiki Ueno  <ueno@unixuser.org>
907
908         * smtp.el: Bind `sasl-mechanisms'; add autoload settings for
909         `sasl-make-principal', `sasl-find-authenticator',
910         `sasl-authenticator-mechanism-internal' and
911         `sasl-evaluate-challenge'.
912         (smtp-use-sasl): New user option.
913         (smtp-sasl-principal-name): New user option.
914         (smtp-sasl-mechanisms): New user option.
915         (smtp-submit-package): Call `smtp-primitive-starttls' and
916         `smtp-primitive-auth'.
917         (smtp-primitive-ehlo): Don't modify the rest of a extension line.
918         (smtp-primitive-auth): New function.
919         (smtp-primitive-starttls): Check the response code.
920
921         * sasl.el: New implementation.
922
923         * sasl-cram.el: New file.
924
925         * FLIM-ELS (flim-modules): Add `md5', `md5-el', `md5-dl',
926         `hex-util', `hmac-def', `hmac-md5', `sasl' and `sasl-cram'.
927
928 2000-11-01   Daiki Ueno  <ueno@unixuser.org>
929
930         * smtp.el: Add autoload settings for `starttls-open-stream' and
931         `starttls-negotiate'.
932         (smtp-connection-set-extensions-internal): New macro.
933         (smtp-connection-extensions-internal): New macro.
934         (smtp-make-connection): Set the `extension' slot to nil.
935         (smtp-primitive-ehlo): New function.
936         (smtp-submit-package): Rename from `smtp-commit'.
937         (smtp-submit-package-function): Rename from `smtp-commit-function'.
938         (smtp-primitive-starttls): New function.
939         (smtp-extensions): New group.
940         (smtp-use-8bitmime): New variable.
941         (smtp-use-size): New variable.
942         (smtp-use-starttls): New variable.
943         (smtp-via-smtp): Bind `smtp-open-connection-function'.
944
945 2000-10-31   Daiki Ueno  <ueno@unixuser.org>
946
947         * smtp.el: New implementation.
948
949 2000-08-16   Daiki Ueno  <ueno@unixuser.org>
950
951         * FLIM-ELS (flim-modules): Add `qmtp'.
952
953         * qmtp.el: New file.
954
955 2000-08-28  Yuuichi Teranishi  <teranisi@gohome.org>
956
957         * eword-encode.el (eword-encode-mailboxes-to-rword-list):
958         New inline function.
959         (eword-encode-address-to-rword-list): Ditto.
960         (eword-encode-addresses-to-rword-list):
961         Use `eword-encode-address-to-rword-list' instead of
962         `eword-encode-mailbox-to-rword-list'.
963
964         * std11.el (std11-address-string): Fix for group list.
965
966 2000-08-10  MORIOKA Tomohiko  <tomo@m17n.org>
967
968         * mmgeneric.el: Enclose definition of class `mime-entity' and its
969         internal accessors by `eval-and-compile'.
970
971         * luna.el: Define `luna-class-name' before it is used in macros.
972
973 \f
974 2000-07-12  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
975
976         * FLIM-Chao: Version 1.14.1 (Rokujiz\e-Dò)\e-A released.
977
978 2000-07-10  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
979
980         * mmexternal.el (initialize-instance): Deleted.
981         (mmexternal-require-file-name): New function.
982         (mmexternal-require-buffer): Use `mmexternal-require-file-name'.
983
984 2000-06-30  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
985
986         * mime.el (mime-entity-read-field): Fix a bug when FIELD-NAME is a
987         string.
988
989 2000-06-23  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
990
991         * mmexternal.el (initialize-instance): New method.
992         (mime-entity-name): Fixed.
993         (mmexternal-require-buffer): New function.
994         (mime-insert-entity): New implementation.
995         (mime-write-entity): Likewise.
996         (mime-entity-body): New method.
997         (mime-insert-entity-body): New method.
998         (mime-write-entity-body): New implementation.
999         (mime-entity-content): Likewise.
1000         (mime-insert-entity-content): Likewise.
1001         (mime-write-entity-content): Likewise.
1002         (mime-entity-fetch-field): Likewise.
1003         (mime-insert-header): Likewise.
1004
1005         * mmbuffer.el (initialize-instance): Store buffer instead of name
1006         of buffer to `buffer' slot.
1007
1008 2000-06-21  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1009
1010         * mmgeneric.el (mime-entity-children): Deleted.
1011
1012         * mmbuffer.el (mime-insert-entity-body): New method.
1013         (mmbuffer-parse-multipart): New function.
1014         (mmbuffer-parse-encapsulated): New function.
1015         (mime-entity-children): New function.
1016
1017 2000-06-21  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1018
1019         * mime.el (mime-find-root-entity): New function.
1020         (mime-entity-header-buffer): Comment out.
1021         (mime-goto-header-start-point): Likewise.
1022         (mime-entity-header-start-point): Likewise.
1023         (mime-entity-header-end-point): Likewise.
1024         (mime-entity-body-buffer): Likewise.
1025         (mime-goto-body-start-point): Likewise.
1026         (mime-goto-body-end-point): Likewise.
1027         (mime-entity-body-start-point): Likewise.
1028         (mime-entity-body-end-point): Likewise.
1029         (mime-entity-body-start): Likewise.
1030         (mime-entity-body-end): Likewise.
1031         (mime-entity-buffer): Likewise.
1032         (mime-entity-point-min): Likewise.
1033         (mime-entity-point-max): Likewise.
1034         (mime-insert-entity-body): New generic function.
1035         (mime-entity-uu-filename): Use `mime-insert-entity-body'.
1036         (mime-entity-set-content-type): New function.
1037         (mime-entity-set-encoding): New function.
1038
1039         * mime-parse.el (mime-parse-multipart): Comment out.
1040         (mime-parse-encapsulated): Likewise.
1041         (mime-parse-external): Likewise.
1042
1043         * mmbuffer.el (mime-entity-header-buffer): Comment out.
1044         (mime-goto-header-start-point): Likewise.
1045         (mime-entity-header-start-point): Likewise.
1046         (mime-entity-header-end-point): Likewise.
1047         (mime-entity-body-buffer): Likewise.
1048         (mime-goto-body-start-point): Likewise.
1049         (mime-goto-body-end-point): Likewise.
1050         (mime-entity-body-start-point): Likewise.
1051         (mime-entity-body-end-point): Likewise.
1052         (mime-entity-buffer): Likewise.
1053         (mime-entity-point-min): Likewise.
1054         (mime-entity-point-max): Likewise.
1055
1056 2000-05-30  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1057
1058         * eword-encode.el (eword-charset-encoding-alist): Add
1059         `iso-2022-jp-3'.
1060
1061 2000-05-25  Tanaka Akira      <akr@m17n.org>
1062
1063         * mime-en.sgml, mime-ja.sgml: Update for CVS via SSH.
1064         
1065 2000-05-09  Katsumi Yamaoka   <yamaoka@jpl.org>
1066
1067         * smtp.el (smtp-deduce-address-list): Set `case-fold-search' to `t'
1068         in the working buffer.
1069
1070 2000-04-26  Yoshiki Hayashi  <yoshiki@xemacs.org>
1071
1072         * mime.el (mime-entity-body): New function.
1073         * mmbuffer.el (mime-entity-body): Implement it.
1074
1075 2000-03-03  Keiichi Suzuki  <keiichi@nanap.org>
1076
1077         * mime.el (mime-entity-node-id): Change to function.
1078
1079 2000-03-03  MORIOKA Tomohiko  <tomo@m17n.org>
1080
1081         * mmdbuffer.el, mmbuffer.el (initialize-instance): Don't setup
1082         `mime-message-structure'.
1083
1084         * mime-parse.el (mime-parse-buffer): Don't setup
1085         `mime-message-structure'.
1086
1087 2000-03-02  MORIOKA Tomohiko  <tomo@m17n.org>
1088
1089         * mmgeneric.el (mime-visible-field-p): Moved from mmbuffer.el.
1090         (mime-insert-header-from-buffer): Moved from mmbuffer.el.
1091
1092         * mmexternal.el, mmdbuffer.el, mmbuffer.el (mime-visible-field-p):
1093         Moved to mmgeneric.el.
1094         (mime-insert-header-from-buffer): Moved to mmgeneric.el.
1095
1096 2000-03-02  MORIOKA Tomohiko  <tomo@m17n.org>
1097
1098         * FLIM-ELS (flim-modules): Add `mmgeneric'.
1099
1100         * mmgeneric.el: New file.
1101
1102         * mmbuffer.el: Require `mmgeneric'.
1103
1104         * mime.el: Require `mmgeneric' when compiling.
1105
1106         * mime-def.el: Move mime-entity related definitions to
1107         mmgeneric.el.
1108
1109 2000-03-01  MORIOKA Tomohiko  <tomo@m17n.org>
1110
1111         * mime.el (mime-find-entity-from-number): Now second argument
1112         `message' is not an optional argument.
1113         (mime-find-entity-from-node-id): Likewise.
1114         (mime-find-entity-from-content-id): Likewise.
1115         (mime-fetch-field): Delete obsolete function.
1116         (mime-read-field): Likewise.
1117
1118 2000-03-01  MORIOKA Tomohiko  <tomo@m17n.org>
1119
1120         * mime.el (mime-entity-header-buffer): Mark it as obsolete.
1121         (mime-goto-header-start-point): Likewise.
1122         (mime-entity-header-start-point): Likewise.
1123         (mime-entity-header-end-point): Likewise.
1124         (mime-entity-body-start): Use `defalias'; don't recommend to use
1125         `mime-entity-body-start-point' instead.
1126         (mime-entity-body-end): Use `defalias'; don't recommend to use
1127         `mime-entity-body-end-point' instead.
1128         (mime-entity-body-buffer): Mark it as obsolete.
1129         (mime-goto-body-start-point): Likewise.
1130         (mime-goto-body-end-point): Likewise.
1131         (mime-entity-body-start-point): Likewise.
1132         (mime-entity-body-end-point): Likewise.
1133         (mime-entity-buffer): Don't recommend to use
1134         `mime-entity-header-buffer' or `mime-entity-body-buffer' instead.
1135         (mime-entity-point-min): Don't recommend to use
1136         `mime-entity-header-start-point' instead.
1137         (mime-entity-point-max): Don't recommend to use
1138         `mime-entity-body-end-point' instead.
1139
1140         * mime-def.el (mime-library-version): update to 1.14.1.
1141         - Add autoload setting for `mime-parse-external'.
1142
1143 \f
1144 2000-03-01  MORIOKA Tomohiko  <tomo@m17n.org>
1145
1146         * Chao: Version 1.14.0 (Momoyama) released.
1147
1148 2000-01-05  Katsumi Yamaoka   <yamaoka@jpl.org>
1149
1150         * Makefile, mime-en.sgml, mime-ja.sgml: Update for the new CVS
1151         server.
1152
1153 1999-12-20  Katsumi Yamaoka   <yamaoka@jpl.org>
1154
1155         * mel-b-el.el (base64-encode-region): Allow the optional second arg
1156         `no-line-break'.
1157         (base64-external-encode-region): Likewise.
1158         (base64-internal-encode-region): Likewise.
1159         (base64-encode-string): Likewise.
1160
1161 1999-12-16  MORIOKA Tomohiko  <tomo@m17n.org>
1162
1163         * FLIM-ELS (flim-modules): Add `mmexternal'.
1164
1165         * mime-parse.el (mime-parse-external): New function.
1166
1167         * mime-def.el (mime-entity-children [mime-entity]): Use
1168         `mime-parse-external' for message/external-body.
1169
1170         * mmexternal.el: New module.
1171
1172 1999-12-13  Katsumi Yamaoka   <yamaoka@jpl.org>
1173
1174         * README.en, README.ja, mime-en.sgml, mime-ja.sgml: Update for the
1175         recent ML address and ftp site.
1176
1177 1999-10-17  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
1178
1179         * FLIM-MK (install-flim-package): Delete auto-autoloads.el
1180         and custom-load.el
1181
1182 1999-09-20  Katsumi Yamaoka   <yamaoka@jpl.org>
1183
1184         * mailcap.el (mailcap-look-at-schar): Protect against unexpected
1185         eof.  [cf. <tm-ja:5177>]
1186
1187 1999-09-13  Katsumi Yamaoka   <yamaoka@jpl.org>
1188
1189         * smtpmail.el (smtpmail-send-it): Remove needless `concat'.
1190
1191 1999-09-08  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
1192
1193         * mime-ja.sgml, mime-en.sgml (Entity creation): Fix typo.
1194
1195 1999-09-01  Katsumi Yamaoka   <yamaoka@jpl.org>
1196
1197         * smtpmail.el (smtpmail-send-it): Make directory
1198         `smtpmail-queue-dir' if it does not exist; convert filename of
1199         queued mail using `convert-standard-filename'.
1200         (smtpmail-queue-index): Treat `smtpmail-queue-dir' as a directory
1201         name using `file-name-as-directory'.
1202         (smtpmail-queue-dir, smtpmail-queue-mail): Remove "*" from doc
1203         strings.
1204
1205 1999-08-26  Katsumi Yamaoka   <yamaoka@jpl.org>
1206
1207         * smtpmail.el (smtpmail-send-it): Use `time-stamp-yyyy-mm-dd' and
1208         `time-stamp-hh:mm:ss' instead of `current-time'.
1209
1210 1999-08-25  Katsumi Yamaoka   <yamaoka@jpl.org>
1211
1212         * FLIM-ELS: Use `if' instead of `unless'.
1213
1214 \f
1215 1999-08-17  MORIOKA Tomohiko  <tomo@m17n.org>
1216
1217         * FLIM: Version 1.13.2 (Kasanui) released.
1218
1219 1999-08-03  Yuuichi Teranishi <teranisi@gohome.org>
1220
1221         * smtp.el (smtp-notify-success): New option.
1222         * (smtp-via-smtp): Request return receipt (defined in RFC1891) to
1223         SMTP server if `smtp-notify-success' is non-nil.
1224         [cf. <tm-ja:4872,4877>]
1225
1226 1999-08-02  MORIOKA Tomohiko  <tomo@m17n.org>
1227
1228         * mime.el (mime-entity-header-start-point): New generic function.
1229         (mime-entity-header-end-point): New generic function.
1230
1231         * mmbuffer.el (mime-entity-header-start-point): New method.
1232         (mime-entity-header-end-point): New method.
1233
1234 1999-08-09  MORIOKA Tomohiko  <tomo@m17n.org>
1235
1236         * FLIM-ELS (flim-modules): Add `mmdbuffer'.
1237
1238 1999-07-27  MORIOKA Tomohiko  <tomo@m17n.org>
1239
1240         * mmdbuffer.el: New module.
1241
1242 1999-07-28  MORIOKA Tomohiko  <tomo@m17n.org>
1243
1244         * mime-parse.el: Add autoload setting for
1245         `mime-entity-body-buffer', `mime-entity-body-start-point' and
1246         `mime-entity-body-end-point'.
1247
1248         * mime.el (mime-entity-point-min): Define as an obsolete function.
1249         (mime-entity-point-max): Likewise.
1250
1251 1999-07-27  MORIOKA Tomohiko  <tomo@m17n.org>
1252
1253         * mmbuffer.el (entity-point-min): Deleted because it is
1254         duplicated.
1255         (entity-point-max): Deleted because it is duplicated.
1256
1257 1999-07-24  MORIOKA Tomohiko  <tomo@m17n.org>
1258
1259         * mmbuffer.el (mime-insert-text-content): Deleted [moved to
1260         mime-def.el].
1261
1262         * mime-def.el: Add autoload settings for `mime-entity-content' [to
1263         avoid warning].
1264         (mime-insert-text-content): New method of `mime-entity' [moved
1265         from mmbuffer.el].
1266
1267 1999-07-24  MORIOKA Tomohiko  <tomo@m17n.org>
1268
1269         * mmbuffer.el (mime-entity-children): Deleted [moved to
1270         mime-def.el].
1271
1272         * mime-def.el: Add autoload settings for
1273         `mime-entity-content-type', `mime-parse-multipart' and
1274         `mime-parse-encapsulated' [to avoid warning].
1275         (mime-entity-children): New method of `mime-entity' [moved from
1276         mmbuffer.el].
1277
1278 \f
1279 1999-07-22  MORIOKA Tomohiko  <tomo@m17n.org>
1280
1281         * FLIM: Version 1.13.1 (Tawaramoto) released.
1282
1283 1999-07-21  MORIOKA Tomohiko  <tomo@m17n.org>
1284
1285         * mime-parse.el (mime-parse-buffer): Fixed.
1286
1287 \f
1288 1999-07-16  MORIOKA Tomohiko  <tomo@m17n.org>
1289
1290         * FLIM: Version 1.13.0 (Iwami) released.
1291
1292 1999-07-09  Nakagawa, Makoto  <nakagawa@pochi.tis.co.jp>
1293
1294         * smtpmail.el (smtpmail-send-it): Use current-time to get rid of
1295         time-stamp-strftime.
1296         (smtpmail-send-it): Use write-region-as-binary instead of
1297         write-file.
1298         (smtpmail-send-queued-mail); Use find-file-noselect-as-binary
1299         instead of find-file-noselect.
1300
1301 1999-06-23  MORIOKA Tomohiko  <tomo@m17n.org>
1302
1303         * FLIM-CFG: Delete code to detect APEL 7.3 or later.
1304
1305 1999-06-16  Katsumi Yamaoka   <yamaoka@jpl.org>
1306
1307         * smtpmail.el (smtpmail-send-it): Extend the search bound to the
1308         end of the field for fetching the recipients from Resent-To.
1309
1310 1999-06-11  Katsumi Yamaoka   <yamaoka@jpl.org>
1311
1312         * luna.el (luna-define-class-function): Check for the improbable
1313         name of variable beginning with colon whether we should bind the
1314         sort of symbol or not.
1315         (TopLevel): Likewise.
1316
1317 1999-06-10  Katsumi Yamaoka   <yamaoka@jpl.org>
1318
1319         * luna.el (luna-define-class-function): Bind member variables
1320         statically for old Emacsen.
1321         (TopLevel): Require `static'; bind `:before', `:after' and
1322         `:around' statically for old Emacsen. [cf. <tm-ja:4593>]
1323
1324 \f
1325 1999-06-01  MORIOKA Tomohiko  <tomo@m17n.org>
1326
1327         * Chao: Version 1.13.0 (JR Fujinomori) released.
1328
1329 1999-05-29  MORIOKA Tomohiko  <tomo@m17n.org>
1330
1331         * mmbuffer.el (mime-entity-fetch-field): New implementation.
1332
1333         * mime-def.el (mime-entity-fetch-field): New method of luna-class
1334         `mime-entity'.
1335
1336         * luna.el (luna-define-method): Allow `:around' qualifier.
1337         (luna-class-find-functions): Likewise.
1338         (luna-send): Likewise.
1339         (luna-call-next-method): New function.
1340
1341 1999-05-26  MORIOKA Tomohiko  <tomo@m17n.org>
1342
1343         * mime-def.el (eval-module-depended-macro): Abolished.
1344         Use `def-edebug-spec' directly.
1345
1346         * luna.el (luna-define-method): Allow `:before' qualifier.
1347         (luna-class-find-functions): Likewise.
1348
1349         * mime-def.el (mime-message-structure): Define as obsolete
1350         variable.
1351
1352 1999-05-26  MORIOKA Tomohiko  <tomo@m17n.org>
1353
1354         * mime-parse.el (mime-parse-encapsulated): Use
1355         `mime-entity-body-start-point' and `mime-entity-body-end-point'.
1356
1357         * mime.el (mime-parse-buffer): Revert to auto-load from
1358         "mime-parse".
1359
1360         * mime-parse.el (mime-parse-multipart): Move from mime-parse.el
1361         again.
1362         (mime-parse-encapsulated): Likewise.
1363         (mime-parse-message): Likewise.
1364         (mime-parse-buffer): Likewise.
1365
1366         * mmbuffer.el (mime-parse-multipart): Move to mime-parse.el again.
1367         (mime-parse-encapsulated): Likewise.
1368         (mime-parse-message): Likewise.
1369         (mime-parse-buffer): Likewise.
1370
1371         * mmbuffer.el (mime-parse-encapsulated): Run in body-buffer of an
1372         entity.
1373
1374 1999-05-26  MORIOKA Tomohiko  <tomo@m17n.org>
1375
1376         * mmbuffer.el (initialize-instance): Don't initialize slots if
1377         they are initialized.
1378         (mime-parse-multipart): Run in body-buffer of an entity.
1379         (mime-entity-body-start-point): New method.
1380
1381 1999-05-25  MORIOKA Tomohiko  <tomo@m17n.org>
1382
1383         * mmbuffer.el (mime-entity-body-end-point): New method.
1384         (mime-goto-header-start-point): New method.
1385         (mime-goto-body-start-point): New method.
1386         (mime-goto-body-end-point): New method.
1387
1388         * mime.el (mime-goto-body-end-point): New generic function.
1389
1390         * mel.el (Q-encoded-text-length): Fixed.
1391
1392 1999-05-24  MORIOKA Tomohiko  <tomo@m17n.org>
1393
1394         * mmbuffer.el (mime-parse-multipart): Refer body-start instead of
1395         header-end.
1396
1397         * mmcooked.el (mime-insert-header): Fix typo.
1398
1399 1999-05-23  MORIOKA Tomohiko  <tomo@m17n.org>
1400
1401         * mmcooked.el (mime-insert-header): Use
1402         `luna-class-find-functions'.
1403
1404         * mime.el (mime-entity-buffer): Define as obsolete function.
1405         (mime-entity-body-end-point): New generic function; define
1406         `mime-entity-body-end' as obsolete function.
1407         (mime-goto-body-start-point): New generic function.
1408         (mime-entity-uu-filename): Use `mime-goto-body-start-point' and
1409         `mime-entity-body-end-point'.
1410
1411         * mmbuffer.el (initialize-instance): Define as after method;
1412         return initialized instance.
1413
1414         * luna.el (luna-define-class): Add `standard-object' as a parent.
1415         (luna-define-method): Allow `:after' qualifier.
1416         (luna-class-find-parents-functions): New function.
1417         (luna-class-find-functions): New function [abolish
1418         `luna-class-find-function'].
1419         (luna-find-functions): New function [abolish
1420         `luna-find-function'].
1421         (luna-send): Modify for new method dispatch mechanism.
1422         (luna-make-entity): New implementation.
1423         (standard-object): New class.
1424         (initialize-instance): New method.
1425
1426 1999-05-22  MORIOKA Tomohiko  <tomo@m17n.org>
1427
1428         * Delete mmgeneric.el.
1429
1430         * mmcooked.el: Modify for mmbuffer.el.
1431
1432         * mmbuffer.el:
1433         - Don't require `mmgeneric' and `mime-parse'.
1434         - Require mime.
1435         - Use `luna'.
1436         (mime-buffer-entity-buffer-internal): Renamed from
1437         `mime-entity-set-buffer-internal'.
1438         (mime-buffer-entity-set-buffer-internal): Likewise.
1439         (mime-buffer-entity-header-start-internal): Likewise.
1440         (mime-buffer-entity-set-header-start-internal): Likewise.
1441         (mime-buffer-entity-header-end-internal): Likewise.
1442         (mime-buffer-entity-set-header-end-internal): Likewise.
1443         (mime-buffer-entity-body-start-internal): Likewise.
1444         (mime-buffer-entity-set-body-start-internal): Likewise.
1445         (mime-buffer-entity-body-end-internal): Likewise.
1446         (mime-buffer-entity-set-body-end-internal): Likewise.
1447         (mime-entity-name): New method.
1448         (mime-parse-multipart): New function [moved from mime-parse.el].
1449         (mime-parse-encapsulated): Likewise.
1450         (mime-parse-message): Likewise.
1451         (mime-entity-children): New method.
1452         (mime-goto-header-start-point): New method.
1453         (mime-visible-field-p): New function [moved from mmgeneric.el].
1454         (mime-insert-header-from-buffer): Likewise.
1455         (mime-insert-header): New method.
1456         (mime-entity-content): Use `luna-define-method'.
1457         (mime-insert-text-content): New method.
1458         ((mime-entity-fetch-field): Use `luna-define-method'.
1459         (mime-entity-header-buffer): New method.
1460         (mime-entity-body-buffer): Likewise.
1461         (mime-entity-buffer): Likewise.
1462         (mime-entity-point-min): Use `luna-define-method'.
1463         (mime-entity-point-max): Use `luna-define-method'.
1464         (mime-parse-buffer): New function [moved from mmgeneric.el].
1465
1466         * mime-parse.el (mime-parse-multipart): Moved to mmbuffer.el.
1467         (mime-parse-encapsulated): Likewise.
1468         (mime-parse-message): Likewise.
1469         (mime-parse-buffer): Likewise.
1470
1471         * mime.el (mime-parse-buffer): Auto-loaded from "mmbufer".
1472         (mime-find-function): Abolished.
1473         (mime-entity-function): Abolished.
1474         (mime-entity-send): Use `luna-send'.
1475         (mime-open-entity): Use `luna-make-entity' and
1476         `mm-expand-class-name'.
1477         (mime-entity-cooked-p): Use `luna-define-generic'.
1478         (mime-entity-children): Use `luna-send'.
1479         (mime-find-entity-from-content-id): Use `mime-entity-read-field'.
1480         (mime-entity-buffer): Change to generic function.
1481         (mime-entity-header-buffer): New generic function.
1482         (mime-entity-body-buffer): Likewise.
1483         (mime-entity-point-min): Use `luna-define-generic'.
1484         (mime-entity-point-max): Likewise.
1485         (mime-entity-header-start): Abolished.
1486         (mime-entity-header-end): Abolished.
1487         (mime-entity-body-start): Abolished.
1488         (mime-entity-body-end): Abolished.
1489         (mime-goto-header-start-point): New generic function.
1490         (mime-entity-fetch-field): New generic function.
1491         (mime-fetch-field): Use `mime-entity-fetch-field'; declare as
1492         obsolete function.
1493         (mime-entity-content-type): Use `mime-entity-fetch-field'.
1494         (mime-entity-content-disposition): Likewise.
1495         (mime-entity-encoding): Likewise.
1496         (mime-entity-read-field): New function.
1497         (mime-read-field): Use `mime-entity-read-field'; declare as
1498         obsolete function.
1499         (mime-insert-header): Use `luna-define-generic'; abolish obsolete
1500         alias `mime-insert-decoded-header'.
1501         (mime-entity-name): New generic function.
1502         (mime-entity-content): Use `luna-define-generic'.
1503         (mime-insert-entity-content): Likewise.
1504         (mime-write-entity-content): Likewise.
1505         (mime-insert-text-content): Likewise.
1506         (mime-insert-entity): Likewise.
1507         (mime-write-entity): Likewise.
1508         (mime-write-entity-body): Likewise.
1509
1510         * mime-def.el:
1511         - Use `luna'.
1512         (make-mime-entity-internal): Abolished.
1513         (mime-entity-representation-type-internal): Change to alias for
1514         `luna-class-name'.
1515         (mime-entity-set-representation-type-internal): Change to alias
1516         for `luna-set-class-name'.
1517         (mime-entity-location-internal): Defined by
1518         `luna-define-internal-accessors'.
1519         (mime-entity-set-location-internal): Likewise.
1520         (mime-entity-content-type-internal): Likewise.
1521         (mime-entity-set-content-type-internal): Likewise.
1522         (mime-entity-content-disposition-internal): Likewise.
1523         (mime-entity-set-content-disposition-internal): Likewise.
1524         (mime-entity-encoding-internal): Likewise.
1525         (mime-entity-set-encoding-internal): Likewise.
1526         (mime-entity-children-internal): Likewise.
1527         (mime-entity-set-children-internal): Likewise.
1528         (mime-entity-parent-internal): Likewise.
1529         (mime-entity-set-parent-internal): Likewise.
1530         (mime-entity-node-id-internal): Likewise.
1531         (mime-entity-decoded-subject-internal): Abolished.
1532         (mime-entity-set-decoded-subject-internal): Abolished.
1533         (mime-entity-decoded-from-internal): Abolished.
1534         (mime-entity-set-decoded-from-internal): Abolished.
1535         (mime-entity-date-internal): Abolished.
1536         (mime-entity-set-date-internal): Abolished.
1537         (mime-entity-message-id-internal): Abolished.
1538         (mime-entity-set-message-id-internal): Abolished.
1539         (mime-entity-references-internal): Abolished.
1540         (mime-entity-set-references-internal): Abolished.
1541         (mime-entity-chars-internal): Abolished.
1542         (mime-entity-set-chars-internal): Abolished.
1543         (mime-entity-lines-internal): Abolished.
1544         (mime-entity-set-lines-internal): Abolished.
1545         (mime-entity-xref-internal): Abolished.
1546         (mime-entity-set-xref-internal): Abolished.
1547         (mime-entity-original-header-internal): Defined by
1548         `luna-define-internal-accessors'.
1549         (mime-entity-set-original-header-internal): Likewise.
1550         (mime-entity-parsed-header-internal): Likewise.
1551         (mime-entity-set-parsed-header-internal): Likewise.
1552         (mime-entity-buffer-internal): Abolished.
1553         (mime-entity-set-buffer-internal): Abolished.
1554         (mime-entity-header-start-internal): Abolished.
1555         (mime-entity-set-header-start-internal): Abolished.
1556         (mime-entity-header-end-internal): Abolished.
1557         (mime-entity-set-header-end-internal): Abolished.
1558         (mime-entity-body-start-internal): Abolished.
1559         (mime-entity-set-body-start-internal): Abolished.
1560         (mime-entity-body-end-internal): Abolished.
1561         (mime-entity-set-body-end-internal): Abolished.
1562         (mm-expand-class-name): New macro.
1563         (mm-define-backend): Use `luna-define-class' and
1564         `mm-expand-class-name'.
1565         (mm-define-method): Use `luna-define-method' and
1566         `mm-expand-class-name'.
1567         (mm-arglist-to-arguments): Abolished.
1568         (mel-define-service): Use `luna-arglist-to-arguments' instead of
1569         `mm-arglist-to-arguments'.
1570
1571         * mel.el: Require `alist'.
1572
1573         * FLIM-ELS (flim-modules): Add `luna' and delete `mmgeneric'.
1574
1575         * luna.el:
1576         - Rename property `luna-member-index' to `luna-slot-index'.
1577         - Rearrangement to avoid byte-compiling problem.
1578         (luna-define-class-function): New function.
1579         (luna-define-class): Use `luna-define-class-function'.
1580         (luna-define-generic): Fixed.
1581         (luna-define-internal-accessors): New function.
1582
1583 1999-05-15  MORIOKA Tomohiko  <tomo@m17n.org>
1584
1585         * luna.el (luna-make-entity-function): Send `initialize-instance'.
1586
1587 1999-05-14  MORIOKA Tomohiko  <tomo@m17n.org>
1588
1589         * luna.el: New module.
1590
1591 \f
1592 1999-05-31  MORIOKA Tomohiko  <tomo@m17n.org>
1593
1594         * FLIM: Version 1.12.7 (Y\e-Dþzaki)\e-A released.
1595
1596 1999-05-31  MORIOKA Tomohiko  <tomo@m17n.org>
1597
1598         * mime-en.sgml (Network representation of header): Translate.
1599
1600 1999-05-27  Shuhei KOBAYASHI  <shuhei@aqua.ocn.ne.jp>
1601
1602         * mel-b-el.el (pack-sequence): Eliminate local variable `i'.
1603         (base64-encode-1): Avoid concat.
1604         (base64-encode-string): Fixed last change; extra padding.
1605
1606 1999-05-26  MORIOKA Tomohiko  <tomo@m17n.org>
1607
1608         * smtpmail.el (smtpmail-default-smtp-server): Define obsolete
1609         variable alias for XEmacs.
1610         (smtpmail-smtp-server): Likewise.
1611         (smtpmail-smtp-service): Likewise.
1612         (smtpmail-local-domain): Likewise.
1613         (smtpmail-debug-info): Likewise.
1614         (smtpmail-send-it): Check function `expand-mail-aliases' is
1615         defined.
1616
1617 1999-05-26  MORIOKA Tomohiko  <tomo@m17n.org>
1618
1619         * smtp.el (smtp-debug-info): Now a user option.
1620
1621 1999-05-25  Yoshiki Hayashi  <g740685@komaba.ecc.u-tokyo.ac.jp>
1622
1623         * README.ja: Modify URL and required version of APEL.
1624
1625 1999-05-24  Tanaka Akira  <akr@jaist.ac.jp>
1626
1627         * mel-b-ccl.el (base64-encode-string): New alias.
1628         (base64-encode-region): Ditto.
1629         (base64-decode-string): Ditto.
1630         (base64-decode-region): Ditto.
1631
1632 1999-05-24  Tanaka Akira  <akr@jaist.ac.jp>
1633
1634         * mel-b-ccl.el, mel-q-ccl.el: Sync up with doodle-1.12.5.
1635
1636 1999-05-24  MORIOKA Tomohiko  <tomo@m17n.org>
1637
1638         * eword-encode.el (ew-space-process): Renamed from
1639         `tm-eword::space-process'.
1640
1641 1999-05-24  MORIOKA Tomohiko  <tomo@m17n.org>
1642
1643         * eword-encode.el (tm-eword::space-process): Don't concatenate
1644         `special's.
1645         (ew-encode-rword-1): Renamed from `tm-eword::encode-string-1'; add
1646         new optional argument `must-output'; return nil if it can't encode
1647         literally.
1648         (eword-encode-rword-list): Fold SPACE or TAB in the encoded string
1649         if `ew-encode-rword-1' can't encode literally and it is possible
1650         to encode the rest literally with the folding.
1651         (eword-encode-phrase-to-rword-list): Add `special' flag to
1652         brackets of comments.
1653
1654 1999-05-22  Shuhei KOBAYASHI  <shuhei@aqua.ocn.ne.jp>
1655
1656         * smtpmail.el: Require 'poe and 'pcustom.
1657
1658 1999-05-22  Shuhei KOBAYASHI  <shuhei@aqua.ocn.ne.jp>
1659
1660         * mel.el: Update header.
1661         Require 'path-util and don't require 'poem.
1662         (mel-use-module): Eliminate local variable `encoding'.
1663         (mime-insert-encoded-file for mel-b-builtin):
1664         Use built-in `interactive' spec.
1665         (encoded-text-decode-string): Anchor regexp with "\\`" and "\\'".
1666         (mime-encode-region): Capitalize prompt string.
1667         (mime-decode-region): Ditto.
1668         (mime-insert-encoded-file): Ditto.
1669         (mime-write-decoded-region): Ditto.
1670
1671         * mel-b-ccl.el: Update header.
1672         (base64-ccl-encode-region): Use read-only `interactive' spec.
1673         (base64-ccl-decode-region): Ditto.
1674         (base64-ccl-insert-encoded-file): Use built-in `interactive' spec.
1675         (base64-ccl-write-decoded-region): Ditto.
1676         (encoded-text-decode-string): Anchor regexp with "\\`" and "\\'".
1677
1678         * mel-b-dl.el: Update header.
1679         Don't require 'poe; it is required implicitly via 'mime-def.
1680         (base64-dl-handle): Chech whether `base64-dl-module' is string.
1681         Defalias `base64-encode-string' and `base64-decode-string' just
1682         after `dynamic-call'ing "emacs_base64_init".
1683         (base64-encode-region): Use read-only `interactive' spec.
1684         Use `base64-encode-string'.
1685         Changed order of evaluation to "encode, delete, then insert".
1686         (base64-decode-region): Renamed from `decode-base64-region'.
1687         Use read-only `interactive' spec.
1688         Use `base64-decode-string'.
1689         Changed order of evaluation to "decode, delete, then insert".
1690         (mime-encode-string): Use `base64-encode-string'.
1691         (mime-decode-string): Use `base64-decode-string'.
1692         (mime-decode-region): Use `base64-decode-region'.
1693         (encoded-text-encode-string): Use `base64-encode-string'.
1694         (encoded-text-decode-string): Anchor regexp with "\\`" and "\\'".
1695         (mime-insert-encoded-file): Use built-in `interactive' spec.
1696         (mime-write-decoded-region in comment): Ditto.
1697
1698         * mel-b-el.el: Update header.
1699         Don't require 'poe; it is required implicitly via 'mime-def.
1700         (pack-sequence): Moved to top of the function definitions.
1701         (base64-encode-string): Calculate padding first.
1702         (base64-internal-encode-region): Changed order of evaluation to
1703         "encode, delete, then insert".
1704         (base64-internal-decode-string): Changed order of evaluation to
1705         "decode, delete, then insert".
1706         (base64-encode-region): Use read-only `interactive' spec.
1707         (base64-decode-region): Ditto.
1708         (base64-decode-string): Not interactive.
1709         (encoded-text-decode-string): Anchor regexp with "\\`" and "\\'".
1710         (base64-insert-encoded-file): Use built-in `interactive' spec.
1711         (base64-write-decoded-region): Ditto.
1712
1713         * mel-g.el: Update header.
1714         Require 'mime-def instead of 'poem and 'mel.
1715         (mime-insert-encoded-file): Use built-in `interactive' spec.
1716         (mime-write-decoded-region): Ditto.
1717
1718         * mel-q-ccl.el: Update header.
1719         (quoted-printable-ccl-encode-region):
1720         Use read-only `interactive' spec.
1721         (quoted-printable-ccl-decode-region): Ditto.
1722         (quoted-printable-ccl-insert-encoded-file):
1723         Use built-in `interactive' spec.
1724         (quoted-printable-ccl-write-decoded-region): Ditto.
1725         (encoded-text-decode-string): Anchor regexp with "\\`" and "\\'".
1726
1727         * mel-q.el: Update header.
1728         Require 'path-util instead of 'emu.
1729         (quoted-printable-internal-encode-region): Rewrite without regexp.
1730         (quoted-printable-internal-decode-region): Ditto.
1731         (quoted-printable-encode-region): Use read-only `interactive' spec.
1732         (quoted-printable-decode-region): Ditto.
1733         (mime-insert-encoded-file): Use built-in `interactive' spec.
1734         (mime-write-decoded-region): Ditto.
1735         (encoded-text-decode-string): Anchor regexp with "\\`" and "\\'".
1736
1737         * mel-u.el: Update header.
1738         Require 'path-util instead of 'emu.
1739         (mime-insert-encoded-file): Use built-in `interactive' spec.
1740         (mime-write-decoded-region): Ditto.
1741
1742 1999-05-22  Shuhei KOBAYASHI  <shuhei@aqua.ocn.ne.jp>
1743
1744         * mime-def.el: Require 'poe, 'poem, and 'pcustom.
1745         (mime): Declare `default-mime-charset' as an initial member.
1746
1747         * mime-parse.el: Don't require 'cl at compile-time.
1748
1749         * mailcap.el (mailcap-look-at-qchar): Use `char-after'.
1750
1751         * std11.el: Require 'poe, 'poem, and 'pcustom.
1752
1753         * smtp.el: Update header.
1754         Require 'poe, 'poem, and 'pcustom.
1755         Require 'cl at compile-time.
1756
1757 1999-05-21  MORIOKA Tomohiko  <tomo@m17n.org>
1758
1759         * README.en (Installation): Modify URL and required version of
1760         APEL.
1761
1762         * eword-encode.el (ew-find-charset-rule): Renamed from
1763         `tm-eword::find-charset-rule'; use
1764         `find-mime-charset-by-charsets'.
1765
1766 \f
1767 1999-05-11  MORIOKA Tomohiko  <tomo@m17n.org>
1768
1769         * FLIM: Version 1.12.6 (Family-K\e-Dòenmae)\e-A released.
1770
1771 1999-04-27  Shuhei KOBAYASHI  <shuhei@aqua.ocn.ne.jp>
1772
1773         * mel-b-ccl.el (TopLevel): Suppress warning.
1774         mel-q-ccl.el (TopLevel): Ditto.
1775         mime.el (TopLevel): Ditto.
1776
1777 1999-04-26  Shuhei KOBAYASHI  <shuhei@aqua.ocn.ne.jp>
1778
1779         * eword-decode.el (eword-encoded-word-regexp): Accept "b" and "q"
1780         for "encoding".
1781
1782         * mime-def.el (std11-qtext-regexp): Don't use `string'.
1783         (mime-tspecial-char-list): Eval at compile time.
1784
1785 1999-04-22  Katsumi Yamaoka   <yamaoka@jpl.org>
1786
1787         * mime.el: Delete autoload setting for `eword-encode-field'.
1788
1789 1999-04-22  MORIOKA Tomohiko  <tomo@m17n.org>
1790
1791         * eword-encode.el: Require `poem' instead of `emu'.
1792         Don't use `cl' for `caar'.
1793
1794 1999-04-09  Katsumi Yamaoka   <yamaoka@jpl.org>
1795
1796         * smtp.el (smtp-via-smtp): Funcall `smtp-server' if it is a
1797         function.
1798         (smtp-server): Make it can also be a function called from
1799         `smtp-via-smtp' with arguments SENDER and RECIPIENTS.
1800
1801 1999-04-05  Shuhei KOBAYASHI  <shuhei@aqua.ocn.ne.jp>
1802
1803         * FLIM-CFG: Make easier to install in VERSION_SPECIFIC_LISPDIR.
1804
1805 1999-03-29  Shuhei KOBAYASHI  <shuhei@aqua.ocn.ne.jp>
1806
1807         * mime.el (mime-read-field): Correct argument of
1808         `mime-decode-field-body'; 'native -> 'plain.
1809
1810 1999-03-27  Shuhei KOBAYASHI  <shuhei@aqua.ocn.ne.jp>
1811
1812         * eword-encode.el (TopLevel): Require 'cl when compiling.
1813         (eword-encode-rword-list): Suppress insertion of extra spaces.
1814         (eword-encode-msg-id-to-rword-list): Treat surrounding angle
1815         brackets atomically.
1816         ([tm-ja:4244] by Kazuhiro Ohta <ohta@ele.cst.nihon-u.ac.jp>)
1817
1818 1999-03-11  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1819
1820         * eword-encode.el (eword-charset-encoding-alist): Add `tis-620'.
1821
1822 1999-03-01  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1823
1824         * mel.el (mime-decode-string): Return STRING if return value of
1825         `(mel-find-function 'mime-decode-string encoding)' is nil.
1826
1827 1999-02-10  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1828
1829         * mime-def.el (mel-define-service): Change size of obarray to 7.
1830
1831 1999-02-01  Yoshiki Hayashi  <g740685@komaba.ecc.u-tokyo.ac.jp>
1832
1833         * mime-ja.sgml: Tranlate all untranslated parts.
1834
1835 \f
1836 1999-01-27  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1837
1838         * FLIM: Version 1.12.5 (Hirahata) released.
1839
1840         * mime-ja.sgml, mime-en.sgml: Sync with FLIM API 1.12.
1841
1842 1999-01-26  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1843
1844         * NEWS (New optional argument of `std11-field-end'): New
1845         subsection.
1846
1847         * std11.el (std11-field-end): Add new optional argument `bound'.
1848
1849 \f
1850 1999-01-24  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1851
1852         * FLIM: Version 1.12.4 (Tsutsui) released.
1853
1854 1999-01-24  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1855
1856         * README.en: Sync with latest FLIM.
1857
1858         * README.ja: fixed.
1859
1860 1999-01-24  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1861
1862         * mmbuffer.el, mmgeneric.el (insert-entity-content): New method.
1863
1864         * mime.el (mime-insert-entity-content): New generic function.
1865
1866 1999-01-24  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1867
1868         * NEWS (New function `mime-find-entity-from-content-id'): New
1869         subsection.
1870         (New function `mime-parse-msg-id'): New subsection.
1871         (New function `mime-uri-parse-cid'): New subsection.
1872
1873 1999-01-24  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1874
1875         * mime.el (mime-find-entity-from-content-id): New function.
1876         (mime-field-parser-alist): Use `mime-parse-msg-id' instead of
1877         `std11-parse-msg-id' to parse `Message-Id', `Recent-Message-Id'
1878         and `Content-Id' field.
1879
1880         * mime-parse.el (mime-parse-msg-id): New function.
1881         (mime-uri-parse-cid): New function.
1882
1883 \f
1884 1999-01-23  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1885
1886         * FLIM: Version 1.12.3 (Kintetsu-K\e-Dòriyama)\e-A released.
1887
1888 1999-01-23  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1889
1890         * NEWS (Function `std11-parse-in-reply-to'): New subsection.
1891         (New function `std11-parse-msg-id-string'): Likewise.
1892         (New function `std11-parse-msg-ids-string'): Likewise.
1893         (New generic function `mime-insert-entity'): Likewise.
1894
1895 1999-01-23  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1896
1897         * mime.el (mime-field-parser-alist): Change to set parser for
1898         tokens instead of parser for string.
1899         (mime-read-field): Use `eword-lexical-analyze' before parsing.
1900
1901         * eword-encode.el (eword-encode-in-reply-to): Use
1902         `std11-parse-msg-ids-string' instead of `std11-parse-in-reply-to'
1903         and `std11-lexical-analyze'.
1904
1905         * std11.el (std11-parse-msg-ids): Renamed from
1906         `std11-parse-in-reply-to'; define `std11-parse-in-reply-to' as
1907         obsolete alias.
1908         (std11-parse-msg-id-string): New function.
1909         (std11-parse-msg-ids-string): New function.
1910
1911 1999-01-23  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1912
1913         * mime.el (mime-field-parser-alist): New variable.
1914         (mime-read-field): Refer `mime-field-parser-alist'.
1915
1916 1999-01-23  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1917
1918         * mmbuffer.el, mmgeneric.el (insert-entity): New method.
1919
1920         * mime.el (mime-insert-entity): New generic function.
1921
1922 1999-01-22  Katsumi Yamaoka   <yamaoka@jpl.org>
1923
1924         * std11.el (TopLevel): Require `custom'.
1925
1926 \f
1927 1999-01-21  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1928
1929         * FLIM: Version 1.12.2 (Kuj\e-Dò)\e-A released.
1930
1931 1999-01-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1932
1933         * mime-parse.el (mime-lexical-analyzer): New user option.
1934         (mime-analyze-tspecial): New function.
1935         (mime-analyze-token): New function.
1936         (mime-parse-Content-Transfer-Encoding): Use
1937         `std11-lexical-analyze' with `mime-lexical-analyzer'.
1938
1939         * mime-def.el (mime-tspecial-char-list): Renamed from
1940         `mime-tspecials'; changed from string to list.
1941         (mime-token-regexp): Use `eval-when-compile'.
1942
1943 1999-01-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1944
1945         * eword-decode.el (eword-lexical-analyzer): Modify DOC-string
1946         about interface change.
1947         (eword-analyze-comment): Renamed from `eword-parse-comment';
1948         change second argument `from' to required argument; abolish alias
1949         `eword-analyze-comment' of `eword-parse-comment'.
1950
1951 1999-01-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1952
1953         * NEWS (User option `eword-lexical-analyzers' ->
1954         `eword-lexical-analyzer'): New subsection.
1955
1956         * eword-decode.el (eword-lexical-analyzer): Renamed from user
1957         option `eword-lexical-analyzers'.
1958
1959 1999-01-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1960
1961         * NEWS (New user option `std11-lexical-analyzer'): New subsection.
1962
1963         * std11.el (std11-lexical-analyzer): Renamed from user option
1964         `std11-lexical-analyzers'.
1965
1966 1999-01-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1967
1968         * std11.el (std11-lexical-analyze): Change interface to add new
1969         optional argument `analyzers'.
1970
1971 1999-01-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1972
1973         * std11.el (std11-lexical-analyzers): New user option.
1974         (std11-lexical-analyze): New implementation; refer
1975         `std11-lexical-analyzers'.
1976
1977 1999-01-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1978
1979         * NEWS (Change interface of lexical-analyzers): New subsection.
1980
1981 1999-01-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1982
1983         * eword-decode.el (eword-encoded-word-regexp): Must define when
1984         this module is compiled.
1985         (eword-decode-structured-field-body): Add new optional argument
1986         `start'.
1987         (eword-decode-and-unfold-structured-field-body): Likewise.
1988         (eword-decode-and-fold-structured-field-body): Likewise.
1989         (eword-analyze-quoted-string): Add new argument `start'; return
1990         `(<parsed result> . <end position>)' instead of `(<parsed result>
1991         . <rest string>)'.
1992         (std11-analyze-domain-literal): Likewise.
1993         (eword-analyze-domain-literal): Likewise.
1994         (eword-analyze-comment): Changed to alias of
1995         `eword-parse-comment'.
1996         (eword-analyze-spaces): Add new argument `start'; return `(<parsed
1997         result> . <end position>)' instead of `(<parsed result> . <rest
1998         string>)'.
1999         (std11-analyze-domain-literal): Likewise.
2000         (eword-analyze-special): Likewise.
2001         (eword-analyze-encoded-word): Likewise.
2002         (eword-analyze-atom): Likewise.
2003         (eword-lexical-analyze-internal): Add new argument `start'.
2004         (eword-lexical-analyze): Change interface to add new optional
2005         argument `start'.
2006         (eword-extract-address-components): Add new optional argument
2007         `start'.
2008
2009         * std11.el (std11-atom-regexp): Modify to match non-top atom.
2010         (std11-analyze-spaces): Add new argument `start'; return `(<parsed
2011         result> . <end position>)' instead of `(<parsed result> . <rest
2012         string>)'.
2013         (std11-analyze-special): Likewise.
2014         (std11-analyze-atom): Likewise.
2015         (std11-analyze-quoted-string): Likewise.
2016         (std11-analyze-domain-literal): Likewise.
2017         (std11-analyze-comment): Likewise.
2018         (std11-lexical-analyze): Add new optional argument `start'.
2019
2020 1999-01-15  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2021
2022         * std11.el (std11-fetch-field): Add autoload cookie.
2023         (std11-narrow-to-header): Likewise.
2024         (std11-field-body): Likewise.
2025         (std11-unfold-string): Likewise.
2026         (std11-lexical-analyze): Add DOC-string; add autoload cookie.
2027
2028         * std11.el (std11-space-char-list): Renamed from
2029         `std11-space-chars'; changed from string to list.
2030
2031 1999-01-15  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2032
2033         * std11.el (std11-fetch-field): Don't define as inline function.
2034         (std11-field-body): Enclose `std11-narrow-to-header' and
2035         `std11-fetch-field' by `inline'.
2036
2037 1999-01-15  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2038
2039         * std11.el (std11-special-char-list): Evaluate when it is
2040         compiled.
2041         (std11-atom-regexp): Use `eval-when-compile'.
2042
2043 1999-01-15  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2044
2045         * std11.el (std11-space-chars): Must evaluate when it is compiled.
2046         (std11-analyze-spaces): Don't use `std11-spaces-regexp'; abolist
2047         constant `std11-spaces-regexp'.
2048
2049         * mime-parse.el (mime-disposition-type-regexp): Must evaluate when
2050         it is compiled.
2051
2052         * mime-parse.el: Don't require emu.
2053
2054         * mime-parse.el (mime-parse-Content-Disposition): Use
2055         `eval-when-compile'.
2056
2057         * mime-parse.el (mime-parse-Content-Transfer-Encoding): New
2058         implementation.
2059
2060 1998-12-22  Katsumi Yamaoka <yamaoka@jpl.org>
2061
2062         * README.en (Installation): Modify for APEL 9.12.
2063         * README.ja (Installation): Likewise.
2064
2065 1998-12-14  Katsumi Yamaoka <yamaoka@jpl.org>
2066
2067         * mel-b-ccl.el (base64-ccl-insert-encoded-file): Call
2068         `insert-file-contents-as-coding-system' with CODING-SYSTEM as the
2069         1st arg.
2070         * mel-q-ccl.el (quoted-printable-ccl-insert-encoded-file):
2071         Likewise.
2072
2073         * mel-b-ccl.el (base64-ccl-write-decoded-region): Call
2074         `write-region-as-coding-system' with CODING-SYSTEM as the 1st arg.
2075         * mel-q-ccl.el (quoted-printable-ccl-write-decoded-region):
2076         Likewise.
2077
2078 1998-12-14  Katsumi Yamaoka <yamaoka@jpl.org>
2079
2080         * mel-b-ccl.el (base64-ccl-insert-encoded-file): Use
2081         `insert-file-contents-as-coding-system' (renamed from
2082         `insert-file-contents-as-specified-coding-system').
2083         * mel-q-ccl.el (quoted-printable-ccl-insert-encoded-file):
2084         Likewise.
2085
2086         * mel-b-ccl.el (base64-ccl-write-decoded-region): Use
2087         `write-region-as-coding-system' (renamed from
2088         `write-region-as-specified-coding-system').
2089         * mel-q-ccl.el (quoted-printable-ccl-write-decoded-region):
2090         Likewise.
2091
2092 1998-12-08  Katsumi Yamaoka <yamaoka@jpl.org>
2093
2094         * smtp.el (smtp-coding-system): Abolished.
2095         (smtp-via-smtp): Use `open-network-stream-as-binary' instead of
2096         `open-network-stream'.
2097
2098 1998-12-04  Katsumi Yamaoka <yamaoka@jpl.org>
2099
2100         * mel-b-ccl.el (base64-ccl-insert-encoded-file): Use
2101         `insert-file-contents-as-specified-coding-system' instead of
2102         `insert-file-contents'.
2103         * mel-q-ccl.el (quoted-printable-ccl-insert-encoded-file):
2104         Likewise.
2105
2106         * mel-b-ccl.el (base64-ccl-write-decoded-region): Use
2107         `write-region-as-specified-coding-system' instead of
2108         `write-region'.
2109         * mel-q-ccl.el (quoted-printable-ccl-write-decoded-region):
2110         Likewise.
2111
2112 \f
2113 1998-12-02  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2114
2115         * FLIM: Version 1.12.1 (Nishinoky\e-Dò)\e-A released.
2116
2117 1998-11-30  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2118
2119         * smtpmail.el (smtpmail-send-it): Add autoload cookie; use
2120         `smtpmail-do-bcc' instead of `smtp-do-bcc'; modify for interface
2121         change of `smtp-via-smtp'.
2122         (smtpmail-do-bcc): New function (moved and renamed from
2123         `smtp-do-bcc' of smtp.el).
2124
2125 1998-08-06  Katsumi Yamaoka <yamaoka@jpl.org>
2126
2127         * lisp/smtp.el: Do not insert empty line at the end of message.
2128
2129 1998-06-18  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
2130
2131         * lisp/smtp.el (smtp-use-8bitmime): New variable.
2132         (smtp-debug-info): Internal variable, now.
2133         (smtp-make-fqdn): Renamed from `smtp-fqdn'.
2134         (smtp-via-smtp): New implementation.
2135         (smtp-send-command): Treat "PASS" as usual.
2136         (smtp-do-bcc): Removed.
2137
2138 1998-11-30  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2139
2140         * smtpmail.el: New module (copied from Semi-gnus 6.8).
2141
2142         * smtp.el: New module (copied from Semi-gnus 6.8).
2143
2144         * FLIM-ELS: Add smtp.el and smtpmail.el.
2145
2146 1998-11-30  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2147
2148         * mime-def.el: Abolish function `eliminate-top-spaces' because it
2149         is not used in FLIM.
2150
2151 1998-11-29  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2152
2153         * eword-encode.el (eword-encode-mailbox-to-rword-list): Fix
2154         problem in `eword-encode-addresses-to-rword-list'.
2155
2156 1998-11-26  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2157
2158         * std11.el (std11-full-name-string): fixed.
2159
2160         * std11.el (std11-comment-value-to-string): fixed.
2161
2162 1998-11-25  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2163
2164         * NEWS (Changes in FLIM 1.12): New section.
2165
2166 1998-11-25  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2167
2168         * std11.el (std11-comment-value-to-string): New function.
2169         (std11-full-name-string): Use `std11-comment-value-to-string'.
2170
2171         * eword-decode.el (eword-parse-comment): New function.
2172         (eword-analyze-comment): New implementation; use
2173         `eword-parse-comment'; change representation.
2174         (eword-decode-token): Modify for representation change of comment.
2175
2176 \f
2177 1998-11-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2178
2179         * FLIM: Version 1.12.0 (Amagatsuji) was released.
2180
2181 1998-11-14  Tanaka Akira  <akr@jaist.ac.jp>
2182
2183         * mel-b-ccl.el (ccl-cascading-read): Check consistency.
2184
2185 1998-11-13  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2186
2187         * eword-decode.el (eword-decode-structured-field-body): Abolish
2188         non-used local variable.
2189
2190 1998-11-12  Tanaka Akira  <akr@jaist.ac.jp>
2191
2192         * mel-b-ccl.el (mel-ccl-decode-b): Check `ccl-cascading-read' to
2193         select implementation.
2194
2195 1998-11-12  Tanaka Akira  <akr@jaist.ac.jp>
2196
2197         * mel-q-ccl.el (mel-ccl-encode-quoted-printable-generic): workaround
2198         for mule-2.3@19.34.
2199
2200 1998-11-12  Tanaka Akira  <akr@jaist.ac.jp>
2201
2202         * mel.el (mel-b-builtin): New variable.
2203
2204 1998-11-10  Tanaka Akira  <akr@jaist.ac.jp>
2205
2206         * FLIM-ELS: require 'pccl.
2207         (flim-modules): Check CCL availability by broken facility.
2208
2209 1998-11-08  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2210
2211         * eword-decode.el (eword-decode-structured-field-body): New
2212         implementation; abolish optional argument `must-unfold'; delete
2213         DOC-string.
2214         (eword-decode-and-unfold-structured-field-body): Renamed from
2215         `eword-decode-and-unfold-structured-field'; delete DOC-string.
2216         (eword-decode-and-fold-structured-field-body): Renamed from
2217         `eword-decode-and-fold-structured-field'; abolish optional
2218         argument `must-unfold'; delete DOC-string.
2219         (eword-decode-unstructured-field-body): Abolish optional argument
2220         `must-unfold'; delete DOC-string.
2221         (eword-decode-and-unfold-unstructured-field-body): Renamed from
2222         `eword-decode-and-unfold-unstructured-field'; delete DOC-string.
2223         (eword-decode-unfolded-unstructured-field-body): New function.
2224
2225 1998-11-08  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2226
2227         * mmgeneric.el (mime-insert-header-from-buffer): Use
2228         `mime-find-field-presentation-method' and
2229         `mime-find-field-decoder-internal'.
2230
2231         * eword-decode.el (mime-find-field-presentation-method): New
2232         macro.
2233         (mime-find-field-decoder-internal): New function.
2234         (mime-find-field-decoder): New implementation (use
2235         mime-find-field-decoder-internal).
2236         (mime-decode-header-in-region): Use
2237         `mime-find-field-presentation-method' and
2238         `mime-find-field-decoder-internal'.
2239
2240 1998-11-08  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2241
2242         * mmgeneric.el (mime-insert-header-from-buffer): Rename
2243         field-presentation-mode `folding' to `wide'.
2244
2245         * eword-decode.el: Rename field-presentation-modes from `native',
2246         `folding', `unfolding', `unfolding-xover' to `plain', `wide',
2247         `summary', `nov'.
2248
2249 1998-11-07  Tanaka Akira  <akr@jaist.ac.jp>
2250
2251         * eword-decode.el (mime-set-field-decoder): Add mode `unfolding-xover'.
2252         (mime-find-field-decoder): Ditto.
2253
2254 1998-11-04  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2255
2256         * eword-encode.el (eword-encode-phrase-route-addr-to-rword-list):
2257         Don't delete the front spaces.
2258         (eword-encode-addresses-to-rword-list): Don't supplement space;
2259         use `nconc' instead of `append'.
2260         (eword-encode-msg-id-to-rword-list): Supplement the front space;
2261         use `nconc' instead of `append'.
2262
2263 1998-11-02  Tanaka Akira  <akr@jaist.ac.jp>
2264
2265         * eword-decode.el (mime-field-decoder-cache): New variable.
2266         (mime-find-field-decoder): Use `mime-field-decoder-cache'.
2267         (mime-update-field-decoder-cache): New variable.
2268         (mime-update-field-decoder-cache): New function.
2269         (mime-decode-header-in-region): Use `mime-field-decoder-cache'.
2270
2271         * mmgeneric.el (mime-insert-header-from-buffer): Use
2272         `mime-field-decoder-cache'.
2273
2274 1998-11-02  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2275
2276         * eword-decode.el (mime-decode-header-in-region): New function.
2277         (mime-decode-header-in-buffer): Use function
2278         `mime-decode-header-in-region'.
2279
2280 1998-10-28  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2281
2282         * mmgeneric.el (mime-insert-header-from-buffer): Refer
2283         `mime-field-decoder-alist' instead of hard-coding.
2284
2285         * mime.el (mime-read-field): Use `mime-decode-field-body'.
2286
2287         * eword-decode.el (eword-decode-and-unfold-structured-field): Add
2288         optional dummy argument `start-column' and `max-column'.
2289         (eword-decode-structured-field-body): Change interface.
2290         (eword-decode-unstructured-field-body): Change interface to add
2291         optional dummy argument `start-column' and `max-column'.
2292         (eword-decode-and-unfold-unstructured-field): Add optional dummy
2293         argument `start-column' and `max-column'.
2294         (mime-field-decoder-alist): New variable; abolish user option
2295         `eword-decode-ignored-field-list' and
2296         `eword-decode-structured-field-list'.
2297         (mime-set-field-decoder): New function.
2298         (mime-find-field-decoder): New function.
2299         (mime-decode-field-body): New function; abolish function
2300         `eword-decode-field-body'.
2301         (mime-decode-header-in-buffer): Renamed from
2302         `eword-decode-header'; refer `mime-field-decoder-alist' instead of
2303         hard-coding; add obsolete alias `eword-decode-header'.
2304
2305 1998-10-28  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2306
2307         * mime-def.el: Avoid compile error when edebug is missing.
2308
2309 \f
2310 1998-10-28  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2311
2312         * FLIM: Version 1.11.3 (Saidaiji) was released.
2313
2314 1998-10-27  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2315
2316         * VERSION: New file (Renamed from FLIM-VERSION).
2317
2318 1998-10-27  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2319
2320         * eword-encode.el (eword-encode-char-type): Return nil for ?\n.
2321
2322 1998-10-27  Tanaka Akira      <akr@jaist.ac.jp>
2323
2324         * eword-encode.el (eword-encode-field-body): Unfold `field-body'.
2325
2326 1998-10-27  Yoshiki Hayashi   <g740685@komaba.ecc.u-tokyo.ac.jp>
2327
2328         * README.ja: Update.
2329
2330 \f
2331 1998-10-26  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2332
2333         * FLIM: Version 1.11.2 (Heij\e-Dò)\e-A was released.
2334
2335         * NEWS (Abolish variable `mime-temp-directory'): New subsection.
2336
2337         * README.en (Installation): Modify for APEL 9.6.
2338
2339 1998-10-26  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2340
2341         * eword-encode.el (eword-encode-field-body): Don't eliminate
2342         top-spaces.
2343
2344 1998-10-25  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2345
2346         * FLIM-ELS (flim-modules): Don't install mel-b-el for Emacs 20.4.
2347
2348 1998-10-25  Tanaka Akira      <akr@jaist.ac.jp>
2349
2350         * eword-decode.el (eword-decode-field-body): Refine implementation.
2351
2352 1998-10-24  Tanaka Akira      <akr@jaist.ac.jp>
2353
2354         * mel-b-ccl.el, mel-q-ccl.el, mel.el, FLIM-ELS: Divide mel-ccl.el
2355         into mel-b-ccl.el and mel-q-ccl.el.
2356
2357 1998-09-11  Tanaka Akira      <akr@jaist.ac.jp>
2358
2359         * mel.el (base64-encoded-length): New implementation.
2360
2361 1998-10-25  Tanaka Akira      <akr@jaist.ac.jp>
2362
2363         * eword-decode.el (eword-decode-field-body): New function.
2364
2365 1998-10-25  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2366
2367         * eword-encode.el (eword-encode-field-body): Change interface.
2368         (eword-encode-header): Use `eword-encode-field-body'; abolish
2369         function `eword-encode-field'.
2370
2371 1998-10-25  Tanaka Akira  <akr@jaist.ac.jp>
2372
2373         * eword-encode.el (eword-encode-field-body): New function.
2374         (eword-encode-field): Use `eword-encode-field-body'.
2375
2376 1998-10-24  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2377
2378         * mel.el, mel-b-el.el, FLIM-ELS: Rename mel-b.el -> mel-b-el.el.
2379
2380 1998-10-24  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2381
2382         * mel-u.el (uuencode-external-decode-region): Use
2383         `temporary-file-directory' instead of `mime-temp-directory'.
2384         (mime-write-decoded-region): Likewise.
2385
2386         * mime-def.el: Abolish variable `mime-temp-directory'.
2387
2388 1998-10-24  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2389
2390         * mmgeneric.el (mime-insert-header-from-buffer): New function.
2391         (insert-header): Use `mime-insert-header-from-buffer'.
2392
2393 1998-10-24  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2394
2395         * FLIM-ELS: Don't install mel-b-dl.el if the running emacs has
2396         builtin base64 encoder/decoder.
2397
2398         * mel.el: Set up builtin base64 encoder/decoder if they are
2399         available.
2400
2401         * mime-def.el (base64-dl-module): Set nil as initial value if the
2402         running emacs has builtin base64 encoder/decoder.
2403
2404         * mel-b.el: Require `poe' instead of `emu'.
2405         (base64-encode-string): Use `defun-maybe'.
2406         (base64-encode-region): Likewise.
2407         (base64-decode-region): Likewise.
2408         (base64-decode-string): Likewise.
2409
2410         * mel-b-dl.el: Require `poe' instead of `emu'.
2411
2412 \f
2413 1998-10-23  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2414
2415         * FLIM: Version 1.11.1 (Takanohara) was released.
2416
2417 1998-10-22  Yoshiki Hayashi   <g740685@komaba.ecc.u-tokyo.ac.jp>
2418
2419         * README.ja: New file.
2420
2421 1998-10-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2422
2423         * mime-def.el: Require mcharset.
2424
2425 1998-10-20  Katsumi Yamaoka   <yamaoka@jpl.org>
2426
2427         * mel-u.el (mime-write-decoded-region): Fix typo.
2428
2429         * mime-def.el: Enclose defining procedure for the constants
2430         `std11-quoted-pair-regexp', `std11-non-qtext-char-list' and
2431         `std11-qtext-regexp' with `eval-and-compile'.
2432
2433 1998-10-19  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2434
2435         * NEWS (Behavior change of `mime-insert-header'): New subsection.
2436
2437         * mmgeneric.el (insert-header): Include `:' in field-name.
2438
2439 1998-10-19  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2440
2441         * mime-def.el (std11-qtext-regexp): Use `eval-when-compile'; don't
2442         use `char-list-to-string'.
2443         (std11-quoted-string-regexp): Use `eval-when-compile'.
2444         - Use `def-edebug-spec' to define edebug-form-spec of
2445           mm-define-method; fix definition of edebug-form-spec of
2446           mm-define-method.
2447
2448 1998-10-18  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2449
2450         * mime-en.sgml, mime-ja.sgml (Header encoder/decoder): Add
2451         description about `eword-field-encoding-method-alist'.
2452
2453         * mime-en.sgml (Header encoder/decoder): Modify description about
2454         `eword-encode-header'.
2455
2456         * mime-ja.sgml (Header encoder/decoder): Translate.
2457
2458 1998-10-18  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2459
2460         * mime-en.sgml (entity formatting): Fix typo in description of
2461         `default-mime-charset'.
2462
2463         * mime-en.sgml (Header encoder/decoder): Modify description of
2464         `eword-decode-header'.
2465
2466         * mime-ja.sgml, mime-en.sgml (Header encoder/decoder): fix typo.
2467
2468         * mime-en.sgml (encoder/decoder): Translate description of
2469         `mime-decode-string'.
2470
2471 1998-10-18  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2472
2473         * mime-en.sgml (Content-Disposition parser): Modify description.
2474
2475         * mime-en.sgml (Content-Type parser): Modify description.
2476
2477 1998-10-18  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2478
2479         * mime-en.sgml (Content-Transfer-Encoding parser): Translate.
2480
2481 \f
2482 1998-10-18  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2483
2484         * FLIM: Version 1.11.0 (Yamadagawa) was released.
2485
2486 1998-10-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2487
2488         * mime-ja.sgml, mime-en.sgml (entity formatting): Add description
2489         about `mime-insert-text-content'.
2490
2491 1998-10-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2492
2493         * mime-ja.sgml, mime-en.sgml (entity formatting): New node; move
2494         `mime-insert-header' from `Entity-header'; move
2495         `default-mime-charset' from `custom'.
2496
2497 1998-10-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2498
2499         * mime-en.sgml, mime-ja.sgml (Entity-header): Generic function
2500         `mime-insert-decoded-header' was renamed to `mime-insert-header'.
2501
2502 1998-10-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2503
2504         * NEWS: New file.
2505
2506 1998-10-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2507
2508         * mime.el (mime-insert-header): Renamed from
2509         `mime-insert-decoded-header'; define `mime-insert-decoded-header'
2510         as an obsolete alias.
2511
2512         * mmgeneric.el, mmcooked.el (insert-header): Renamed from
2513         `insert-decoded-header'.
2514
2515         * README.en (Installation): Add required version of APEL.
2516
2517 1998-10-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2518
2519         * mel-g.el: Require mel.
2520
2521         * mel-g.el: Require poem instead of emu.
2522
2523 1998-10-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2524
2525         * mime.el (mime-insert-text-content): New generic function.
2526
2527         * mmcooked.el, mmgeneric.el (insert-text-content): New method.
2528
2529 1998-10-02  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2530
2531         * std11.el (std11-unfold-string): New implementation.
2532
2533 1998-10-02  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2534
2535         * mmgeneric.el: New module.
2536
2537         * mmbuffer.el: Use `generic' as mother backend.
2538
2539         * FLIM-ELS (flim-modules): Add mmgeneric.
2540
2541 1998-10-01  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2542
2543         * mime-parse.el (mime-parse-message): Modify for
2544         `make-mime-entity-internal'.
2545
2546         * mime-def.el (make-mime-entity-internal): Change interface to be
2547         able to specify original-header and parsed-header.
2548
2549 1998-09-30  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2550
2551         * eword-decode.el (eword-decode-and-unfold-unstructured-field):
2552         New function.
2553
2554 1998-09-30  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2555
2556         * mime.el (mime-entity-content-type): New implementation.
2557         (mime-entity-content-disposition): New implementation.
2558         (mime-entity-encoding): New implementation.
2559
2560         * mime.el (mime-fetch-field): Refer internal slots for Date,
2561         Message-Id and References fields.
2562
2563         * mime-parse.el (mime-parse-message): Modify for
2564         `make-mime-entity-internal'.
2565
2566         * mime-def.el: Change `mime-entity-*-internal' and
2567         `mime-entity-set-*-internal' to macro.
2568         (make-mime-entity-internal): Change interface and data format for
2569         NOV data; changed to macro.
2570         (mime-entity-set-location-internal): New macro.
2571         (mime-entity-decoded-subject-internal): New macro.
2572         (mime-entity-set-decoded-subject-internal): New macro.
2573         (mime-entity-decoded-from-internal): New macro.
2574         (mime-entity-set-decoded-from-internal): New macro.
2575         (mime-entity-date-internal): New macro.
2576         (mime-entity-set-date-internal): New macro.
2577         (mime-entity-message-id-internal): New macro.
2578         (mime-entity-set-message-id-internal): New macro.
2579         (mime-entity-references-internal): New macro.
2580         (mime-entity-set-references-internal): New macro.
2581         (mime-entity-chars-internal): New macro.
2582         (mime-entity-set-chars-internal): New macro.
2583         (mime-entity-lines-internal): New macro.
2584         (mime-entity-set-lines-internal): New macro.
2585         (mime-entity-xref-internal): New macro.
2586         (mime-entity-set-xref-internal): New macro.
2587         (mime-entity-original-header-internal): Modify for new structure;
2588         changed to macro.
2589         (mime-entity-set-original-header-internal): Likewise.
2590         (mime-entity-parsed-header-internal): Likewise.
2591         (mime-entity-set-parsed-header-internal): Likewise.
2592         (mime-entity-buffer-internal): Likewise.
2593         (mime-entity-set-buffer-internal): Likewise.
2594         (mime-entity-header-start-internal): Likewise.
2595         (mime-entity-set-header-start-internal): Likewise.
2596         (mime-entity-header-end-internal): Likewise.
2597         (mime-entity-set-header-end-internal): Likewise.
2598         (mime-entity-body-start-internal): Likewise.
2599         (mime-entity-set-body-start-internal): Likewise.
2600         (mime-entity-body-end-internal): Likewise.
2601         (mime-entity-set-body-end-internal): Likewise.
2602
2603 \f
2604 1998-10-14  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2605
2606         * FLIM: Version 1.10.5 (Kizugawadai) was released.
2607
2608         * mel.el: Must require poem.
2609
2610 \f
2611 1998-10-12  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2612
2613         * FLIM: Version 1.10.4 (Shin-H\e-Dòsono)\e-A was released.
2614
2615 1998-10-12  Katsumi Yamaoka   <yamaoka@jpl.org>
2616
2617         * README.en: Add explanation about `VERSION_SPECIFIC_LISPDIR'.
2618
2619         * Makefile (install): Add new arg `VERSION_SPECIFIC_LISPDIR'.
2620         (elc): Likewise.
2621
2622         * FLIM-MK (config-flim): Refer to `VERSION_SPECIFIC_LISPDIR'.
2623
2624         * FLIM-CFG (VERSION_SPECIFIC_LISPDIR): New variable.
2625
2626 1998-10-12  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2627
2628         * mel.el (mel-ccl-module): Require path-util when the running
2629         emacs has MULE.
2630
2631         * mel.el: Don't require emu.
2632
2633 1998-10-11  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2634
2635         * FLIM-ELS: Don't install mel-ccl in anything older than XEmacs 21
2636         with MULE.
2637
2638 \f
2639 1998-10-10  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2640
2641         * FLIM: Version 1.10.3 (Komada) was released.
2642
2643         * mel-ccl.el (base64-ccl-write-decoded-region): bind
2644         `jka-compr-compression-info-list' with nil.
2645
2646         * mel-b.el (base64-internal-decoding-limit): Switch default value
2647         between XEmacs-mule and other emacsen.
2648         Abolish function `base64-decode-string!'.
2649         (base64-internal-decode-region): New implementation.
2650         (base64-insert-encoded-file): New function.
2651         (mime-insert-encoded-file): Use `base64-insert-encoded-file'.
2652         (base64-write-decoded-region): New function.
2653         (mime-write-decoded-region): Use `base64-write-decoded-region'.
2654
2655         * mel-b-dl.el (decode-base64-region): Renamed from
2656         `base64-decode-region'.
2657         (mime-insert-encoded-file): Change temporary-buffer to unibyte
2658         representation.  Abolish method `mime-write-decoded-region'
2659         because it is slower than CCL based implementation.
2660
2661 1998-10-09  Tanaka Akira <akr@jaist.ac.jp>
2662
2663         * mel-ccl.el: Check `ccl-execute-eof-block-on-decoding-some'
2664         facility instead of `ccl-execute-eof-block-on-encoding-some'.
2665
2666 1998-10-09  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2667
2668         * mel-b.el (base64-characters): Enclose with `eval-and-compile'.
2669
2670         * eword-decode.el (eword-encoded-text-regexp): Enclose with
2671         `eval-and-compile'.
2672         (eword-encoded-word-regexp): Use `eval-when-compile'.
2673
2674 1998-10-09  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2675
2676         * eword-decode.el (eword-max-size-to-decode): New user option.
2677         (eword-decode-and-fold-structured-field): Do nothing if size of
2678         input is bigger than `eword-max-size-to-decode'.
2679
2680 1998-10-08  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2681
2682         * mel-b.el (base64-numbers): Use `eval-when-compile'.
2683
2684 1998-10-09  Katsumi Yamaoka   <yamaoka@jpl.org>
2685
2686         * FLIM-CFG: Use `add-latest-path' instead of `add-path' for adding
2687         "custom" to load-path.
2688
2689 1998-10-09  Katsumi Yamaoka   <yamaoka@jpl.org>
2690
2691         * mime-def.el (mime-library-product): Enclose with
2692         `eval-and-compile'.
2693
2694         * FLIM-CFG: Add "custom" to load-path.
2695
2696 \f
2697 1998-10-08  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2698
2699         * FLIM: Version 1.10.2 (Kintetsu-Miyazu) was released.
2700
2701         * mime-def.el, mel.el, mel-b-dl.el: Move variable
2702         `base64-dl-module' from mel-b-dl.el and mel.el to mime-def.el.
2703
2704 1998-10-08  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2705
2706         * mel.el (mel-ccl-module): New variable; use it to check mel-ccl
2707         is available.
2708
2709         * FLIM-ELS: Don't install mel-ccl for anything older than MULE
2710         2.3.
2711
2712 1998-10-08  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2713
2714         * mel-u.el: Use `mel-define-backend' to define "x-uue".
2715         Define "x-uuencode" as a clone of "x-uue".
2716
2717         * Move variable `mel-encoding-module-alist' from mel.el to
2718         mime-def.el.
2719
2720         * mel.el (mel-find-function): Use function
2721         `mel-find-function-from-obarray'.
2722         Use `mel-define-backend' to define "7bit", "8bit" and "binary";
2723         don't define methods of "8bit" and "binary"; inherit methods from
2724         "7bit".
2725
2726         * mime-def.el (mel-service-list): New variable.
2727         (mel-define-service): New implementation.
2728         (mel-find-function-from-obarray): New inline function.
2729         (mel-copy-method): New inline function.
2730         (mel-copy-backend): New inline function.
2731         (mel-define-backend): New macro.
2732
2733 1998-10-08  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2734
2735         * mel-u.el: Define method functions of mel.
2736         (mime-encode-region): Use `mel-define-method-function'; abolish
2737         `uuencode-encode-region'.
2738         (mime-decode-region): Use `mel-define-method-function'; abolish
2739         `uuencode-decode-region'.
2740         (mime-encode-string): New method.
2741         (mime-decode-string): New method.
2742         (mime-insert-encoded-file): Use `mel-define-method'; abolish
2743         `uuencode-insert-encoded-file'.
2744         (mime-write-decoded-region): Use `mel-define-method'; abolish
2745         `uuencode-write-decoded-region'.
2746
2747 1998-10-07  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2748
2749         * mime-def.el (mel-define-service): Add DOC.
2750         (mel-define-method): Add DOC.
2751         (mel-define-method-function): Add DOC.
2752
2753         * mime-en.sgml, mime-ja.sgml: Modify for FLIM 1.10.
2754
2755 \f
2756 1998-10-07  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2757
2758         * FLIM: Version 1.10.1 (Miyamaki) was released.
2759
2760 1998-10-06  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2761
2762         * mel-g.el: Define method functions of mel.
2763         (mime-encode-region): Use `mel-define-method-function'; abolish
2764         `gzip64-encode-region'.
2765         (mime-decode-region): Use `mel-define-method-function'; abolish
2766         `gzip64-decode-region'.
2767         (mime-encode-string): New method.
2768         (mime-decode-string): New method.
2769         (mime-insert-encoded-file): Use `mel-define-method'; abolish
2770         `gzip64-insert-encoded-file'.
2771         (mime-write-decoded-region): Use `mel-define-method'; abolish
2772         `gzip64-write-decoded-region'.
2773
2774         * mime-def.el (mime-library-product): New variable; abolish
2775         `mime-library-version'.
2776         (mime-product-name): New macro.
2777         (mime-product-version): New macro.
2778         (mime-product-code-name): New macro.
2779         (mime-library-version): Renamed from
2780         `mime-library-version-string'; use `mime-library-product',
2781         `mime-product-name', `mime-product-version' and
2782         `mime-product-code-name'.
2783
2784         * mime-def.el (mm-define-backend): Add DOC.
2785         (mm-define-method): Add DOC.
2786
2787         * mel.el (mime-encoding-list): Modify DOC to add description about
2788         optional argument SERVICE.
2789
2790 1998-10-04  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2791
2792         * mime-ja.sgml, mime-en.sgml (mm-backend module): Write
2793         description of `mm-define-backend' and `mm-define-method'.
2794
2795 \f
2796 1998-09-29  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2797
2798         * FLIM: Version 1.10.0 (K\e-Dòdo)\e-A was released.
2799
2800         * README.en (What's FLIM): Add mel-ccl.el.
2801
2802 1998-09-21  Tanaka Akira      <akr@jaist.ac.jp>
2803
2804         * mel-ccl.el:
2805           - Require 'pccl instead of 'emu.
2806           - Use `unless-broken' to check facility.
2807
2808 1998-09-27  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2809
2810         * mel.el (mime-encoding-list): New user option (renamed from
2811         `mime-content-transfer-encoding-list').
2812         (mime-encoding-list): New function.
2813         (mime-encoding-alist): New function.
2814         (mime-encode-region): Use `mime-encoding-alist' for completion.
2815         (mime-decode-region): Likewise.
2816         (mime-insert-encoded-file): Likewise.
2817         (mime-write-decoded-region): Likewise.
2818
2819 1998-09-24  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2820
2821         * eword-decode.el (eword-decode-structured-field-list): Add
2822         Mail-Followup-To field.
2823
2824 1998-09-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2825
2826         * eword-encode.el (eword-charset-encoding-alist): Add utf-8.
2827
2828 1998-09-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2829
2830         * mel.el (mime-content-transfer-encoding-list): New user option.
2831         (mime-encode-region): Use `mime-content-transfer-encoding-list'
2832         for completion.
2833         (mime-decode-region): Likewise.
2834         (mime-insert-encoded-file): Likewise.
2835         (mime-write-decoded-region): Likewise.
2836
2837         * mel.el (mime-write-decoded-region): fix typo.
2838
2839 1998-09-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2840
2841         * mime-def.el (mel-define-method-function): Don't override.
2842
2843 1998-09-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2844
2845         * mel.el, mel-ccl.el, FLIM-ELS: Add mel-ccl.el.
2846
2847 1998-09-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2848
2849         * mel-dl.el, README.en, FLIM-ELS: Rename mel-dl.el to mel-b-dl.el.
2850
2851         * mel.el: - Rename mel-dl.el to mel-b-dl.el.
2852                   - Move `mel-define-service' to mime-def.el.
2853
2854         * mime-def.el (mel-define-service): New macro (moved from mel.el);
2855         fixed problem in Emacs.
2856         (mel-define-method): Use `mel-define-service'.
2857         (mel-define-method-function): Use `mel-define-service'.
2858
2859 1998-09-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2860
2861         * mel.el (mime-encode-region): Don't regard nil encoding as
2862         "7bit".
2863
2864 1998-09-19  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2865
2866         * eword-encode.el (eword-encode-text): Use
2867         `encoded-text-encode-string'.
2868         (tm-eword::encoded-word-length): `q-encoding-encoded-length' was
2869         renamed to `Q-encoded-text-length'.
2870
2871         * eword-decode.el: Move `base64-token-regexp',
2872         `base64-token-padding-regexp', `eword-B-encoded-text-regexp' and
2873         `eword-Q-encoded-text-regexp' to mime-def.el.
2874         (eword-decode-encoded-text): Use `encoded-text-decode-string'.
2875
2876         * mel-q.el: Define method functions of mel.
2877         (mime-insert-encoded-file): Use `mel-define-method'; abolish
2878         `quoted-printable-insert-encoded-file'.
2879         (mime-write-decoded-region): Use `mel-define-method'; abolish
2880         `quoted-printable-write-decoded-region'.
2881         - Move `q-encoding-printable-char-p' and
2882         `q-encoding-encoded-length' to mel.el.
2883
2884         * mel-b.el: Define method functions of mel.
2885         (mime-insert-encoded-file): Use `mel-define-method'; abolish
2886         `base64-insert-encoded-file'.
2887         (mime-write-decoded-region): Use `mel-define-method'; abolish
2888         `base64-write-decoded-region'.
2889         - Move `base64-encoded-length' to mel.el.
2890
2891         * mel-dl.el (base64-encode-region): Define directly (abolish
2892         `base64-dl-encode-region').
2893         (base64-decode-region): Define directly (abolish
2894         `base64-dl-decode-region').  Define method functions of mel.
2895         (mime-insert-encoded-file): Use `mel-define-method'; abolish
2896         `base64-insert-encoded-file'; don't use external encoder.
2897         (mime-write-decoded-region): Use `mel-define-method'; abolish
2898         `base64-write-decoded-region'; don't use external decoder.
2899         - Move `base64-encoded-length' to mel.el.
2900
2901         * mime.el: Move `mm-arglist-to-arguments' to mime-def.el.
2902
2903         * mime-def.el (base64-token-regexp): New constant (moved from
2904         eword-decode.el).
2905         (base64-token-padding-regexp): Likewise.
2906         (B-encoded-text-regexp): New constant (moved from eword-decode.el,
2907         and renamed from `eword-B-encoded-text-regexp').
2908         (Q-encoded-text-regexp): New constant (moved from eword-decode.el,
2909         and renamed from `eword-Q-encoded-text-regexp'.
2910         (mm-arglist-to-arguments): New function (moved from mime.el).
2911         (mel-define-method): New macro.
2912         (mel-define-method-function): New macro.
2913         (mel-define-function): New macro.
2914
2915         * mel.el (mel-encoding-module-alist): New variable.
2916         (mel-use-module): New function.
2917         (mel-find-function): New function.
2918         (mel-define-service): New macro.
2919         (mime-encode-region): Use `mel-find-function'; abolish variable
2920         `mime-encoding-method-alist'.
2921         (mime-decode-region): Use `mel-find-function'; abolish variable
2922         `mime-decoding-method-alist'.
2923         (mime-decode-string): Use `mel-find-function'; abolish variable
2924         `mime-string-decoding-method-alist'.
2925         (encoded-text-encode-string): New function.
2926         (encoded-text-decode-string): New function.
2927         (base64-encoded-length): New function (moved from mel-b.el and
2928         mel-dl.el).
2929         (Q-encoding-printable-char-p): New function (moved from mel-q.el,
2930         and renamed from `q-encoding-printable-char-p').
2931         (Q-encoded-text-length): New function (moved from mel-q.el, and
2932         renamed from `q-encoding-encoded-length').
2933         (mime-insert-encoded-file): Use `mel-find-function'; abolish
2934         variable `mime-file-encoding-method-alist'.
2935         (mime-write-decoded-region): Use `mel-find-function'; abolish
2936         variable `mime-file-decoding-method-alist'.
2937
2938 1998-09-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2939
2940         * mel-b.el (base64-internal-encoding-limit): modify :type.
2941         (base64-internal-decoding-limit): Change initial value to 70000;
2942         modify :type.
2943
2944         * mel-b.el (base64-decode-string!): Renamed from
2945         `base64-internal-decode-string!'.
2946
2947 1998-09-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2948
2949         * mel-b.el (base64-characters): New constant.
2950         (base64-num-to-char): Use `base64-characters'.
2951         (base64-numbers): Use `base64-characters'.
2952         (base64-internal-decode): Modify calculation third byte.
2953
2954         * mel-dl.el (base64-dl-encode-string): New alias.
2955         (base64-dl-decode-string): New alias.
2956         (base64-dl-encode-region): Renamed from `base64-encode-region';
2957         don't save-excursion and save-restriction.
2958         (base64-dl-decode-region): Renamed from `base64-decode-region';
2959         don't save-excursion and save-restriction; convert all at once.
2960         (base64-encode-region): New alias.
2961         (base64-decode-region): New alias.
2962
2963         * mel-b.el (base64-internal-decode): New function.
2964         (base64-internal-decode-string): Use `base64-internal-decode'.
2965         (base64-internal-decode-string!): New function.
2966         (base64-internal-decode-region): Use
2967         `base64-internal-decode-string!' instead of
2968         `base64-internal-decode-string'.
2969
2970 1998-09-15  Tanaka Akira  <akr@jaist.ac.jp>
2971
2972         * mel-b.el (base64-numbers): Fix a position of 63.
2973
2974 1998-09-15  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2975
2976         * mel-b.el (base64-numbers): New constant.
2977         (base64-char-to-num): New macro.
2978         (base64-internal-decode-string): Don't use memq.
2979
2980 1998-09-15  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2981
2982         * mel-b.el (base64): New group.
2983         (base64-external-encoder): Now a user option.
2984         (base64-external-decoder): Now a user option.
2985         (base64-external-decoder-option-to-specify-file): Now a user
2986         option.
2987         (base64-internal-encoding-limit): Now a user option.
2988         (base64-internal-decoding-limit): Now a user option.
2989
2990         * mel-b.el (base64-internal-decode-string): New implementation;
2991         abolish function `base64-decode-unit'.
2992
2993 1998-09-15  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2994
2995         * README.en (Installation): Fix typo.
2996
2997 \f
2998 1998-09-15  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2999
3000         * FLIM: Version 1.9.2 (Shin-Tanabe) was released.
3001
3002         * README.en (Installation): Add `install as a XEmacs package'.
3003
3004 1998-09-15  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3005
3006         * mime-en.sgml (Encoding Method): Translate.
3007
3008 1998-09-15  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3009
3010         * eword-encode.el (eword-encode-msg-id-to-rword-list): New
3011         function.
3012         (eword-encode-in-reply-to-to-rword-list): New function.
3013         (eword-encode-in-reply-to): New function.
3014         (eword-encode-field): Use `eword-encode-in-reply-to' for
3015         `In-Reply-To' field.
3016
3017         * std11.el (std11-parse-in-reply-to): New function.
3018
3019 1998-09-14  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3020
3021         * eword-decode.el (eword-decode-structured-field-list): Add
3022         `User-Agent'.
3023
3024 1998-09-11  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3025
3026         * Makefile (package): Don't update auto-autoloads.el and
3027         custom-load.el.
3028
3029         * FLIM-MK (compile-flim-package): Update auto-autoloads.el and
3030         custom-load.el.
3031
3032 1998-09-11  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3033
3034         * mime-def.el: Abolish function `butlast' and `nbutlast'.
3035
3036         * mime-def.el (mime-library-version): New constant.
3037         (mime-library-version-string): Refer `mime-library-version'.
3038
3039 1998-09-11  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3040
3041         * Makefile (XEMACS): New variable.
3042         (PACKAGEDIR): New variable.
3043         (package): New target.
3044         (install-package): New target.
3045
3046         * FLIM-CFG (PACKAGEDIR): New variable.
3047
3048         * FLIM-MK (config-flim-package): New function.
3049         (compile-flim-package): New function.
3050         (install-flim-package): New function.
3051
3052 1998-09-10  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3053
3054         * mime-en.sgml (Content-Type field): Translate.
3055         (mime-content-type): Translate.
3056         (Content-Type parser): Translate.
3057         (Content-Disposition): Translate.
3058         (mime-content-disposition): Translate.
3059         (Content-Disposition parser): Translate.
3060
3061 1998-09-10  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3062
3063         * Makefile (GOMI): Add Texinfo related garbages.
3064         (clean): Delete historical setting.
3065
3066 1998-09-03  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3067
3068         * mime-en.sgml (mm-backend): Translate.
3069         (Request for entity): Likewise.
3070         (mm-backend module): Likewise.
3071
3072         * mime.el (mime-entity-send): Add DOC-string.
3073
3074 1998-09-01  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3075
3076         * mime-en.sgml (Entity hierarchy): Translate.
3077
3078 1998-09-01  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3079
3080         * mime-en.sgml, mime-ja.sgml (Entity): Rearrangement.
3081
3082 \f
3083 1998-08-31  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3084
3085         * FLIM: Version 1.9.1 (Tonosh\e-Dò)\e-A was released.
3086
3087         * mime-en.sgml (mm-backend): Translate a little.
3088
3089 1998-08-31  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3090
3091         * eword-encode.el (eword-encode-default-start-column): New user
3092         option.
3093         (eword-encode-string): Use `eword-encode-default-start-column'.
3094         (eword-encode-address-list): Likewise.
3095         (eword-encode-structured-field-body): Likewise.
3096         (eword-encode-unstructured-field-body): Likewise.
3097
3098 1998-08-31  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3099
3100         * eword-encode.el (eword-encode): New group.
3101         (eword-field-encoding-method-alist): Now a user option (was:
3102         variable).
3103
3104 1998-08-31  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3105
3106         * eword-encode.el: Rename `tm-eword::mailbox-to-rwl' ->
3107         `eword-encode-mailbox-to-rword-list'.
3108
3109         * eword-encode.el: Rename `tm-eword::phrase-to-rwl' ->
3110         `eword-encode-phrase-to-rword-list'.
3111
3112         * eword-encode.el: Rename `eword-addr-spec-to-rwl' ->
3113         `eword-encode-addr-spec-to-rword-list'.
3114
3115         * eword-encode.el: Rename `eword-phrase-route-addr-to-rwl' ->
3116         `eword-encode-phrase-route-addr-to-rword-list'.
3117
3118         * eword-encode.el: Rename `eword-addr-seq-to-rwl' ->
3119         `eword-encode-addr-seq-to-rword-list'.
3120
3121         * eword-encode.el: Rename `tm-eword::split-string' ->
3122         `eword-encode-split-string'.
3123
3124         * eword-encode.el: Rename `tm-eword::addresses-to-rwl' ->
3125         `eword-encode-addresses-to-rword-list'.
3126
3127         * eword-encode.el: Rename `tm-eword::encode-rwl' ->
3128         `eword-encode-rword-list'.
3129
3130         * eword-encode.el (eword-encode-unstructured-field-body): New
3131         function.
3132         (eword-encode-field): Use `eword-encode-unstructured-field-body'.
3133
3134 1998-08-31  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3135
3136         * eword-encode.el (eword-encode-string): Add DOC-string.
3137         (eword-encode-address-list): Likewise.
3138         (eword-encode-structured-field-body): Likewise.
3139
3140         * eword-encode.el (eword-encode-field): Regard `In-Reply-To' as a
3141         structured field.
3142
3143 1998-08-28  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3144
3145         * eword-encode.el (eword-encode-field): Use `capitalize' instead
3146         of `downcase' for `field-name'.
3147
3148         * eword-encode.el (eword-encode-structured-field-body): New
3149         function.
3150         (eword-encode-field): Use `eword-encode-structured-field-body' for
3151         "MIME-Version" and "User-Agent" field.
3152
3153 1998-08-26  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
3154
3155         * mime-def.el (mm-define-method): Put `edebug-form-spec'.
3156
3157 1998-08-28  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3158
3159         * eword-encode.el (eword-encode-address-list): New function.
3160         (eword-encode-field): Use `eword-encode-address-list' instead of
3161         `tm-eword::encode-address-list'; abolish
3162         `tm-eword::encode-address-list'.
3163
3164         * eword-encode.el (eword-encode-field): Use `eword-encode-string'
3165         instead of `tm-eword::encode-string'; abolish
3166         `tm-eword::encode-string'.
3167
3168         * eword-encode.el: Rename `tm-eword::make-rword' ->
3169         `make-ew-rword'; rename `tm-eword::rword-' -> `ew-rword-'.
3170
3171 1998-08-26  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
3172
3173         * mel-b.el (base64-insert-encoded-file): Conditionally use
3174         internal converter. (cf. [tm-ja:3320])
3175         (base64-write-decoded-region): Ditto.
3176
3177 1998-08-25  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3178
3179         * FLIM-ELS (flim-modules): Don't add `mel-dl' unconditionally.
3180
3181 1998-08-25  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3182
3183         * Delete mime-lib.el.
3184
3185 1998-08-10  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3186
3187         * mmbuffer.el (write-entity): `write-region-as-CRLF' was renamed
3188         to `write-region-as-raw-text-CRLF'.
3189
3190 1998-08-07  MORIOKA Tomohiko  <morioka@yo.rim.or.jp>
3191
3192         * mmbuffer.el (write-entity): Use `write-region-as-CRLF' instead
3193         of `write-region-as-binary'.
3194
3195 \f
3196 1998-07-15  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3197
3198         * FLIM: Version 1.9.0 (Terada) was released.
3199
3200 1998-07-10  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3201
3202         * mime-parse.el (mime-parse-multipart): Set message/x-broken if
3203         parsing is failed.
3204
3205 1998-07-10  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3206
3207         * mmbuffer.el (entity-children): Don't use
3208         `mime-entity-children-internal'.
3209
3210         * mime-parse.el (mime-parse-multipart): Modify for
3211         `mime-parse-message'; return children.
3212         (mime-parse-encapsulated): Likewise.
3213         (mime-parse-message): Change interface; delete DOC-string; don't
3214         parse children instantly.
3215         (mime-parse-buffer): Modify for `mime-parse-message'.
3216
3217         * mime-parse.el (mime-parse-message): Delete autoload cookie.
3218
3219         * mime.el: Delete autoload setting for `mime-parse-message'.
3220
3221         * mime-en.sgml, mime-ja.sgml (Entity creation): Delete description
3222         of `mime-parse-message'; modify description of `mime-parse-buffer'
3223         to add `representation-type'.
3224
3225 \f
3226 1998-07-07  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3227
3228         * FLIM-Chao: Version 1.8.0 (Shij\e-Dò)\e-A was released.
3229
3230 1998-07-07  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3231
3232         * mmcooked.el: Abolish method `open'.
3233
3234         * mmbuffer.el (initialize-instance): New method; abolish `open'.
3235         (entity-children): New method.
3236
3237         * mime.el (mime-open-entity): Send `initialize-instance' to
3238         created message.
3239         (mime-entity-children): New implementation.
3240         (mime-entity-parent): New implementation.
3241         (mime-root-entity-p): New implementation.
3242
3243         * mime-parse.el (mime-parse-multipart): Specify current entity as
3244         parent.
3245         (mime-parse-encapsulated): Likewise.
3246         (mime-parse-message): Change interface to specify parent; modify
3247         for `make-mime-entity-internal'.
3248         (mime-parse-buffer): Modify for `mime-parse-message'.
3249
3250         * mime-def.el (make-mime-entity-internal): Change interface; add
3251         format of `mime-entity' to add `parent'.
3252
3253 1998-07-07  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3254
3255         * mmbuffer.el (mime-visible-field-p): Renamed from
3256         `eword-visible-field-p'.
3257
3258 1998-07-07  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3259
3260         * mime.el (mm-arglist-to-arguments): New function.
3261         (mm-define-generic): New macro.
3262         (mime-entity-cooked-p): Use `mm-define-generic'.
3263         (mime-entity-point-min): Use `mm-define-generic'.
3264         (mime-insert-decoded-header): Use `mm-define-generic'.
3265         (mime-entity-content): Use `mm-define-generic'.
3266         (mime-write-entity-content): Use `mm-define-generic'.
3267         (mime-write-entity): Use `mm-define-generic'.
3268         (mime-write-entity-body): Use `mm-define-generic'.
3269
3270 1998-07-07  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3271
3272         * mmbuffer.el (eword-visible-field-p): Moved from mime.el.
3273
3274         * mime.el: Move `eword-visible-field-p' to mmbuffer.el.
3275         (mime-write-entity-body): Change message to `write-body'.
3276
3277 1998-07-07  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3278
3279         * mmcooked.el, mmbuffer.el (open): Renamed from `open-entity'.
3280
3281         * mime.el (mime-open-entity): Change message to `open'.
3282
3283         * mime-def.el (mm-define-backend): Must `copy-alist'.
3284
3285 1998-07-07  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3286
3287         * mmcooked.el, mmbuffer.el: Use `mm-define-backend' and
3288         `mm-define-method'.
3289
3290         * mime.el: Move `mime-entity-implementation-alist' to mime-def.el.
3291         (mime-find-function): New implementation.
3292         (mime-entity-cooked-p): Use `mime-entity-send'.
3293
3294         * mime-def.el (mime-entity-implementation-alist): Moved from
3295         mime.el.
3296         (mm-define-backend): New macro.
3297         (mm-define-method): New macro.
3298
3299 \f
3300 1998-07-05  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3301
3302         * FLIM: Version 1.8.1 (Kutsukawa) was released.
3303
3304 1998-07-04  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3305
3306         * mime-en.sgml, mime-ja.sgml (Entity Attributes): Add description
3307         about `default-encoding' of `mime-entity-encoding'.
3308
3309         * mime-en.texi, mime-en.sgml: New files.
3310
3311         * mime-ja.sgml (media-type): Fix typo.
3312
3313         * mime-ja.sgml (Glossary): Fix order.
3314
3315         * mime-ja.sgml (Entity Attributes): Use <code> tag for nil.
3316
3317         * mime-ja.sgml (Entity Attributes): Fix typo.
3318
3319 1998-07-03  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3320
3321         * mime.el (mime-entity-encoding): Add new optional argument
3322         `default-encoding'; set default encoding if
3323         Content-Transfer-Encoding field is not found.
3324
3325 1998-07-03  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3326
3327         * mmbuffer.el (mmbuffer-write-entity): Use
3328         `mime-entity-buffer-internal', `mmbuffer-entity-point-min' and
3329         `mmbuffer-entity-point-max'.
3330         (mmbuffer-write-entity-body): Use `mime-entity-buffer-internal',
3331         `mime-entity-body-start-internal' and
3332         `mime-entity-body-end-internal'.
3333         (mmbuffer-insert-decoded-header): Use
3334         `mime-entity-buffer-internal', `mime-entity-header-start-internal'
3335         and `mime-entity-header-end-internal'.
3336
3337 \f
3338 1998-07-01  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3339
3340         * FLIM: Version 1.8.0 (\e-DÒkubo)\e-A was released.
3341
3342         * README.en: Delete `How to use'.
3343
3344 1998-07-01  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3345
3346         * mime-ja.sgml (Entity creation): Add reference for `mm-backend'
3347         in description of `mime-open-entity'.
3348
3349         * mime-ja.sgml (mm-backend): New section.
3350
3351 1998-07-01  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3352
3353         * mime-ja.sgml (Entity-header): Modify description about
3354         `mime-insert-decoded-header'.
3355
3356         * mmcooked.el (mmcooked-insert-decoded-header): New function.
3357
3358         * mmbuffer.el (mmbuffer-insert-decoded-header): New function.
3359
3360         * mime.el (mime-insert-decoded-header): Use implementation of
3361         mm-backend; abolish optional argument `code-conversion'.
3362
3363 1998-06-30  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3364
3365         * eword-decode.el (eword-decode-encoded-text): Use
3366         `decode-mime-charset-string'.
3367
3368 1998-06-30  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3369
3370         * mmcooked.el (mmcooked-write-entity-body): New function.
3371
3372         * mmbuffer.el (mmbuffer-write-entity-body): New function.
3373
3374         * mime.el (mime-write-entity-body): Use implementation of
3375         mm-backend.
3376
3377 1998-06-30  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3378
3379         * mmcooked.el (mmcooked-write-entity): New function.
3380
3381         * mmbuffer.el (mmbuffer-write-entity): New function.
3382
3383         * mime.el (mime-write-entity): Use implementation of mm-backend.
3384
3385 1998-06-30  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3386
3387         * mmcooked.el (mmcooked-entity-content): New alias for
3388         `mmbuffer-entity-content'.
3389         (mmcooked-write-entity-content): New function.
3390
3391         * mmbuffer.el (mmbuffer-entity-content): New function.
3392         (mmbuffer-write-entity-content): New function.
3393
3394         * mime.el (mime-entity-send): New function.
3395         (mime-entity-buffer): Use `mime-entity-send'.
3396         (mime-entity-point-min): Likewise.
3397         (mime-entity-point-max): Likewise.
3398         (mime-entity-header-start): Likewise.
3399         (mime-entity-header-end): Likewise.
3400         (mime-entity-body-start): Likewise.
3401         (mime-entity-body-end): Likewise.
3402         (mime-fetch-field): Likewise.
3403         (mime-entity-content): Use implementation of mm-backend.
3404         (mime-write-entity-content): Likewise.
3405
3406 \f
3407 1998-06-30  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3408
3409         * FLIM: Version 1.7.0 (Iseda) was released.
3410
3411         * mime-ja.sgml (Entity creation): Add description of
3412         `mime-open-entity'.
3413         (Entity Attributes): Add description of `mime-entity-cooked-p'.
3414         (Entity-content): Add description of `mime-write-entity-content',
3415         `mime-write-entity' and `mime-write-entity-body'.
3416
3417 1998-06-29  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3418
3419         * mime.el (mime-write-entity-content): New function.
3420
3421 1998-06-28  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3422
3423         * mime.el (mime-write-entity-body): New function.
3424
3425         * mime.el (mime-write-entity): New function.
3426
3427 1998-06-28  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3428
3429         * mime-parse.el (mime-parse-multipart): Change media-type of
3430         entity to application/octet-stream if the first delimiter is not
3431         found.
3432
3433 1998-06-28  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3434
3435         * FLIM-ELS (flim-modules): Add `mmbuffer' and `mmcooked'.
3436
3437         * mmcooked.el: New file.
3438
3439         * mmbuffer.el: New file.
3440
3441         * mime.el (mime-entity-implementation-alist): New variable.
3442         (mime-find-function): New function.
3443         (mime-open-entity): New function.
3444         (mime-entity-function): New function.
3445         (mime-entity-cooked-p): New function.
3446         (mime-entity-buffer): Use backend-module.
3447         (mime-entity-point-min): Likewise.
3448         (mime-entity-point-max): Likewise.
3449         (mime-entity-header-start): Likewise.
3450         (mime-entity-header-end): Likewise.
3451         (mime-entity-body-start): Likewise.
3452         (mime-entity-body-end): Likewise.
3453         (mime-fetch-field): Likewise.
3454
3455         * mime-parse.el (mime-parse-message): New optional argument
3456         `representation-type'.
3457         (mime-parse-buffer): Likewise.
3458
3459         * mime-def.el: Change format of mime-entity-internal to add
3460         `representation-type' and `location'.
3461
3462 \f
3463 1998-06-28  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3464
3465         * FLIM-Chao: Version 1.7.0 (Goj\e-Dò)\e-A was released.
3466
3467 1998-06-26  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3468
3469         * mime-ja.sgml: Modify for FLIM 1.7.
3470
3471         * mime.el (mime-entity-number): Add DOC.
3472
3473 1998-06-26  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3474
3475         * mime.el (mime-entity-encoding): New implementation.
3476
3477         * mime-parse.el (mime-parse-message): Abolish argument `encoding'.
3478
3479         * mime-def.el (make-mime-entity-internal): Abolish argument
3480         `encoding'.
3481         (mime-entity-set-encoding-internal): New function.
3482
3483 1998-06-26  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3484
3485         * mime.el (mime-entity-content-disposition): New implementation.
3486
3487         * mime-parse.el (mime-parse-message): Don't parse
3488         Content-Disposition.
3489
3490         * mime-def.el (make-mime-entity-internal): Delete argument
3491         `content-disposition'.
3492         (mime-entity-set-content-disposition-internal): New function.
3493
3494 1998-06-25  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3495
3496         * eword-decode.el: Move function `eword-visible-field-p' and
3497         `mime-insert-decoded-header' to mime.el.
3498
3499         * mime-parse.el: Use internal functions of mime-entity.
3500
3501         * mime.el (mime-entity-children): Moved from mime-def.el; use
3502         `mime-entity-children-internal'.
3503         (mime-entity-node-id): Moved from mime-def.el; use
3504         `mime-entity-node-id-internal'.
3505         (mime-entity-number): Moved from mime-def.el; use
3506         `mime-entity-node-id-internal'.
3507         (mime-entity-buffer): Moved from mime-def.el; use
3508         `mime-entity-buffer-internal'.
3509         (mime-entity-point-min): Moved from mime-def.el; use
3510         `mime-entity-header-start-internal'.
3511         (mime-entity-point-max): Moved from mime-def.el; use
3512         `mime-entity-body-end-internal'.
3513         (mime-entity-header-start): Moved from mime-def.el; use
3514         `mime-entity-header-start-internal'.
3515         (mime-entity-header-end): Moved from mime-def.el; use
3516         `mime-entity-header-end-internal'.
3517         (mime-entity-content-type): Moved from mime-def.el; use
3518         `mime-entity-content-type-internal'.
3519         (mime-entity-content-disposition): Moved from mime-def.el; use
3520         `mime-entity-content-disposition-internal'.
3521         (mime-entity-encoding): Moved from mime-def.el; use
3522         `mime-entity-encoding-internal'.
3523         (mime-fetch-field): Use `mime-entity-original-header-internal' and
3524         `mime-entity-set-original-header-internal'.
3525         (mime-read-field): Use `mime-entity-parsed-header-internal' and
3526         `mime-entity-set-parsed-header-internal'.
3527         (eword-visible-field-p): Moved from eword-decode.el.
3528         (mime-insert-decoded-header): Moved from eword-decode.el.
3529         (mime-entity-body-start): Moved from mime-def.el; use
3530         `mime-entity-body-start-internal'.
3531         (mime-entity-body-end): Moved from mime-def.el; use
3532         `mime-entity-body-end-internal'.
3533         (mime-entity-media-type): Moved from mime-def.el.
3534         (mime-entity-media-subtype): Moved from mime-def.el.
3535         (mime-entity-parameters): Moved from mime-def.el.
3536         (mime-entity-type/subtype): Moved from mime-def.el.
3537
3538         * mime-def.el (make-mime-entity-internal): Renamed from
3539         `make-mime-entity'.
3540         (mime-entity-buffer-internal): New function.
3541         (mime-entity-header-start-internal): New function.
3542         (mime-entity-header-end-internal): New function.
3543         (mime-entity-body-start-internal): New function.
3544         (mime-entity-body-end-internal): New function.
3545         (mime-entity-node-id-internal): New function.
3546         (mime-entity-content-type-internal): New function.
3547         (mime-entity-content-disposition-internal): New function.
3548         (mime-entity-encoding-internal): New function.
3549         (mime-entity-original-header-internal): New function.
3550         (mime-entity-children-internal): New function.
3551         (mime-entity-parsed-header-internal): New function.
3552         (mime-entity-set-original-header-internal): Renamed from
3553         `mime-entity-set-original-header'.
3554         (mime-entity-set-children-internal): Renamed from
3555         `mime-entity-set-children'.
3556         (mime-entity-set-parsed-header-internal): Renamed from
3557         `mime-entity-set-parsed-header'.  Move `mime-entity-SLOT'
3558         functions to mime.el.
3559
3560 1998-06-25  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3561
3562         * mime-ja.sgml (CVS): Fix typo.
3563
3564 1998-06-24  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3565
3566         * mime-parse.el (mime-parse-encapsulated): New function.
3567         (mime-parse-message): Use `mime-parse-encapsulated'.
3568
3569 1998-06-24  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3570
3571         * mime-def.el (mime-entity-set-children): New function.
3572
3573         * mime-parse.el (mime-parse-multipart): Change interface.
3574         (mime-parse-message): Use `mime-entity-set-children'.
3575
3576 1998-06-24  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
3577
3578         * mime.el (mime-read-field): Fix typo.
3579
3580 \f
3581 1998-06-24  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3582
3583         * FLIM: Version 1.6.0 (Ogura) was released.
3584
3585         * mime-ja.sgml (Entity Attributes): New section.
3586
3587         * mime-ja.sgml (Entity as node in message): Add description of
3588         `mime-find-entity-from-number' and
3589         `mime-find-entity-from-node-id'.
3590
3591         * mime.el (mime-find-entity-from-number): New function.
3592         (mime-find-entity-from-node-id): New function.
3593         (mime-entity-parent): New function (moved from SEMI MIME-View).
3594         (mime-entity-uu-filename): New function (moved from SEMI
3595         MIME-View).
3596         (mime-entity-filename): New function (moved from SEMI MIME-View).
3597
3598         * mime-def.el (mime-uuencode-encoding-name-list): New variable.
3599
3600 1998-06-24  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3601
3602         * mime-ja.sgml: Modify for FLIM 1.6.
3603
3604         * mime.el (mime-fetch-field): New function; abolish
3605         `mime-entity-fetch-field'.
3606         (mime-read-field): New function; abolish `mime-entity-read-field'.
3607
3608 1998-06-23  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3609
3610         * mime-ja.sgml, mime-ja.texi: New files.
3611
3612 1998-06-22  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
3613
3614         * mime-parse.el (mime-parse-message): Would error if empty body.
3615
3616 \f
3617 1998-06-22  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3618
3619         * FLIM: Version 1.5.0 (Mukaijima) was released.
3620
3621 1998-06-21  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3622
3623         * README.en (What's FLIM): Modify for mime.el.
3624
3625         * FLIM-ELS (flim-modules): Add `mime'.
3626
3627         * mime-lib.el: Move every definitions to mime.el.
3628
3629         * mime.el: New module (renamed from mime-lib.el).
3630
3631 1998-06-21  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3632
3633         * mime-lib.el: Add autoload setting for eword-encode.el.
3634
3635         * mime-lib.el (mime-entity-content): New function.
3636
3637 1998-06-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3638
3639         * mel.el: Abolish constant `mel-version'.
3640
3641         * mel.el (mime-string-decoding-method-alist): New variable.
3642         (mime-decode-string): New function.
3643
3644 1998-06-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3645
3646         * mel-b.el (base64-external-decode-string): New function.
3647         (base64-decode-string): New function.
3648
3649 1998-06-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3650
3651         * mel-q.el (quoted-printable-decode-string): New implementation.
3652
3653 1998-06-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3654
3655         * mel-q.el (quoted-printable-internal-decode-region): New
3656         implementation.
3657
3658 1998-06-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3659
3660         * mel-q.el (q-encoding-decode-string): Use
3661         `quoted-printable-hex-char-to-num'.
3662
3663         * mel-q.el (quoted-printable-hex-char-to-num): New function.
3664         (quoted-printable-decode-string): Use
3665         `quoted-printable-hex-char-to-num'.
3666
3667 1998-06-19  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3668
3669         * mime-def.el, mime-parse.el: Move `mime-message-structure' from
3670         mime-parse.el to mime-def.el.
3671
3672 1998-06-19  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3673
3674         * mime-lib.el, mime-parse.el: Move `mime-root-entity-p' from
3675         mime-parse.el to mime-lib.el.
3676
3677         * mime-lib.el: Add autoload setting for mime-parse.el.
3678
3679 1998-06-19  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3680
3681         * mime-parse.el, mime-def.el: Move `mime-entity-point-min',
3682         `mime-entity-point-max', `mime-entity-media-type',
3683         `mime-entity-media-subtype', `mime-entity-parameters' and
3684         `mime-entity-type/subtype' from mime-parse.el to mime-def.el.
3685
3686         * mime-parse.el, mime-def.el: Move `mime-content-disposition'
3687         reference functions from mime-parse.el to mime-def.el.
3688
3689         * mime-parse.el, mime-def.el: Move structure `mime-content-type'
3690         from mime-parse.el to mime-def.el.
3691
3692 1998-06-19  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3693
3694         * mel-b.el (base64-internal-decode-string): Renamed from
3695         `base64-decode-string'.
3696         (base64-decode-string): New alias for
3697         `base64-internal-decode-string'.
3698
3699 1998-06-19  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3700
3701         * mel-b.el (base64-decode-unit): New function; abolish
3702         `base64-decode-1'.
3703         (base64-decode-string): New implementation.
3704         (base64-internal-decode-region): New implementation.
3705
3706 1998-06-19  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3707
3708         * mime-parse.el (mime-message-structure): New variable.
3709         (mime-parse-buffer): New function.
3710
3711 1998-06-19  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
3712
3713         * mime-def.el: Require 'cl when it is compiled.
3714
3715         * mime-lib.el (mime-entity-read-field): Fix typo.
3716         Use `eword-decode-ignored-field-list'.
3717
3718         * mime-parse.el (mime-parse-multipart): Fix typo.
3719         (mime-parse-message): Parse message/external-body.
3720
3721 \f
3722 1998-06-19  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3723
3724         * FLIM: Version 1.4.1 (Momoyama-Gory\e-Dòmae)\e-A was released.
3725
3726 1998-06-18  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3727
3728         * eword-decode.el (mime-insert-decoded-header): Fix typo.
3729
3730 \f
3731 1998-06-18  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3732
3733         * FLIM: Version 1.4.0 (Kintetsu-Tanbabashi) was released.
3734
3735 1998-06-18  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3736
3737         * README.en (What's FLIM): Add description about mime-lib.el and
3738         mime-parse.el.
3739
3740 1998-06-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3741
3742         * mime-parse.el: Require 'cl when it is compiled.
3743
3744         * eword-decode.el (eword-visible-field-p): New function.
3745         (mime-insert-decoded-header): Use `eword-visible-field-p'.
3746
3747 1998-06-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3748
3749         * mime-def.el (mime-library-version-string): Renamed from
3750         `mime-spadework-module-version-string'.
3751
3752         * mime-parse.el: New file; moved from SEMI layer.
3753
3754         * FLIM-ELS (flim-modules): Add `mime-parse'.
3755
3756 1998-06-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3757
3758         * FLIM-ELS (flim-modules): Add `mime-lib'.
3759
3760         * mime-lib.el: New module.
3761
3762         * mime-def.el (mime-entity): Add new slots for original-header and
3763         parsed-header.
3764         (mime-entity-set-original-header): New function.
3765         (mime-entity-set-parsed-header): New function.
3766
3767 1998-06-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3768
3769         * mime-def.el (mime-entity-number): New function (moved from SEMI
3770         layer).
3771
3772 1998-06-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3773
3774         * mime-def.el: Move definition of structure `mime-entity' from
3775         SEMI layer.
3776
3777 1998-06-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3778
3779         * eword-decode.el (eword-decode-ignored-field-list): Capitalize
3780         default value.
3781         (eword-decode-structured-field-list): Capitalize default value.
3782         (eword-decode-header): Regularize field name by `capitalize'.
3783         (mime-insert-decoded-header): New function.
3784
3785 1998-06-15  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3786
3787         * mailcap.el (mailcap-file): Use `defcustom'.
3788
3789 \f
3790 1998-06-01  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3791
3792         * FLIM: Version 1.3.0 (Fushimi) was released.
3793
3794 1998-05-28  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3795
3796         * std11.el (std11-fetch-field): New function.
3797         (std11-field-body): Use 'std11-fetch-field.
3798
3799 1998-05-28  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3800
3801         * mime-def.el (regexp-*): New function (moved from mime-parse.el
3802         of SEMI (REMI)).
3803         (regexp-or): New function (moved from mime-parse.el of
3804         SEMI (REMI)).
3805
3806         (std11-quoted-pair-regexp): New constant (moved from mime-parse.el
3807         of SEMI (REMI)).
3808         (std11-non-qtext-char-list): New constant (copied from std11.el).
3809         (std11-qtext-regexp): New constant (moved from mime-parse.el of
3810         SEMI (REMI)).
3811         (std11-quoted-string-regexp): New constant (moved from
3812         mime-parse.el of SEMI (REMI)).
3813
3814 \f
3815 1998-05-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3816
3817         * FLIM: Version 1.2.2 (Takeda) was released.
3818
3819         * FLIM-VERSION: New file.
3820
3821 1998-05-15  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3822
3823         * mel-q.el (quoted-printable-internal-encode-region): Use
3824         'looking-at-as-unibyte instead of local binding for
3825         enable-multibyte-characters.
3826
3827 \f
3828 1998-05-09  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3829
3830         * FLIM: Version 1.2.1 (Kamitobaguchi) was released.
3831
3832 1998-05-09  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3833
3834         * mel-q.el (quoted-printable-internal-decode-region): Use
3835         'string-as-multibyte to avoid problem in Emacs 20.3.
3836
3837 1998-05-08  Katsumi Yamaoka   <yamaoka@jpl.org>
3838
3839         * mel-u.el: Use mime-temp-directory instead of TMP.
3840
3841 \f
3842 1998-05-06  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3843
3844         * FLIM: Version 1.2.0 (J\e-Dþjò)\e-A was released.
3845
3846         * README.en (What's FLIM): Delete description about
3847         std11-parse.el; add description about mailcap.el.
3848
3849 1998-05-06  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3850
3851         * eword-decode.el (eword-decode-encoded-word-error-handler): New
3852         variable.
3853         (eword-decode-encoded-word-default-error-handler): New function.
3854         (eword-decode-encoded-word): Use
3855         'eword-decode-encoded-word-error-handler.
3856
3857 1998-05-06  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3858
3859         * mailcap.el: Require 'mime-def.
3860
3861         * mime-def.el (mime-type/subtype-string): New function (moved from
3862         semi/mime-parse.el).
3863
3864 1998-05-06  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3865
3866         * std11-parse.el: Abolish std11-parse.el.
3867
3868         * FLIM-ELS (flim-modules): Abolish 'std11-parse.
3869
3870         * eword-decode.el: Require 'std11 instead of 'std11-parse.
3871
3872         * std11.el: Merge std11-parse.el.
3873
3874 1998-05-06  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3875
3876         * mime-def.el (mime-temp-directory): Use 'defcustom.
3877
3878         * mel-u.el: Require 'mime-def instead of 'mel.
3879
3880         * mime-def.el (mime-temp-directory): New variable (moved from
3881         mel.el).
3882
3883         * mel.el: Move definition of 'mime-temp-directory to mime-def.el.
3884
3885 1998-05-06  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3886
3887         * mailcap.el (mailcap-format-command): New function.
3888
3889         * mailcap.el (mailcap-look-at-mtext): Don't strip quoted character
3890         again.
3891
3892 \f
3893 1998-05-05  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3894
3895         * FLIM: Version 1.1.0 (T\e-Dòji)\e-A was released.
3896
3897 1998-05-04  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3898
3899         * mime-def.el (quoted-printable-hex-chars): New constant.
3900         (quoted-printable-octet-regexp): New constant.
3901
3902         * mel-q.el, eword-decode.el: Move definition of constant
3903         'quoted-printable-hex-chars and 'quoted-printable-octet-regexp to
3904         mime-def.el.
3905
3906 1998-05-03  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3907
3908         * mailcap.el (mailcap-look-at-mtext): Strip quoted character.
3909
3910 1998-05-03  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3911
3912         * mailcap.el (mailcap-look-at-mtext): Fix typo.
3913
3914 1998-05-03  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3915
3916         * FLIM-ELS (flim-modules): Add mailcap.
3917
3918         * mailcap.el: New file (copied from SEMI).
3919
3920 1998-04-23  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
3921
3922         * eword-decode.el (eword-decode-ignored-field-list): Add
3923         `received'.
3924
3925         * mel.el (mime-temp-directory): Use TMPDIR, TMP, or TEMP
3926         environment variables.
3927
3928 \f
3929 1998-04-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3930
3931         * FLIM: Version 1.0.1 (Ky\e-Dòto)\e-A was released.
3932
3933         * mime-def.el (mime-spadework-module-version-string): New
3934         constant.
3935
3936         * eword-encode.el: Abolish constant 'eword-encode-version.
3937
3938         * eword-decode.el: Abolish constant 'eword-decode-version.
3939
3940 1998-04-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3941
3942         * eword-encode.el (eword-encode-divide-into-charset-words): Use
3943         'char-length or 'char-next-index instead of 'char-bytes.
3944         (tm-eword::encode-string-1): Use 'char-next-index instead of
3945         'char-bytes.
3946
3947 1998-04-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3948
3949         * mel.el (base64-dl-module): Must check base64.so actually exists.
3950
3951 \f
3952 1998-04-13  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3953
3954         * FLIM: Version 1.0.0 was released.
3955
3956         * README.en: Modify for FLIM.
3957
3958         * ChangeLog: New file.
3959
3960 1998-04-13  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3961
3962         * FLIM-CFG, FLIM-ELS, FLIM-MK: New files.
3963
3964         * Makefile: Modify for FLIM.
3965
3966 1998-04-10  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3967
3968         * Makefile: New file.
3969
3970         * mime-def.el, std11-parse.el, std11.el, eword-decode.el,
3971         eword-encode.el: Copied from MEL, SEMI (mime-def.el
3972         eword-decode.el eword-encode.el) and APEL (std11-parse.el
3973         std11.el).