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