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