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