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