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