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