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