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