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