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