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