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