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