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