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