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