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