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