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