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