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