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