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