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