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