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