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