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