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