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