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