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