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