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