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