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