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