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