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