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