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