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