(luna-define-method): Allow `:before' qualifier.
[elisp/flim.git] / ChangeLog
1 1999-05-26  MORIOKA Tomohiko  <tomo@m17n.org>
2
3         * mime-parse.el (mime-parse-encapsulated): Use
4         `mime-entity-body-start-point' and `mime-entity-body-end-point'.
5
6         * mime.el (mime-parse-buffer): Revert to auto-load from
7         "mime-parse".
8
9         * mime-parse.el (mime-parse-multipart): Move from mime-parse.el
10         again.
11         (mime-parse-encapsulated): Likewise.
12         (mime-parse-message): Likewise.
13         (mime-parse-buffer): Likewise.
14
15         * mmbuffer.el (mime-parse-multipart): Move to mime-parse.el again.
16         (mime-parse-encapsulated): Likewise.
17         (mime-parse-message): Likewise.
18         (mime-parse-buffer): Likewise.
19
20         * mmbuffer.el (mime-parse-encapsulated): Run in body-buffer of an
21         entity.
22
23 1999-05-26  MORIOKA Tomohiko  <tomo@m17n.org>
24
25         * mmbuffer.el (initialize-instance): Don't initialize slots if
26         they are initialized.
27         (mime-parse-multipart): Run in body-buffer of an entity.
28         (mime-entity-body-start-point): New method.
29
30 1999-05-25  MORIOKA Tomohiko  <tomo@m17n.org>
31
32         * README.ja (install): Fixed
33
34 1999-05-25  MORIOKA Tomohiko  <tomo@m17n.org>
35
36         * mmbuffer.el (mime-entity-body-end-point): New method.
37         (mime-goto-header-start-point): New method.
38         (mime-goto-body-start-point): New method.
39         (mime-goto-body-end-point): New method.
40
41         * mime.el (mime-goto-body-end-point): New generic function.
42
43         * mel.el (Q-encoded-text-length): Fixed.
44
45 1999-05-25  Yoshiki Hayashi  <g740685@komaba.ecc.u-tokyo.ac.jp>
46
47         * README.ja: Sync up with the latest README.en of flim-1_12
48         branch.
49
50 1999-05-24  MORIOKA Tomohiko  <tomo@m17n.org>
51
52         * mmbuffer.el (mime-parse-multipart): Refer body-start instead of
53         header-end.
54
55         * mmcooked.el (mime-insert-header): Fix typo.
56
57 1999-05-23  MORIOKA Tomohiko  <tomo@m17n.org>
58
59         * mmcooked.el (mime-insert-header): Use
60         `luna-class-find-functions'.
61
62         * mime.el (mime-entity-buffer): Define as obsolete function.
63         (mime-entity-body-end-point): New generic function; define
64         `mime-entity-body-end' as obsolete function.
65         (mime-goto-body-start-point): New generic function.
66         (mime-entity-uu-filename): Use `mime-goto-body-start-point' and
67         `mime-entity-body-end-point'.
68
69         * mmbuffer.el (initialize-instance): Define as after method;
70         return initialized instance.
71
72         * luna.el (luna-define-class): Add `standard-object' as a parent.
73         (luna-define-method): Allow `:after' qualifier.
74         (luna-class-find-parents-functions): New function.
75         (luna-class-find-functions): New function [abolish
76         `luna-class-find-function'].
77         (luna-find-functions): New function [abolish
78         `luna-find-function'].
79         (luna-send): Modify for new method dispatch mechanism.
80         (luna-make-entity): New implementation.
81         (standard-object): New class.
82         (initialize-instance): New method.
83
84 1999-05-22  MORIOKA Tomohiko  <tomo@m17n.org>
85
86         * Delete mmgeneric.el.
87
88         * mmcooked.el: Modify for mmbuffer.el.
89
90         * mmbuffer.el:
91         - Don't require `mmgeneric' and `mime-parse'.
92         - Require mime.
93         - Use `luna'.
94         (mime-buffer-entity-buffer-internal): Renamed from
95         `mime-entity-set-buffer-internal'.
96         (mime-buffer-entity-set-buffer-internal): Likewise.
97         (mime-buffer-entity-header-start-internal): Likewise.
98         (mime-buffer-entity-set-header-start-internal): Likewise.
99         (mime-buffer-entity-header-end-internal): Likewise.
100         (mime-buffer-entity-set-header-end-internal): Likewise.
101         (mime-buffer-entity-body-start-internal): Likewise.
102         (mime-buffer-entity-set-body-start-internal): Likewise.
103         (mime-buffer-entity-body-end-internal): Likewise.
104         (mime-buffer-entity-set-body-end-internal): Likewise.
105         (mime-entity-name): New method.
106         (mime-parse-multipart): New function [moved from mime-parse.el].
107         (mime-parse-encapsulated): Likewise.
108         (mime-parse-message): Likewise.
109         (mime-entity-children): New method.
110         (mime-goto-header-start-point): New method.
111         (mime-visible-field-p): New function [moved from mmgeneric.el].
112         (mime-insert-header-from-buffer): Likewise.
113         (mime-insert-header): New method.
114         (mime-entity-content): Use `luna-define-method'.
115         (mime-insert-text-content): New method.
116         ((mime-entity-fetch-field): Use `luna-define-method'.
117         (mime-entity-header-buffer): New method.
118         (mime-entity-body-buffer): Likewise.
119         (mime-entity-buffer): Likewise.
120         (mime-entity-point-min): Use `luna-define-method'.
121         (mime-entity-point-max): Use `luna-define-method'.
122         (mime-parse-buffer): New function [moved from mmgeneric.el].
123
124         * mime-parse.el (mime-parse-multipart): Moved to mmbuffer.el.
125         (mime-parse-encapsulated): Likewise.
126         (mime-parse-message): Likewise.
127         (mime-parse-buffer): Likewise.
128
129         * mime.el (mime-parse-buffer): Auto-loaded from "mmbufer".
130         (mime-find-function): Abolished.
131         (mime-entity-function): Abolished.
132         (mime-entity-send): Use `luna-send'.
133         (mime-open-entity): Use `luna-make-entity' and
134         `mm-expand-class-name'.
135         (mime-entity-cooked-p): Use `luna-define-generic'.
136         (mime-entity-children): Use `luna-send'.
137         (mime-find-entity-from-content-id): Use `mime-entity-read-field'.
138         (mime-entity-buffer): Change to generic function.
139         (mime-entity-header-buffer): New generic function.
140         (mime-entity-body-buffer): Likewise.
141         (mime-entity-point-min): Use `luna-define-generic'.
142         (mime-entity-point-max): Likewise.
143         (mime-entity-header-start): Abolished.
144         (mime-entity-header-end): Abolished.
145         (mime-entity-body-start): Abolished.
146         (mime-entity-body-end): Abolished.
147         (mime-goto-header-start-point): New generic function.
148         (mime-entity-fetch-field): New generic function.
149         (mime-fetch-field): Use `mime-entity-fetch-field'; declare as
150         obsolete function.
151         (mime-entity-content-type): Use `mime-entity-fetch-field'.
152         (mime-entity-content-disposition): Likewise.
153         (mime-entity-encoding): Likewise.
154         (mime-entity-read-field): New function.
155         (mime-read-field): Use `mime-entity-read-field'; declare as
156         obsolete function.
157         (mime-insert-header): Use `luna-define-generic'; abolish obsolete
158         alias `mime-insert-decoded-header'.
159         (mime-entity-name): New generic function.
160         (mime-entity-content): Use `luna-define-generic'.
161         (mime-insert-entity-content): Likewise.
162         (mime-write-entity-content): Likewise.
163         (mime-insert-text-content): Likewise.
164         (mime-insert-entity): Likewise.
165         (mime-write-entity): Likewise.
166         (mime-write-entity-body): Likewise.
167
168         * mime-def.el:
169         - Use `luna'.
170         (make-mime-entity-internal): Abolished.
171         (mime-entity-representation-type-internal): Change to alias for
172         `luna-class-name'.
173         (mime-entity-set-representation-type-internal): Change to alias
174         for `luna-set-class-name'.
175         (mime-entity-location-internal): Defined by
176         `luna-define-internal-accessors'.
177         (mime-entity-set-location-internal): Likewise.
178         (mime-entity-content-type-internal): Likewise.
179         (mime-entity-set-content-type-internal): Likewise.
180         (mime-entity-content-disposition-internal): Likewise.
181         (mime-entity-set-content-disposition-internal): Likewise.
182         (mime-entity-encoding-internal): Likewise.
183         (mime-entity-set-encoding-internal): Likewise.
184         (mime-entity-children-internal): Likewise.
185         (mime-entity-set-children-internal): Likewise.
186         (mime-entity-parent-internal): Likewise.
187         (mime-entity-set-parent-internal): Likewise.
188         (mime-entity-node-id-internal): Likewise.
189         (mime-entity-decoded-subject-internal): Abolished.
190         (mime-entity-set-decoded-subject-internal): Abolished.
191         (mime-entity-decoded-from-internal): Abolished.
192         (mime-entity-set-decoded-from-internal): Abolished.
193         (mime-entity-date-internal): Abolished.
194         (mime-entity-set-date-internal): Abolished.
195         (mime-entity-message-id-internal): Abolished.
196         (mime-entity-set-message-id-internal): Abolished.
197         (mime-entity-references-internal): Abolished.
198         (mime-entity-set-references-internal): Abolished.
199         (mime-entity-chars-internal): Abolished.
200         (mime-entity-set-chars-internal): Abolished.
201         (mime-entity-lines-internal): Abolished.
202         (mime-entity-set-lines-internal): Abolished.
203         (mime-entity-xref-internal): Abolished.
204         (mime-entity-set-xref-internal): Abolished.
205         (mime-entity-original-header-internal): Defined by
206         `luna-define-internal-accessors'.
207         (mime-entity-set-original-header-internal): Likewise.
208         (mime-entity-parsed-header-internal): Likewise.
209         (mime-entity-set-parsed-header-internal): Likewise.
210         (mime-entity-buffer-internal): Abolished.
211         (mime-entity-set-buffer-internal): Abolished.
212         (mime-entity-header-start-internal): Abolished.
213         (mime-entity-set-header-start-internal): Abolished.
214         (mime-entity-header-end-internal): Abolished.
215         (mime-entity-set-header-end-internal): Abolished.
216         (mime-entity-body-start-internal): Abolished.
217         (mime-entity-set-body-start-internal): Abolished.
218         (mime-entity-body-end-internal): Abolished.
219         (mime-entity-set-body-end-internal): Abolished.
220         (mm-expand-class-name): New macro.
221         (mm-define-backend): Use `luna-define-class' and
222         `mm-expand-class-name'.
223         (mm-define-method): Use `luna-define-method' and
224         `mm-expand-class-name'.
225         (mm-arglist-to-arguments): Abolished.
226         (mel-define-service): Use `luna-arglist-to-arguments' instead of
227         `mm-arglist-to-arguments'.
228
229         * mel.el: Require `alist'.
230
231         * FLIM-ELS (flim-modules): Add `luna' and delete `mmgeneric'.
232
233         * luna.el:
234         - Rename property `luna-member-index' to `luna-slot-index'.
235         - Rearrangement to avoid byte-compiling problem.
236         (luna-define-class-function): New function.
237         (luna-define-class): Use `luna-define-class-function'.
238         (luna-define-generic): Fixed.
239         (luna-define-internal-accessors): New function.
240
241 1999-05-15  MORIOKA Tomohiko  <tomo@m17n.org>
242
243         * luna.el (luna-make-entity-function): Send `initialize-instance'.
244
245 1999-05-14  MORIOKA Tomohiko  <tomo@m17n.org>
246
247         * luna.el: New module.
248
249 \f
250 1999-05-11  MORIOKA Tomohiko  <tomo@m17n.org>
251
252         * FLIM: Version 1.12.6 (Family-K\e-Dòenmae)\e-A released.
253
254 1999-04-27  Shuhei KOBAYASHI  <shuhei@aqua.ocn.ne.jp>
255
256         * mel-b-ccl.el (TopLevel): Suppress warning.
257         mel-q-ccl.el (TopLevel): Ditto.
258         mime.el (TopLevel): Ditto.
259
260 1999-04-26  Shuhei KOBAYASHI  <shuhei@aqua.ocn.ne.jp>
261
262         * eword-decode.el (eword-encoded-word-regexp): Accept "b" and "q"
263         for "encoding".
264
265         * mime-def.el (std11-qtext-regexp): Don't use `string'.
266         (mime-tspecial-char-list): Eval at compile time.
267
268 1999-04-22  Katsumi Yamaoka   <yamaoka@jpl.org>
269
270         * mime.el: Delete autoload setting for `eword-encode-field'.
271
272 1999-04-22  MORIOKA Tomohiko  <tomo@etl.go.jp>
273
274         * eword-encode.el: Require `poem' instead of `emu'.
275         Don't use `cl' for `caar'.
276
277 1999-04-09  Katsumi Yamaoka   <yamaoka@jpl.org>
278
279         * smtp.el (smtp-via-smtp): Funcall `smtp-server' if it is a
280         function.
281         (smtp-server): Make it can also be a function called from
282         `smtp-via-smtp' with arguments SENDER and RECIPIENTS.
283
284 1999-04-05  Shuhei KOBAYASHI  <shuhei@aqua.ocn.ne.jp>
285
286         * FLIM-CFG: Make easier to install in VERSION_SPECIFIC_LISPDIR.
287
288 1999-03-29  Shuhei KOBAYASHI  <shuhei@aqua.ocn.ne.jp>
289
290         * mime.el (mime-read-field): Correct argument of
291         `mime-decode-field-body'; 'native -> 'plain.
292
293 1999-03-27  Shuhei KOBAYASHI  <shuhei@aqua.ocn.ne.jp>
294
295         * eword-encode.el (TopLevel): Require 'cl when compiling.
296         (eword-encode-rword-list): Suppress insertion of extra spaces.
297         (eword-encode-msg-id-to-rword-list): Treat surrounding angle
298         brackets atomically.
299         ([tm-ja:4244] by Kazuhiro Ohta <ohta@ele.cst.nihon-u.ac.jp>)
300
301 1999-03-11  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
302
303         * eword-encode.el (eword-charset-encoding-alist): Add `tis-620'.
304
305 1999-03-01  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
306
307         * mel.el (mime-decode-string): Return STRING if return value of
308         `(mel-find-function 'mime-decode-string encoding)' is nil.
309
310 1999-02-10  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
311
312         * mime-def.el (mel-define-service): Change size of obarray to 7.
313
314 1999-02-01  Yoshiki Hayashi  <g740685@komaba.ecc.u-tokyo.ac.jp>
315
316         * mime-ja.sgml: Tranlate all untranslated parts.
317
318 \f
319 1999-01-27  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
320
321         * FLIM: Version 1.12.5 (Hirahata) released.
322
323         * mime-ja.sgml, mime-en.sgml: Sync with FLIM API 1.12.
324
325 1999-01-26  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
326
327         * NEWS (New optional argument of `std11-field-end'): New
328         subsection.
329
330         * std11.el (std11-field-end): Add new optional argument `bound'.
331
332 \f
333 1999-01-24  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
334
335         * FLIM: Version 1.12.4 (Tsutsui) released.
336
337 1999-01-24  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
338
339         * README.en: Sync with latest FLIM.
340
341         * README.ja: fixed.
342
343 1999-01-24  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
344
345         * mmbuffer.el, mmgeneric.el (insert-entity-content): New method.
346
347         * mime.el (mime-insert-entity-content): New generic function.
348
349 1999-01-24  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
350
351         * NEWS (New function `mime-find-entity-from-content-id'): New
352         subsection.
353         (New function `mime-parse-msg-id'): New subsection.
354         (New function `mime-uri-parse-cid'): New subsection.
355
356 1999-01-24  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
357
358         * mime.el (mime-find-entity-from-content-id): New function.
359         (mime-field-parser-alist): Use `mime-parse-msg-id' instead of
360         `std11-parse-msg-id' to parse `Message-Id', `Recent-Message-Id'
361         and `Content-Id' field.
362
363         * mime-parse.el (mime-parse-msg-id): New function.
364         (mime-uri-parse-cid): New function.
365
366 \f
367 1999-01-23  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
368
369         * FLIM: Version 1.12.3 (Kintetsu-K\e-Dòriyama)\e-A released.
370
371 1999-01-23  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
372
373         * NEWS (Function `std11-parse-in-reply-to'): New subsection.
374         (New function `std11-parse-msg-id-string'): Likewise.
375         (New function `std11-parse-msg-ids-string'): Likewise.
376         (New generic function `mime-insert-entity'): Likewise.
377
378 1999-01-23  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
379
380         * mime.el (mime-field-parser-alist): Change to set parser for
381         tokens instead of parser for string.
382         (mime-read-field): Use `eword-lexical-analyze' before parsing.
383
384         * eword-encode.el (eword-encode-in-reply-to): Use
385         `std11-parse-msg-ids-string' instead of `std11-parse-in-reply-to'
386         and `std11-lexical-analyze'.
387
388         * std11.el (std11-parse-msg-ids): Renamed from
389         `std11-parse-in-reply-to'; define `std11-parse-in-reply-to' as
390         obsolete alias.
391         (std11-parse-msg-id-string): New function.
392         (std11-parse-msg-ids-string): New function.
393
394 1999-01-23  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
395
396         * mime.el (mime-field-parser-alist): New variable.
397         (mime-read-field): Refer `mime-field-parser-alist'.
398
399 1999-01-23  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
400
401         * mmbuffer.el, mmgeneric.el (insert-entity): New method.
402
403         * mime.el (mime-insert-entity): New generic function.
404
405 1999-01-22  Katsumi Yamaoka   <yamaoka@jpl.org>
406
407         * std11.el (TopLevel): Require `custom'.
408
409 \f
410 1999-01-21  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
411
412         * FLIM: Version 1.12.2 (Kuj\e-Dò)\e-A released.
413
414 1999-01-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
415
416         * mime-parse.el (mime-lexical-analyzer): New user option.
417         (mime-analyze-tspecial): New function.
418         (mime-analyze-token): New function.
419         (mime-parse-Content-Transfer-Encoding): Use
420         `std11-lexical-analyze' with `mime-lexical-analyzer'.
421
422         * mime-def.el (mime-tspecial-char-list): Renamed from
423         `mime-tspecials'; changed from string to list.
424         (mime-token-regexp): Use `eval-when-compile'.
425
426 1999-01-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
427
428         * eword-decode.el (eword-lexical-analyzer): Modify DOC-string
429         about interface change.
430         (eword-analyze-comment): Renamed from `eword-parse-comment';
431         change second argument `from' to required argument; abolish alias
432         `eword-analyze-comment' of `eword-parse-comment'.
433
434 1999-01-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
435
436         * NEWS (User option `eword-lexical-analyzers' ->
437         `eword-lexical-analyzer'): New subsection.
438
439         * eword-decode.el (eword-lexical-analyzer): Renamed from user
440         option `eword-lexical-analyzers'.
441
442 1999-01-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
443
444         * NEWS (New user option `std11-lexical-analyzer'): New subsection.
445
446         * std11.el (std11-lexical-analyzer): Renamed from user option
447         `std11-lexical-analyzers'.
448
449 1999-01-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
450
451         * std11.el (std11-lexical-analyze): Change interface to add new
452         optional argument `analyzers'.
453
454 1999-01-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
455
456         * std11.el (std11-lexical-analyzers): New user option.
457         (std11-lexical-analyze): New implementation; refer
458         `std11-lexical-analyzers'.
459
460 1999-01-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
461
462         * NEWS (Change interface of lexical-analyzers): New subsection.
463
464 1999-01-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
465
466         * eword-decode.el (eword-encoded-word-regexp): Must define when
467         this module is compiled.
468         (eword-decode-structured-field-body): Add new optional argument
469         `start'.
470         (eword-decode-and-unfold-structured-field-body): Likewise.
471         (eword-decode-and-fold-structured-field-body): Likewise.
472         (eword-analyze-quoted-string): Add new argument `start'; return
473         `(<parsed result> . <end position>)' instead of `(<parsed result>
474         . <rest string>)'.
475         (std11-analyze-domain-literal): Likewise.
476         (eword-analyze-domain-literal): Likewise.
477         (eword-analyze-comment): Changed to alias of
478         `eword-parse-comment'.
479         (eword-analyze-spaces): Add new argument `start'; return `(<parsed
480         result> . <end position>)' instead of `(<parsed result> . <rest
481         string>)'.
482         (std11-analyze-domain-literal): Likewise.
483         (eword-analyze-special): Likewise.
484         (eword-analyze-encoded-word): Likewise.
485         (eword-analyze-atom): Likewise.
486         (eword-lexical-analyze-internal): Add new argument `start'.
487         (eword-lexical-analyze): Change interface to add new optional
488         argument `start'.
489         (eword-extract-address-components): Add new optional argument
490         `start'.
491
492         * std11.el (std11-atom-regexp): Modify to match non-top atom.
493         (std11-analyze-spaces): Add new argument `start'; return `(<parsed
494         result> . <end position>)' instead of `(<parsed result> . <rest
495         string>)'.
496         (std11-analyze-special): Likewise.
497         (std11-analyze-atom): Likewise.
498         (std11-analyze-quoted-string): Likewise.
499         (std11-analyze-domain-literal): Likewise.
500         (std11-analyze-comment): Likewise.
501         (std11-lexical-analyze): Add new optional argument `start'.
502
503 1999-01-15  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
504
505         * std11.el (std11-fetch-field): Add autoload cookie.
506         (std11-narrow-to-header): Likewise.
507         (std11-field-body): Likewise.
508         (std11-unfold-string): Likewise.
509         (std11-lexical-analyze): Add DOC-string; add autoload cookie.
510
511         * std11.el (std11-space-char-list): Renamed from
512         `std11-space-chars'; changed from string to list.
513
514 1999-01-15  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
515
516         * std11.el (std11-fetch-field): Don't define as inline function.
517         (std11-field-body): Enclose `std11-narrow-to-header' and
518         `std11-fetch-field' by `inline'.
519
520 1999-01-15  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
521
522         * std11.el (std11-special-char-list): Evaluate when it is
523         compiled.
524         (std11-atom-regexp): Use `eval-when-compile'.
525
526 1999-01-15  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
527
528         * std11.el (std11-space-chars): Must evaluate when it is compiled.
529         (std11-analyze-spaces): Don't use `std11-spaces-regexp'; abolist
530         constant `std11-spaces-regexp'.
531
532         * mime-parse.el (mime-disposition-type-regexp): Must evaluate when
533         it is compiled.
534
535         * mime-parse.el: Don't require emu.
536
537         * mime-parse.el (mime-parse-Content-Disposition): Use
538         `eval-when-compile'.
539
540         * mime-parse.el (mime-parse-Content-Transfer-Encoding): New
541         implementation.
542
543 1998-12-22  Katsumi Yamaoka <yamaoka@jpl.org>
544
545         * README.en (Installation): Modify for APEL 9.12.
546         * README.ja (Installation): Likewise.
547
548 1998-12-14  Katsumi Yamaoka <yamaoka@jpl.org>
549
550         * mel-b-ccl.el (base64-ccl-insert-encoded-file): Call
551         `insert-file-contents-as-coding-system' with CODING-SYSTEM as the
552         1st arg.
553         * mel-q-ccl.el (quoted-printable-ccl-insert-encoded-file):
554         Likewise.
555
556         * mel-b-ccl.el (base64-ccl-write-decoded-region): Call
557         `write-region-as-coding-system' with CODING-SYSTEM as the 1st arg.
558         * mel-q-ccl.el (quoted-printable-ccl-write-decoded-region):
559         Likewise.
560
561 1998-12-14  Katsumi Yamaoka <yamaoka@jpl.org>
562
563         * mel-b-ccl.el (base64-ccl-insert-encoded-file): Use
564         `insert-file-contents-as-coding-system' (renamed from
565         `insert-file-contents-as-specified-coding-system').
566         * mel-q-ccl.el (quoted-printable-ccl-insert-encoded-file):
567         Likewise.
568
569         * mel-b-ccl.el (base64-ccl-write-decoded-region): Use
570         `write-region-as-coding-system' (renamed from
571         `write-region-as-specified-coding-system').
572         * mel-q-ccl.el (quoted-printable-ccl-write-decoded-region):
573         Likewise.
574
575 1998-12-08  Katsumi Yamaoka <yamaoka@jpl.org>
576
577         * smtp.el (smtp-coding-system): Abolished.
578         (smtp-via-smtp): Use `open-network-stream-as-binary' instead of
579         `open-network-stream'.
580
581 1998-12-04  Katsumi Yamaoka <yamaoka@jpl.org>
582
583         * mel-b-ccl.el (base64-ccl-insert-encoded-file): Use
584         `insert-file-contents-as-specified-coding-system' instead of
585         `insert-file-contents'.
586         * mel-q-ccl.el (quoted-printable-ccl-insert-encoded-file):
587         Likewise.
588
589         * mel-b-ccl.el (base64-ccl-write-decoded-region): Use
590         `write-region-as-specified-coding-system' instead of
591         `write-region'.
592         * mel-q-ccl.el (quoted-printable-ccl-write-decoded-region):
593         Likewise.
594
595 \f
596 1998-12-02  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
597
598         * FLIM: Version 1.12.1 (Nishinoky\e-Dò)\e-A released.
599
600 1998-11-30  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
601
602         * smtpmail.el (smtpmail-send-it): Add autoload cookie; use
603         `smtpmail-do-bcc' instead of `smtp-do-bcc'; modify for interface
604         change of `smtp-via-smtp'.
605         (smtpmail-do-bcc): New function (moved and renamed from
606         `smtp-do-bcc' of smtp.el).
607
608 1998-08-06  Katsumi Yamaoka <yamaoka@jpl.org>
609
610         * lisp/smtp.el: Do not insert empty line at the end of message.
611
612 1998-06-18  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
613
614         * lisp/smtp.el (smtp-use-8bitmime): New variable.
615         (smtp-debug-info): Internal variable, now.
616         (smtp-make-fqdn): Renamed from `smtp-fqdn'.
617         (smtp-via-smtp): New implementation.
618         (smtp-send-command): Treat "PASS" as usual.
619         (smtp-do-bcc): Removed.
620
621 1998-11-30  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
622
623         * smtpmail.el: New module (copied from Semi-gnus 6.8).
624
625         * smtp.el: New module (copied from Semi-gnus 6.8).
626
627         * FLIM-ELS: Add smtp.el and smtpmail.el.
628
629 1998-11-30  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
630
631         * mime-def.el: Abolish function `eliminate-top-spaces' because it
632         is not used in FLIM.
633
634 1998-11-29  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
635
636         * eword-encode.el (eword-encode-mailbox-to-rword-list): Fix
637         problem in `eword-encode-addresses-to-rword-list'.
638
639 1998-11-26  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
640
641         * std11.el (std11-full-name-string): fixed.
642
643         * std11.el (std11-comment-value-to-string): fixed.
644
645 1998-11-25  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
646
647         * NEWS (Changes in FLIM 1.12): New section.
648
649 1998-11-25  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
650
651         * std11.el (std11-comment-value-to-string): New function.
652         (std11-full-name-string): Use `std11-comment-value-to-string'.
653
654         * eword-decode.el (eword-parse-comment): New function.
655         (eword-analyze-comment): New implementation; use
656         `eword-parse-comment'; change representation.
657         (eword-decode-token): Modify for representation change of comment.
658
659 \f
660 1998-11-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
661
662         * FLIM: Version 1.12.0 (Amagatsuji) was released.
663
664 1998-11-14  Tanaka Akira  <akr@jaist.ac.jp>
665
666         * mel-b-ccl.el (ccl-cascading-read): Check consistency.
667
668 1998-11-13  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
669
670         * eword-decode.el (eword-decode-structured-field-body): Abolish
671         non-used local variable.
672
673 1998-11-12  Tanaka Akira  <akr@jaist.ac.jp>
674
675         * mel-b-ccl.el (mel-ccl-decode-b): Check `ccl-cascading-read' to
676         select implementation.
677
678 1998-11-12  Tanaka Akira  <akr@jaist.ac.jp>
679
680         * mel-q-ccl.el (mel-ccl-encode-quoted-printable-generic): workaround
681         for mule-2.3@19.34.
682
683 1998-11-12  Tanaka Akira  <akr@jaist.ac.jp>
684
685         * mel.el (mel-b-builtin): New variable.
686
687 1998-11-10  Tanaka Akira  <akr@jaist.ac.jp>
688
689         * FLIM-ELS: require 'pccl.
690         (flim-modules): Check CCL availability by broken facility.
691
692 1998-11-08  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
693
694         * eword-decode.el (eword-decode-structured-field-body): New
695         implementation; abolish optional argument `must-unfold'; delete
696         DOC-string.
697         (eword-decode-and-unfold-structured-field-body): Renamed from
698         `eword-decode-and-unfold-structured-field'; delete DOC-string.
699         (eword-decode-and-fold-structured-field-body): Renamed from
700         `eword-decode-and-fold-structured-field'; abolish optional
701         argument `must-unfold'; delete DOC-string.
702         (eword-decode-unstructured-field-body): Abolish optional argument
703         `must-unfold'; delete DOC-string.
704         (eword-decode-and-unfold-unstructured-field-body): Renamed from
705         `eword-decode-and-unfold-unstructured-field'; delete DOC-string.
706         (eword-decode-unfolded-unstructured-field-body): New function.
707
708 1998-11-08  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
709
710         * mmgeneric.el (mime-insert-header-from-buffer): Use
711         `mime-find-field-presentation-method' and
712         `mime-find-field-decoder-internal'.
713
714         * eword-decode.el (mime-find-field-presentation-method): New
715         macro.
716         (mime-find-field-decoder-internal): New function.
717         (mime-find-field-decoder): New implementation (use
718         mime-find-field-decoder-internal).
719         (mime-decode-header-in-region): Use
720         `mime-find-field-presentation-method' and
721         `mime-find-field-decoder-internal'.
722
723 1998-11-08  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
724
725         * mmgeneric.el (mime-insert-header-from-buffer): Rename
726         field-presentation-mode `folding' to `wide'.
727
728         * eword-decode.el: Rename field-presentation-modes from `native',
729         `folding', `unfolding', `unfolding-xover' to `plain', `wide',
730         `summary', `nov'.
731
732 1998-11-07  Tanaka Akira  <akr@jaist.ac.jp>
733
734         * eword-decode.el (mime-set-field-decoder): Add mode `unfolding-xover'.
735         (mime-find-field-decoder): Ditto.
736
737 1998-11-04  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
738
739         * eword-encode.el (eword-encode-phrase-route-addr-to-rword-list):
740         Don't delete the front spaces.
741         (eword-encode-addresses-to-rword-list): Don't supplement space;
742         use `nconc' instead of `append'.
743         (eword-encode-msg-id-to-rword-list): Supplement the front space;
744         use `nconc' instead of `append'.
745
746 1998-11-02  Tanaka Akira  <akr@jaist.ac.jp>
747
748         * eword-decode.el (mime-field-decoder-cache): New variable.
749         (mime-find-field-decoder): Use `mime-field-decoder-cache'.
750         (mime-update-field-decoder-cache): New variable.
751         (mime-update-field-decoder-cache): New function.
752         (mime-decode-header-in-region): Use `mime-field-decoder-cache'.
753
754         * mmgeneric.el (mime-insert-header-from-buffer): Use
755         `mime-field-decoder-cache'.
756
757 1998-11-02  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
758
759         * eword-decode.el (mime-decode-header-in-region): New function.
760         (mime-decode-header-in-buffer): Use function
761         `mime-decode-header-in-region'.
762
763 1998-10-28  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
764
765         * mmgeneric.el (mime-insert-header-from-buffer): Refer
766         `mime-field-decoder-alist' instead of hard-coding.
767
768         * mime.el (mime-read-field): Use `mime-decode-field-body'.
769
770         * eword-decode.el (eword-decode-and-unfold-structured-field): Add
771         optional dummy argument `start-column' and `max-column'.
772         (eword-decode-structured-field-body): Change interface.
773         (eword-decode-unstructured-field-body): Change interface to add
774         optional dummy argument `start-column' and `max-column'.
775         (eword-decode-and-unfold-unstructured-field): Add optional dummy
776         argument `start-column' and `max-column'.
777         (mime-field-decoder-alist): New variable; abolish user option
778         `eword-decode-ignored-field-list' and
779         `eword-decode-structured-field-list'.
780         (mime-set-field-decoder): New function.
781         (mime-find-field-decoder): New function.
782         (mime-decode-field-body): New function; abolish function
783         `eword-decode-field-body'.
784         (mime-decode-header-in-buffer): Renamed from
785         `eword-decode-header'; refer `mime-field-decoder-alist' instead of
786         hard-coding; add obsolete alias `eword-decode-header'.
787
788 1998-10-28  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
789
790         * mime-def.el: Avoid compile error when edebug is missing.
791
792 \f
793 1998-10-28  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
794
795         * FLIM: Version 1.11.3 (Saidaiji) was released.
796
797 1998-10-27  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
798
799         * VERSION: New file (Renamed from FLIM-VERSION).
800
801 1998-10-27  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
802
803         * eword-encode.el (eword-encode-char-type): Return nil for ?\n.
804
805 1998-10-27  Tanaka Akira      <akr@jaist.ac.jp>
806
807         * eword-encode.el (eword-encode-field-body): Unfold `field-body'.
808
809 1998-10-27  Yoshiki Hayashi   <g740685@komaba.ecc.u-tokyo.ac.jp>
810
811         * README.ja: Update.
812
813 \f
814 1998-10-26  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
815
816         * FLIM: Version 1.11.2 (Heij\e-Dò)\e-A was released.
817
818         * NEWS (Abolish variable `mime-temp-directory'): New subsection.
819
820         * README.en (Installation): Modify for APEL 9.6.
821
822 1998-10-26  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
823
824         * eword-encode.el (eword-encode-field-body): Don't eliminate
825         top-spaces.
826
827 1998-10-25  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
828
829         * FLIM-ELS (flim-modules): Don't install mel-b-el for Emacs 20.4.
830
831 1998-10-25  Tanaka Akira      <akr@jaist.ac.jp>
832
833         * eword-decode.el (eword-decode-field-body): Refine implementation.
834
835 1998-10-24  Tanaka Akira      <akr@jaist.ac.jp>
836
837         * mel-b-ccl.el, mel-q-ccl.el, mel.el, FLIM-ELS: Divide mel-ccl.el
838         into mel-b-ccl.el and mel-q-ccl.el.
839
840 1998-09-11  Tanaka Akira      <akr@jaist.ac.jp>
841
842         * mel.el (base64-encoded-length): New implementation.
843
844 1998-10-25  Tanaka Akira      <akr@jaist.ac.jp>
845
846         * eword-decode.el (eword-decode-field-body): New function.
847
848 1998-10-25  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
849
850         * eword-encode.el (eword-encode-field-body): Change interface.
851         (eword-encode-header): Use `eword-encode-field-body'; abolish
852         function `eword-encode-field'.
853
854 1998-10-25  Tanaka Akira  <akr@jaist.ac.jp>
855
856         * eword-encode.el (eword-encode-field-body): New function.
857         (eword-encode-field): Use `eword-encode-field-body'.
858
859 1998-10-24  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
860
861         * mel.el, mel-b-el.el, FLIM-ELS: Rename mel-b.el -> mel-b-el.el.
862
863 1998-10-24  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
864
865         * mel-u.el (uuencode-external-decode-region): Use
866         `temporary-file-directory' instead of `mime-temp-directory'.
867         (mime-write-decoded-region): Likewise.
868
869         * mime-def.el: Abolish variable `mime-temp-directory'.
870
871 1998-10-24  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
872
873         * mmgeneric.el (mime-insert-header-from-buffer): New function.
874         (insert-header): Use `mime-insert-header-from-buffer'.
875
876 1998-10-24  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
877
878         * FLIM-ELS: Don't install mel-b-dl.el if the running emacs has
879         builtin base64 encoder/decoder.
880
881         * mel.el: Set up builtin base64 encoder/decoder if they are
882         available.
883
884         * mime-def.el (base64-dl-module): Set nil as initial value if the
885         running emacs has builtin base64 encoder/decoder.
886
887         * mel-b.el: Require `poe' instead of `emu'.
888         (base64-encode-string): Use `defun-maybe'.
889         (base64-encode-region): Likewise.
890         (base64-decode-region): Likewise.
891         (base64-decode-string): Likewise.
892
893         * mel-b-dl.el: Require `poe' instead of `emu'.
894
895 \f
896 1998-10-23  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
897
898         * FLIM: Version 1.11.1 (Takanohara) was released.
899
900 1998-10-22  Yoshiki Hayashi   <g740685@komaba.ecc.u-tokyo.ac.jp>
901
902         * README.ja: New file.
903
904 1998-10-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
905
906         * mime-def.el: Require mcharset.
907
908 1998-10-20  Katsumi Yamaoka   <yamaoka@jpl.org>
909
910         * mel-u.el (mime-write-decoded-region): Fix typo.
911
912         * mime-def.el: Enclose defining procedure for the constants
913         `std11-quoted-pair-regexp', `std11-non-qtext-char-list' and
914         `std11-qtext-regexp' with `eval-and-compile'.
915
916 1998-10-19  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
917
918         * NEWS (Behavior change of `mime-insert-header'): New subsection.
919
920         * mmgeneric.el (insert-header): Include `:' in field-name.
921
922 1998-10-19  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
923
924         * mime-def.el (std11-qtext-regexp): Use `eval-when-compile'; don't
925         use `char-list-to-string'.
926         (std11-quoted-string-regexp): Use `eval-when-compile'.
927         - Use `def-edebug-spec' to define edebug-form-spec of
928           mm-define-method; fix definition of edebug-form-spec of
929           mm-define-method.
930
931 1998-10-18  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
932
933         * mime-en.sgml, mime-ja.sgml (Header encoder/decoder): Add
934         description about `eword-field-encoding-method-alist'.
935
936         * mime-en.sgml (Header encoder/decoder): Modify description about
937         `eword-encode-header'.
938
939         * mime-ja.sgml (Header encoder/decoder): Translate.
940
941 1998-10-18  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
942
943         * mime-en.sgml (entity formatting): Fix typo in description of
944         `default-mime-charset'.
945
946         * mime-en.sgml (Header encoder/decoder): Modify description of
947         `eword-decode-header'.
948
949         * mime-ja.sgml, mime-en.sgml (Header encoder/decoder): fix typo.
950
951         * mime-en.sgml (encoder/decoder): Translate description of
952         `mime-decode-string'.
953
954 1998-10-18  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
955
956         * mime-en.sgml (Content-Disposition parser): Modify description.
957
958         * mime-en.sgml (Content-Type parser): Modify description.
959
960 1998-10-18  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
961
962         * mime-en.sgml (Content-Transfer-Encoding parser): Translate.
963
964 \f
965 1998-10-18  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
966
967         * FLIM: Version 1.11.0 (Yamadagawa) was released.
968
969 1998-10-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
970
971         * mime-ja.sgml, mime-en.sgml (entity formatting): Add description
972         about `mime-insert-text-content'.
973
974 1998-10-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
975
976         * mime-ja.sgml, mime-en.sgml (entity formatting): New node; move
977         `mime-insert-header' from `Entity-header'; move
978         `default-mime-charset' from `custom'.
979
980 1998-10-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
981
982         * mime-en.sgml, mime-ja.sgml (Entity-header): Generic function
983         `mime-insert-decoded-header' was renamed to `mime-insert-header'.
984
985 1998-10-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
986
987         * NEWS: New file.
988
989 1998-10-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
990
991         * mime.el (mime-insert-header): Renamed from
992         `mime-insert-decoded-header'; define `mime-insert-decoded-header'
993         as an obsolete alias.
994
995         * mmgeneric.el, mmcooked.el (insert-header): Renamed from
996         `insert-decoded-header'.
997
998         * README.en (Installation): Add required version of APEL.
999
1000 1998-10-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1001
1002         * mel-g.el: Require mel.
1003
1004         * mel-g.el: Require poem instead of emu.
1005
1006 1998-10-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1007
1008         * mime.el (mime-insert-text-content): New generic function.
1009
1010         * mmcooked.el, mmgeneric.el (insert-text-content): New method.
1011
1012 1998-10-02  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1013
1014         * std11.el (std11-unfold-string): New implementation.
1015
1016 1998-10-02  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1017
1018         * mmgeneric.el: New module.
1019
1020         * mmbuffer.el: Use `generic' as mother backend.
1021
1022         * FLIM-ELS (flim-modules): Add mmgeneric.
1023
1024 1998-10-01  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1025
1026         * mime-parse.el (mime-parse-message): Modify for
1027         `make-mime-entity-internal'.
1028
1029         * mime-def.el (make-mime-entity-internal): Change interface to be
1030         able to specify original-header and parsed-header.
1031
1032 1998-09-30  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1033
1034         * eword-decode.el (eword-decode-and-unfold-unstructured-field):
1035         New function.
1036
1037 1998-09-30  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1038
1039         * mime.el (mime-entity-content-type): New implementation.
1040         (mime-entity-content-disposition): New implementation.
1041         (mime-entity-encoding): New implementation.
1042
1043         * mime.el (mime-fetch-field): Refer internal slots for Date,
1044         Message-Id and References fields.
1045
1046         * mime-parse.el (mime-parse-message): Modify for
1047         `make-mime-entity-internal'.
1048
1049         * mime-def.el: Change `mime-entity-*-internal' and
1050         `mime-entity-set-*-internal' to macro.
1051         (make-mime-entity-internal): Change interface and data format for
1052         NOV data; changed to macro.
1053         (mime-entity-set-location-internal): New macro.
1054         (mime-entity-decoded-subject-internal): New macro.
1055         (mime-entity-set-decoded-subject-internal): New macro.
1056         (mime-entity-decoded-from-internal): New macro.
1057         (mime-entity-set-decoded-from-internal): New macro.
1058         (mime-entity-date-internal): New macro.
1059         (mime-entity-set-date-internal): New macro.
1060         (mime-entity-message-id-internal): New macro.
1061         (mime-entity-set-message-id-internal): New macro.
1062         (mime-entity-references-internal): New macro.
1063         (mime-entity-set-references-internal): New macro.
1064         (mime-entity-chars-internal): New macro.
1065         (mime-entity-set-chars-internal): New macro.
1066         (mime-entity-lines-internal): New macro.
1067         (mime-entity-set-lines-internal): New macro.
1068         (mime-entity-xref-internal): New macro.
1069         (mime-entity-set-xref-internal): New macro.
1070         (mime-entity-original-header-internal): Modify for new structure;
1071         changed to macro.
1072         (mime-entity-set-original-header-internal): Likewise.
1073         (mime-entity-parsed-header-internal): Likewise.
1074         (mime-entity-set-parsed-header-internal): Likewise.
1075         (mime-entity-buffer-internal): Likewise.
1076         (mime-entity-set-buffer-internal): Likewise.
1077         (mime-entity-header-start-internal): Likewise.
1078         (mime-entity-set-header-start-internal): Likewise.
1079         (mime-entity-header-end-internal): Likewise.
1080         (mime-entity-set-header-end-internal): Likewise.
1081         (mime-entity-body-start-internal): Likewise.
1082         (mime-entity-set-body-start-internal): Likewise.
1083         (mime-entity-body-end-internal): Likewise.
1084         (mime-entity-set-body-end-internal): Likewise.
1085
1086 \f
1087 1998-10-14  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1088
1089         * FLIM: Version 1.10.5 (Kizugawadai) was released.
1090
1091         * mel.el: Must require poem.
1092
1093 \f
1094 1998-10-12  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1095
1096         * FLIM: Version 1.10.4 (Shin-H\e-Dòsono)\e-A was released.
1097
1098 1998-10-12  Katsumi Yamaoka   <yamaoka@jpl.org>
1099
1100         * README.en: Add explanation about `VERSION_SPECIFIC_LISPDIR'.
1101
1102         * Makefile (install): Add new arg `VERSION_SPECIFIC_LISPDIR'.
1103         (elc): Likewise.
1104
1105         * FLIM-MK (config-flim): Refer to `VERSION_SPECIFIC_LISPDIR'.
1106
1107         * FLIM-CFG (VERSION_SPECIFIC_LISPDIR): New variable.
1108
1109 1998-10-12  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1110
1111         * mel.el (mel-ccl-module): Require path-util when the running
1112         emacs has MULE.
1113
1114         * mel.el: Don't require emu.
1115
1116 1998-10-11  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1117
1118         * FLIM-ELS: Don't install mel-ccl in anything older than XEmacs 21
1119         with MULE.
1120
1121 \f
1122 1998-10-10  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1123
1124         * FLIM: Version 1.10.3 (Komada) was released.
1125
1126         * mel-ccl.el (base64-ccl-write-decoded-region): bind
1127         `jka-compr-compression-info-list' with nil.
1128
1129         * mel-b.el (base64-internal-decoding-limit): Switch default value
1130         between XEmacs-mule and other emacsen.
1131         Abolish function `base64-decode-string!'.
1132         (base64-internal-decode-region): New implementation.
1133         (base64-insert-encoded-file): New function.
1134         (mime-insert-encoded-file): Use `base64-insert-encoded-file'.
1135         (base64-write-decoded-region): New function.
1136         (mime-write-decoded-region): Use `base64-write-decoded-region'.
1137
1138         * mel-b-dl.el (decode-base64-region): Renamed from
1139         `base64-decode-region'.
1140         (mime-insert-encoded-file): Change temporary-buffer to unibyte
1141         representation.  Abolish method `mime-write-decoded-region'
1142         because it is slower than CCL based implementation.
1143
1144 1998-10-09  Tanaka Akira <akr@jaist.ac.jp>
1145
1146         * mel-ccl.el: Check `ccl-execute-eof-block-on-decoding-some'
1147         facility instead of `ccl-execute-eof-block-on-encoding-some'.
1148
1149 1998-10-09  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1150
1151         * mel-b.el (base64-characters): Enclose with `eval-and-compile'.
1152
1153         * eword-decode.el (eword-encoded-text-regexp): Enclose with
1154         `eval-and-compile'.
1155         (eword-encoded-word-regexp): Use `eval-when-compile'.
1156
1157 1998-10-09  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1158
1159         * eword-decode.el (eword-max-size-to-decode): New user option.
1160         (eword-decode-and-fold-structured-field): Do nothing if size of
1161         input is bigger than `eword-max-size-to-decode'.
1162
1163 1998-10-08  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1164
1165         * mel-b.el (base64-numbers): Use `eval-when-compile'.
1166
1167 1998-10-09  Katsumi Yamaoka   <yamaoka@jpl.org>
1168
1169         * FLIM-CFG: Use `add-latest-path' instead of `add-path' for adding
1170         "custom" to load-path.
1171
1172 1998-10-09  Katsumi Yamaoka   <yamaoka@jpl.org>
1173
1174         * mime-def.el (mime-library-product): Enclose with
1175         `eval-and-compile'.
1176
1177         * FLIM-CFG: Add "custom" to load-path.
1178
1179 \f
1180 1998-10-08  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1181
1182         * FLIM: Version 1.10.2 (Kintetsu-Miyazu) was released.
1183
1184         * mime-def.el, mel.el, mel-b-dl.el: Move variable
1185         `base64-dl-module' from mel-b-dl.el and mel.el to mime-def.el.
1186
1187 1998-10-08  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1188
1189         * mel.el (mel-ccl-module): New variable; use it to check mel-ccl
1190         is available.
1191
1192         * FLIM-ELS: Don't install mel-ccl for anything older than MULE
1193         2.3.
1194
1195 1998-10-08  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1196
1197         * mel-u.el: Use `mel-define-backend' to define "x-uue".
1198         Define "x-uuencode" as a clone of "x-uue".
1199
1200         * Move variable `mel-encoding-module-alist' from mel.el to
1201         mime-def.el.
1202
1203         * mel.el (mel-find-function): Use function
1204         `mel-find-function-from-obarray'.
1205         Use `mel-define-backend' to define "7bit", "8bit" and "binary";
1206         don't define methods of "8bit" and "binary"; inherit methods from
1207         "7bit".
1208
1209         * mime-def.el (mel-service-list): New variable.
1210         (mel-define-service): New implementation.
1211         (mel-find-function-from-obarray): New inline function.
1212         (mel-copy-method): New inline function.
1213         (mel-copy-backend): New inline function.
1214         (mel-define-backend): New macro.
1215
1216 1998-10-08  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1217
1218         * mel-u.el: Define method functions of mel.
1219         (mime-encode-region): Use `mel-define-method-function'; abolish
1220         `uuencode-encode-region'.
1221         (mime-decode-region): Use `mel-define-method-function'; abolish
1222         `uuencode-decode-region'.
1223         (mime-encode-string): New method.
1224         (mime-decode-string): New method.
1225         (mime-insert-encoded-file): Use `mel-define-method'; abolish
1226         `uuencode-insert-encoded-file'.
1227         (mime-write-decoded-region): Use `mel-define-method'; abolish
1228         `uuencode-write-decoded-region'.
1229
1230 1998-10-07  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1231
1232         * mime-def.el (mel-define-service): Add DOC.
1233         (mel-define-method): Add DOC.
1234         (mel-define-method-function): Add DOC.
1235
1236         * mime-en.sgml, mime-ja.sgml: Modify for FLIM 1.10.
1237
1238 \f
1239 1998-10-07  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1240
1241         * FLIM: Version 1.10.1 (Miyamaki) was released.
1242
1243 1998-10-06  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1244
1245         * mel-g.el: Define method functions of mel.
1246         (mime-encode-region): Use `mel-define-method-function'; abolish
1247         `gzip64-encode-region'.
1248         (mime-decode-region): Use `mel-define-method-function'; abolish
1249         `gzip64-decode-region'.
1250         (mime-encode-string): New method.
1251         (mime-decode-string): New method.
1252         (mime-insert-encoded-file): Use `mel-define-method'; abolish
1253         `gzip64-insert-encoded-file'.
1254         (mime-write-decoded-region): Use `mel-define-method'; abolish
1255         `gzip64-write-decoded-region'.
1256
1257         * mime-def.el (mime-library-product): New variable; abolish
1258         `mime-library-version'.
1259         (mime-product-name): New macro.
1260         (mime-product-version): New macro.
1261         (mime-product-code-name): New macro.
1262         (mime-library-version): Renamed from
1263         `mime-library-version-string'; use `mime-library-product',
1264         `mime-product-name', `mime-product-version' and
1265         `mime-product-code-name'.
1266
1267         * mime-def.el (mm-define-backend): Add DOC.
1268         (mm-define-method): Add DOC.
1269
1270         * mel.el (mime-encoding-list): Modify DOC to add description about
1271         optional argument SERVICE.
1272
1273 1998-10-04  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1274
1275         * mime-ja.sgml, mime-en.sgml (mm-backend module): Write
1276         description of `mm-define-backend' and `mm-define-method'.
1277
1278 \f
1279 1998-09-29  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1280
1281         * FLIM: Version 1.10.0 (K\e-Dòdo)\e-A was released.
1282
1283         * README.en (What's FLIM): Add mel-ccl.el.
1284
1285 1998-09-21  Tanaka Akira      <akr@jaist.ac.jp>
1286
1287         * mel-ccl.el:
1288           - Require 'pccl instead of 'emu.
1289           - Use `unless-broken' to check facility.
1290
1291 1998-09-27  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1292
1293         * mel.el (mime-encoding-list): New user option (renamed from
1294         `mime-content-transfer-encoding-list').
1295         (mime-encoding-list): New function.
1296         (mime-encoding-alist): New function.
1297         (mime-encode-region): Use `mime-encoding-alist' for completion.
1298         (mime-decode-region): Likewise.
1299         (mime-insert-encoded-file): Likewise.
1300         (mime-write-decoded-region): Likewise.
1301
1302 1998-09-24  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1303
1304         * eword-decode.el (eword-decode-structured-field-list): Add
1305         Mail-Followup-To field.
1306
1307 1998-09-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1308
1309         * eword-encode.el (eword-charset-encoding-alist): Add utf-8.
1310
1311 1998-09-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1312
1313         * mel.el (mime-content-transfer-encoding-list): New user option.
1314         (mime-encode-region): Use `mime-content-transfer-encoding-list'
1315         for completion.
1316         (mime-decode-region): Likewise.
1317         (mime-insert-encoded-file): Likewise.
1318         (mime-write-decoded-region): Likewise.
1319
1320         * mel.el (mime-write-decoded-region): fix typo.
1321
1322 1998-09-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1323
1324         * mime-def.el (mel-define-method-function): Don't override.
1325
1326 1998-09-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1327
1328         * mel.el, mel-ccl.el, FLIM-ELS: Add mel-ccl.el.
1329
1330 1998-09-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1331
1332         * mel-dl.el, README.en, FLIM-ELS: Rename mel-dl.el to mel-b-dl.el.
1333
1334         * mel.el: - Rename mel-dl.el to mel-b-dl.el.
1335                   - Move `mel-define-service' to mime-def.el.
1336
1337         * mime-def.el (mel-define-service): New macro (moved from mel.el);
1338         fixed problem in Emacs.
1339         (mel-define-method): Use `mel-define-service'.
1340         (mel-define-method-function): Use `mel-define-service'.
1341
1342 1998-09-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1343
1344         * mel.el (mime-encode-region): Don't regard nil encoding as
1345         "7bit".
1346
1347 1998-09-19  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1348
1349         * eword-encode.el (eword-encode-text): Use
1350         `encoded-text-encode-string'.
1351         (tm-eword::encoded-word-length): `q-encoding-encoded-length' was
1352         renamed to `Q-encoded-text-length'.
1353
1354         * eword-decode.el: Move `base64-token-regexp',
1355         `base64-token-padding-regexp', `eword-B-encoded-text-regexp' and
1356         `eword-Q-encoded-text-regexp' to mime-def.el.
1357         (eword-decode-encoded-text): Use `encoded-text-decode-string'.
1358
1359         * mel-q.el: Define method functions of mel.
1360         (mime-insert-encoded-file): Use `mel-define-method'; abolish
1361         `quoted-printable-insert-encoded-file'.
1362         (mime-write-decoded-region): Use `mel-define-method'; abolish
1363         `quoted-printable-write-decoded-region'.
1364         - Move `q-encoding-printable-char-p' and
1365         `q-encoding-encoded-length' to mel.el.
1366
1367         * mel-b.el: Define method functions of mel.
1368         (mime-insert-encoded-file): Use `mel-define-method'; abolish
1369         `base64-insert-encoded-file'.
1370         (mime-write-decoded-region): Use `mel-define-method'; abolish
1371         `base64-write-decoded-region'.
1372         - Move `base64-encoded-length' to mel.el.
1373
1374         * mel-dl.el (base64-encode-region): Define directly (abolish
1375         `base64-dl-encode-region').
1376         (base64-decode-region): Define directly (abolish
1377         `base64-dl-decode-region').  Define method functions of mel.
1378         (mime-insert-encoded-file): Use `mel-define-method'; abolish
1379         `base64-insert-encoded-file'; don't use external encoder.
1380         (mime-write-decoded-region): Use `mel-define-method'; abolish
1381         `base64-write-decoded-region'; don't use external decoder.
1382         - Move `base64-encoded-length' to mel.el.
1383
1384         * mime.el: Move `mm-arglist-to-arguments' to mime-def.el.
1385
1386         * mime-def.el (base64-token-regexp): New constant (moved from
1387         eword-decode.el).
1388         (base64-token-padding-regexp): Likewise.
1389         (B-encoded-text-regexp): New constant (moved from eword-decode.el,
1390         and renamed from `eword-B-encoded-text-regexp').
1391         (Q-encoded-text-regexp): New constant (moved from eword-decode.el,
1392         and renamed from `eword-Q-encoded-text-regexp'.
1393         (mm-arglist-to-arguments): New function (moved from mime.el).
1394         (mel-define-method): New macro.
1395         (mel-define-method-function): New macro.
1396         (mel-define-function): New macro.
1397
1398         * mel.el (mel-encoding-module-alist): New variable.
1399         (mel-use-module): New function.
1400         (mel-find-function): New function.
1401         (mel-define-service): New macro.
1402         (mime-encode-region): Use `mel-find-function'; abolish variable
1403         `mime-encoding-method-alist'.
1404         (mime-decode-region): Use `mel-find-function'; abolish variable
1405         `mime-decoding-method-alist'.
1406         (mime-decode-string): Use `mel-find-function'; abolish variable
1407         `mime-string-decoding-method-alist'.
1408         (encoded-text-encode-string): New function.
1409         (encoded-text-decode-string): New function.
1410         (base64-encoded-length): New function (moved from mel-b.el and
1411         mel-dl.el).
1412         (Q-encoding-printable-char-p): New function (moved from mel-q.el,
1413         and renamed from `q-encoding-printable-char-p').
1414         (Q-encoded-text-length): New function (moved from mel-q.el, and
1415         renamed from `q-encoding-encoded-length').
1416         (mime-insert-encoded-file): Use `mel-find-function'; abolish
1417         variable `mime-file-encoding-method-alist'.
1418         (mime-write-decoded-region): Use `mel-find-function'; abolish
1419         variable `mime-file-decoding-method-alist'.
1420
1421 1998-09-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1422
1423         * mel-b.el (base64-internal-encoding-limit): modify :type.
1424         (base64-internal-decoding-limit): Change initial value to 70000;
1425         modify :type.
1426
1427         * mel-b.el (base64-decode-string!): Renamed from
1428         `base64-internal-decode-string!'.
1429
1430 1998-09-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1431
1432         * mel-b.el (base64-characters): New constant.
1433         (base64-num-to-char): Use `base64-characters'.
1434         (base64-numbers): Use `base64-characters'.
1435         (base64-internal-decode): Modify calculation third byte.
1436
1437         * mel-dl.el (base64-dl-encode-string): New alias.
1438         (base64-dl-decode-string): New alias.
1439         (base64-dl-encode-region): Renamed from `base64-encode-region';
1440         don't save-excursion and save-restriction.
1441         (base64-dl-decode-region): Renamed from `base64-decode-region';
1442         don't save-excursion and save-restriction; convert all at once.
1443         (base64-encode-region): New alias.
1444         (base64-decode-region): New alias.
1445
1446         * mel-b.el (base64-internal-decode): New function.
1447         (base64-internal-decode-string): Use `base64-internal-decode'.
1448         (base64-internal-decode-string!): New function.
1449         (base64-internal-decode-region): Use
1450         `base64-internal-decode-string!' instead of
1451         `base64-internal-decode-string'.
1452
1453 1998-09-15  Tanaka Akira  <akr@jaist.ac.jp>
1454
1455         * mel-b.el (base64-numbers): Fix a position of 63.
1456
1457 1998-09-15  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1458
1459         * mel-b.el (base64-numbers): New constant.
1460         (base64-char-to-num): New macro.
1461         (base64-internal-decode-string): Don't use memq.
1462
1463 1998-09-15  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1464
1465         * mel-b.el (base64): New group.
1466         (base64-external-encoder): Now a user option.
1467         (base64-external-decoder): Now a user option.
1468         (base64-external-decoder-option-to-specify-file): Now a user
1469         option.
1470         (base64-internal-encoding-limit): Now a user option.
1471         (base64-internal-decoding-limit): Now a user option.
1472
1473         * mel-b.el (base64-internal-decode-string): New implementation;
1474         abolish function `base64-decode-unit'.
1475
1476 1998-09-15  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1477
1478         * README.en (Installation): Fix typo.
1479
1480 \f
1481 1998-09-15  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1482
1483         * FLIM: Version 1.9.2 (Shin-Tanabe) was released.
1484
1485         * README.en (Installation): Add `install as a XEmacs package'.
1486
1487 1998-09-15  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1488
1489         * mime-en.sgml (Encoding Method): Translate.
1490
1491 1998-09-15  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1492
1493         * eword-encode.el (eword-encode-msg-id-to-rword-list): New
1494         function.
1495         (eword-encode-in-reply-to-to-rword-list): New function.
1496         (eword-encode-in-reply-to): New function.
1497         (eword-encode-field): Use `eword-encode-in-reply-to' for
1498         `In-Reply-To' field.
1499
1500         * std11.el (std11-parse-in-reply-to): New function.
1501
1502 1998-09-14  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1503
1504         * eword-decode.el (eword-decode-structured-field-list): Add
1505         `User-Agent'.
1506
1507 1998-09-11  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1508
1509         * Makefile (package): Don't update auto-autoloads.el and
1510         custom-load.el.
1511
1512         * FLIM-MK (compile-flim-package): Update auto-autoloads.el and
1513         custom-load.el.
1514
1515 1998-09-11  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1516
1517         * mime-def.el: Abolish function `butlast' and `nbutlast'.
1518
1519         * mime-def.el (mime-library-version): New constant.
1520         (mime-library-version-string): Refer `mime-library-version'.
1521
1522 1998-09-11  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1523
1524         * Makefile (XEMACS): New variable.
1525         (PACKAGEDIR): New variable.
1526         (package): New target.
1527         (install-package): New target.
1528
1529         * FLIM-CFG (PACKAGEDIR): New variable.
1530
1531         * FLIM-MK (config-flim-package): New function.
1532         (compile-flim-package): New function.
1533         (install-flim-package): New function.
1534
1535 1998-09-10  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1536
1537         * mime-en.sgml (Content-Type field): Translate.
1538         (mime-content-type): Translate.
1539         (Content-Type parser): Translate.
1540         (Content-Disposition): Translate.
1541         (mime-content-disposition): Translate.
1542         (Content-Disposition parser): Translate.
1543
1544 1998-09-10  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1545
1546         * Makefile (GOMI): Add Texinfo related garbages.
1547         (clean): Delete historical setting.
1548
1549 1998-09-03  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1550
1551         * mime-en.sgml (mm-backend): Translate.
1552         (Request for entity): Likewise.
1553         (mm-backend module): Likewise.
1554
1555         * mime.el (mime-entity-send): Add DOC-string.
1556
1557 1998-09-01  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1558
1559         * mime-en.sgml (Entity hierarchy): Translate.
1560
1561 1998-09-01  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1562
1563         * mime-en.sgml, mime-ja.sgml (Entity): Rearrangement.
1564
1565 \f
1566 1998-08-31  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1567
1568         * FLIM: Version 1.9.1 (Tonosh\e-Dò)\e-A was released.
1569
1570         * mime-en.sgml (mm-backend): Translate a little.
1571
1572 1998-08-31  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1573
1574         * eword-encode.el (eword-encode-default-start-column): New user
1575         option.
1576         (eword-encode-string): Use `eword-encode-default-start-column'.
1577         (eword-encode-address-list): Likewise.
1578         (eword-encode-structured-field-body): Likewise.
1579         (eword-encode-unstructured-field-body): Likewise.
1580
1581 1998-08-31  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1582
1583         * eword-encode.el (eword-encode): New group.
1584         (eword-field-encoding-method-alist): Now a user option (was:
1585         variable).
1586
1587 1998-08-31  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1588
1589         * eword-encode.el: Rename `tm-eword::mailbox-to-rwl' ->
1590         `eword-encode-mailbox-to-rword-list'.
1591
1592         * eword-encode.el: Rename `tm-eword::phrase-to-rwl' ->
1593         `eword-encode-phrase-to-rword-list'.
1594
1595         * eword-encode.el: Rename `eword-addr-spec-to-rwl' ->
1596         `eword-encode-addr-spec-to-rword-list'.
1597
1598         * eword-encode.el: Rename `eword-phrase-route-addr-to-rwl' ->
1599         `eword-encode-phrase-route-addr-to-rword-list'.
1600
1601         * eword-encode.el: Rename `eword-addr-seq-to-rwl' ->
1602         `eword-encode-addr-seq-to-rword-list'.
1603
1604         * eword-encode.el: Rename `tm-eword::split-string' ->
1605         `eword-encode-split-string'.
1606
1607         * eword-encode.el: Rename `tm-eword::addresses-to-rwl' ->
1608         `eword-encode-addresses-to-rword-list'.
1609
1610         * eword-encode.el: Rename `tm-eword::encode-rwl' ->
1611         `eword-encode-rword-list'.
1612
1613         * eword-encode.el (eword-encode-unstructured-field-body): New
1614         function.
1615         (eword-encode-field): Use `eword-encode-unstructured-field-body'.
1616
1617 1998-08-31  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1618
1619         * eword-encode.el (eword-encode-string): Add DOC-string.
1620         (eword-encode-address-list): Likewise.
1621         (eword-encode-structured-field-body): Likewise.
1622
1623         * eword-encode.el (eword-encode-field): Regard `In-Reply-To' as a
1624         structured field.
1625
1626 1998-08-28  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1627
1628         * eword-encode.el (eword-encode-field): Use `capitalize' instead
1629         of `downcase' for `field-name'.
1630
1631         * eword-encode.el (eword-encode-structured-field-body): New
1632         function.
1633         (eword-encode-field): Use `eword-encode-structured-field-body' for
1634         "MIME-Version" and "User-Agent" field.
1635
1636 1998-08-26  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
1637
1638         * mime-def.el (mm-define-method): Put `edebug-form-spec'.
1639
1640 1998-08-28  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1641
1642         * eword-encode.el (eword-encode-address-list): New function.
1643         (eword-encode-field): Use `eword-encode-address-list' instead of
1644         `tm-eword::encode-address-list'; abolish
1645         `tm-eword::encode-address-list'.
1646
1647         * eword-encode.el (eword-encode-field): Use `eword-encode-string'
1648         instead of `tm-eword::encode-string'; abolish
1649         `tm-eword::encode-string'.
1650
1651         * eword-encode.el: Rename `tm-eword::make-rword' ->
1652         `make-ew-rword'; rename `tm-eword::rword-' -> `ew-rword-'.
1653
1654 1998-08-26  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
1655
1656         * mel-b.el (base64-insert-encoded-file): Conditionally use
1657         internal converter. (cf. [tm-ja:3320])
1658         (base64-write-decoded-region): Ditto.
1659
1660 1998-08-25  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1661
1662         * FLIM-ELS (flim-modules): Don't add `mel-dl' unconditionally.
1663
1664 1998-08-25  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1665
1666         * Delete mime-lib.el.
1667
1668 1998-08-10  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1669
1670         * mmbuffer.el (write-entity): `write-region-as-CRLF' was renamed
1671         to `write-region-as-raw-text-CRLF'.
1672
1673 1998-08-07  MORIOKA Tomohiko  <morioka@yo.rim.or.jp>
1674
1675         * mmbuffer.el (write-entity): Use `write-region-as-CRLF' instead
1676         of `write-region-as-binary'.
1677
1678 \f
1679 1998-07-15  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1680
1681         * FLIM: Version 1.9.0 (Terada) was released.
1682
1683 1998-07-10  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1684
1685         * mime-parse.el (mime-parse-multipart): Set message/x-broken if
1686         parsing is failed.
1687
1688 1998-07-10  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1689
1690         * mmbuffer.el (entity-children): Don't use
1691         `mime-entity-children-internal'.
1692
1693         * mime-parse.el (mime-parse-multipart): Modify for
1694         `mime-parse-message'; return children.
1695         (mime-parse-encapsulated): Likewise.
1696         (mime-parse-message): Change interface; delete DOC-string; don't
1697         parse children instantly.
1698         (mime-parse-buffer): Modify for `mime-parse-message'.
1699
1700         * mime-parse.el (mime-parse-message): Delete autoload cookie.
1701
1702         * mime.el: Delete autoload setting for `mime-parse-message'.
1703
1704         * mime-en.sgml, mime-ja.sgml (Entity creation): Delete description
1705         of `mime-parse-message'; modify description of `mime-parse-buffer'
1706         to add `representation-type'.
1707
1708 \f
1709 1998-07-07  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1710
1711         * FLIM-Chao: Version 1.8.0 (Shij\e-Dò)\e-A was released.
1712
1713 1998-07-07  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1714
1715         * mmcooked.el: Abolish method `open'.
1716
1717         * mmbuffer.el (initialize-instance): New method; abolish `open'.
1718         (entity-children): New method.
1719
1720         * mime.el (mime-open-entity): Send `initialize-instance' to
1721         created message.
1722         (mime-entity-children): New implementation.
1723         (mime-entity-parent): New implementation.
1724         (mime-root-entity-p): New implementation.
1725
1726         * mime-parse.el (mime-parse-multipart): Specify current entity as
1727         parent.
1728         (mime-parse-encapsulated): Likewise.
1729         (mime-parse-message): Change interface to specify parent; modify
1730         for `make-mime-entity-internal'.
1731         (mime-parse-buffer): Modify for `mime-parse-message'.
1732
1733         * mime-def.el (make-mime-entity-internal): Change interface; add
1734         format of `mime-entity' to add `parent'.
1735
1736 1998-07-07  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1737
1738         * mmbuffer.el (mime-visible-field-p): Renamed from
1739         `eword-visible-field-p'.
1740
1741 1998-07-07  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1742
1743         * mime.el (mm-arglist-to-arguments): New function.
1744         (mm-define-generic): New macro.
1745         (mime-entity-cooked-p): Use `mm-define-generic'.
1746         (mime-entity-point-min): Use `mm-define-generic'.
1747         (mime-insert-decoded-header): Use `mm-define-generic'.
1748         (mime-entity-content): Use `mm-define-generic'.
1749         (mime-write-entity-content): Use `mm-define-generic'.
1750         (mime-write-entity): Use `mm-define-generic'.
1751         (mime-write-entity-body): Use `mm-define-generic'.
1752
1753 1998-07-07  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1754
1755         * mmbuffer.el (eword-visible-field-p): Moved from mime.el.
1756
1757         * mime.el: Move `eword-visible-field-p' to mmbuffer.el.
1758         (mime-write-entity-body): Change message to `write-body'.
1759
1760 1998-07-07  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1761
1762         * mmcooked.el, mmbuffer.el (open): Renamed from `open-entity'.
1763
1764         * mime.el (mime-open-entity): Change message to `open'.
1765
1766         * mime-def.el (mm-define-backend): Must `copy-alist'.
1767
1768 1998-07-07  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1769
1770         * mmcooked.el, mmbuffer.el: Use `mm-define-backend' and
1771         `mm-define-method'.
1772
1773         * mime.el: Move `mime-entity-implementation-alist' to mime-def.el.
1774         (mime-find-function): New implementation.
1775         (mime-entity-cooked-p): Use `mime-entity-send'.
1776
1777         * mime-def.el (mime-entity-implementation-alist): Moved from
1778         mime.el.
1779         (mm-define-backend): New macro.
1780         (mm-define-method): New macro.
1781
1782 \f
1783 1998-07-05  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1784
1785         * FLIM: Version 1.8.1 (Kutsukawa) was released.
1786
1787 1998-07-04  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1788
1789         * mime-en.sgml, mime-ja.sgml (Entity Attributes): Add description
1790         about `default-encoding' of `mime-entity-encoding'.
1791
1792         * mime-en.texi, mime-en.sgml: New files.
1793
1794         * mime-ja.sgml (media-type): Fix typo.
1795
1796         * mime-ja.sgml (Glossary): Fix order.
1797
1798         * mime-ja.sgml (Entity Attributes): Use <code> tag for nil.
1799
1800         * mime-ja.sgml (Entity Attributes): Fix typo.
1801
1802 1998-07-03  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1803
1804         * mime.el (mime-entity-encoding): Add new optional argument
1805         `default-encoding'; set default encoding if
1806         Content-Transfer-Encoding field is not found.
1807
1808 1998-07-03  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1809
1810         * mmbuffer.el (mmbuffer-write-entity): Use
1811         `mime-entity-buffer-internal', `mmbuffer-entity-point-min' and
1812         `mmbuffer-entity-point-max'.
1813         (mmbuffer-write-entity-body): Use `mime-entity-buffer-internal',
1814         `mime-entity-body-start-internal' and
1815         `mime-entity-body-end-internal'.
1816         (mmbuffer-insert-decoded-header): Use
1817         `mime-entity-buffer-internal', `mime-entity-header-start-internal'
1818         and `mime-entity-header-end-internal'.
1819
1820 \f
1821 1998-07-01  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1822
1823         * FLIM: Version 1.8.0 (\e-DÒkubo)\e-A was released.
1824
1825         * README.en: Delete `How to use'.
1826
1827 1998-07-01  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1828
1829         * mime-ja.sgml (Entity creation): Add reference for `mm-backend'
1830         in description of `mime-open-entity'.
1831
1832         * mime-ja.sgml (mm-backend): New section.
1833
1834 1998-07-01  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1835
1836         * mime-ja.sgml (Entity-header): Modify description about
1837         `mime-insert-decoded-header'.
1838
1839         * mmcooked.el (mmcooked-insert-decoded-header): New function.
1840
1841         * mmbuffer.el (mmbuffer-insert-decoded-header): New function.
1842
1843         * mime.el (mime-insert-decoded-header): Use implementation of
1844         mm-backend; abolish optional argument `code-conversion'.
1845
1846 1998-06-30  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1847
1848         * eword-decode.el (eword-decode-encoded-text): Use
1849         `decode-mime-charset-string'.
1850
1851 1998-06-30  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1852
1853         * mmcooked.el (mmcooked-write-entity-body): New function.
1854
1855         * mmbuffer.el (mmbuffer-write-entity-body): New function.
1856
1857         * mime.el (mime-write-entity-body): Use implementation of
1858         mm-backend.
1859
1860 1998-06-30  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1861
1862         * mmcooked.el (mmcooked-write-entity): New function.
1863
1864         * mmbuffer.el (mmbuffer-write-entity): New function.
1865
1866         * mime.el (mime-write-entity): Use implementation of mm-backend.
1867
1868 1998-06-30  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1869
1870         * mmcooked.el (mmcooked-entity-content): New alias for
1871         `mmbuffer-entity-content'.
1872         (mmcooked-write-entity-content): New function.
1873
1874         * mmbuffer.el (mmbuffer-entity-content): New function.
1875         (mmbuffer-write-entity-content): New function.
1876
1877         * mime.el (mime-entity-send): New function.
1878         (mime-entity-buffer): Use `mime-entity-send'.
1879         (mime-entity-point-min): Likewise.
1880         (mime-entity-point-max): Likewise.
1881         (mime-entity-header-start): Likewise.
1882         (mime-entity-header-end): Likewise.
1883         (mime-entity-body-start): Likewise.
1884         (mime-entity-body-end): Likewise.
1885         (mime-fetch-field): Likewise.
1886         (mime-entity-content): Use implementation of mm-backend.
1887         (mime-write-entity-content): Likewise.
1888
1889 \f
1890 1998-06-30  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1891
1892         * FLIM: Version 1.7.0 (Iseda) was released.
1893
1894         * mime-ja.sgml (Entity creation): Add description of
1895         `mime-open-entity'.
1896         (Entity Attributes): Add description of `mime-entity-cooked-p'.
1897         (Entity-content): Add description of `mime-write-entity-content',
1898         `mime-write-entity' and `mime-write-entity-body'.
1899
1900 1998-06-29  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1901
1902         * mime.el (mime-write-entity-content): New function.
1903
1904 1998-06-28  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1905
1906         * mime.el (mime-write-entity-body): New function.
1907
1908         * mime.el (mime-write-entity): New function.
1909
1910 1998-06-28  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1911
1912         * mime-parse.el (mime-parse-multipart): Change media-type of
1913         entity to application/octet-stream if the first delimiter is not
1914         found.
1915
1916 1998-06-28  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1917
1918         * FLIM-ELS (flim-modules): Add `mmbuffer' and `mmcooked'.
1919
1920         * mmcooked.el: New file.
1921
1922         * mmbuffer.el: New file.
1923
1924         * mime.el (mime-entity-implementation-alist): New variable.
1925         (mime-find-function): New function.
1926         (mime-open-entity): New function.
1927         (mime-entity-function): New function.
1928         (mime-entity-cooked-p): New function.
1929         (mime-entity-buffer): Use backend-module.
1930         (mime-entity-point-min): Likewise.
1931         (mime-entity-point-max): Likewise.
1932         (mime-entity-header-start): Likewise.
1933         (mime-entity-header-end): Likewise.
1934         (mime-entity-body-start): Likewise.
1935         (mime-entity-body-end): Likewise.
1936         (mime-fetch-field): Likewise.
1937
1938         * mime-parse.el (mime-parse-message): New optional argument
1939         `representation-type'.
1940         (mime-parse-buffer): Likewise.
1941
1942         * mime-def.el: Change format of mime-entity-internal to add
1943         `representation-type' and `location'.
1944
1945 \f
1946 1998-06-28  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1947
1948         * FLIM-Chao: Version 1.7.0 (Goj\e-Dò)\e-A was released.
1949
1950 1998-06-26  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1951
1952         * mime-ja.sgml: Modify for FLIM 1.7.
1953
1954         * mime.el (mime-entity-number): Add DOC.
1955
1956 1998-06-26  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1957
1958         * mime.el (mime-entity-encoding): New implementation.
1959
1960         * mime-parse.el (mime-parse-message): Abolish argument `encoding'.
1961
1962         * mime-def.el (make-mime-entity-internal): Abolish argument
1963         `encoding'.
1964         (mime-entity-set-encoding-internal): New function.
1965
1966 1998-06-26  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1967
1968         * mime.el (mime-entity-content-disposition): New implementation.
1969
1970         * mime-parse.el (mime-parse-message): Don't parse
1971         Content-Disposition.
1972
1973         * mime-def.el (make-mime-entity-internal): Delete argument
1974         `content-disposition'.
1975         (mime-entity-set-content-disposition-internal): New function.
1976
1977 1998-06-25  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1978
1979         * eword-decode.el: Move function `eword-visible-field-p' and
1980         `mime-insert-decoded-header' to mime.el.
1981
1982         * mime-parse.el: Use internal functions of mime-entity.
1983
1984         * mime.el (mime-entity-children): Moved from mime-def.el; use
1985         `mime-entity-children-internal'.
1986         (mime-entity-node-id): Moved from mime-def.el; use
1987         `mime-entity-node-id-internal'.
1988         (mime-entity-number): Moved from mime-def.el; use
1989         `mime-entity-node-id-internal'.
1990         (mime-entity-buffer): Moved from mime-def.el; use
1991         `mime-entity-buffer-internal'.
1992         (mime-entity-point-min): Moved from mime-def.el; use
1993         `mime-entity-header-start-internal'.
1994         (mime-entity-point-max): Moved from mime-def.el; use
1995         `mime-entity-body-end-internal'.
1996         (mime-entity-header-start): Moved from mime-def.el; use
1997         `mime-entity-header-start-internal'.
1998         (mime-entity-header-end): Moved from mime-def.el; use
1999         `mime-entity-header-end-internal'.
2000         (mime-entity-content-type): Moved from mime-def.el; use
2001         `mime-entity-content-type-internal'.
2002         (mime-entity-content-disposition): Moved from mime-def.el; use
2003         `mime-entity-content-disposition-internal'.
2004         (mime-entity-encoding): Moved from mime-def.el; use
2005         `mime-entity-encoding-internal'.
2006         (mime-fetch-field): Use `mime-entity-original-header-internal' and
2007         `mime-entity-set-original-header-internal'.
2008         (mime-read-field): Use `mime-entity-parsed-header-internal' and
2009         `mime-entity-set-parsed-header-internal'.
2010         (eword-visible-field-p): Moved from eword-decode.el.
2011         (mime-insert-decoded-header): Moved from eword-decode.el.
2012         (mime-entity-body-start): Moved from mime-def.el; use
2013         `mime-entity-body-start-internal'.
2014         (mime-entity-body-end): Moved from mime-def.el; use
2015         `mime-entity-body-end-internal'.
2016         (mime-entity-media-type): Moved from mime-def.el.
2017         (mime-entity-media-subtype): Moved from mime-def.el.
2018         (mime-entity-parameters): Moved from mime-def.el.
2019         (mime-entity-type/subtype): Moved from mime-def.el.
2020
2021         * mime-def.el (make-mime-entity-internal): Renamed from
2022         `make-mime-entity'.
2023         (mime-entity-buffer-internal): New function.
2024         (mime-entity-header-start-internal): New function.
2025         (mime-entity-header-end-internal): New function.
2026         (mime-entity-body-start-internal): New function.
2027         (mime-entity-body-end-internal): New function.
2028         (mime-entity-node-id-internal): New function.
2029         (mime-entity-content-type-internal): New function.
2030         (mime-entity-content-disposition-internal): New function.
2031         (mime-entity-encoding-internal): New function.
2032         (mime-entity-original-header-internal): New function.
2033         (mime-entity-children-internal): New function.
2034         (mime-entity-parsed-header-internal): New function.
2035         (mime-entity-set-original-header-internal): Renamed from
2036         `mime-entity-set-original-header'.
2037         (mime-entity-set-children-internal): Renamed from
2038         `mime-entity-set-children'.
2039         (mime-entity-set-parsed-header-internal): Renamed from
2040         `mime-entity-set-parsed-header'.  Move `mime-entity-SLOT'
2041         functions to mime.el.
2042
2043 1998-06-25  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2044
2045         * mime-ja.sgml (CVS): Fix typo.
2046
2047 1998-06-24  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2048
2049         * mime-parse.el (mime-parse-encapsulated): New function.
2050         (mime-parse-message): Use `mime-parse-encapsulated'.
2051
2052 1998-06-24  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2053
2054         * mime-def.el (mime-entity-set-children): New function.
2055
2056         * mime-parse.el (mime-parse-multipart): Change interface.
2057         (mime-parse-message): Use `mime-entity-set-children'.
2058
2059 1998-06-24  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
2060
2061         * mime.el (mime-read-field): Fix typo.
2062
2063 \f
2064 1998-06-24  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2065
2066         * FLIM: Version 1.6.0 (Ogura) was released.
2067
2068         * mime-ja.sgml (Entity Attributes): New section.
2069
2070         * mime-ja.sgml (Entity as node in message): Add description of
2071         `mime-find-entity-from-number' and
2072         `mime-find-entity-from-node-id'.
2073
2074         * mime.el (mime-find-entity-from-number): New function.
2075         (mime-find-entity-from-node-id): New function.
2076         (mime-entity-parent): New function (moved from SEMI MIME-View).
2077         (mime-entity-uu-filename): New function (moved from SEMI
2078         MIME-View).
2079         (mime-entity-filename): New function (moved from SEMI MIME-View).
2080
2081         * mime-def.el (mime-uuencode-encoding-name-list): New variable.
2082
2083 1998-06-24  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2084
2085         * mime-ja.sgml: Modify for FLIM 1.6.
2086
2087         * mime.el (mime-fetch-field): New function; abolish
2088         `mime-entity-fetch-field'.
2089         (mime-read-field): New function; abolish `mime-entity-read-field'.
2090
2091 1998-06-23  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2092
2093         * mime-ja.sgml, mime-ja.texi: New files.
2094
2095 1998-06-22  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
2096
2097         * mime-parse.el (mime-parse-message): Would error if empty body.
2098
2099 \f
2100 1998-06-22  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2101
2102         * FLIM: Version 1.5.0 (Mukaijima) was released.
2103
2104 1998-06-21  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2105
2106         * README.en (What's FLIM): Modify for mime.el.
2107
2108         * FLIM-ELS (flim-modules): Add `mime'.
2109
2110         * mime-lib.el: Move every definitions to mime.el.
2111
2112         * mime.el: New module (renamed from mime-lib.el).
2113
2114 1998-06-21  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2115
2116         * mime-lib.el: Add autoload setting for eword-encode.el.
2117
2118         * mime-lib.el (mime-entity-content): New function.
2119
2120 1998-06-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2121
2122         * mel.el: Abolish constant `mel-version'.
2123
2124         * mel.el (mime-string-decoding-method-alist): New variable.
2125         (mime-decode-string): New function.
2126
2127 1998-06-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2128
2129         * mel-b.el (base64-external-decode-string): New function.
2130         (base64-decode-string): New function.
2131
2132 1998-06-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2133
2134         * mel-q.el (quoted-printable-decode-string): New implementation.
2135
2136 1998-06-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2137
2138         * mel-q.el (quoted-printable-internal-decode-region): New
2139         implementation.
2140
2141 1998-06-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2142
2143         * mel-q.el (q-encoding-decode-string): Use
2144         `quoted-printable-hex-char-to-num'.
2145
2146         * mel-q.el (quoted-printable-hex-char-to-num): New function.
2147         (quoted-printable-decode-string): Use
2148         `quoted-printable-hex-char-to-num'.
2149
2150 1998-06-19  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2151
2152         * mime-def.el, mime-parse.el: Move `mime-message-structure' from
2153         mime-parse.el to mime-def.el.
2154
2155 1998-06-19  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2156
2157         * mime-lib.el, mime-parse.el: Move `mime-root-entity-p' from
2158         mime-parse.el to mime-lib.el.
2159
2160         * mime-lib.el: Add autoload setting for mime-parse.el.
2161
2162 1998-06-19  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2163
2164         * mime-parse.el, mime-def.el: Move `mime-entity-point-min',
2165         `mime-entity-point-max', `mime-entity-media-type',
2166         `mime-entity-media-subtype', `mime-entity-parameters' and
2167         `mime-entity-type/subtype' from mime-parse.el to mime-def.el.
2168
2169         * mime-parse.el, mime-def.el: Move `mime-content-disposition'
2170         reference functions from mime-parse.el to mime-def.el.
2171
2172         * mime-parse.el, mime-def.el: Move structure `mime-content-type'
2173         from mime-parse.el to mime-def.el.
2174
2175 1998-06-19  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2176
2177         * mel-b.el (base64-internal-decode-string): Renamed from
2178         `base64-decode-string'.
2179         (base64-decode-string): New alias for
2180         `base64-internal-decode-string'.
2181
2182 1998-06-19  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2183
2184         * mel-b.el (base64-decode-unit): New function; abolish
2185         `base64-decode-1'.
2186         (base64-decode-string): New implementation.
2187         (base64-internal-decode-region): New implementation.
2188
2189 1998-06-19  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2190
2191         * mime-parse.el (mime-message-structure): New variable.
2192         (mime-parse-buffer): New function.
2193
2194 1998-06-19  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
2195
2196         * mime-def.el: Require 'cl when it is compiled.
2197
2198         * mime-lib.el (mime-entity-read-field): Fix typo.
2199         Use `eword-decode-ignored-field-list'.
2200
2201         * mime-parse.el (mime-parse-multipart): Fix typo.
2202         (mime-parse-message): Parse message/external-body.
2203
2204 \f
2205 1998-06-19  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2206
2207         * FLIM: Version 1.4.1 (Momoyama-Gory\e-Dòmae)\e-A was released.
2208
2209 1998-06-18  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2210
2211         * eword-decode.el (mime-insert-decoded-header): Fix typo.
2212
2213 \f
2214 1998-06-18  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2215
2216         * FLIM: Version 1.4.0 (Kintetsu-Tanbabashi) was released.
2217
2218 1998-06-18  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2219
2220         * README.en (What's FLIM): Add description about mime-lib.el and
2221         mime-parse.el.
2222
2223 1998-06-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2224
2225         * mime-parse.el: Require 'cl when it is compiled.
2226
2227         * eword-decode.el (eword-visible-field-p): New function.
2228         (mime-insert-decoded-header): Use `eword-visible-field-p'.
2229
2230 1998-06-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2231
2232         * mime-def.el (mime-library-version-string): Renamed from
2233         `mime-spadework-module-version-string'.
2234
2235         * mime-parse.el: New file; moved from SEMI layer.
2236
2237         * FLIM-ELS (flim-modules): Add `mime-parse'.
2238
2239 1998-06-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2240
2241         * FLIM-ELS (flim-modules): Add `mime-lib'.
2242
2243         * mime-lib.el: New module.
2244
2245         * mime-def.el (mime-entity): Add new slots for original-header and
2246         parsed-header.
2247         (mime-entity-set-original-header): New function.
2248         (mime-entity-set-parsed-header): New function.
2249
2250 1998-06-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2251
2252         * mime-def.el (mime-entity-number): New function (moved from SEMI
2253         layer).
2254
2255 1998-06-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2256
2257         * mime-def.el: Move definition of structure `mime-entity' from
2258         SEMI layer.
2259
2260 1998-06-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2261
2262         * eword-decode.el (eword-decode-ignored-field-list): Capitalize
2263         default value.
2264         (eword-decode-structured-field-list): Capitalize default value.
2265         (eword-decode-header): Regularize field name by `capitalize'.
2266         (mime-insert-decoded-header): New function.
2267
2268 1998-06-15  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2269
2270         * mailcap.el (mailcap-file): Use `defcustom'.
2271
2272 \f
2273 1998-06-01  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2274
2275         * FLIM: Version 1.3.0 (Fushimi) was released.
2276
2277 1998-05-28  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2278
2279         * std11.el (std11-fetch-field): New function.
2280         (std11-field-body): Use 'std11-fetch-field.
2281
2282 1998-05-28  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2283
2284         * mime-def.el (regexp-*): New function (moved from mime-parse.el
2285         of SEMI (REMI)).
2286         (regexp-or): New function (moved from mime-parse.el of
2287         SEMI (REMI)).
2288
2289         (std11-quoted-pair-regexp): New constant (moved from mime-parse.el
2290         of SEMI (REMI)).
2291         (std11-non-qtext-char-list): New constant (copied from std11.el).
2292         (std11-qtext-regexp): New constant (moved from mime-parse.el of
2293         SEMI (REMI)).
2294         (std11-quoted-string-regexp): New constant (moved from
2295         mime-parse.el of SEMI (REMI)).
2296
2297 \f
2298 1998-05-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2299
2300         * FLIM: Version 1.2.2 (Takeda) was released.
2301
2302         * FLIM-VERSION: New file.
2303
2304 1998-05-15  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2305
2306         * mel-q.el (quoted-printable-internal-encode-region): Use
2307         'looking-at-as-unibyte instead of local binding for
2308         enable-multibyte-characters.
2309
2310 \f
2311 1998-05-09  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2312
2313         * FLIM: Version 1.2.1 (Kamitobaguchi) was released.
2314
2315 1998-05-09  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2316
2317         * mel-q.el (quoted-printable-internal-decode-region): Use
2318         'string-as-multibyte to avoid problem in Emacs 20.3.
2319
2320 1998-05-08  Katsumi Yamaoka   <yamaoka@jpl.org>
2321
2322         * mel-u.el: Use mime-temp-directory instead of TMP.
2323
2324 \f
2325 1998-05-06  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2326
2327         * FLIM: Version 1.2.0 (J\e-Dþjò)\e-A was released.
2328
2329         * README.en (What's FLIM): Delete description about
2330         std11-parse.el; add description about mailcap.el.
2331
2332 1998-05-06  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2333
2334         * eword-decode.el (eword-decode-encoded-word-error-handler): New
2335         variable.
2336         (eword-decode-encoded-word-default-error-handler): New function.
2337         (eword-decode-encoded-word): Use
2338         'eword-decode-encoded-word-error-handler.
2339
2340 1998-05-06  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2341
2342         * mailcap.el: Require 'mime-def.
2343
2344         * mime-def.el (mime-type/subtype-string): New function (moved from
2345         semi/mime-parse.el).
2346
2347 1998-05-06  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2348
2349         * std11-parse.el: Abolish std11-parse.el.
2350
2351         * FLIM-ELS (flim-modules): Abolish 'std11-parse.
2352
2353         * eword-decode.el: Require 'std11 instead of 'std11-parse.
2354
2355         * std11.el: Merge std11-parse.el.
2356
2357 1998-05-06  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2358
2359         * mime-def.el (mime-temp-directory): Use 'defcustom.
2360
2361         * mel-u.el: Require 'mime-def instead of 'mel.
2362
2363         * mime-def.el (mime-temp-directory): New variable (moved from
2364         mel.el).
2365
2366         * mel.el: Move definition of 'mime-temp-directory to mime-def.el.
2367
2368 1998-05-06  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2369
2370         * mailcap.el (mailcap-format-command): New function.
2371
2372         * mailcap.el (mailcap-look-at-mtext): Don't strip quoted character
2373         again.
2374
2375 \f
2376 1998-05-05  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2377
2378         * FLIM: Version 1.1.0 (T\e-Dòji)\e-A was released.
2379
2380 1998-05-04  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2381
2382         * mime-def.el (quoted-printable-hex-chars): New constant.
2383         (quoted-printable-octet-regexp): New constant.
2384
2385         * mel-q.el, eword-decode.el: Move definition of constant
2386         'quoted-printable-hex-chars and 'quoted-printable-octet-regexp to
2387         mime-def.el.
2388
2389 1998-05-03  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2390
2391         * mailcap.el (mailcap-look-at-mtext): Strip quoted character.
2392
2393 1998-05-03  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2394
2395         * mailcap.el (mailcap-look-at-mtext): Fix typo.
2396
2397 1998-05-03  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2398
2399         * FLIM-ELS (flim-modules): Add mailcap.
2400
2401         * mailcap.el: New file (copied from SEMI).
2402
2403 1998-04-23  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
2404
2405         * eword-decode.el (eword-decode-ignored-field-list): Add
2406         `received'.
2407
2408         * mel.el (mime-temp-directory): Use TMPDIR, TMP, or TEMP
2409         environment variables.
2410
2411 \f
2412 1998-04-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2413
2414         * FLIM: Version 1.0.1 (Ky\e-Dòto)\e-A was released.
2415
2416         * mime-def.el (mime-spadework-module-version-string): New
2417         constant.
2418
2419         * eword-encode.el: Abolish constant 'eword-encode-version.
2420
2421         * eword-decode.el: Abolish constant 'eword-decode-version.
2422
2423 1998-04-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2424
2425         * eword-encode.el (eword-encode-divide-into-charset-words): Use
2426         'char-length or 'char-next-index instead of 'char-bytes.
2427         (tm-eword::encode-string-1): Use 'char-next-index instead of
2428         'char-bytes.
2429
2430 1998-04-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2431
2432         * mel.el (base64-dl-module): Must check base64.so actually exists.
2433
2434 \f
2435 1998-04-13  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2436
2437         * FLIM: Version 1.0.0 was released.
2438
2439         * README.en: Modify for FLIM.
2440
2441         * ChangeLog: New file.
2442
2443 1998-04-13  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2444
2445         * FLIM-CFG, FLIM-ELS, FLIM-MK: New files.
2446
2447         * Makefile: Modify for FLIM.
2448
2449 1998-04-10  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2450
2451         * Makefile: New file.
2452
2453         * mime-def.el, std11-parse.el, std11.el, eword-decode.el,
2454         eword-encode.el: Copied from MEL, SEMI (mime-def.el
2455         eword-decode.el eword-encode.el) and APEL (std11-parse.el
2456         std11.el).