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