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