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