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