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