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