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