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