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