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