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