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