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