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