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