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