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