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