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