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