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