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