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