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