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