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