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