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