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