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