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