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