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