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