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