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