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