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