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