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