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