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