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