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