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