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