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