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