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