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