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