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