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