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