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