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