* mel-q-ccl.el (mel-ccl-256-to-16-table): Accept (illegal) lower
[elisp/flim.git] / ChangeLog
1 2008-09-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
2
3         * mel-q-ccl.el (mel-ccl-256-to-16-table): Accept (illegal) lower
4         case representation for decoding.
5
6 2007-11-28  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
7
8         * FLIM: Version 1.14.9 (Goj\e-Dò) released.\e-A
9
10 2006-12-20  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
11
12         * mime-def.el (mime-library-product): Update to 1.14.9.
13
14 2007-06-18  Wencheng Fang  <wencheng.fang@spherenet.co.jp>
15
16         * mel.el (mime-write-decoded-region): Define method function that
17         uses built-in base64-decode-region.  [cf. <emacs-mime-ja:02169>]
18
19 2006-12-20  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
20
21         * README.ja, README.en (Installation): Update required version of
22         APEL to 10.7 or later.
23
24         * FLIM-CFG (PACKAGEDIR): Use
25         `install-get-default-package-directory'.
26
27 2006-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
28
29         * FLIM-CFG (PACKAGEDIR): Avoid an error with Emacs.
30
31 2006-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
32
33         * FLIM-MK (compile-flim-package): Use
34         batch-update-directory-autoloads if it is available instead of
35         batch-update-directory.
36
37 2006-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
38
39         * FLIM-CFG (PACKAGEDIR): Check for
40         (early|late|last)-package-hierarchies and configure-package-path
41         as well as (early|late|last)-packages.
42
43 2006-09-24  Daiki Ueno  <ueno@unixuser.org>
44
45         * smtp.el (smtp-progress-message-format): Abolished; reverted the
46         change 2004-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>.
47
48 2006-09-24  Daiki Ueno  <ueno@unixuser.org>
49
50         * smtp.el (smtp-end-of-line): Abolished; reverted the change
51         2002-07-24 Katsumi Yamaoka <yamaoka@jpl.org>.
52
53 2006-06-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
54
55         * smtp.el (smtp-submit-package): Ignore error in
56         `smtp-primitive-quit' where SMTP mail transaction is completed.
57
58 2006-06-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
59
60         * mel-b-ccl.el (base64-ccl-insert-encoded-file): Use
61         `insert-file-contents-as-binary' instead of `insert-file-contents'.
62
63         * mel-q-ccl.el (quoted-printable-ccl-insert-encoded-file):
64         Likewise.
65
66 2006-02-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
67
68         * smtp.el (smtp-debug): New user option.
69         (smtp-read-response): Treat a line break code loosely.  If
70         smtp-debug is non-nil, show an invalid response.
71
72 2005-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
73
74         * eword-decode.el: Change the way to decode successive
75         encoded-words: decode B- or Q-encoding in each encoded-word,
76         concatenate them, and decode it as charset.  See the following
77         threads for more information:
78         http://news.gmane.org/group/gmane.emacs.pretest.bugs/thread=9541
79         http://news.gmane.org/group/gmane.emacs.gnus.general/thread=61176
80         (eword-decode-allow-incomplete-encoded-text): New variable.
81         (eword-decode-encoded-words): New function.
82         (eword-decode-string): Use it.
83         (eword-decode-region): Use it.
84         (eword-analyze-encoded-word): Use it.
85         (eword-decode-encoded-word): Abolish.
86         (eword-decode-encoded-text): Abolish.
87         (eword-decode-encoded-word-error-handler): Abolish.
88         (eword-warning-face): Abolish.
89         (eword-decode-encoded-word-default-error-handler): Abolish.
90
91 \f
92 2005-12-25  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
93
94         * FLIM: Version 1.14.8 (Shij\e-Dò) released.\e-A
95
96 2005-12-25  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
97
98         * mime-def.el (mime-library-product): Update to 1.14.8.
99
100 2005-11-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
101
102         * std11.el (std11-addr-to-string): Reconstruct domain literal.
103         From Yuuichi Teranishi [cf. <emacs-mime-ja:01956>]
104
105 2005-07-25  Daiki Ueno  <ueno@unixuser.org>
106
107         * smtp.el (smtp-read-response): Signal an error if connection is
108         closed while reading response.  From Hiroya Murata
109         <lapis-lazuli@pop06.odn.ne.jp> [cf. <emacs-mime-ja:01978>]
110
111 2004-11-20  Daiki Ueno  <ueno@unixuser.org>
112
113         * ntlm.el (ntlm-ascii2unicode): Don't apply zerop to a character.
114         (ntlm-smb-hash): Ditto.
115
116 \f
117 2004-10-01  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
118
119         * FLIM: Version 1.14.7 (Sanj\e-Dò) released.\e-A
120
121 2004-10-01  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
122
123         * mime-def.el (mime-library-product): Update to 1.14.7.
124
125 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
126
127         * mime-en.sgml, mime-ja.sgml (CVS based development): Remove the
128         description about developers' pserver access.
129
130 2004-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
131
132         * sha1-dl.el: Don't provide the sha1-dl feature twice.
133         (sha1-region): Allow the optional argument `binary'.
134         (sha1): Ditto.
135
136 2004-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
137
138         * smtp.el (smtp-parse-progress-message-format): Fix regexp usage.
139
140 2004-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
141
142         * smtp.el (smtp-progress-message-format): New user option.
143         (smtp-primitive-data): Show progress message.
144         (smtp-parse-progress-message-format): New function.
145         (smtp-show-progress-message): New function.
146         (smtp-deduce-address-list): Use insert instead of insert-string.
147
148 2004-07-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
149
150         * mel-g.el (gzip64-external-encoder): Change default value to
151         cause more recognizable error.
152         (gzip64-external-decoder): Ditto.
153
154 2004-06-09  Yoichi NAKAYAMA  <yoichi@geiin.org>
155
156         * std11.el (std11-parse-word-or-comment-or-period): Renamed from
157         `std11-parse-word-or-comment' and allow period.
158         (std11-parse-phrase): Allow parsing obs-phrase in rfc2822.
159
160 2004-05-24  Len Trigg  <lenbok@myrealbox.com>
161
162         * mime-conf.el (mime-format-mailcap-command): Quote a file name
163         which may contain spaces using `shell-quote-argument' in order to
164         pass it to the shell safely.
165
166 2004-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
167
168         * eword-encode.el (mime-encode-header-in-buffer): Don't ignore a
169         space char at the beginning of a field body in order to honor the
170         76-column rule which is described in RFC 2047 section 2.
171
172 2004-04-15  MORIOKA Tomohiko  <tomo@m17n.org>
173
174         * eword-decode.el (eword-decode-encoded-text): Fix bug when
175         `must-unfold' is specified; eliminate CR too when `must-unfold' is
176         specified.
177
178 2004-04-13  Kenichi Okada  <okada@opaopa.org>
179
180         * mel-u.el (mime-write-decoded-region): Use make-temp-file.
181         (uuencode-external-decode-region): Ditto.
182
183 2004-04-12  Kenichi Okada  <okada@opaopa.org>
184
185         * mel-u.el (mime-write-decoded-region): Use temporary filename.
186
187 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
188
189         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
190
191 2004-02-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
192
193         * lunit.el (lunit-make-test-suite-from-class): Fix regexp.
194         Use "^test" instead of "^test-".
195
196 2004-02-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
197
198         * lunit.el (lunit-assert): Avoid double-eval `condtion-expr'.
199         Use ,(not (not condition)) instead of ,condition.
200
201 2004-02-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
202
203         * lunit.el (lunit-make-test-suite-from-class): Restrict test
204         method name to test-*.
205
206 2004-02-17  Daiki Ueno  <ueno@unixuser.org>
207
208         * smtp.el (smtp-starttls-program): New user option.
209         (smtp-starttls-extra-args): New user option.
210         (smtp-send-buffer): Bind starttls-program and starttls-extra-args.
211
212 2004-01-27  Yuuichi Teranishi  <teranisi@gohome.org>
213
214         * mel-q.el (quoted-printable-external-decoder-option-to-specify-file): 
215         Accept nil.
216         (mime-write-decoded-region): If the value of the variable
217         `quoted-printable-external-decoder-option-to-specify-file' is nil,
218         write stdout to the output file.
219
220         * mel-b-el.el (base64-external-decoder-option-to-specify-file): 
221         Accept nil.
222         (base64-write-decoded-region): If the value of the variable
223         `base64-external-decoder-option-to-specify-file' is nil, write
224         stdout to the output file.
225
226 2004-01-12  Daiki Ueno  <ueno@unixuser.org>
227
228         * sasl.texi: Texinfo markup fixes.  From Jesper Harder
229         <harder@ifa.au.dk>.
230
231 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
232
233         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
234
235 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
236
237         * sha1-el.el (sha1-string-external): Make it can return a string
238         in binary form.
239         (sha1-region-external): Ditto.
240         (sha1-string-internal): Ditto.
241         (sha1-region-internal): Ditto.
242         (sha1-region): Ditto.
243         (sha1-string): Ditto.
244         (sha1): Ditto.
245
246 2003-12-16  Simon Josefsson  <jas@extundo.com>
247
248         * sha1-el.el (autoload): Don't use ignore-errors.
249         (sha1-use-external): Use condition-case.  Suggested by Katsumi
250         Yamaoka <yamaoka@jpl.org>.
251
252 2003-12-15  Simon Josefsson  <jas@extundo.com>
253
254         * sha1-el.el (autoload): Ignore errors for
255         executable-find. (XEmacs ecrypto does not require sh-script where
256         executable.el is located.)
257         (sha1-use-external): Likewise.
258
259         * sha1-el.el (sha1): Add defgroup.
260         (sha1-maximum-internal-length, sha1-program, sha1-use-external)
261         (sha1-program): Use 'sha1sum' from GNU CoreUtils instead of OpenSSL.
262         (sha1): Autoload.
263
264 2001-12-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
265
266         * sha1-el.el (sha1-use-external): New variable.
267         (sha1-region): Use it.
268         (sha1-string): Ditto.
269
270 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
271
272         * ntlm.el (ntlm-string-as-unibyte): New macro.
273         (ntlm-build-auth-response): Use it.
274
275 2004-01-05  Simon Josefsson  <jas@extundo.com>
276
277         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
278         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
279         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
280         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
281         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
282         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
283         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
284         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
285         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
286         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
287         ntlm-string-permute, string-lshift into ntlm-string-lshift,
288         string-xor into ntlm-string-xor.  Suggested by
289         Jesper Harder <harder@myrealbox.com>.
290
291         * ntlm.el: Don't include poem.
292
293         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
294         Jesper Harder <harder@myrealbox.com>.
295
296 \f
297 2003-12-20  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
298
299         * FLIM: Version 1.14.6 (Marutamachi) released.
300
301 2003-12-14  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
302
303         * mime-def.el (mime-header-accept-quoted-encoded-words): Change
304         default value to nil.
305
306 2003-03-10  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
307
308         * eword-decode.el (eword-analyze-quoted-string): Decode
309         quoted-encoded-words when
310         `mime-header-accept-quoted-encoded-words' is not nil.
311
312         * mime.el (mime-entity-filename): Decode quoted-encoded-words when
313         `mime-header-accept-quoted-encoded-words' is not nil.
314
315         * mime-def.el (mime-header-accept-quoted-encoded-words): New user
316         option.
317
318 2003-12-14  Tatsuya Kinoshita  <tats@vega.ocn.ne.jp>
319
320         * eword-encode.el (mime-header-charset-encoding-alist): Add
321         entry for iso-8859-1[45].
322
323 2003-11-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
324
325         * FLIM-ELS (flim-modules): Install mel-b-el also for
326         mel-b-builtin case. (from Tatsuya Kinoshita)
327
328 2003-09-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
329
330         * FLIM-ELS (flim-modules): Don't install smtpmail.
331
332 2003-04-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
333
334         * std11.el (std11-field-end): Return end of field correctly
335         even in case of existence of invisible header.
336
337 2003-02-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
338
339         * eword-encode.el (mime-encode-header-in-buffer):
340         Do not eliminate white spaces.
341
342 2002-11-05  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
343
344         * eword-encode.el (tm-eword::words-to-ruled-words): New
345         implementation for UTF-2000 implementations.
346
347 \f
348 2002-12-27  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
349
350         * FLIM: Version 1.14.5 (Demachiyanagi) released.
351
352 2002-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
353
354         * smtp.el (smtp-send-buffer): Error if `smtp-server' is nil.
355
356 2002-11-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
357
358         * FLIM-ELS (flim-version-specific-modules): Don't install mailcap.el.
359         * FLIM-MK (install-flim): Avoid creating empty directory.
360
361 2002-11-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
362
363         * mime-parse.el (mime-parse-buffer): Require mmbuffer.
364
365 2002-09-26  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
366
367         * luna.el (luna-define-method): Clear method cache of child
368         classes.
369
370 2002-09-24  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
371
372         * mime-ja.texi (CVS): Escape @.
373
374         * luna.el (luna-define-method): Fix the bug that method cache is
375         not cleard.
376
377 2002-09-14  KOSEKI Yoshinori  <kose@meadowy.org>
378
379         * mime-en.texi (CVS): Fix Typo. (@ to @@).
380         mime-ja.texi (CVS): Ditto.
381
382 2002-08-26  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
383
384         * std11.el: Update Copyright header.
385
386 2002-07-30  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
387
388         * std11.el (std11-non-atom-regexp): New constant.
389         (std11-analyze-atom): New implementation to avoid error in current
390         XEmacs UTF-2000 [may be caused by a bug about regexp].
391
392 2002-07-26  Katsumi Yamaoka   <yamaoka@jpl.org>
393
394         * smtp.el (smtp-open-connection-function): Add doc.
395         (smtp-end-of-line): Doc fix.
396
397 2002-07-24  Katsumi Yamaoka   <yamaoka@jpl.org>
398
399         * smtp.el (smtp-end-of-line): New variable.
400         (smtp-read-response): Use it.
401         (smtp-send-command): Use it.
402         (smtp-send-data): Use it.
403
404 \f
405 2002-06-03  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
406
407         * FLIM: Version 1.14.4 (Kashiharajing\e-Dþ-mae) released.\e-A
408
409 2002-01-16  Hiroya Murata     <lapis-lazuli@pop06.odn.ne.jp>
410
411         * luna.el (luna-class-find-member): Don't search parents'
412         method-spaces.
413
414 2002-02-01  Kenichi OKADA     <okada@opaopa.org>
415
416         * eword-encode.el (mime-header-encode-method-alist): New variable.
417         (mime-encode-field-body): Use `mime-header-encode-method-alist'.
418         (mime-encode-header-in-buffer): Error if cannot encode.
419
420 2001-11-19  Kenichi OKADA  <okada@opaopa.org>
421
422         * smtp.el (smtp-find-server): Fix.
423
424 2001-11-18  Kenichi OKADA  <okada@opaopa.org>
425
426         * smtp.el (smtp-send-by-myself): Fix.
427
428 2001-11-18  Kenichi OKADA  <okada@opaopa.org>
429
430         * smtp.el (smtp-send-by-myself): New variable.
431         (smtp-use-starttls-ignore-error): New variable.
432         (smtp-find-mx): New function.
433         (smtp-dig): New function.
434         (smtp-find-server): New function.
435         (smtp-send-buffer-by-myself): New funcion.
436         (smtp-send-buffer): Change for `smtp-send-buffer-by-myself'.
437
438 2001-11-03  Shuhei KOBAYASHI  <shuhei@aqua.ocn.ne.jp>
439
440         * hmac-md5.el: Removed kludge for Emacs 21 prerelease versions.
441
442 2001-09-21  Kenichi OKADA  <okada@opaopa.org>
443
444         * smtp.el(smtp-submit-package): Check extensions for starttls.
445
446 2001-07-16  Katsumi Yamaoka   <yamaoka@jpl.org>
447
448         * smtpmail.el (smtpmail-send-it): Work even if the first line of
449         the subject field has no content (synch with Emacs 20.3).
450
451 2001-07-30  AMAKAWA Shuhei    <sa264@cam.ac.uk>
452
453         * smtp.el (smtp-submit-package): Send EHLO after starttls.
454
455 \f
456 2001-06-01  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
457
458         * FLIM: Version 1.14.3 (Unebigory\e-Dòmae) released.\e-A
459
460 2001-06-01  Katsumi Yamaoka   <yamaoka@jpl.org>
461
462         * mel-b-el.el: Require `pces' for the macro `as-binary-process'
463         when compiling.
464
465         * mel-q.el: Add a comment that the feature `poem' is also required
466         for the macro `as-binary-process'.
467
468 2001-05-31  Shuhei KOBAYASHI  <shuhei@aqua.ocn.ne.jp>
469
470         Merged MIME Parameter Value decoder.
471
472         * mime-parse.el (mime-decode-parameters): Renamed from
473         `mime-decode-parameter-plist'.
474         (mime-decode-parameter-alist): Removed.
475         (mime-decode-alist-to-plist): Ditto.
476
477         * FLIM-API.en (mime-entity-encoding): Abolish optional argument
478         `default-encoding'.
479         (mime-parse-Content-Tranfer-Encoding): Ditto.
480
481 2001-05-02  Shuhei KOBAYASHI  <shuhei@aqua.ocn.ne.jp>
482
483         * eword-decode.el (eword-decode-encoded-word): Don't use `let'.
484
485         * mime-parse.el (mime-decode-parameter-plist): Modified
486         description of return value.
487         (mime-parse-Content-Type): Ditto.
488         (mime-read-Content-Type): Ditto.
489         (mime-parse-Content-Disposition): Ditto.
490         (mime-read-Content-Disposition): Ditto.
491         (mime-parse-Content-Transfer-Encoding): Ditto.
492         (mime-read-Content-Transfer-Encoding): Ditto.
493
494 2001-05-01  Shuhei KOBAYASHI  <shuhei@aqua.ocn.ne.jp>
495
496         * mime-parse.el (mime-parse-parameters): Don't use `equal' for
497         strings.
498         (mime-parse-Content-Type): Ditto.
499
500 2001-04-30  Shuhei KOBAYASHI  <shuhei@aqua.ocn.ne.jp>
501
502         * mime-parse.el (mime-decode-parameter-value): Use one temporary
503         buffer.
504         (mime-decode-parameter-plist): Changed internal data structure.
505
506 2001-04-28  Shuhei KOBAYASHI  <shuhei@aqua.ocn.ne.jp>
507
508         * eword-decode.el (eword-encoded-word-regexp): Match for language.
509         (eword-decode-region): Refer the 7th parens, not 6th.
510         (eword-decode-encoded-word): Extract language information.
511         (eword-decode-encoded-text): New optional argument `language'.
512
513         * mime-def.el (mime-charset-regexp): Updated for RFC2231.
514
515         * mime-parse.el (mime-decode-parameter-plist): Fix regexp.
516         Use symbol for language information.
517
518         * tests/test-rfc2231.el: Renamed all testcases.
519
520 2001-04-27  Shuhei KOBAYASHI  <shuhei@aqua.ocn.ne.jp>
521
522         * mime-parse.el (mime-decode-parameter-value): Don't use
523         `int-char'.
524
525 2001-04-27  Shuhei KOBAYASHI  <shuhei@aqua.ocn.ne.jp>
526
527         * mime.el (mime-entity-read-field): Would capitalize twice.
528
529         * mmbuffer.el (mime-entity-fetch-field): Ditto.
530
531         * mmexternal.el (mime-entity-fetch-field): Ditto.
532
533         * mmgeneric.el (mime-entity-fetch-field): Ditto.
534
535 2001-04-26  Shuhei KOBAYASHI  <shuhei@aqua.ocn.ne.jp>
536
537         * mime-parse.el (mime-decode-parameter-plist): Modified
538         description of return value.
539         (mime-parse-Content-Type): Ditto.
540         (mime-read-Content-Type): Ditto.
541         (mime-parse-Content-Disposition): Ditto.
542         (mime-read-Content-Disposition): Ditto.
543         (mime-read-Content-Transfer-Encoding): Ditto.
544
545 2001-04-25  Shuhei KOBAYASHI  <shuhei@aqua.ocn.ne.jp>
546
547         * mime-parse.el (mime-lexical-analyze): Removed comments.
548
549 2001-04-22  Shuhei KOBAYASHI  <shuhei@aqua.ocn.ne.jp>
550
551         * mime-parse.el (mime-decode-parameter-value): New
552         implementation; use temporary buffer for conversion.
553         (mime-decode-parameter-encode-segment): Ditto.
554         (mime-decode-parameter-plist): Would put empty language info.
555
556         * test/test-rfc2231.el (test-rfc2231-10, test-rfc2231-11,
557         test-rfc2231-12): New testcases for language info.
558
559 2001-04-22  Shuhei KOBAYASHI  <shuhei@aqua.ocn.ne.jp>
560
561         * mime-parse.el: Fixed comments.
562
563         * test/test-rfc2231.el (test-rfc2231-9): New testcase.
564
565 2001-04-22  Shuhei KOBAYASHI  <shuhei@aqua.ocn.ne.jp>
566
567         * test/test-rfc2231.el (test-rfc2231-7, test-rfc2231-8):
568         New testcases.
569
570 2001-04-22  Shuhei KOBAYASHI  <shuhei@aqua.ocn.ne.jp>
571
572         * mime-def.el (mime-content-type-parameter): Expand
573         `mime-content-type-parameters'.
574
575         * mime-parse.el (mime-parse-Content-Disposition): Add
576         description of return value to the docstring.
577         (mime-parse-Content-Transfer-Encoding): Ditto.
578
579         * test/test-rfc2231.el: Made independent of internal
580         representation of Content-Type.
581
582 2001-04-22  Shuhei KOBAYASHI  <shuhei@aqua.ocn.ne.jp>
583
584         * FLIM-MK (check-flim): Limit filename of test files.
585
586         * test/test-rfc2231.el: New file.
587
588 2001-04-19  Shuhei KOBAYASHI  <shuhei@aqua.ocn.ne.jp>
589
590         * mime-parse.el (mime-decode-parameter-plist): Shortcut for
591         parameters without extensions.
592
593 2001-04-19  Shuhei KOBAYASHI  <shuhei@aqua.ocn.ne.jp>
594
595         * mime-def.el (make-mime-content-type): Don't reverse parameters.
596         (make-mime-content-disposition): New function.
597
598         * mime-parse.el (mime-decode-parameter-value): Removed comments.
599         (mime-decode-parameter-encode-segment): New function.
600         (mime-decode-parameter-plist): New implementation.
601         Switched from decode-then-concat to concat-then-decode model.
602         (mime-parse-parameters): Strip quoted-pair in quoted-string.
603         (mime-parse-Content-Type): Use `make-mime-content-type'.
604         (mime-parse-Content-Disposition): Use
605         `make-mime-content-disposition'.
606
607 2001-04-15  Shuhei KOBAYASHI  <shuhei@aqua.ocn.ne.jp>
608
609         * eword-decode.el (eword-lexical-analyze-internal):
610         Fix typo. [cf. <emacs-mime-ja:00425>]
611
612 2001-04-11  Shuhei KOBAYASHI  <shuhei@aqua.ocn.ne.jp>
613
614         * mime-parse.el (mime-decode-parameter-value): Allow lowercase.
615         (mime-decode-parameter-plist): Ditto.
616
617 2001-04-10  Akihiro Arisawa  <ari@mbf.sphere.ne.jp>
618
619         * std11.el (std11-lexical-analyze): Fix typo.
620
621 2001-04-01   Daiki Ueno  <ueno@unixuser.org>
622
623         * lunit.el (lunit-test-listener-*): Abolish generic interface.
624         (lunit-test-result-notify): New function.
625         (lunit-test-result-run): Use it.
626         (lunit-test-result-error): Use it.
627         (lunit-test-result-failure): Use it.
628         (lunit-create-index-function): New function.
629         (lunit-generate-template): New command.
630
631 2001-03-19  Shuhei KOBAYASHI  <shuhei@aqua.ocn.ne.jp>
632
633         * hmac-md5.el, hmac-sha1.el: Revert to load-time check.
634         Don't require 'poe.
635
636 2001-03-18  Shuhei KOBAYASHI  <shuhei@aqua.ocn.ne.jp>
637
638         * mel-b-dl.el: Don't do `dynamic-call' at compile-time.
639         (base64-dl-handle): Don't eval at compile-time.
640
641 2001-03-18  Shuhei KOBAYASHI  <shuhei@aqua.ocn.ne.jp>
642
643         * hmac-md5.el, sha1.el: Update Copyright header.
644
645 2001-03-18  Shuhei KOBAYASHI  <shuhei@aqua.ocn.ne.jp>
646
647         Support for built-in `md5' of Emacs 21.
648
649         * md5.el (md5-dl-module): Moved from md5-dl.el.
650         Use it for test whether to require 'md5-dl.
651
652         * md5-dl.el: Removed hack for compiler.
653         (md5-dl-handle): Do `dynamic-link' unconditionally.
654         (md5-region): Not interactive.
655         (md5): Removed autoload cookie.
656
657         * sha1.el: Removed hack for compiler.
658         Use `sha1-dl-module' for test whether to require 'sha1-dl.
659         (sha1-encode, sha1-encode-binary): Removed compatibility code
660         for another sha1.el since it was broken.
661
662         * sha1-dl.el: Removed hack for compiler.
663         (sha1-dl-handle): Do `dynamic-link' unconditionally.
664
665 2001-03-18  Shuhei KOBAYASHI  <shuhei@aqua.ocn.ne.jp>
666
667         * hmac-md5.el: Require 'poe.
668         Provide 'md5 if built-in `md5' is found.
669         (md5-binary): Define with `defun-maybe-cond'.
670         (md5-binary) [v21]: Removed extra arguments.
671         (hmac-md5-96): New function.
672
673         * hmac-sha1.el: Require 'poe.
674         (sha1-binary): Define with `defun-maybe'.
675         (hmac-sha1-96): New function.
676
677 2001-03-11  Shuhei KOBAYASHI  <shuhei@aqua.ocn.ne.jp>
678
679         * mel-g.el: Update Copyright header.
680
681 2001-03-09  Akihiro Arisawa  <ari@atesoft.advantest.co.jp>
682
683         * mime.el (mime-find-root-entity): Find root recursively.
684
685 2001-02-26  Shuhei KOBAYASHI  <shuhei@aqua.ocn.ne.jp>
686
687         * hmac-md5.el, hmac-sha1.el: Modify comments.
688
689 2001-02-25  Shuhei KOBAYASHI  <shuhei@aqua.ocn.ne.jp>
690
691         * hex-util.el, hmac-def.el, hmac-md5.el, hmac-sha1.el,
692         md5-dl.el, md5.el, sha1-dl.el, sha1-el.el, sha1.el:
693         Update Copyright header.
694
695 2001-02-28  Shuhei KOBAYASHI  <shuhei@aqua.ocn.ne.jp>
696
697         * mime-parse.el (mime-decode-parameter-plist,
698         mime-decode-parameter-alist, mime-decode-parameters):
699         Add doc string.
700
701 2001-02-28  Shuhei KOBAYASHI  <shuhei@aqua.ocn.ne.jp>
702
703         * mime-parse.el (mime-decode-parameter-value): Decode MIME charset
704         in multibyte buffer. [cf. <emacs-mime-ja:00817>]
705         (mime-decode-parameter-plist): Downcase attributes.
706         [cf. <emacs-mime-ja:00816>]
707         (mime-decode-parameters): Alias for `mime-decode-parameter-plist'
708         instead of `mime-decode-parameter-alist'.
709         Add autoload cookie.
710         (mime-parse-parameters-from-list): Make obsolete.
711         (mime-parse-parameters): Return results as a plist.
712         (mime-parse-Content-Type, mime-read-Content-Type): Moved type check
713         to the caller side.
714         (mime-parse-Content-Disposition, mime-read-Content-Disposition):
715         Ditto.
716         (mime-parse-Content-Transfer-Encoding,
717         mime-read-Content-Transfer-Encoding): Ditto.
718
719 2001-02-27  Shuhei KOBAYASHI  <shuhei@aqua.ocn.ne.jp>
720
721         MIME Parameter Value decoder support.
722
723         * mime-def.el (std11-quoted-pair-regexp, std11-non-qtext-char-list,
724         std11-qtext-regexp, std11-quoted-string-regexp): Removed.
725         (mime-media-type/subtype-regexp): Ditto.
726         (mime-attribute-char-regexp, mime-language-regexp,
727         mime-encoding-regexp): New constants.
728
729         * mime-parse.el (mime-lexical-analyze): New function.
730         (mime/content-parameter-value-regexp, mime::parameter-regexp):
731         Removed.
732         (mime-parse-parameter): Ditto.
733         (mime-decode-parameter-value, mime-decode-parameter-plist,
734         mime-parse-alist-to-plist, mime-decode-parameter-alist):
735         New functions.
736         (mime-parse-parameters-from-list): New alias for
737         `mime-decode-parameter-plist'.
738         (mime-decode-parameters): New alias for
739         `mime-decode-parameter-alist'.
740         (mime-parse-parameters): New function.
741         (mime-disposition-type-regexp): Removed.
742         (mime-parse-Content-Type, mime-parse-Content-Disposition,
743         mime-parse-Content-Transfer-Encoding): New implementation.
744         (mime-read-Content-Type, mime-read-Content-Disposition,
745         mime-read-Content-Transfer-Encoding): Ditto.
746
747 2001-02-26  Shuhei KOBAYASHI  <shuhei@aqua.ocn.ne.jp>
748
749         * hmac-md5.el, hmac-sha1.el: Modify comments.
750
751 2001-02-25  Shuhei KOBAYASHI  <shuhei@aqua.ocn.ne.jp>
752
753         * hex-util.el, hmac-def.el, hmac-md5.el, hmac-sha1.el,
754         md5-dl.el, md5.el, sha1-dl.el, sha1-el.el, sha1.el:
755         Update Copyright header.
756
757 2001-02-20  Kenichi OKADA <okada@opaopa.org>
758
759         * tests/test-sasl.el(test-sasl-ntlm-imap): Fix
760         `sasl-read-passphrase'
761
762 2001-02-20  Kenichi OKADA <okada@opaopa.org>
763
764         * tests/test-sasl.el(test-sasl-ntlm-imap): Change name.
765         Delete wrong lines.
766
767 2001-02-20  Taro Kawagishi <taro.kawagishi@nokia.com>
768
769         * tests/test-sasl.el(test-sasl-digest-ntlm-imap): New test.
770
771 2001-02-17  Kenichi OKADA <okada@opaopa.org>
772
773         * sasl-ntlm.el(sasl-ntlm-response): self-Hash.
774
775 2001-02-17  Kenichi OKADA <okada@opaopa.org>
776
777         * ntlm.el(smb-passwd-hash): Fix `upcase' for XEmacs.
778
779 2001-02-17  Kenichi OKADA <okada@opaopa.org>
780
781         * ntlm.el(TopLevel): Require `poem'
782         (ntlm-build-auth-request): Omit `request-bufIndex'
783         (ntlm-build-auth-response): Omit `response', `ident' and `msgType'
784         Use `string-as-unibyte' of `poem'.
785
786 2001-02-17  Kenichi OKADA <okada@opaopa.org>
787
788         * sasl-scram.el(sasl-scram-md5-parse-server-msg-1): Error
789         if server's response cannot be parsed.
790
791 2001-02-17  Kenichi OKADA <okada@opaopa.org>
792
793         * sasl-scram.el(sasl-scram-md5-server-salt): New function.
794         (sasl-scram-md5-response-2): Use `sasl-scram-md5-server-salt'
795
796 2001-02-17  Kenichi OKADA <okada@opaopa.org>
797
798         * sasl-scram.el(sasl-scram-md5-make-unique-nonce): Rewrite.
799
800 2001-02-17  Kenichi OKADA <okada@opaopa.org>
801
802         * sasl-scram.el: Add comment.
803         (sasl-scram-md5-steps): New variable.
804         (sasl-scram-md5-make-client-msg-1): Add optional nonce.
805         (sasl-scram-md5-make-client-msg-2): New function.
806         (sasl-scram-md5-make-server-msg-2): Rewrite.
807         (sasl-scram-md5-response-1): New function.
808         (sasl-scram-md5-response-2): New function.
809         (sasl-scram-md5-authenticate-server): New function.
810         * test/test-sasl.el(test-sasl-scram-md5-imap): New function.
811
812 2001-02-16  Kenichi OKADA <okada@opaopa.org>
813
814         * sasl-scram.el: rename from scram-md5.el
815         (TopLevel): Provide `sasl-scram'.
816         Fix prefix.
817         Fix comments.
818         require `sasl'.
819         (sasl-scram-make-unique-nonce): use `sasl-unique-id'.
820         (sasl-scram-md5-unique-id-function): New variable.
821         * sasl.el(sasl-mechanisms): Add SCRAM-MD5.
822         (sasl-mechanism-alist): Ditto.
823
824 2001-02-16  Kenichi OKADA <okada@opaopa.org>
825
826         * md4.el(md4-pack-int16): Taken form ntlm.el
827         (md4-pack-int32): Ditto.
828         (md4-unpack-int16): Ditto.
829         (md4-unpack-int32): Ditto.
830         * ntlm.el (pack-int16): Delete.
831         (pack-int32): Delete.
832         (unpack-int16): Delete.
833         (unpack-int32): Delete.
834
835 2001-02-16  Kenichi OKADA <okada@opaopa.org>
836
837         * sasl.el(sasl-mechanisms): Add NTLM.
838         (sasl-mechanism-alist): Add NTLM.
839
840 2001-02-16  Kenichi OKADA <okada@opaopa.org>
841
842         * test/test-sasl.el: New file.
843
844 2001-02-16  Taro Kawagishi <taro.kawagishi@nokia.com>
845
846         * md4.el: New file.
847         * ntlm.el: New file.
848         * sasl-ntlm.el: New file.
849
850 2000-12-27  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
851
852         * mime-conf.el (mime-mailcap-file): Turn to non user option.
853
854 \f
855 2000-12-25  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
856
857         * FLIM: Version 1.14.2 (Yagi-Nishiguchi) released.
858
859 2000-12-23  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
860
861         * smtpmail.el (smtpmail-send-it): Use
862         `binary-write-decoded-region' instead of `binary-write-region'.
863
864         * mmexternal.el (mmexternal-require-buffer): Use
865         `binary-insert-encoded-file' instead of
866         `binary-insert-file-contents'.
867         (mime-write-entity-body): Use `binary-write-decoded-region'
868         instead of `binary-write-region'.
869
870         * mmbuffer.el (mime-write-entity-body): Use
871         `binary-write-decoded-region' instead of `binary-write-region'.
872
873         * mel.el: - Don't require `raw-io'.
874         (8bit-insert-encoded-file): New function.
875         (8bit-write-decoded-region): New function.
876         (7bit-insert-encoded-file): New alias.
877         (7bit-write-decoded-region): New alias.
878         (binary-insert-encoded-file): New alias.
879         (binary-find-file-noselect): New function.
880         (binary-funcall): New function.
881         (binary-to-text-funcall): New function.
882         (mime-insert-encoded-file of "base64"): Use
883         `binary-insert-encoded-file' instead of
884         `binary-insert-file-contents'.
885
886         * FLIM-API.en (base64-decode-string): New function.
887         (base64-encode-string): New function.
888         (ENCODING-write-decoded-region): New function.
889         (ENCODING-insert-encoded-file): New function.
890
891         * raw-io.el: Deleted.
892
893         * FLIM-ELS (flim-modules): Delete `raw-io'.
894
895 2000-12-22  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
896
897         * smtp.el (smtp-open-connection-function): Revert initial value to
898         `open-network-stream'.
899         (qmtp-open-connection): Use `binary-funcall'.
900
901         * qmtp.el (qmtp-open-connection-function): Revert initial value to
902         `open-network-stream'.
903         (qmtp-send-buffer): Use `binary-funcall'.
904
905 2000-12-23  OKAZAKI Tetsurou  <okazaki@be.to>
906
907         * FLIM-ELS (flim-modules): Delete `mmdbuffer'.
908
909 \f
910 2000-12-22  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
911
912         * FLIM: Version 1.14.1 (Yagi) released.
913
914 2000-12-22  Keiichi Suzuki  <keiichi@mdcnet.co.jp>
915
916         * mel-q.el: Require `poem' for `string-to-char-list' when
917         compiling.
918
919 2000-12-22  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
920
921         * eword-decode.el (eword-decode-header): Revert to obsolete alias.
922
923 2000-12-22  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
924
925         * mmgeneric.el: Add comment for eword-decode.
926
927 2000-12-21  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
928
929         * mailcap.el: Require `poe' for `define-obsolete-function-alias'.
930
931 2000-12-21   Daiki Ueno  <ueno@unixuser.org>
932
933         * smtp.el (smtp-send-buffer): Add DOC.
934         (smtp-via-smtp): Add DOC.
935
936         * FLIM-API.en (QMTP): Remove section.
937         (smtp-send-buffer): Add description.
938         (smtp-via-smtp): Likewise.
939
940 \f
941 2000-12-20  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
942
943         * FLIM: Version 1.14.0 (Ninokuchi) released.
944
945         * mime.el (mime-entity-media-type): Add DOC.
946         (mime-entity-media-subtype): Add DOC.
947         (mime-entity-parameters): Add DOC.
948         (mime-entity-type/subtype): Add DOC.
949
950         * FLIM-API.en: Add some usages.
951         (mime-entity-media-type): New description.
952         (mime-entity-media-subtype): Likewise.
953         (mime-entity-type/subtype): Likewise.
954         (mime-entity-parameters): Likewise.
955
956 2000-12-20  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
957
958         * eword-encode.el (eword-encode-text): Specify `mode' of
959         `encoded-text-encode-string'.
960
961         * mel.el (encoded-text-encode-string): Add optional argument
962         `mode'; use `base64-encode-string' directly for "B"-encoding.
963
964 2000-12-20  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
965
966         * FLIM-API.en: Renamed from FLIM-1.14-API.en; reordered and add
967         some sections.
968
969         * mime.el (mime-entity-set-content-type): Add DOC.
970         (mime-entity-set-encoding): Add DOC.
971
972         * mime-def.el (mime-content-type-subtype): Fix DOC.
973         (mime-content-type-parameters): Fix DOC.
974
975 2000-12-19  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
976
977         * FLIM-1.14-API.en: New file.
978
979         * smtp.el (smtp-open-connection-function): Add autoload cookie.
980
981         * qmtp.el (qmtp-open-connection-function): Add autoload cookie.
982
983         * mime.el (mime-entity-children): Add DOC.
984         (mime-entity-node-id): Add DOC.
985         (mime-entity-content-type): Add DOC.
986         (mime-entity-content-disposition): Add DOC.
987         (mime-entity-encoding): Add DOC.
988
989 2000-12-19  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
990
991         * mime.el (mime-encode-field-body): Add autoload setting.
992
993         * eword-encode.el (mime-encode-field-body): Renamed from
994         `eword-encode-field-body'; declare `eword-encode-field-body' as
995         obsolete alias.
996         (mime-encode-header-in-buffer): Use `mime-encode-field-body'
997         instead of `eword-encode-field-body'.
998
999 2000-12-19  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1000
1001         * mime.el (mime-encode-header-in-buffer): Renamed from
1002         `eword-encode-header'.
1003
1004         * mmdbuffer.el: Deleted.
1005
1006         * mime-def.el (mime-header): New group.
1007         (mime-field-decoding-max-size): New user option [moved from
1008         eword-decode.el].
1009         (mime-field-encoding-method-alist): New user option [moved from
1010         eword-encode.el].
1011
1012         * eword-encode.el (eword-field-encoding-method-alist): Moved to
1013         mime-def.el and renamed to `mime-field-encoding-method-alist'.
1014         (mime-header-charset-encoding-alist): Renamed from
1015         `eword-charset-encoding-alist'.
1016         (mime-header-default-charset-encoding): New variable.
1017         (ew-find-charset-rule): Use
1018         `mime-header-default-charset-encoding'.
1019         (eword-in-subject-p): Declare as obsolete function.
1020         (mime-encode-header-in-buffer): Renamed from
1021         `eword-encode-header'; declare `eword-encode-header' as obsolete
1022         alias.
1023
1024         * eword-decode.el (eword-max-size-to-decode): Moved to mime-def.el
1025         and renamed to `mime-field-decoding-max-size'.
1026         (mime-header-lexical-analyzer): Renamed from
1027         `eword-lexical-analyzer'; switch to variable.
1028
1029         * FLIM-ELS (flim-modules): Add `raw-io'.
1030
1031 2000-12-19  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1032
1033         * eword-encode.el (eword-encode-default-start-column): Switch to
1034         variable.
1035
1036 2000-12-19  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1037
1038         * raw-io.el (start-process): New function.
1039         (binary-start-process-shell-command): New function.
1040
1041 2000-12-17  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1042
1043         * mel-g.el (gzip64-external-encode-region): Don't use
1044         `as-binary-process'; comment out code to regularize line break
1045         code for OS/2 [if it is needed, it is better to implement by
1046         coding-system].
1047         (gzip64-external-decode-region): Don't use `as-binary-process'.
1048         (mime-write-decoded-region): Likewise.
1049
1050         * mime-parse.el: Require `luna'.
1051
1052 2000-12-16  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1053
1054         * eword-encode.el (eword-encode-divide-into-charset-words): Use
1055         `aref' instead of `sref'.
1056         (ew-encode-rword-1): Use `1+' instead of `char-next-index'.
1057         (eword-encode-phrase-to-rword-list): Use `find-charset-string'
1058         instead of `find-non-ascii-charset-string'.
1059         (eword-encode-addr-seq-to-rword-list): Don't use `butlast'.
1060         (eword-encode-header): Use `find-charset-region' instead of
1061         `find-non-ascii-charset-string'.
1062
1063         * mel.el: Require `raw-io'.
1064
1065         * mime-def.el (binary-insert-file-contents): Moved to raw-io.el.
1066         (binary-write-region): Likewise.
1067
1068         * mmbabyl.el (mime-write-entity): Use `raw-message-write-region'
1069         instead of `write-region-as-raw-text-CRLF'.
1070
1071         * raw-io.el: New file.
1072
1073         * smtpmail.el: - Require `raw-io'.
1074         - Delete definition of obsolete variable aliases for XEmacs.
1075         (smtpmail-send-queued-mail): Use `binary-find-file-noselect'
1076         instead of `find-file-noselect-as-binary'.
1077
1078         * smtp.el (smtp-open-connection-function): Use
1079         `binary-open-network-stream' instead of `open-network-stream' as
1080         initial value.
1081         (smtp-open-connection): Don't guard as `binary'.
1082
1083         * qmtp.el (qmtp-open-connection-function): Use
1084         `binary-open-network-stream' instead of `open-network-stream' as
1085         initial value.
1086         (qmtp-send-buffer): Don't guard as `binary'.
1087
1088 2000-12-15  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1089
1090         * mime/eword-decode.el: Don't use
1091         `define-obsolete-function-alias'; so `eword-decode-header' is
1092         deleted.
1093
1094         * mime/mmexternal.el: Don't require `pces'.
1095
1096 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1097
1098         * Makefile (tar): Use `cvs tag -R' instead of `cvs tag -RF'.
1099
1100 2000-12-15  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1101
1102         * mime-def.el (char-int): New alias.
1103
1104         * eword-encode.el (eword-encode-divide-into-charset-words): Don't
1105         use `char-length' and `char-next-index'.
1106
1107 2000-12-15  Katsumi Yamaoka   <yamaoka@jpl.org>
1108
1109         * eword-decode.el: Fix typo in doc-string of
1110         `mime-set-field-decoder'.
1111
1112 2000-12-15  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1113
1114         * mel.el: Don't require `path-util'.
1115
1116 2000-12-15  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1117
1118         * std11.el, smtpmail.el, mime-def.el: Don't require `poe'.
1119
1120         * mel.el: Don't require `poem'.
1121
1122 2000-12-14  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1123
1124         * mmexternal.el (mime-write-entity): Don't use
1125         `write-region-as-raw-text-CRLF'.
1126         (mmexternal-require-buffer): Use `binary-insert-file-contents'
1127         instead of `insert-file-contents-as-binary'.
1128         (mime-write-entity-body): Use `binary-write-region' instead of
1129         `write-region-as-binary'.
1130
1131         * smtpmail.el (smtpmail-send-it): Use `binary-write-region'
1132         instead of `write-region-as-binary'.
1133
1134         * smtp.el (smtp-open-connection): Don't use `as-binary-process'.
1135
1136         * mel.el (mime-insert-encoded-file of "base64"): Use
1137         `binary-insert-file-contents' instead of
1138         `insert-file-contents-as-binary'.
1139         (mime-insert-encoded-file of "7bit"): Use
1140         `binary-insert-file-contents' instead of
1141         `insert-file-contents-as-binary'.
1142         (mime-write-decoded-region of "7bit"): Use `binary-write-region'
1143         instead of `write-region-as-binary'.
1144
1145         * mmbuffer.el (mime-write-entity-body): Use `binary-write-region'
1146         instead of `write-region-as-binary'.
1147         (mime-write-entity): Don't use `write-region-as-raw-text-CRLF'.
1148
1149         * mime-def.el: Don't require `poem'.
1150         (binary-insert-file-contents): New function.
1151         (binary-write-region): New function.
1152
1153         * mel-u.el (uuencode-external-encode-region): Don't use
1154         `as-binary-process'.
1155         (uuencode-external-decode-region): Don't use `as-binary-process'
1156         and `as-binary-input-file'.
1157         (mime-write-decoded-region): Don't use `as-binary-process'.
1158
1159         * mel-q-ccl.el (quoted-printable-ccl-insert-encoded-file): Don't
1160         use `insert-file-contents-as-coding-system'.
1161         (quoted-printable-ccl-write-decoded-region): Don't use
1162         `write-region-as-coding-system'.
1163
1164         * mel-b-ccl.el (base64-ccl-insert-encoded-file): Don't use
1165         `insert-file-contents-as-coding-system'.
1166         (base64-ccl-write-decoded-region): Don't use
1167         `write-region-as-coding-system'.
1168
1169         * std11.el: Don't require `poem'.
1170         (std11-parse-ascii-token): Don't use
1171         `find-non-ascii-charset-string'.
1172
1173         * qmtp.el: Don't require `poem'.
1174         (qmtp-send-buffer): Don't use `as-binary-process'.
1175
1176 2000-12-14  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1177
1178         * mime-def.el, qmtp.el, smtp.el, smtpmail.el, std11.el: Require
1179         `custom' instead of `pcustom'.
1180
1181 2000-12-12   Daiki Ueno  <ueno@unixuser.org>
1182
1183         * sasl.el: Rewrite with luna.
1184
1185 2000-12-06   Daiki Ueno  <ueno@unixuser.org>
1186
1187         * FLIM-ELS: Don't install md5-dl.el, md5-el.el, sha1-dl.el and
1188         sha1-el.el if the running emacs has builtin message digest
1189         functions.
1190
1191         * md5-dl.el, sha1-dl.el: Don't bind `dynamic-link' and
1192         `dynamic-call'.
1193
1194         * md5.el (md5-dl-module): Moved from md5-dl.el.
1195         * sha1.el: Don't bind `sha1-string'.
1196
1197 2000-12-04   Daiki Ueno  <ueno@unixuser.org>
1198
1199         * README.ja, README.en (load-path): Remove section.
1200         (What's FLIM): Specify prerequisite version of Emacsen.
1201
1202 2000-11-21   Daiki Ueno  <ueno@unixuser.org>
1203
1204         * sasl.el (sasl-client-set-encoder): New function.
1205         (sasl-client-set-decoder): New function.
1206         (sasl-client-encoder): New function.
1207         (sasl-client-decoder): New function.
1208
1209         * sasl-digest.el: Require 'cl' when compiling.
1210         (sasl-digest-md5-signing-encode-magic): New constant.
1211         (sasl-digest-md5-signing-decode-magic): New constant.
1212         (sasl-digest-md5-htonl-string): New function.
1213         (sasl-digest-md5-make-integrity-encoder): New function.
1214         (sasl-digest-md5-make-integrity-decoder): New function.
1215         (sasl-digest-md5-ha1): New function.
1216         (sasl-digest-md5-response-value): Accept the 1st argument `ha1'.
1217         (sasl-digest-md5-response): Use `sasl-digest-md5-ha1'.
1218         - Set integrity encoder and decoder of the client.
1219
1220         * smtp.el: Require `luna'.
1221         (smtp-read-response): Accept `smtp-connection' object rather than
1222         process-object.
1223         (smtp-send-command): Likewise.
1224         (smtp-send-data): Likewise.
1225
1226 2000-11-10   Daiki Ueno  <ueno@unixuser.org>
1227
1228         * tests/test-sasl.el (test-sasl-digest-md5-imap): New testcase.
1229         (test-sasl-digest-md5-acap): New testcase.
1230
1231 2000-11-10   Daiki Ueno  <ueno@unixuser.org>
1232
1233         * lunit.el (lunit-make-test-suite-from-class): New function.
1234         (lunit-class): Abolish.
1235         (lunit-test-results-buffer): Abolish.
1236
1237         * FLIM-ELS (check-flim): New function.
1238
1239         * Makefile (check): New target.
1240
1241         * tests: New directory.
1242
1243 2000-11-09   Daiki Ueno  <ueno@unixuser.org>
1244
1245         * lunit.el (lunit-test-method-regexp): New variable.
1246         (lunit-class): New function.
1247
1248 2000-11-09   Daiki Ueno  <ueno@unixuser.org>
1249
1250         * lunit.el: New file.
1251
1252 2000-12-13  Kenichi Handa     <handa@etl.go.jp>
1253
1254         * luna.el: Fix and add DOCs and comments; fix coding style.
1255
1256 2000-12-09  MORIOKA Tomohiko  <tomo@m17n.org>
1257
1258         * mmbuffer.el (mmbuffer-parse-multipart): Add new optional
1259         argument `representation-type'.
1260         (mmbuffer-parse-encapsulated): Likewise.
1261
1262 2000-12-07  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1263
1264         * mmexternal.el: Must require `mmgeneric'.
1265
1266         * sha1.el: Don't use `defun-maybe'.
1267
1268 2000-12-04   Daiki Ueno  <ueno@unixuser.org>
1269
1270         * luna.el (luna-class-find-functions): Don't quote colon keywords.
1271         (luna-send): Ditto.
1272         (luna-call-next-method): Ditto.
1273
1274 2000-11-28   Daiki Ueno  <ueno@unixuser.org>
1275
1276         * luna.el: Don't require `static'.
1277         (luna-define-class-function): Don't bind colon keywords.
1278         (luna-class-find-functions): Quote colon keywords.
1279         (luna-send): Likewise.
1280         (luna-call-next-method): Likewise.
1281
1282 2000-11-12   Daiki Ueno  <ueno@unixuser.org>
1283
1284         * luna.el (luna-define-method): Clear method cache.
1285         (luna-apply-generic): New function.
1286         (luna-define-generic): Use `luna-apply-generic' instead of
1287         `luna-send'.
1288
1289 2000-12-04   Daiki Ueno  <ueno@unixuser.org>
1290
1291         * smtpmail.el (smtpmail-send-it): Use `smtp-send-buffer' instead of
1292         `smtp-via-smtp'.
1293         (smtpmail-send-queued-mail): Ditto.
1294
1295 2000-11-24  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1296
1297         * FLIM-MK (compile-flim): Compile `flim-version-specific-modules'.
1298         (install-flim): Install `flim-version-specific-modules' to
1299         `FLIM_VERSION_SPECIFIC_DIR'.
1300         (compile-flim-package): Compile `flim-version-specific-modules'.
1301         (install-flim-package): Install `flim-version-specific-modules'.
1302
1303         * FLIM-ELS (flim-modules): Add `mime-conf' instead of `mailcap'.
1304         (flim-version-specific-modules): New variable; specify `mailcap'.
1305
1306         * FLIM-CFG (FLIM_VERSION_SPECIFIC_DIR): New variable.
1307
1308         * mailcap.el: Completely rewrote to use mime-conf.el.
1309
1310         * mime-conf.el: New file.
1311
1312 2000-11-16  Kenichi OKADA <okada@opaopa.org>
1313
1314         * sasl-digest.el (sasl-digest-md5-response): Fix typo.
1315
1316 2000-11-12   Daiki Ueno  <ueno@unixuser.org>
1317
1318         * smtp.el (smtp-primitive-data): Use `beginning-of-line' instead of
1319         `forward-char'.
1320         (smtp-read-response): Don't bind `case-fold-search'.
1321         (smtp-send-data): Don't save excursion.
1322
1323 2000-11-10   Daiki Ueno  <ueno@unixuser.org>
1324
1325         * sasl-digest.el (sasl-digest-md5-challenge): Abolish.
1326         (sasl-digest-md5-syntax-table): Rename from
1327         `sasl-digest-md5-parse-digest-challenge-syntax-table'.
1328         (sasl-digest-md5-parse-string): Rename from
1329         `sasl-digest-md5-parse-digest-challenge'; only return a property
1330         list.
1331         (sasl-digest-md5-challenge): Abolish.
1332         (sasl-digest-md5-build-response-value-1): Abolish.
1333         (sasl-digest-md5-response-value): Define as function.
1334         (sasl-digest-md5-response): Rewrite.
1335
1336 2000-11-07   Kenichi OKADA  <okada@opaopa.org>
1337
1338         * sasl.el (sasl-login-response-1): Fix.
1339         (sasl-login-response-2): Fix.
1340
1341 2000-11-07   Daiki Ueno  <ueno@unixuser.org>
1342
1343         * smtp.el (smtp-sasl-properties): New user option.
1344         (smtp-sasl-user-realm): Abolish.
1345
1346 2000-11-05   Daiki Ueno  <ueno@unixuser.org>
1347
1348         * qmtp.el (qmtp-send-package): Don't check "K" reply per recipient.
1349         (qmtp-via-smtp): Mark as obsolete.
1350         (qmtp-send-buffer): New function.
1351
1352         * sasl.texi: New file.
1353
1354 2000-11-05   Daiki Ueno  <ueno@unixuser.org>
1355
1356         * sasl.el (sasl-step-data): New function.
1357         (sasl-step-set-data): New function.
1358
1359 2000-11-04   Daiki Ueno  <ueno@unixuser.org>
1360
1361         * sasl.el: Don't require 'poe'
1362         - Rename `sasl-*instantiator*' to `sasl-*client*'.
1363         - Rename `sasl-*authenticator*' to `sasl-*mechanism*'.
1364         - Rename `sasl-*continuations*' to `sasl-*steps*'.
1365         (sasl-make-client): Accept 1st argument `mechanism'.
1366         (sasl-next-step): Rename from `sasl-evaluate-challenge'.
1367
1368 2000-11-04   Daiki Ueno  <ueno@unixuser.org>
1369
1370         * sasl.el (sasl-make-instantiator): Define as function.
1371         (sasl-instantiator-name): Ditto.
1372         (sasl-instantiator-service): Ditto.
1373         (sasl-instantiator-server): Ditto.
1374         (sasl-instantiator-set-properties): Ditto.
1375         (sasl-instantiator-set-property): Ditto.
1376         (sasl-instantiator-property): Ditto.
1377         (sasl-instantiator-properties): Ditto.
1378         (sasl-authenticator-mechanism): Ditto.
1379         (sasl-authenticator-continuations): Ditto.
1380
1381 2000-11-02   Daiki Ueno  <ueno@unixuser.org>
1382
1383         * sasl.el: Rename `sasl-*principal*' to `sasl-*instantiator*'.
1384         (sasl-make-instantiator): Abolish optional 4th argument.
1385         (sasl-instantiator-set-properties): New function.
1386         (sasl-instantiator-put-property): New function.
1387         (sasl-instantiator-property): New function.
1388         (sasl-instantiator-properties): New function.
1389
1390         * smtp.el (smtp-sasl-user-name): Rename from
1391         `smtp-sasl-principal-user'.
1392         (smtp-sasl-user-realm): Rename from `smtp-sasl-principal-realm'.
1393
1394 2000-11-02   Daiki Ueno  <ueno@unixuser.org>
1395
1396         * sasl.el (sasl-mechanisms): Add `LOGIN' and `ANONYMOUS'.
1397         (sasl-mechanism-alist): Likewise.
1398         (sasl-error): Define.
1399         (sasl-login-continuations): New variable.
1400         (sasl-login-response-1): New function.
1401         (sasl-login-response-2): New function.
1402         (sasl-anonymous-continuations): New variable.
1403         (sasl-anonymous-response): New function.
1404
1405         * smtp.el (smtp-error): Define.
1406         (smtp-via-smtp): Use it.
1407
1408 2000-11-02   Daiki Ueno  <ueno@unixuser.org>
1409
1410         * smtp.el (smtp-via-smtp): Mark as obsolete.
1411         (smtp-send-buffer): Rename from `smtp-via-smtp'.
1412
1413 2000-11-02   Daiki Ueno  <ueno@unixuser.org>
1414
1415         * sasl.el (sasl-make-authenticator): Allocate a freshly generated
1416         symbol for each continuation.
1417
1418 2000-11-02   Daiki Ueno  <ueno@unixuser.org>
1419
1420         * sasl-digest.el (sasl-digest-md5-response-1): Rename from
1421         `sasl-digest-md5-digest-response'.
1422         (sasl-digest-md5-response-2): New alias.
1423         (sasl-digest-md5-parse-digest-challenge): Save excursion.
1424
1425         * sasl.el (sasl-mechanism-alist): Rename from `sasl-mechanisms'.
1426         (sasl-mechanisms): New variable.
1427         (sasl-find-authenticator): Check `sasl-mechanisms' rather than
1428         `sasl-mechanism-alist'.
1429
1430         * smtp.el (smtp-submit-package): Use `smtp-primitive-ehlo'.
1431         (smtp-primitive-auth): Check authenticator.
1432
1433 2000-11-02   Daiki Ueno  <ueno@unixuser.org>
1434
1435         * FLIM-ELS (hmac-modules): New variable.
1436         (flim-modules): Move HMAC modules to `hmac-modules'
1437         - Add `sasl-digest'.
1438
1439         * smtp.el (smtp-sasl-principal-realm): New user option.
1440
1441         * sasl.el (sasl-plain-response): New function.
1442         (sasl-mechanisms): Add `DIGEST-MD5' and `PLAIN'.
1443         (sasl-unique-id-function): New variable.
1444         (sasl-plain-continuations): New variable.
1445         (sasl-unique-id): New function.
1446         (sasl-unique-id-char): New variable.
1447
1448         * sasl-digest.el: New file.
1449
1450 2000-11-01   Daiki Ueno  <ueno@unixuser.org>
1451
1452         * smtp.el: Bind `sasl-mechanisms'; add autoload settings for
1453         `sasl-make-principal', `sasl-find-authenticator',
1454         `sasl-authenticator-mechanism-internal' and
1455         `sasl-evaluate-challenge'.
1456         (smtp-use-sasl): New user option.
1457         (smtp-sasl-principal-name): New user option.
1458         (smtp-sasl-mechanisms): New user option.
1459         (smtp-submit-package): Call `smtp-primitive-starttls' and
1460         `smtp-primitive-auth'.
1461         (smtp-primitive-ehlo): Don't modify the rest of a extension line.
1462         (smtp-primitive-auth): New function.
1463         (smtp-primitive-starttls): Check the response code.
1464
1465         * sasl.el: New implementation.
1466
1467         * sasl-cram.el: New file.
1468
1469         * FLIM-ELS (flim-modules): Add `md5', `md5-el', `md5-dl',
1470         `hex-util', `hmac-def', `hmac-md5', `sasl' and `sasl-cram'.
1471
1472 2000-11-01   Daiki Ueno  <ueno@unixuser.org>
1473
1474         * smtp.el: Add autoload settings for `starttls-open-stream' and
1475         `starttls-negotiate'.
1476         (smtp-connection-set-extensions-internal): New macro.
1477         (smtp-connection-extensions-internal): New macro.
1478         (smtp-make-connection): Set the `extension' slot to nil.
1479         (smtp-primitive-ehlo): New function.
1480         (smtp-submit-package): Rename from `smtp-commit'.
1481         (smtp-submit-package-function): Rename from `smtp-commit-function'.
1482         (smtp-primitive-starttls): New function.
1483         (smtp-extensions): New group.
1484         (smtp-use-8bitmime): New variable.
1485         (smtp-use-size): New variable.
1486         (smtp-use-starttls): New variable.
1487         (smtp-via-smtp): Bind `smtp-open-connection-function'.
1488
1489 2000-10-31   Daiki Ueno  <ueno@unixuser.org>
1490
1491         * smtp.el: New implementation.
1492
1493 2000-08-16   Daiki Ueno  <ueno@unixuser.org>
1494
1495         * FLIM-ELS (flim-modules): Add `qmtp'.
1496
1497         * qmtp.el: New file.
1498
1499 2000-08-28  Yuuichi Teranishi  <teranisi@gohome.org>
1500
1501         * eword-encode.el (eword-encode-mailboxes-to-rword-list):
1502         New inline function.
1503         (eword-encode-address-to-rword-list): Ditto.
1504         (eword-encode-addresses-to-rword-list):
1505         Use `eword-encode-address-to-rword-list' instead of
1506         `eword-encode-mailbox-to-rword-list'.
1507
1508         * std11.el (std11-address-string): Fix for group list.
1509
1510 2000-08-10  MORIOKA Tomohiko  <tomo@m17n.org>
1511
1512         * mmgeneric.el: Enclose definition of class `mime-entity' and its
1513         internal accessors by `eval-and-compile'.
1514
1515         * luna.el: Define `luna-class-name' before it is used in macros.
1516
1517 \f
1518 2000-07-12  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1519
1520         * FLIM-Chao: Version 1.14.1 (Rokujiz\e-Dò) released.\e-A
1521
1522 2000-07-10  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1523
1524         * mmexternal.el (initialize-instance): Deleted.
1525         (mmexternal-require-file-name): New function.
1526         (mmexternal-require-buffer): Use `mmexternal-require-file-name'.
1527
1528 2000-06-30  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1529
1530         * mime.el (mime-entity-read-field): Fix a bug when FIELD-NAME is a
1531         string.
1532
1533 2000-06-23  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1534
1535         * mmexternal.el (initialize-instance): New method.
1536         (mime-entity-name): Fixed.
1537         (mmexternal-require-buffer): New function.
1538         (mime-insert-entity): New implementation.
1539         (mime-write-entity): Likewise.
1540         (mime-entity-body): New method.
1541         (mime-insert-entity-body): New method.
1542         (mime-write-entity-body): New implementation.
1543         (mime-entity-content): Likewise.
1544         (mime-insert-entity-content): Likewise.
1545         (mime-write-entity-content): Likewise.
1546         (mime-entity-fetch-field): Likewise.
1547         (mime-insert-header): Likewise.
1548
1549         * mmbuffer.el (initialize-instance): Store buffer instead of name
1550         of buffer to `buffer' slot.
1551
1552 2000-06-21  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1553
1554         * mmgeneric.el (mime-entity-children): Deleted.
1555
1556         * mmbuffer.el (mime-insert-entity-body): New method.
1557         (mmbuffer-parse-multipart): New function.
1558         (mmbuffer-parse-encapsulated): New function.
1559         (mime-entity-children): New function.
1560
1561 2000-06-21  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1562
1563         * mime.el (mime-find-root-entity): New function.
1564         (mime-entity-header-buffer): Comment out.
1565         (mime-goto-header-start-point): Likewise.
1566         (mime-entity-header-start-point): Likewise.
1567         (mime-entity-header-end-point): Likewise.
1568         (mime-entity-body-buffer): Likewise.
1569         (mime-goto-body-start-point): Likewise.
1570         (mime-goto-body-end-point): Likewise.
1571         (mime-entity-body-start-point): Likewise.
1572         (mime-entity-body-end-point): Likewise.
1573         (mime-entity-body-start): Likewise.
1574         (mime-entity-body-end): Likewise.
1575         (mime-entity-buffer): Likewise.
1576         (mime-entity-point-min): Likewise.
1577         (mime-entity-point-max): Likewise.
1578         (mime-insert-entity-body): New generic function.
1579         (mime-entity-uu-filename): Use `mime-insert-entity-body'.
1580         (mime-entity-set-content-type): New function.
1581         (mime-entity-set-encoding): New function.
1582
1583         * mime-parse.el (mime-parse-multipart): Comment out.
1584         (mime-parse-encapsulated): Likewise.
1585         (mime-parse-external): Likewise.
1586
1587         * mmbuffer.el (mime-entity-header-buffer): Comment out.
1588         (mime-goto-header-start-point): Likewise.
1589         (mime-entity-header-start-point): Likewise.
1590         (mime-entity-header-end-point): Likewise.
1591         (mime-entity-body-buffer): Likewise.
1592         (mime-goto-body-start-point): Likewise.
1593         (mime-goto-body-end-point): Likewise.
1594         (mime-entity-body-start-point): Likewise.
1595         (mime-entity-body-end-point): Likewise.
1596         (mime-entity-buffer): Likewise.
1597         (mime-entity-point-min): Likewise.
1598         (mime-entity-point-max): Likewise.
1599
1600 2000-05-30  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1601
1602         * eword-encode.el (eword-charset-encoding-alist): Add
1603         `iso-2022-jp-3'.
1604
1605 2000-05-25  Tanaka Akira      <akr@m17n.org>
1606
1607         * mime-en.sgml, mime-ja.sgml: Update for CVS via SSH.
1608
1609 2000-05-09  Katsumi Yamaoka   <yamaoka@jpl.org>
1610
1611         * smtp.el (smtp-deduce-address-list): Set `case-fold-search' to `t'
1612         in the working buffer.
1613
1614 2000-04-26  Yoshiki Hayashi  <yoshiki@xemacs.org>
1615
1616         * mime.el (mime-entity-body): New function.
1617         * mmbuffer.el (mime-entity-body): Implement it.
1618
1619 2000-03-03  Keiichi Suzuki  <keiichi@nanap.org>
1620
1621         * mime.el (mime-entity-node-id): Change to function.
1622
1623 2000-03-03  MORIOKA Tomohiko  <tomo@m17n.org>
1624
1625         * mmdbuffer.el, mmbuffer.el (initialize-instance): Don't setup
1626         `mime-message-structure'.
1627
1628         * mime-parse.el (mime-parse-buffer): Don't setup
1629         `mime-message-structure'.
1630
1631 2000-03-02  MORIOKA Tomohiko  <tomo@m17n.org>
1632
1633         * mmgeneric.el (mime-visible-field-p): Moved from mmbuffer.el.
1634         (mime-insert-header-from-buffer): Moved from mmbuffer.el.
1635
1636         * mmexternal.el, mmdbuffer.el, mmbuffer.el (mime-visible-field-p):
1637         Moved to mmgeneric.el.
1638         (mime-insert-header-from-buffer): Moved to mmgeneric.el.
1639
1640 2000-03-02  MORIOKA Tomohiko  <tomo@m17n.org>
1641
1642         * FLIM-ELS (flim-modules): Add `mmgeneric'.
1643
1644         * mmgeneric.el: New file.
1645
1646         * mmbuffer.el: Require `mmgeneric'.
1647
1648         * mime.el: Require `mmgeneric' when compiling.
1649
1650         * mime-def.el: Move mime-entity related definitions to
1651         mmgeneric.el.
1652
1653 2000-03-01  MORIOKA Tomohiko  <tomo@m17n.org>
1654
1655         * mime.el (mime-find-entity-from-number): Now second argument
1656         `message' is not an optional argument.
1657         (mime-find-entity-from-node-id): Likewise.
1658         (mime-find-entity-from-content-id): Likewise.
1659         (mime-fetch-field): Delete obsolete function.
1660         (mime-read-field): Likewise.
1661
1662 2000-03-01  MORIOKA Tomohiko  <tomo@m17n.org>
1663
1664         * mime.el (mime-entity-header-buffer): Mark it as obsolete.
1665         (mime-goto-header-start-point): Likewise.
1666         (mime-entity-header-start-point): Likewise.
1667         (mime-entity-header-end-point): Likewise.
1668         (mime-entity-body-start): Use `defalias'; don't recommend to use
1669         `mime-entity-body-start-point' instead.
1670         (mime-entity-body-end): Use `defalias'; don't recommend to use
1671         `mime-entity-body-end-point' instead.
1672         (mime-entity-body-buffer): Mark it as obsolete.
1673         (mime-goto-body-start-point): Likewise.
1674         (mime-goto-body-end-point): Likewise.
1675         (mime-entity-body-start-point): Likewise.
1676         (mime-entity-body-end-point): Likewise.
1677         (mime-entity-buffer): Don't recommend to use
1678         `mime-entity-header-buffer' or `mime-entity-body-buffer' instead.
1679         (mime-entity-point-min): Don't recommend to use
1680         `mime-entity-header-start-point' instead.
1681         (mime-entity-point-max): Don't recommend to use
1682         `mime-entity-body-end-point' instead.
1683
1684         * mime-def.el (mime-library-version): update to 1.14.1.
1685         - Add autoload setting for `mime-parse-external'.
1686
1687 \f
1688 2000-03-01  MORIOKA Tomohiko  <tomo@m17n.org>
1689
1690         * Chao: Version 1.14.0 (Momoyama) released.
1691
1692 2000-01-05  Katsumi Yamaoka   <yamaoka@jpl.org>
1693
1694         * Makefile, mime-en.sgml, mime-ja.sgml: Update for the new CVS
1695         server.
1696
1697 1999-12-20  Katsumi Yamaoka   <yamaoka@jpl.org>
1698
1699         * mel-b-el.el (base64-encode-region): Allow the optional second arg
1700         `no-line-break'.
1701         (base64-external-encode-region): Likewise.
1702         (base64-internal-encode-region): Likewise.
1703         (base64-encode-string): Likewise.
1704
1705 1999-12-16  MORIOKA Tomohiko  <tomo@m17n.org>
1706
1707         * FLIM-ELS (flim-modules): Add `mmexternal'.
1708
1709         * mime-parse.el (mime-parse-external): New function.
1710
1711         * mime-def.el (mime-entity-children [mime-entity]): Use
1712         `mime-parse-external' for message/external-body.
1713
1714         * mmexternal.el: New module.
1715
1716 1999-12-13  Katsumi Yamaoka   <yamaoka@jpl.org>
1717
1718         * README.en, README.ja, mime-en.sgml, mime-ja.sgml: Update for the
1719         recent ML address and ftp site.
1720
1721 1999-10-17  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
1722
1723         * FLIM-MK (install-flim-package): Delete auto-autoloads.el
1724         and custom-load.el
1725
1726 1999-09-20  Katsumi Yamaoka   <yamaoka@jpl.org>
1727
1728         * mailcap.el (mailcap-look-at-schar): Protect against unexpected
1729         eof.  [cf. <tm-ja:5177>]
1730
1731 1999-09-13  Katsumi Yamaoka   <yamaoka@jpl.org>
1732
1733         * smtpmail.el (smtpmail-send-it): Remove needless `concat'.
1734
1735 1999-09-08  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
1736
1737         * mime-ja.sgml, mime-en.sgml (Entity creation): Fix typo.
1738
1739 1999-09-01  Katsumi Yamaoka   <yamaoka@jpl.org>
1740
1741         * smtpmail.el (smtpmail-send-it): Make directory
1742         `smtpmail-queue-dir' if it does not exist; convert filename of
1743         queued mail using `convert-standard-filename'.
1744         (smtpmail-queue-index): Treat `smtpmail-queue-dir' as a directory
1745         name using `file-name-as-directory'.
1746         (smtpmail-queue-dir, smtpmail-queue-mail): Remove "*" from doc
1747         strings.
1748
1749 1999-08-26  Katsumi Yamaoka   <yamaoka@jpl.org>
1750
1751         * smtpmail.el (smtpmail-send-it): Use `time-stamp-yyyy-mm-dd' and
1752         `time-stamp-hh:mm:ss' instead of `current-time'.
1753
1754 1999-08-25  Katsumi Yamaoka   <yamaoka@jpl.org>
1755
1756         * FLIM-ELS: Use `if' instead of `unless'.
1757
1758 \f
1759 1999-08-17  MORIOKA Tomohiko  <tomo@m17n.org>
1760
1761         * FLIM: Version 1.13.2 (Kasanui) released.
1762
1763 1999-08-03  Yuuichi Teranishi <teranisi@gohome.org>
1764
1765         * smtp.el (smtp-notify-success): New option.
1766         * (smtp-via-smtp): Request return receipt (defined in RFC1891) to
1767         SMTP server if `smtp-notify-success' is non-nil.
1768         [cf. <tm-ja:4872,4877>]
1769
1770 1999-08-02  MORIOKA Tomohiko  <tomo@m17n.org>
1771
1772         * mime.el (mime-entity-header-start-point): New generic function.
1773         (mime-entity-header-end-point): New generic function.
1774
1775         * mmbuffer.el (mime-entity-header-start-point): New method.
1776         (mime-entity-header-end-point): New method.
1777
1778 1999-08-09  MORIOKA Tomohiko  <tomo@m17n.org>
1779
1780         * FLIM-ELS (flim-modules): Add `mmdbuffer'.
1781
1782 1999-07-27  MORIOKA Tomohiko  <tomo@m17n.org>
1783
1784         * mmdbuffer.el: New module.
1785
1786 1999-07-28  MORIOKA Tomohiko  <tomo@m17n.org>
1787
1788         * mime-parse.el: Add autoload setting for
1789         `mime-entity-body-buffer', `mime-entity-body-start-point' and
1790         `mime-entity-body-end-point'.
1791
1792         * mime.el (mime-entity-point-min): Define as an obsolete function.
1793         (mime-entity-point-max): Likewise.
1794
1795 1999-07-27  MORIOKA Tomohiko  <tomo@m17n.org>
1796
1797         * mmbuffer.el (entity-point-min): Deleted because it is
1798         duplicated.
1799         (entity-point-max): Deleted because it is duplicated.
1800
1801 1999-07-24  MORIOKA Tomohiko  <tomo@m17n.org>
1802
1803         * mmbuffer.el (mime-insert-text-content): Deleted [moved to
1804         mime-def.el].
1805
1806         * mime-def.el: Add autoload settings for `mime-entity-content' [to
1807         avoid warning].
1808         (mime-insert-text-content): New method of `mime-entity' [moved
1809         from mmbuffer.el].
1810
1811 1999-07-24  MORIOKA Tomohiko  <tomo@m17n.org>
1812
1813         * mmbuffer.el (mime-entity-children): Deleted [moved to
1814         mime-def.el].
1815
1816         * mime-def.el: Add autoload settings for
1817         `mime-entity-content-type', `mime-parse-multipart' and
1818         `mime-parse-encapsulated' [to avoid warning].
1819         (mime-entity-children): New method of `mime-entity' [moved from
1820         mmbuffer.el].
1821
1822 \f
1823 1999-07-22  MORIOKA Tomohiko  <tomo@m17n.org>
1824
1825         * FLIM: Version 1.13.1 (Tawaramoto) released.
1826
1827 1999-07-21  MORIOKA Tomohiko  <tomo@m17n.org>
1828
1829         * mime-parse.el (mime-parse-buffer): Fixed.
1830
1831 \f
1832 1999-07-16  MORIOKA Tomohiko  <tomo@m17n.org>
1833
1834         * FLIM: Version 1.13.0 (Iwami) released.
1835
1836 1999-07-09  Nakagawa, Makoto  <nakagawa@pochi.tis.co.jp>
1837
1838         * smtpmail.el (smtpmail-send-it): Use current-time to get rid of
1839         time-stamp-strftime.
1840         (smtpmail-send-it): Use write-region-as-binary instead of
1841         write-file.
1842         (smtpmail-send-queued-mail); Use find-file-noselect-as-binary
1843         instead of find-file-noselect.
1844
1845 1999-06-23  MORIOKA Tomohiko  <tomo@m17n.org>
1846
1847         * FLIM-CFG: Delete code to detect APEL 7.3 or later.
1848
1849 1999-06-16  Katsumi Yamaoka   <yamaoka@jpl.org>
1850
1851         * smtpmail.el (smtpmail-send-it): Extend the search bound to the
1852         end of the field for fetching the recipients from Resent-To.
1853
1854 1999-06-11  Katsumi Yamaoka   <yamaoka@jpl.org>
1855
1856         * luna.el (luna-define-class-function): Check for the improbable
1857         name of variable beginning with colon whether we should bind the
1858         sort of symbol or not.
1859         (TopLevel): Likewise.
1860
1861 1999-06-10  Katsumi Yamaoka   <yamaoka@jpl.org>
1862
1863         * luna.el (luna-define-class-function): Bind member variables
1864         statically for old Emacsen.
1865         (TopLevel): Require `static'; bind `:before', `:after' and
1866         `:around' statically for old Emacsen. [cf. <tm-ja:4593>]
1867
1868 \f
1869 1999-06-01  MORIOKA Tomohiko  <tomo@m17n.org>
1870
1871         * Chao: Version 1.13.0 (JR Fujinomori) released.
1872
1873 1999-05-29  MORIOKA Tomohiko  <tomo@m17n.org>
1874
1875         * mmbuffer.el (mime-entity-fetch-field): New implementation.
1876
1877         * mime-def.el (mime-entity-fetch-field): New method of luna-class
1878         `mime-entity'.
1879
1880         * luna.el (luna-define-method): Allow `:around' qualifier.
1881         (luna-class-find-functions): Likewise.
1882         (luna-send): Likewise.
1883         (luna-call-next-method): New function.
1884
1885 1999-05-26  MORIOKA Tomohiko  <tomo@m17n.org>
1886
1887         * mime-def.el (eval-module-depended-macro): Abolished.
1888         Use `def-edebug-spec' directly.
1889
1890         * luna.el (luna-define-method): Allow `:before' qualifier.
1891         (luna-class-find-functions): Likewise.
1892
1893         * mime-def.el (mime-message-structure): Define as obsolete
1894         variable.
1895
1896 1999-05-26  MORIOKA Tomohiko  <tomo@m17n.org>
1897
1898         * mime-parse.el (mime-parse-encapsulated): Use
1899         `mime-entity-body-start-point' and `mime-entity-body-end-point'.
1900
1901         * mime.el (mime-parse-buffer): Revert to auto-load from
1902         "mime-parse".
1903
1904         * mime-parse.el (mime-parse-multipart): Move from mime-parse.el
1905         again.
1906         (mime-parse-encapsulated): Likewise.
1907         (mime-parse-message): Likewise.
1908         (mime-parse-buffer): Likewise.
1909
1910         * mmbuffer.el (mime-parse-multipart): Move to mime-parse.el again.
1911         (mime-parse-encapsulated): Likewise.
1912         (mime-parse-message): Likewise.
1913         (mime-parse-buffer): Likewise.
1914
1915         * mmbuffer.el (mime-parse-encapsulated): Run in body-buffer of an
1916         entity.
1917
1918 1999-05-26  MORIOKA Tomohiko  <tomo@m17n.org>
1919
1920         * mmbuffer.el (initialize-instance): Don't initialize slots if
1921         they are initialized.
1922         (mime-parse-multipart): Run in body-buffer of an entity.
1923         (mime-entity-body-start-point): New method.
1924
1925 1999-05-25  MORIOKA Tomohiko  <tomo@m17n.org>
1926
1927         * mmbuffer.el (mime-entity-body-end-point): New method.
1928         (mime-goto-header-start-point): New method.
1929         (mime-goto-body-start-point): New method.
1930         (mime-goto-body-end-point): New method.
1931
1932         * mime.el (mime-goto-body-end-point): New generic function.
1933
1934         * mel.el (Q-encoded-text-length): Fixed.
1935
1936 1999-05-24  MORIOKA Tomohiko  <tomo@m17n.org>
1937
1938         * mmbuffer.el (mime-parse-multipart): Refer body-start instead of
1939         header-end.
1940
1941         * mmcooked.el (mime-insert-header): Fix typo.
1942
1943 1999-05-23  MORIOKA Tomohiko  <tomo@m17n.org>
1944
1945         * mmcooked.el (mime-insert-header): Use
1946         `luna-class-find-functions'.
1947
1948         * mime.el (mime-entity-buffer): Define as obsolete function.
1949         (mime-entity-body-end-point): New generic function; define
1950         `mime-entity-body-end' as obsolete function.
1951         (mime-goto-body-start-point): New generic function.
1952         (mime-entity-uu-filename): Use `mime-goto-body-start-point' and
1953         `mime-entity-body-end-point'.
1954
1955         * mmbuffer.el (initialize-instance): Define as after method;
1956         return initialized instance.
1957
1958         * luna.el (luna-define-class): Add `standard-object' as a parent.
1959         (luna-define-method): Allow `:after' qualifier.
1960         (luna-class-find-parents-functions): New function.
1961         (luna-class-find-functions): New function [abolish
1962         `luna-class-find-function'].
1963         (luna-find-functions): New function [abolish
1964         `luna-find-function'].
1965         (luna-send): Modify for new method dispatch mechanism.
1966         (luna-make-entity): New implementation.
1967         (standard-object): New class.
1968         (initialize-instance): New method.
1969
1970 1999-05-22  MORIOKA Tomohiko  <tomo@m17n.org>
1971
1972         * Delete mmgeneric.el.
1973
1974         * mmcooked.el: Modify for mmbuffer.el.
1975
1976         * mmbuffer.el:
1977         - Don't require `mmgeneric' and `mime-parse'.
1978         - Require mime.
1979         - Use `luna'.
1980         (mime-buffer-entity-buffer-internal): Renamed from
1981         `mime-entity-set-buffer-internal'.
1982         (mime-buffer-entity-set-buffer-internal): Likewise.
1983         (mime-buffer-entity-header-start-internal): Likewise.
1984         (mime-buffer-entity-set-header-start-internal): Likewise.
1985         (mime-buffer-entity-header-end-internal): Likewise.
1986         (mime-buffer-entity-set-header-end-internal): Likewise.
1987         (mime-buffer-entity-body-start-internal): Likewise.
1988         (mime-buffer-entity-set-body-start-internal): Likewise.
1989         (mime-buffer-entity-body-end-internal): Likewise.
1990         (mime-buffer-entity-set-body-end-internal): Likewise.
1991         (mime-entity-name): New method.
1992         (mime-parse-multipart): New function [moved from mime-parse.el].
1993         (mime-parse-encapsulated): Likewise.
1994         (mime-parse-message): Likewise.
1995         (mime-entity-children): New method.
1996         (mime-goto-header-start-point): New method.
1997         (mime-visible-field-p): New function [moved from mmgeneric.el].
1998         (mime-insert-header-from-buffer): Likewise.
1999         (mime-insert-header): New method.
2000         (mime-entity-content): Use `luna-define-method'.
2001         (mime-insert-text-content): New method.
2002         ((mime-entity-fetch-field): Use `luna-define-method'.
2003         (mime-entity-header-buffer): New method.
2004         (mime-entity-body-buffer): Likewise.
2005         (mime-entity-buffer): Likewise.
2006         (mime-entity-point-min): Use `luna-define-method'.
2007         (mime-entity-point-max): Use `luna-define-method'.
2008         (mime-parse-buffer): New function [moved from mmgeneric.el].
2009
2010         * mime-parse.el (mime-parse-multipart): Moved to mmbuffer.el.
2011         (mime-parse-encapsulated): Likewise.
2012         (mime-parse-message): Likewise.
2013         (mime-parse-buffer): Likewise.
2014
2015         * mime.el (mime-parse-buffer): Auto-loaded from "mmbufer".
2016         (mime-find-function): Abolished.
2017         (mime-entity-function): Abolished.
2018         (mime-entity-send): Use `luna-send'.
2019         (mime-open-entity): Use `luna-make-entity' and
2020         `mm-expand-class-name'.
2021         (mime-entity-cooked-p): Use `luna-define-generic'.
2022         (mime-entity-children): Use `luna-send'.
2023         (mime-find-entity-from-content-id): Use `mime-entity-read-field'.
2024         (mime-entity-buffer): Change to generic function.
2025         (mime-entity-header-buffer): New generic function.
2026         (mime-entity-body-buffer): Likewise.
2027         (mime-entity-point-min): Use `luna-define-generic'.
2028         (mime-entity-point-max): Likewise.
2029         (mime-entity-header-start): Abolished.
2030         (mime-entity-header-end): Abolished.
2031         (mime-entity-body-start): Abolished.
2032         (mime-entity-body-end): Abolished.
2033         (mime-goto-header-start-point): New generic function.
2034         (mime-entity-fetch-field): New generic function.
2035         (mime-fetch-field): Use `mime-entity-fetch-field'; declare as
2036         obsolete function.
2037         (mime-entity-content-type): Use `mime-entity-fetch-field'.
2038         (mime-entity-content-disposition): Likewise.
2039         (mime-entity-encoding): Likewise.
2040         (mime-entity-read-field): New function.
2041         (mime-read-field): Use `mime-entity-read-field'; declare as
2042         obsolete function.
2043         (mime-insert-header): Use `luna-define-generic'; abolish obsolete
2044         alias `mime-insert-decoded-header'.
2045         (mime-entity-name): New generic function.
2046         (mime-entity-content): Use `luna-define-generic'.
2047         (mime-insert-entity-content): Likewise.
2048         (mime-write-entity-content): Likewise.
2049         (mime-insert-text-content): Likewise.
2050         (mime-insert-entity): Likewise.
2051         (mime-write-entity): Likewise.
2052         (mime-write-entity-body): Likewise.
2053
2054         * mime-def.el:
2055         - Use `luna'.
2056         (make-mime-entity-internal): Abolished.
2057         (mime-entity-representation-type-internal): Change to alias for
2058         `luna-class-name'.
2059         (mime-entity-set-representation-type-internal): Change to alias
2060         for `luna-set-class-name'.
2061         (mime-entity-location-internal): Defined by
2062         `luna-define-internal-accessors'.
2063         (mime-entity-set-location-internal): Likewise.
2064         (mime-entity-content-type-internal): Likewise.
2065         (mime-entity-set-content-type-internal): Likewise.
2066         (mime-entity-content-disposition-internal): Likewise.
2067         (mime-entity-set-content-disposition-internal): Likewise.
2068         (mime-entity-encoding-internal): Likewise.
2069         (mime-entity-set-encoding-internal): Likewise.
2070         (mime-entity-children-internal): Likewise.
2071         (mime-entity-set-children-internal): Likewise.
2072         (mime-entity-parent-internal): Likewise.
2073         (mime-entity-set-parent-internal): Likewise.
2074         (mime-entity-node-id-internal): Likewise.
2075         (mime-entity-decoded-subject-internal): Abolished.
2076         (mime-entity-set-decoded-subject-internal): Abolished.
2077         (mime-entity-decoded-from-internal): Abolished.
2078         (mime-entity-set-decoded-from-internal): Abolished.
2079         (mime-entity-date-internal): Abolished.
2080         (mime-entity-set-date-internal): Abolished.
2081         (mime-entity-message-id-internal): Abolished.
2082         (mime-entity-set-message-id-internal): Abolished.
2083         (mime-entity-references-internal): Abolished.
2084         (mime-entity-set-references-internal): Abolished.
2085         (mime-entity-chars-internal): Abolished.
2086         (mime-entity-set-chars-internal): Abolished.
2087         (mime-entity-lines-internal): Abolished.
2088         (mime-entity-set-lines-internal): Abolished.
2089         (mime-entity-xref-internal): Abolished.
2090         (mime-entity-set-xref-internal): Abolished.
2091         (mime-entity-original-header-internal): Defined by
2092         `luna-define-internal-accessors'.
2093         (mime-entity-set-original-header-internal): Likewise.
2094         (mime-entity-parsed-header-internal): Likewise.
2095         (mime-entity-set-parsed-header-internal): Likewise.
2096         (mime-entity-buffer-internal): Abolished.
2097         (mime-entity-set-buffer-internal): Abolished.
2098         (mime-entity-header-start-internal): Abolished.
2099         (mime-entity-set-header-start-internal): Abolished.
2100         (mime-entity-header-end-internal): Abolished.
2101         (mime-entity-set-header-end-internal): Abolished.
2102         (mime-entity-body-start-internal): Abolished.
2103         (mime-entity-set-body-start-internal): Abolished.
2104         (mime-entity-body-end-internal): Abolished.
2105         (mime-entity-set-body-end-internal): Abolished.
2106         (mm-expand-class-name): New macro.
2107         (mm-define-backend): Use `luna-define-class' and
2108         `mm-expand-class-name'.
2109         (mm-define-method): Use `luna-define-method' and
2110         `mm-expand-class-name'.
2111         (mm-arglist-to-arguments): Abolished.
2112         (mel-define-service): Use `luna-arglist-to-arguments' instead of
2113         `mm-arglist-to-arguments'.
2114
2115         * mel.el: Require `alist'.
2116
2117         * FLIM-ELS (flim-modules): Add `luna' and delete `mmgeneric'.
2118
2119         * luna.el:
2120         - Rename property `luna-member-index' to `luna-slot-index'.
2121         - Rearrangement to avoid byte-compiling problem.
2122         (luna-define-class-function): New function.
2123         (luna-define-class): Use `luna-define-class-function'.
2124         (luna-define-generic): Fixed.
2125         (luna-define-internal-accessors): New function.
2126
2127 1999-05-15  MORIOKA Tomohiko  <tomo@m17n.org>
2128
2129         * luna.el (luna-make-entity-function): Send `initialize-instance'.
2130
2131 1999-05-14  MORIOKA Tomohiko  <tomo@m17n.org>
2132
2133         * luna.el: New module.
2134
2135 \f
2136 1999-05-31  MORIOKA Tomohiko  <tomo@m17n.org>
2137
2138         * FLIM: Version 1.12.7 (Y\e-Dþzaki) released.\e-A
2139
2140 1999-05-31  MORIOKA Tomohiko  <tomo@m17n.org>
2141
2142         * mime-en.sgml (Network representation of header): Translate.
2143
2144 1999-05-27  Shuhei KOBAYASHI  <shuhei@aqua.ocn.ne.jp>
2145
2146         * mel-b-el.el (pack-sequence): Eliminate local variable `i'.
2147         (base64-encode-1): Avoid concat.
2148         (base64-encode-string): Fixed last change; extra padding.
2149
2150 1999-05-26  MORIOKA Tomohiko  <tomo@m17n.org>
2151
2152         * smtpmail.el (smtpmail-default-smtp-server): Define obsolete
2153         variable alias for XEmacs.
2154         (smtpmail-smtp-server): Likewise.
2155         (smtpmail-smtp-service): Likewise.
2156         (smtpmail-local-domain): Likewise.
2157         (smtpmail-debug-info): Likewise.
2158         (smtpmail-send-it): Check function `expand-mail-aliases' is
2159         defined.
2160
2161 1999-05-26  MORIOKA Tomohiko  <tomo@m17n.org>
2162
2163         * smtp.el (smtp-debug-info): Now a user option.
2164
2165 1999-05-25  Yoshiki Hayashi  <g740685@komaba.ecc.u-tokyo.ac.jp>
2166
2167         * README.ja: Modify URL and required version of APEL.
2168
2169 1999-05-24  Tanaka Akira  <akr@jaist.ac.jp>
2170
2171         * mel-b-ccl.el (base64-encode-string): New alias.
2172         (base64-encode-region): Ditto.
2173         (base64-decode-string): Ditto.
2174         (base64-decode-region): Ditto.
2175
2176 1999-05-24  Tanaka Akira  <akr@jaist.ac.jp>
2177
2178         * mel-b-ccl.el, mel-q-ccl.el: Sync up with doodle-1.12.5.
2179
2180 1999-05-24  MORIOKA Tomohiko  <tomo@m17n.org>
2181
2182         * eword-encode.el (ew-space-process): Renamed from
2183         `tm-eword::space-process'.
2184
2185 1999-05-24  MORIOKA Tomohiko  <tomo@m17n.org>
2186
2187         * eword-encode.el (tm-eword::space-process): Don't concatenate
2188         `special's.
2189         (ew-encode-rword-1): Renamed from `tm-eword::encode-string-1'; add
2190         new optional argument `must-output'; return nil if it can't encode
2191         literally.
2192         (eword-encode-rword-list): Fold SPACE or TAB in the encoded string
2193         if `ew-encode-rword-1' can't encode literally and it is possible
2194         to encode the rest literally with the folding.
2195         (eword-encode-phrase-to-rword-list): Add `special' flag to
2196         brackets of comments.
2197
2198 1999-05-22  Shuhei KOBAYASHI  <shuhei@aqua.ocn.ne.jp>
2199
2200         * smtpmail.el: Require 'poe and 'pcustom.
2201
2202 1999-05-22  Shuhei KOBAYASHI  <shuhei@aqua.ocn.ne.jp>
2203
2204         * mel.el: Update header.
2205         Require 'path-util and don't require 'poem.
2206         (mel-use-module): Eliminate local variable `encoding'.
2207         (mime-insert-encoded-file for mel-b-builtin):
2208         Use built-in `interactive' spec.
2209         (encoded-text-decode-string): Anchor regexp with "\\`" and "\\'".
2210         (mime-encode-region): Capitalize prompt string.
2211         (mime-decode-region): Ditto.
2212         (mime-insert-encoded-file): Ditto.
2213         (mime-write-decoded-region): Ditto.
2214
2215         * mel-b-ccl.el: Update header.
2216         (base64-ccl-encode-region): Use read-only `interactive' spec.
2217         (base64-ccl-decode-region): Ditto.
2218         (base64-ccl-insert-encoded-file): Use built-in `interactive' spec.
2219         (base64-ccl-write-decoded-region): Ditto.
2220         (encoded-text-decode-string): Anchor regexp with "\\`" and "\\'".
2221
2222         * mel-b-dl.el: Update header.
2223         Don't require 'poe; it is required implicitly via 'mime-def.
2224         (base64-dl-handle): Chech whether `base64-dl-module' is string.
2225         Defalias `base64-encode-string' and `base64-decode-string' just
2226         after `dynamic-call'ing "emacs_base64_init".
2227         (base64-encode-region): Use read-only `interactive' spec.
2228         Use `base64-encode-string'.
2229         Changed order of evaluation to "encode, delete, then insert".
2230         (base64-decode-region): Renamed from `decode-base64-region'.
2231         Use read-only `interactive' spec.
2232         Use `base64-decode-string'.
2233         Changed order of evaluation to "decode, delete, then insert".
2234         (mime-encode-string): Use `base64-encode-string'.
2235         (mime-decode-string): Use `base64-decode-string'.
2236         (mime-decode-region): Use `base64-decode-region'.
2237         (encoded-text-encode-string): Use `base64-encode-string'.
2238         (encoded-text-decode-string): Anchor regexp with "\\`" and "\\'".
2239         (mime-insert-encoded-file): Use built-in `interactive' spec.
2240         (mime-write-decoded-region in comment): Ditto.
2241
2242         * mel-b-el.el: Update header.
2243         Don't require 'poe; it is required implicitly via 'mime-def.
2244         (pack-sequence): Moved to top of the function definitions.
2245         (base64-encode-string): Calculate padding first.
2246         (base64-internal-encode-region): Changed order of evaluation to
2247         "encode, delete, then insert".
2248         (base64-internal-decode-string): Changed order of evaluation to
2249         "decode, delete, then insert".
2250         (base64-encode-region): Use read-only `interactive' spec.
2251         (base64-decode-region): Ditto.
2252         (base64-decode-string): Not interactive.
2253         (encoded-text-decode-string): Anchor regexp with "\\`" and "\\'".
2254         (base64-insert-encoded-file): Use built-in `interactive' spec.
2255         (base64-write-decoded-region): Ditto.
2256
2257         * mel-g.el: Update header.
2258         Require 'mime-def instead of 'poem and 'mel.
2259         (mime-insert-encoded-file): Use built-in `interactive' spec.
2260         (mime-write-decoded-region): Ditto.
2261
2262         * mel-q-ccl.el: Update header.
2263         (quoted-printable-ccl-encode-region):
2264         Use read-only `interactive' spec.
2265         (quoted-printable-ccl-decode-region): Ditto.
2266         (quoted-printable-ccl-insert-encoded-file):
2267         Use built-in `interactive' spec.
2268         (quoted-printable-ccl-write-decoded-region): Ditto.
2269         (encoded-text-decode-string): Anchor regexp with "\\`" and "\\'".
2270
2271         * mel-q.el: Update header.
2272         Require 'path-util instead of 'emu.
2273         (quoted-printable-internal-encode-region): Rewrite without regexp.
2274         (quoted-printable-internal-decode-region): Ditto.
2275         (quoted-printable-encode-region): Use read-only `interactive' spec.
2276         (quoted-printable-decode-region): Ditto.
2277         (mime-insert-encoded-file): Use built-in `interactive' spec.
2278         (mime-write-decoded-region): Ditto.
2279         (encoded-text-decode-string): Anchor regexp with "\\`" and "\\'".
2280
2281         * mel-u.el: Update header.
2282         Require 'path-util instead of 'emu.
2283         (mime-insert-encoded-file): Use built-in `interactive' spec.
2284         (mime-write-decoded-region): Ditto.
2285
2286 1999-05-22  Shuhei KOBAYASHI  <shuhei@aqua.ocn.ne.jp>
2287
2288         * mime-def.el: Require 'poe, 'poem, and 'pcustom.
2289         (mime): Declare `default-mime-charset' as an initial member.
2290
2291         * mime-parse.el: Don't require 'cl at compile-time.
2292
2293         * mailcap.el (mailcap-look-at-qchar): Use `char-after'.
2294
2295         * std11.el: Require 'poe, 'poem, and 'pcustom.
2296
2297         * smtp.el: Update header.
2298         Require 'poe, 'poem, and 'pcustom.
2299         Require 'cl at compile-time.
2300
2301 1999-05-21  MORIOKA Tomohiko  <tomo@m17n.org>
2302
2303         * README.en (Installation): Modify URL and required version of
2304         APEL.
2305
2306         * eword-encode.el (ew-find-charset-rule): Renamed from
2307         `tm-eword::find-charset-rule'; use
2308         `find-mime-charset-by-charsets'.
2309
2310 \f
2311 1999-05-11  MORIOKA Tomohiko  <tomo@m17n.org>
2312
2313         * FLIM: Version 1.12.6 (Family-K\e-Dòenmae) released.\e-A
2314
2315 1999-04-27  Shuhei KOBAYASHI  <shuhei@aqua.ocn.ne.jp>
2316
2317         * mel-b-ccl.el (TopLevel): Suppress warning.
2318         mel-q-ccl.el (TopLevel): Ditto.
2319         mime.el (TopLevel): Ditto.
2320
2321 1999-04-26  Shuhei KOBAYASHI  <shuhei@aqua.ocn.ne.jp>
2322
2323         * eword-decode.el (eword-encoded-word-regexp): Accept "b" and "q"
2324         for "encoding".
2325
2326         * mime-def.el (std11-qtext-regexp): Don't use `string'.
2327         (mime-tspecial-char-list): Eval at compile time.
2328
2329 1999-04-22  Katsumi Yamaoka   <yamaoka@jpl.org>
2330
2331         * mime.el: Delete autoload setting for `eword-encode-field'.
2332
2333 1999-04-22  MORIOKA Tomohiko  <tomo@m17n.org>
2334
2335         * eword-encode.el: Require `poem' instead of `emu'.
2336         Don't use `cl' for `caar'.
2337
2338 1999-04-09  Katsumi Yamaoka   <yamaoka@jpl.org>
2339
2340         * smtp.el (smtp-via-smtp): Funcall `smtp-server' if it is a
2341         function.
2342         (smtp-server): Make it can also be a function called from
2343         `smtp-via-smtp' with arguments SENDER and RECIPIENTS.
2344
2345 1999-04-05  Shuhei KOBAYASHI  <shuhei@aqua.ocn.ne.jp>
2346
2347         * FLIM-CFG: Make easier to install in VERSION_SPECIFIC_LISPDIR.
2348
2349 1999-03-29  Shuhei KOBAYASHI  <shuhei@aqua.ocn.ne.jp>
2350
2351         * mime.el (mime-read-field): Correct argument of
2352         `mime-decode-field-body'; 'native -> 'plain.
2353
2354 1999-03-27  Shuhei KOBAYASHI  <shuhei@aqua.ocn.ne.jp>
2355
2356         * eword-encode.el (TopLevel): Require 'cl when compiling.
2357         (eword-encode-rword-list): Suppress insertion of extra spaces.
2358         (eword-encode-msg-id-to-rword-list): Treat surrounding angle
2359         brackets atomically.
2360         ([tm-ja:4244] by Kazuhiro Ohta <ohta@ele.cst.nihon-u.ac.jp>)
2361
2362 1999-03-11  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2363
2364         * eword-encode.el (eword-charset-encoding-alist): Add `tis-620'.
2365
2366 1999-03-01  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2367
2368         * mel.el (mime-decode-string): Return STRING if return value of
2369         `(mel-find-function 'mime-decode-string encoding)' is nil.
2370
2371 1999-02-10  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2372
2373         * mime-def.el (mel-define-service): Change size of obarray to 7.
2374
2375 1999-02-01  Yoshiki Hayashi  <g740685@komaba.ecc.u-tokyo.ac.jp>
2376
2377         * mime-ja.sgml: Tranlate all untranslated parts.
2378
2379 \f
2380 1999-01-27  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2381
2382         * FLIM: Version 1.12.5 (Hirahata) released.
2383
2384         * mime-ja.sgml, mime-en.sgml: Sync with FLIM API 1.12.
2385
2386 1999-01-26  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2387
2388         * NEWS (New optional argument of `std11-field-end'): New
2389         subsection.
2390
2391         * std11.el (std11-field-end): Add new optional argument `bound'.
2392
2393 \f
2394 1999-01-24  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2395
2396         * FLIM: Version 1.12.4 (Tsutsui) released.
2397
2398 1999-01-24  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2399
2400         * README.en: Sync with latest FLIM.
2401
2402         * README.ja: fixed.
2403
2404 1999-01-24  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2405
2406         * mmbuffer.el, mmgeneric.el (insert-entity-content): New method.
2407
2408         * mime.el (mime-insert-entity-content): New generic function.
2409
2410 1999-01-24  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2411
2412         * NEWS (New function `mime-find-entity-from-content-id'): New
2413         subsection.
2414         (New function `mime-parse-msg-id'): New subsection.
2415         (New function `mime-uri-parse-cid'): New subsection.
2416
2417 1999-01-24  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2418
2419         * mime.el (mime-find-entity-from-content-id): New function.
2420         (mime-field-parser-alist): Use `mime-parse-msg-id' instead of
2421         `std11-parse-msg-id' to parse `Message-Id', `Recent-Message-Id'
2422         and `Content-Id' field.
2423
2424         * mime-parse.el (mime-parse-msg-id): New function.
2425         (mime-uri-parse-cid): New function.
2426
2427 \f
2428 1999-01-23  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2429
2430         * FLIM: Version 1.12.3 (Kintetsu-K\e-Dòriyama) released.\e-A
2431
2432 1999-01-23  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2433
2434         * NEWS (Function `std11-parse-in-reply-to'): New subsection.
2435         (New function `std11-parse-msg-id-string'): Likewise.
2436         (New function `std11-parse-msg-ids-string'): Likewise.
2437         (New generic function `mime-insert-entity'): Likewise.
2438
2439 1999-01-23  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2440
2441         * mime.el (mime-field-parser-alist): Change to set parser for
2442         tokens instead of parser for string.
2443         (mime-read-field): Use `eword-lexical-analyze' before parsing.
2444
2445         * eword-encode.el (eword-encode-in-reply-to): Use
2446         `std11-parse-msg-ids-string' instead of `std11-parse-in-reply-to'
2447         and `std11-lexical-analyze'.
2448
2449         * std11.el (std11-parse-msg-ids): Renamed from
2450         `std11-parse-in-reply-to'; define `std11-parse-in-reply-to' as
2451         obsolete alias.
2452         (std11-parse-msg-id-string): New function.
2453         (std11-parse-msg-ids-string): New function.
2454
2455 1999-01-23  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2456
2457         * mime.el (mime-field-parser-alist): New variable.
2458         (mime-read-field): Refer `mime-field-parser-alist'.
2459
2460 1999-01-23  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2461
2462         * mmbuffer.el, mmgeneric.el (insert-entity): New method.
2463
2464         * mime.el (mime-insert-entity): New generic function.
2465
2466 1999-01-22  Katsumi Yamaoka   <yamaoka@jpl.org>
2467
2468         * std11.el (TopLevel): Require `custom'.
2469
2470 \f
2471 1999-01-21  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2472
2473         * FLIM: Version 1.12.2 (Kuj\e-Dò) released.\e-A
2474
2475 1999-01-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2476
2477         * mime-parse.el (mime-lexical-analyzer): New user option.
2478         (mime-analyze-tspecial): New function.
2479         (mime-analyze-token): New function.
2480         (mime-parse-Content-Transfer-Encoding): Use
2481         `std11-lexical-analyze' with `mime-lexical-analyzer'.
2482
2483         * mime-def.el (mime-tspecial-char-list): Renamed from
2484         `mime-tspecials'; changed from string to list.
2485         (mime-token-regexp): Use `eval-when-compile'.
2486
2487 1999-01-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2488
2489         * eword-decode.el (eword-lexical-analyzer): Modify DOC-string
2490         about interface change.
2491         (eword-analyze-comment): Renamed from `eword-parse-comment';
2492         change second argument `from' to required argument; abolish alias
2493         `eword-analyze-comment' of `eword-parse-comment'.
2494
2495 1999-01-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2496
2497         * NEWS (User option `eword-lexical-analyzers' ->
2498         `eword-lexical-analyzer'): New subsection.
2499
2500         * eword-decode.el (eword-lexical-analyzer): Renamed from user
2501         option `eword-lexical-analyzers'.
2502
2503 1999-01-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2504
2505         * NEWS (New user option `std11-lexical-analyzer'): New subsection.
2506
2507         * std11.el (std11-lexical-analyzer): Renamed from user option
2508         `std11-lexical-analyzers'.
2509
2510 1999-01-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2511
2512         * std11.el (std11-lexical-analyze): Change interface to add new
2513         optional argument `analyzers'.
2514
2515 1999-01-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2516
2517         * std11.el (std11-lexical-analyzers): New user option.
2518         (std11-lexical-analyze): New implementation; refer
2519         `std11-lexical-analyzers'.
2520
2521 1999-01-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2522
2523         * NEWS (Change interface of lexical-analyzers): New subsection.
2524
2525 1999-01-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2526
2527         * eword-decode.el (eword-encoded-word-regexp): Must define when
2528         this module is compiled.
2529         (eword-decode-structured-field-body): Add new optional argument
2530         `start'.
2531         (eword-decode-and-unfold-structured-field-body): Likewise.
2532         (eword-decode-and-fold-structured-field-body): Likewise.
2533         (eword-analyze-quoted-string): Add new argument `start'; return
2534         `(<parsed result> . <end position>)' instead of `(<parsed result>
2535         . <rest string>)'.
2536         (std11-analyze-domain-literal): Likewise.
2537         (eword-analyze-domain-literal): Likewise.
2538         (eword-analyze-comment): Changed to alias of
2539         `eword-parse-comment'.
2540         (eword-analyze-spaces): Add new argument `start'; return `(<parsed
2541         result> . <end position>)' instead of `(<parsed result> . <rest
2542         string>)'.
2543         (std11-analyze-domain-literal): Likewise.
2544         (eword-analyze-special): Likewise.
2545         (eword-analyze-encoded-word): Likewise.
2546         (eword-analyze-atom): Likewise.
2547         (eword-lexical-analyze-internal): Add new argument `start'.
2548         (eword-lexical-analyze): Change interface to add new optional
2549         argument `start'.
2550         (eword-extract-address-components): Add new optional argument
2551         `start'.
2552
2553         * std11.el (std11-atom-regexp): Modify to match non-top atom.
2554         (std11-analyze-spaces): Add new argument `start'; return `(<parsed
2555         result> . <end position>)' instead of `(<parsed result> . <rest
2556         string>)'.
2557         (std11-analyze-special): Likewise.
2558         (std11-analyze-atom): Likewise.
2559         (std11-analyze-quoted-string): Likewise.
2560         (std11-analyze-domain-literal): Likewise.
2561         (std11-analyze-comment): Likewise.
2562         (std11-lexical-analyze): Add new optional argument `start'.
2563
2564 1999-01-15  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2565
2566         * std11.el (std11-fetch-field): Add autoload cookie.
2567         (std11-narrow-to-header): Likewise.
2568         (std11-field-body): Likewise.
2569         (std11-unfold-string): Likewise.
2570         (std11-lexical-analyze): Add DOC-string; add autoload cookie.
2571
2572         * std11.el (std11-space-char-list): Renamed from
2573         `std11-space-chars'; changed from string to list.
2574
2575 1999-01-15  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2576
2577         * std11.el (std11-fetch-field): Don't define as inline function.
2578         (std11-field-body): Enclose `std11-narrow-to-header' and
2579         `std11-fetch-field' by `inline'.
2580
2581 1999-01-15  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2582
2583         * std11.el (std11-special-char-list): Evaluate when it is
2584         compiled.
2585         (std11-atom-regexp): Use `eval-when-compile'.
2586
2587 1999-01-15  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2588
2589         * std11.el (std11-space-chars): Must evaluate when it is compiled.
2590         (std11-analyze-spaces): Don't use `std11-spaces-regexp'; abolist
2591         constant `std11-spaces-regexp'.
2592
2593         * mime-parse.el (mime-disposition-type-regexp): Must evaluate when
2594         it is compiled.
2595
2596         * mime-parse.el: Don't require emu.
2597
2598         * mime-parse.el (mime-parse-Content-Disposition): Use
2599         `eval-when-compile'.
2600
2601         * mime-parse.el (mime-parse-Content-Transfer-Encoding): New
2602         implementation.
2603
2604 1998-12-22  Katsumi Yamaoka <yamaoka@jpl.org>
2605
2606         * README.en (Installation): Modify for APEL 9.12.
2607         * README.ja (Installation): Likewise.
2608
2609 1998-12-14  Katsumi Yamaoka <yamaoka@jpl.org>
2610
2611         * mel-b-ccl.el (base64-ccl-insert-encoded-file): Call
2612         `insert-file-contents-as-coding-system' with CODING-SYSTEM as the
2613         1st arg.
2614         * mel-q-ccl.el (quoted-printable-ccl-insert-encoded-file):
2615         Likewise.
2616
2617         * mel-b-ccl.el (base64-ccl-write-decoded-region): Call
2618         `write-region-as-coding-system' with CODING-SYSTEM as the 1st arg.
2619         * mel-q-ccl.el (quoted-printable-ccl-write-decoded-region):
2620         Likewise.
2621
2622 1998-12-14  Katsumi Yamaoka <yamaoka@jpl.org>
2623
2624         * mel-b-ccl.el (base64-ccl-insert-encoded-file): Use
2625         `insert-file-contents-as-coding-system' (renamed from
2626         `insert-file-contents-as-specified-coding-system').
2627         * mel-q-ccl.el (quoted-printable-ccl-insert-encoded-file):
2628         Likewise.
2629
2630         * mel-b-ccl.el (base64-ccl-write-decoded-region): Use
2631         `write-region-as-coding-system' (renamed from
2632         `write-region-as-specified-coding-system').
2633         * mel-q-ccl.el (quoted-printable-ccl-write-decoded-region):
2634         Likewise.
2635
2636 1998-12-08  Katsumi Yamaoka <yamaoka@jpl.org>
2637
2638         * smtp.el (smtp-coding-system): Abolished.
2639         (smtp-via-smtp): Use `open-network-stream-as-binary' instead of
2640         `open-network-stream'.
2641
2642 1998-12-04  Katsumi Yamaoka <yamaoka@jpl.org>
2643
2644         * mel-b-ccl.el (base64-ccl-insert-encoded-file): Use
2645         `insert-file-contents-as-specified-coding-system' instead of
2646         `insert-file-contents'.
2647         * mel-q-ccl.el (quoted-printable-ccl-insert-encoded-file):
2648         Likewise.
2649
2650         * mel-b-ccl.el (base64-ccl-write-decoded-region): Use
2651         `write-region-as-specified-coding-system' instead of
2652         `write-region'.
2653         * mel-q-ccl.el (quoted-printable-ccl-write-decoded-region):
2654         Likewise.
2655
2656 \f
2657 1998-12-02  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2658
2659         * FLIM: Version 1.12.1 (Nishinoky\e-Dò) released.\e-A
2660
2661 1998-11-30  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2662
2663         * smtpmail.el (smtpmail-send-it): Add autoload cookie; use
2664         `smtpmail-do-bcc' instead of `smtp-do-bcc'; modify for interface
2665         change of `smtp-via-smtp'.
2666         (smtpmail-do-bcc): New function (moved and renamed from
2667         `smtp-do-bcc' of smtp.el).
2668
2669 1998-08-06  Katsumi Yamaoka <yamaoka@jpl.org>
2670
2671         * lisp/smtp.el: Do not insert empty line at the end of message.
2672
2673 1998-06-18  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
2674
2675         * lisp/smtp.el (smtp-use-8bitmime): New variable.
2676         (smtp-debug-info): Internal variable, now.
2677         (smtp-make-fqdn): Renamed from `smtp-fqdn'.
2678         (smtp-via-smtp): New implementation.
2679         (smtp-send-command): Treat "PASS" as usual.
2680         (smtp-do-bcc): Removed.
2681
2682 1998-11-30  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2683
2684         * smtpmail.el: New module (copied from Semi-gnus 6.8).
2685
2686         * smtp.el: New module (copied from Semi-gnus 6.8).
2687
2688         * FLIM-ELS: Add smtp.el and smtpmail.el.
2689
2690 1998-11-30  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2691
2692         * mime-def.el: Abolish function `eliminate-top-spaces' because it
2693         is not used in FLIM.
2694
2695 1998-11-29  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2696
2697         * eword-encode.el (eword-encode-mailbox-to-rword-list): Fix
2698         problem in `eword-encode-addresses-to-rword-list'.
2699
2700 1998-11-26  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2701
2702         * std11.el (std11-full-name-string): fixed.
2703
2704         * std11.el (std11-comment-value-to-string): fixed.
2705
2706 1998-11-25  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2707
2708         * NEWS (Changes in FLIM 1.12): New section.
2709
2710 1998-11-25  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2711
2712         * std11.el (std11-comment-value-to-string): New function.
2713         (std11-full-name-string): Use `std11-comment-value-to-string'.
2714
2715         * eword-decode.el (eword-parse-comment): New function.
2716         (eword-analyze-comment): New implementation; use
2717         `eword-parse-comment'; change representation.
2718         (eword-decode-token): Modify for representation change of comment.
2719
2720 \f
2721 1998-11-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2722
2723         * FLIM: Version 1.12.0 (Amagatsuji) was released.
2724
2725 1998-11-14  Tanaka Akira  <akr@jaist.ac.jp>
2726
2727         * mel-b-ccl.el (ccl-cascading-read): Check consistency.
2728
2729 1998-11-13  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2730
2731         * eword-decode.el (eword-decode-structured-field-body): Abolish
2732         non-used local variable.
2733
2734 1998-11-12  Tanaka Akira  <akr@jaist.ac.jp>
2735
2736         * mel-b-ccl.el (mel-ccl-decode-b): Check `ccl-cascading-read' to
2737         select implementation.
2738
2739 1998-11-12  Tanaka Akira  <akr@jaist.ac.jp>
2740
2741         * mel-q-ccl.el (mel-ccl-encode-quoted-printable-generic): workaround
2742         for mule-2.3@19.34.
2743
2744 1998-11-12  Tanaka Akira  <akr@jaist.ac.jp>
2745
2746         * mel.el (mel-b-builtin): New variable.
2747
2748 1998-11-10  Tanaka Akira  <akr@jaist.ac.jp>
2749
2750         * FLIM-ELS: require 'pccl.
2751         (flim-modules): Check CCL availability by broken facility.
2752
2753 1998-11-08  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2754
2755         * eword-decode.el (eword-decode-structured-field-body): New
2756         implementation; abolish optional argument `must-unfold'; delete
2757         DOC-string.
2758         (eword-decode-and-unfold-structured-field-body): Renamed from
2759         `eword-decode-and-unfold-structured-field'; delete DOC-string.
2760         (eword-decode-and-fold-structured-field-body): Renamed from
2761         `eword-decode-and-fold-structured-field'; abolish optional
2762         argument `must-unfold'; delete DOC-string.
2763         (eword-decode-unstructured-field-body): Abolish optional argument
2764         `must-unfold'; delete DOC-string.
2765         (eword-decode-and-unfold-unstructured-field-body): Renamed from
2766         `eword-decode-and-unfold-unstructured-field'; delete DOC-string.
2767         (eword-decode-unfolded-unstructured-field-body): New function.
2768
2769 1998-11-08  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2770
2771         * mmgeneric.el (mime-insert-header-from-buffer): Use
2772         `mime-find-field-presentation-method' and
2773         `mime-find-field-decoder-internal'.
2774
2775         * eword-decode.el (mime-find-field-presentation-method): New
2776         macro.
2777         (mime-find-field-decoder-internal): New function.
2778         (mime-find-field-decoder): New implementation (use
2779         mime-find-field-decoder-internal).
2780         (mime-decode-header-in-region): Use
2781         `mime-find-field-presentation-method' and
2782         `mime-find-field-decoder-internal'.
2783
2784 1998-11-08  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2785
2786         * mmgeneric.el (mime-insert-header-from-buffer): Rename
2787         field-presentation-mode `folding' to `wide'.
2788
2789         * eword-decode.el: Rename field-presentation-modes from `native',
2790         `folding', `unfolding', `unfolding-xover' to `plain', `wide',
2791         `summary', `nov'.
2792
2793 1998-11-07  Tanaka Akira  <akr@jaist.ac.jp>
2794
2795         * eword-decode.el (mime-set-field-decoder): Add mode `unfolding-xover'.
2796         (mime-find-field-decoder): Ditto.
2797
2798 1998-11-04  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2799
2800         * eword-encode.el (eword-encode-phrase-route-addr-to-rword-list):
2801         Don't delete the front spaces.
2802         (eword-encode-addresses-to-rword-list): Don't supplement space;
2803         use `nconc' instead of `append'.
2804         (eword-encode-msg-id-to-rword-list): Supplement the front space;
2805         use `nconc' instead of `append'.
2806
2807 1998-11-02  Tanaka Akira  <akr@jaist.ac.jp>
2808
2809         * eword-decode.el (mime-field-decoder-cache): New variable.
2810         (mime-find-field-decoder): Use `mime-field-decoder-cache'.
2811         (mime-update-field-decoder-cache): New variable.
2812         (mime-update-field-decoder-cache): New function.
2813         (mime-decode-header-in-region): Use `mime-field-decoder-cache'.
2814
2815         * mmgeneric.el (mime-insert-header-from-buffer): Use
2816         `mime-field-decoder-cache'.
2817
2818 1998-11-02  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2819
2820         * eword-decode.el (mime-decode-header-in-region): New function.
2821         (mime-decode-header-in-buffer): Use function
2822         `mime-decode-header-in-region'.
2823
2824 1998-10-28  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2825
2826         * mmgeneric.el (mime-insert-header-from-buffer): Refer
2827         `mime-field-decoder-alist' instead of hard-coding.
2828
2829         * mime.el (mime-read-field): Use `mime-decode-field-body'.
2830
2831         * eword-decode.el (eword-decode-and-unfold-structured-field): Add
2832         optional dummy argument `start-column' and `max-column'.
2833         (eword-decode-structured-field-body): Change interface.
2834         (eword-decode-unstructured-field-body): Change interface to add
2835         optional dummy argument `start-column' and `max-column'.
2836         (eword-decode-and-unfold-unstructured-field): Add optional dummy
2837         argument `start-column' and `max-column'.
2838         (mime-field-decoder-alist): New variable; abolish user option
2839         `eword-decode-ignored-field-list' and
2840         `eword-decode-structured-field-list'.
2841         (mime-set-field-decoder): New function.
2842         (mime-find-field-decoder): New function.
2843         (mime-decode-field-body): New function; abolish function
2844         `eword-decode-field-body'.
2845         (mime-decode-header-in-buffer): Renamed from
2846         `eword-decode-header'; refer `mime-field-decoder-alist' instead of
2847         hard-coding; add obsolete alias `eword-decode-header'.
2848
2849 1998-10-28  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2850
2851         * mime-def.el: Avoid compile error when edebug is missing.
2852
2853 \f
2854 1998-10-28  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2855
2856         * FLIM: Version 1.11.3 (Saidaiji) was released.
2857
2858 1998-10-27  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2859
2860         * VERSION: New file (Renamed from FLIM-VERSION).
2861
2862 1998-10-27  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2863
2864         * eword-encode.el (eword-encode-char-type): Return nil for ?\n.
2865
2866 1998-10-27  Tanaka Akira      <akr@jaist.ac.jp>
2867
2868         * eword-encode.el (eword-encode-field-body): Unfold `field-body'.
2869
2870 1998-10-27  Yoshiki Hayashi   <g740685@komaba.ecc.u-tokyo.ac.jp>
2871
2872         * README.ja: Update.
2873
2874 \f
2875 1998-10-26  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2876
2877         * FLIM: Version 1.11.2 (Heij\e-Dò) was released.\e-A
2878
2879         * NEWS (Abolish variable `mime-temp-directory'): New subsection.
2880
2881         * README.en (Installation): Modify for APEL 9.6.
2882
2883 1998-10-26  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2884
2885         * eword-encode.el (eword-encode-field-body): Don't eliminate
2886         top-spaces.
2887
2888 1998-10-25  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2889
2890         * FLIM-ELS (flim-modules): Don't install mel-b-el for Emacs 20.4.
2891
2892 1998-10-25  Tanaka Akira      <akr@jaist.ac.jp>
2893
2894         * eword-decode.el (eword-decode-field-body): Refine implementation.
2895
2896 1998-10-24  Tanaka Akira      <akr@jaist.ac.jp>
2897
2898         * mel-b-ccl.el, mel-q-ccl.el, mel.el, FLIM-ELS: Divide mel-ccl.el
2899         into mel-b-ccl.el and mel-q-ccl.el.
2900
2901 1998-09-11  Tanaka Akira      <akr@jaist.ac.jp>
2902
2903         * mel.el (base64-encoded-length): New implementation.
2904
2905 1998-10-25  Tanaka Akira      <akr@jaist.ac.jp>
2906
2907         * eword-decode.el (eword-decode-field-body): New function.
2908
2909 1998-10-25  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2910
2911         * eword-encode.el (eword-encode-field-body): Change interface.
2912         (eword-encode-header): Use `eword-encode-field-body'; abolish
2913         function `eword-encode-field'.
2914
2915 1998-10-25  Tanaka Akira  <akr@jaist.ac.jp>
2916
2917         * eword-encode.el (eword-encode-field-body): New function.
2918         (eword-encode-field): Use `eword-encode-field-body'.
2919
2920 1998-10-24  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2921
2922         * mel.el, mel-b-el.el, FLIM-ELS: Rename mel-b.el -> mel-b-el.el.
2923
2924 1998-10-24  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2925
2926         * mel-u.el (uuencode-external-decode-region): Use
2927         `temporary-file-directory' instead of `mime-temp-directory'.
2928         (mime-write-decoded-region): Likewise.
2929
2930         * mime-def.el: Abolish variable `mime-temp-directory'.
2931
2932 1998-10-24  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2933
2934         * mmgeneric.el (mime-insert-header-from-buffer): New function.
2935         (insert-header): Use `mime-insert-header-from-buffer'.
2936
2937 1998-10-24  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2938
2939         * FLIM-ELS: Don't install mel-b-dl.el if the running emacs has
2940         builtin base64 encoder/decoder.
2941
2942         * mel.el: Set up builtin base64 encoder/decoder if they are
2943         available.
2944
2945         * mime-def.el (base64-dl-module): Set nil as initial value if the
2946         running emacs has builtin base64 encoder/decoder.
2947
2948         * mel-b.el: Require `poe' instead of `emu'.
2949         (base64-encode-string): Use `defun-maybe'.
2950         (base64-encode-region): Likewise.
2951         (base64-decode-region): Likewise.
2952         (base64-decode-string): Likewise.
2953
2954         * mel-b-dl.el: Require `poe' instead of `emu'.
2955
2956 \f
2957 1998-10-23  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2958
2959         * FLIM: Version 1.11.1 (Takanohara) was released.
2960
2961 1998-10-22  Yoshiki Hayashi   <g740685@komaba.ecc.u-tokyo.ac.jp>
2962
2963         * README.ja: New file.
2964
2965 1998-10-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2966
2967         * mime-def.el: Require mcharset.
2968
2969 1998-10-20  Katsumi Yamaoka   <yamaoka@jpl.org>
2970
2971         * mel-u.el (mime-write-decoded-region): Fix typo.
2972
2973         * mime-def.el: Enclose defining procedure for the constants
2974         `std11-quoted-pair-regexp', `std11-non-qtext-char-list' and
2975         `std11-qtext-regexp' with `eval-and-compile'.
2976
2977 1998-10-19  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2978
2979         * NEWS (Behavior change of `mime-insert-header'): New subsection.
2980
2981         * mmgeneric.el (insert-header): Include `:' in field-name.
2982
2983 1998-10-19  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2984
2985         * mime-def.el (std11-qtext-regexp): Use `eval-when-compile'; don't
2986         use `char-list-to-string'.
2987         (std11-quoted-string-regexp): Use `eval-when-compile'.
2988         - Use `def-edebug-spec' to define edebug-form-spec of
2989           mm-define-method; fix definition of edebug-form-spec of
2990           mm-define-method.
2991
2992 1998-10-18  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2993
2994         * mime-en.sgml, mime-ja.sgml (Header encoder/decoder): Add
2995         description about `eword-field-encoding-method-alist'.
2996
2997         * mime-en.sgml (Header encoder/decoder): Modify description about
2998         `eword-encode-header'.
2999
3000         * mime-ja.sgml (Header encoder/decoder): Translate.
3001
3002 1998-10-18  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3003
3004         * mime-en.sgml (entity formatting): Fix typo in description of
3005         `default-mime-charset'.
3006
3007         * mime-en.sgml (Header encoder/decoder): Modify description of
3008         `eword-decode-header'.
3009
3010         * mime-ja.sgml, mime-en.sgml (Header encoder/decoder): fix typo.
3011
3012         * mime-en.sgml (encoder/decoder): Translate description of
3013         `mime-decode-string'.
3014
3015 1998-10-18  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3016
3017         * mime-en.sgml (Content-Disposition parser): Modify description.
3018
3019         * mime-en.sgml (Content-Type parser): Modify description.
3020
3021 1998-10-18  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3022
3023         * mime-en.sgml (Content-Transfer-Encoding parser): Translate.
3024
3025 \f
3026 1998-10-18  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3027
3028         * FLIM: Version 1.11.0 (Yamadagawa) was released.
3029
3030 1998-10-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3031
3032         * mime-ja.sgml, mime-en.sgml (entity formatting): Add description
3033         about `mime-insert-text-content'.
3034
3035 1998-10-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3036
3037         * mime-ja.sgml, mime-en.sgml (entity formatting): New node; move
3038         `mime-insert-header' from `Entity-header'; move
3039         `default-mime-charset' from `custom'.
3040
3041 1998-10-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3042
3043         * mime-en.sgml, mime-ja.sgml (Entity-header): Generic function
3044         `mime-insert-decoded-header' was renamed to `mime-insert-header'.
3045
3046 1998-10-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3047
3048         * NEWS: New file.
3049
3050 1998-10-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3051
3052         * mime.el (mime-insert-header): Renamed from
3053         `mime-insert-decoded-header'; define `mime-insert-decoded-header'
3054         as an obsolete alias.
3055
3056         * mmgeneric.el, mmcooked.el (insert-header): Renamed from
3057         `insert-decoded-header'.
3058
3059         * README.en (Installation): Add required version of APEL.
3060
3061 1998-10-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3062
3063         * mel-g.el: Require mel.
3064
3065         * mel-g.el: Require poem instead of emu.
3066
3067 1998-10-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3068
3069         * mime.el (mime-insert-text-content): New generic function.
3070
3071         * mmcooked.el, mmgeneric.el (insert-text-content): New method.
3072
3073 1998-10-02  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3074
3075         * std11.el (std11-unfold-string): New implementation.
3076
3077 1998-10-02  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3078
3079         * mmgeneric.el: New module.
3080
3081         * mmbuffer.el: Use `generic' as mother backend.
3082
3083         * FLIM-ELS (flim-modules): Add mmgeneric.
3084
3085 1998-10-01  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3086
3087         * mime-parse.el (mime-parse-message): Modify for
3088         `make-mime-entity-internal'.
3089
3090         * mime-def.el (make-mime-entity-internal): Change interface to be
3091         able to specify original-header and parsed-header.
3092
3093 1998-09-30  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3094
3095         * eword-decode.el (eword-decode-and-unfold-unstructured-field):
3096         New function.
3097
3098 1998-09-30  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3099
3100         * mime.el (mime-entity-content-type): New implementation.
3101         (mime-entity-content-disposition): New implementation.
3102         (mime-entity-encoding): New implementation.
3103
3104         * mime.el (mime-fetch-field): Refer internal slots for Date,
3105         Message-Id and References fields.
3106
3107         * mime-parse.el (mime-parse-message): Modify for
3108         `make-mime-entity-internal'.
3109
3110         * mime-def.el: Change `mime-entity-*-internal' and
3111         `mime-entity-set-*-internal' to macro.
3112         (make-mime-entity-internal): Change interface and data format for
3113         NOV data; changed to macro.
3114         (mime-entity-set-location-internal): New macro.
3115         (mime-entity-decoded-subject-internal): New macro.
3116         (mime-entity-set-decoded-subject-internal): New macro.
3117         (mime-entity-decoded-from-internal): New macro.
3118         (mime-entity-set-decoded-from-internal): New macro.
3119         (mime-entity-date-internal): New macro.
3120         (mime-entity-set-date-internal): New macro.
3121         (mime-entity-message-id-internal): New macro.
3122         (mime-entity-set-message-id-internal): New macro.
3123         (mime-entity-references-internal): New macro.
3124         (mime-entity-set-references-internal): New macro.
3125         (mime-entity-chars-internal): New macro.
3126         (mime-entity-set-chars-internal): New macro.
3127         (mime-entity-lines-internal): New macro.
3128         (mime-entity-set-lines-internal): New macro.
3129         (mime-entity-xref-internal): New macro.
3130         (mime-entity-set-xref-internal): New macro.
3131         (mime-entity-original-header-internal): Modify for new structure;
3132         changed to macro.
3133         (mime-entity-set-original-header-internal): Likewise.
3134         (mime-entity-parsed-header-internal): Likewise.
3135         (mime-entity-set-parsed-header-internal): Likewise.
3136         (mime-entity-buffer-internal): Likewise.
3137         (mime-entity-set-buffer-internal): Likewise.
3138         (mime-entity-header-start-internal): Likewise.
3139         (mime-entity-set-header-start-internal): Likewise.
3140         (mime-entity-header-end-internal): Likewise.
3141         (mime-entity-set-header-end-internal): Likewise.
3142         (mime-entity-body-start-internal): Likewise.
3143         (mime-entity-set-body-start-internal): Likewise.
3144         (mime-entity-body-end-internal): Likewise.
3145         (mime-entity-set-body-end-internal): Likewise.
3146
3147 \f
3148 1998-10-14  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3149
3150         * FLIM: Version 1.10.5 (Kizugawadai) was released.
3151
3152         * mel.el: Must require poem.
3153
3154 \f
3155 1998-10-12  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3156
3157         * FLIM: Version 1.10.4 (Shin-H\e-Dòsono) was released.\e-A
3158
3159 1998-10-12  Katsumi Yamaoka   <yamaoka@jpl.org>
3160
3161         * README.en: Add explanation about `VERSION_SPECIFIC_LISPDIR'.
3162
3163         * Makefile (install): Add new arg `VERSION_SPECIFIC_LISPDIR'.
3164         (elc): Likewise.
3165
3166         * FLIM-MK (config-flim): Refer to `VERSION_SPECIFIC_LISPDIR'.
3167
3168         * FLIM-CFG (VERSION_SPECIFIC_LISPDIR): New variable.
3169
3170 1998-10-12  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3171
3172         * mel.el (mel-ccl-module): Require path-util when the running
3173         emacs has MULE.
3174
3175         * mel.el: Don't require emu.
3176
3177 1998-10-11  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3178
3179         * FLIM-ELS: Don't install mel-ccl in anything older than XEmacs 21
3180         with MULE.
3181
3182 \f
3183 1998-10-10  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3184
3185         * FLIM: Version 1.10.3 (Komada) was released.
3186
3187         * mel-ccl.el (base64-ccl-write-decoded-region): bind
3188         `jka-compr-compression-info-list' with nil.
3189
3190         * mel-b.el (base64-internal-decoding-limit): Switch default value
3191         between XEmacs-mule and other emacsen.
3192         Abolish function `base64-decode-string!'.
3193         (base64-internal-decode-region): New implementation.
3194         (base64-insert-encoded-file): New function.
3195         (mime-insert-encoded-file): Use `base64-insert-encoded-file'.
3196         (base64-write-decoded-region): New function.
3197         (mime-write-decoded-region): Use `base64-write-decoded-region'.
3198
3199         * mel-b-dl.el (decode-base64-region): Renamed from
3200         `base64-decode-region'.
3201         (mime-insert-encoded-file): Change temporary-buffer to unibyte
3202         representation.  Abolish method `mime-write-decoded-region'
3203         because it is slower than CCL based implementation.
3204
3205 1998-10-09  Tanaka Akira <akr@jaist.ac.jp>
3206
3207         * mel-ccl.el: Check `ccl-execute-eof-block-on-decoding-some'
3208         facility instead of `ccl-execute-eof-block-on-encoding-some'.
3209
3210 1998-10-09  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3211
3212         * mel-b.el (base64-characters): Enclose with `eval-and-compile'.
3213
3214         * eword-decode.el (eword-encoded-text-regexp): Enclose with
3215         `eval-and-compile'.
3216         (eword-encoded-word-regexp): Use `eval-when-compile'.
3217
3218 1998-10-09  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3219
3220         * eword-decode.el (eword-max-size-to-decode): New user option.
3221         (eword-decode-and-fold-structured-field): Do nothing if size of
3222         input is bigger than `eword-max-size-to-decode'.
3223
3224 1998-10-08  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3225
3226         * mel-b.el (base64-numbers): Use `eval-when-compile'.
3227
3228 1998-10-09  Katsumi Yamaoka   <yamaoka@jpl.org>
3229
3230         * FLIM-CFG: Use `add-latest-path' instead of `add-path' for adding
3231         "custom" to load-path.
3232
3233 1998-10-09  Katsumi Yamaoka   <yamaoka@jpl.org>
3234
3235         * mime-def.el (mime-library-product): Enclose with
3236         `eval-and-compile'.
3237
3238         * FLIM-CFG: Add "custom" to load-path.
3239
3240 \f
3241 1998-10-08  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3242
3243         * FLIM: Version 1.10.2 (Kintetsu-Miyazu) was released.
3244
3245         * mime-def.el, mel.el, mel-b-dl.el: Move variable
3246         `base64-dl-module' from mel-b-dl.el and mel.el to mime-def.el.
3247
3248 1998-10-08  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3249
3250         * mel.el (mel-ccl-module): New variable; use it to check mel-ccl
3251         is available.
3252
3253         * FLIM-ELS: Don't install mel-ccl for anything older than MULE
3254         2.3.
3255
3256 1998-10-08  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3257
3258         * mel-u.el: Use `mel-define-backend' to define "x-uue".
3259         Define "x-uuencode" as a clone of "x-uue".
3260
3261         * Move variable `mel-encoding-module-alist' from mel.el to
3262         mime-def.el.
3263
3264         * mel.el (mel-find-function): Use function
3265         `mel-find-function-from-obarray'.
3266         Use `mel-define-backend' to define "7bit", "8bit" and "binary";
3267         don't define methods of "8bit" and "binary"; inherit methods from
3268         "7bit".
3269
3270         * mime-def.el (mel-service-list): New variable.
3271         (mel-define-service): New implementation.
3272         (mel-find-function-from-obarray): New inline function.
3273         (mel-copy-method): New inline function.
3274         (mel-copy-backend): New inline function.
3275         (mel-define-backend): New macro.
3276
3277 1998-10-08  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3278
3279         * mel-u.el: Define method functions of mel.
3280         (mime-encode-region): Use `mel-define-method-function'; abolish
3281         `uuencode-encode-region'.
3282         (mime-decode-region): Use `mel-define-method-function'; abolish
3283         `uuencode-decode-region'.
3284         (mime-encode-string): New method.
3285         (mime-decode-string): New method.
3286         (mime-insert-encoded-file): Use `mel-define-method'; abolish
3287         `uuencode-insert-encoded-file'.
3288         (mime-write-decoded-region): Use `mel-define-method'; abolish
3289         `uuencode-write-decoded-region'.
3290
3291 1998-10-07  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3292
3293         * mime-def.el (mel-define-service): Add DOC.
3294         (mel-define-method): Add DOC.
3295         (mel-define-method-function): Add DOC.
3296
3297         * mime-en.sgml, mime-ja.sgml: Modify for FLIM 1.10.
3298
3299 \f
3300 1998-10-07  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3301
3302         * FLIM: Version 1.10.1 (Miyamaki) was released.
3303
3304 1998-10-06  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3305
3306         * mel-g.el: Define method functions of mel.
3307         (mime-encode-region): Use `mel-define-method-function'; abolish
3308         `gzip64-encode-region'.
3309         (mime-decode-region): Use `mel-define-method-function'; abolish
3310         `gzip64-decode-region'.
3311         (mime-encode-string): New method.
3312         (mime-decode-string): New method.
3313         (mime-insert-encoded-file): Use `mel-define-method'; abolish
3314         `gzip64-insert-encoded-file'.
3315         (mime-write-decoded-region): Use `mel-define-method'; abolish
3316         `gzip64-write-decoded-region'.
3317
3318         * mime-def.el (mime-library-product): New variable; abolish
3319         `mime-library-version'.
3320         (mime-product-name): New macro.
3321         (mime-product-version): New macro.
3322         (mime-product-code-name): New macro.
3323         (mime-library-version): Renamed from
3324         `mime-library-version-string'; use `mime-library-product',
3325         `mime-product-name', `mime-product-version' and
3326         `mime-product-code-name'.
3327
3328         * mime-def.el (mm-define-backend): Add DOC.
3329         (mm-define-method): Add DOC.
3330
3331         * mel.el (mime-encoding-list): Modify DOC to add description about
3332         optional argument SERVICE.
3333
3334 1998-10-04  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3335
3336         * mime-ja.sgml, mime-en.sgml (mm-backend module): Write
3337         description of `mm-define-backend' and `mm-define-method'.
3338
3339 \f
3340 1998-09-29  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3341
3342         * FLIM: Version 1.10.0 (K\e-Dòdo) was released.\e-A
3343
3344         * README.en (What's FLIM): Add mel-ccl.el.
3345
3346 1998-09-21  Tanaka Akira      <akr@jaist.ac.jp>
3347
3348         * mel-ccl.el:
3349           - Require 'pccl instead of 'emu.
3350           - Use `unless-broken' to check facility.
3351
3352 1998-09-27  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3353
3354         * mel.el (mime-encoding-list): New user option (renamed from
3355         `mime-content-transfer-encoding-list').
3356         (mime-encoding-list): New function.
3357         (mime-encoding-alist): New function.
3358         (mime-encode-region): Use `mime-encoding-alist' for completion.
3359         (mime-decode-region): Likewise.
3360         (mime-insert-encoded-file): Likewise.
3361         (mime-write-decoded-region): Likewise.
3362
3363 1998-09-24  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3364
3365         * eword-decode.el (eword-decode-structured-field-list): Add
3366         Mail-Followup-To field.
3367
3368 1998-09-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3369
3370         * eword-encode.el (eword-charset-encoding-alist): Add utf-8.
3371
3372 1998-09-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3373
3374         * mel.el (mime-content-transfer-encoding-list): New user option.
3375         (mime-encode-region): Use `mime-content-transfer-encoding-list'
3376         for completion.
3377         (mime-decode-region): Likewise.
3378         (mime-insert-encoded-file): Likewise.
3379         (mime-write-decoded-region): Likewise.
3380
3381         * mel.el (mime-write-decoded-region): fix typo.
3382
3383 1998-09-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3384
3385         * mime-def.el (mel-define-method-function): Don't override.
3386
3387 1998-09-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3388
3389         * mel.el, mel-ccl.el, FLIM-ELS: Add mel-ccl.el.
3390
3391 1998-09-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3392
3393         * mel-dl.el, README.en, FLIM-ELS: Rename mel-dl.el to mel-b-dl.el.
3394
3395         * mel.el: - Rename mel-dl.el to mel-b-dl.el.
3396                   - Move `mel-define-service' to mime-def.el.
3397
3398         * mime-def.el (mel-define-service): New macro (moved from mel.el);
3399         fixed problem in Emacs.
3400         (mel-define-method): Use `mel-define-service'.
3401         (mel-define-method-function): Use `mel-define-service'.
3402
3403 1998-09-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3404
3405         * mel.el (mime-encode-region): Don't regard nil encoding as
3406         "7bit".
3407
3408 1998-09-19  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3409
3410         * eword-encode.el (eword-encode-text): Use
3411         `encoded-text-encode-string'.
3412         (tm-eword::encoded-word-length): `q-encoding-encoded-length' was
3413         renamed to `Q-encoded-text-length'.
3414
3415         * eword-decode.el: Move `base64-token-regexp',
3416         `base64-token-padding-regexp', `eword-B-encoded-text-regexp' and
3417         `eword-Q-encoded-text-regexp' to mime-def.el.
3418         (eword-decode-encoded-text): Use `encoded-text-decode-string'.
3419
3420         * mel-q.el: Define method functions of mel.
3421         (mime-insert-encoded-file): Use `mel-define-method'; abolish
3422         `quoted-printable-insert-encoded-file'.
3423         (mime-write-decoded-region): Use `mel-define-method'; abolish
3424         `quoted-printable-write-decoded-region'.
3425         - Move `q-encoding-printable-char-p' and
3426         `q-encoding-encoded-length' to mel.el.
3427
3428         * mel-b.el: Define method functions of mel.
3429         (mime-insert-encoded-file): Use `mel-define-method'; abolish
3430         `base64-insert-encoded-file'.
3431         (mime-write-decoded-region): Use `mel-define-method'; abolish
3432         `base64-write-decoded-region'.
3433         - Move `base64-encoded-length' to mel.el.
3434
3435         * mel-dl.el (base64-encode-region): Define directly (abolish
3436         `base64-dl-encode-region').
3437         (base64-decode-region): Define directly (abolish
3438         `base64-dl-decode-region').  Define method functions of mel.
3439         (mime-insert-encoded-file): Use `mel-define-method'; abolish
3440         `base64-insert-encoded-file'; don't use external encoder.
3441         (mime-write-decoded-region): Use `mel-define-method'; abolish
3442         `base64-write-decoded-region'; don't use external decoder.
3443         - Move `base64-encoded-length' to mel.el.
3444
3445         * mime.el: Move `mm-arglist-to-arguments' to mime-def.el.
3446
3447         * mime-def.el (base64-token-regexp): New constant (moved from
3448         eword-decode.el).
3449         (base64-token-padding-regexp): Likewise.
3450         (B-encoded-text-regexp): New constant (moved from eword-decode.el,
3451         and renamed from `eword-B-encoded-text-regexp').
3452         (Q-encoded-text-regexp): New constant (moved from eword-decode.el,
3453         and renamed from `eword-Q-encoded-text-regexp'.
3454         (mm-arglist-to-arguments): New function (moved from mime.el).
3455         (mel-define-method): New macro.
3456         (mel-define-method-function): New macro.
3457         (mel-define-function): New macro.
3458
3459         * mel.el (mel-encoding-module-alist): New variable.
3460         (mel-use-module): New function.
3461         (mel-find-function): New function.
3462         (mel-define-service): New macro.
3463         (mime-encode-region): Use `mel-find-function'; abolish variable
3464         `mime-encoding-method-alist'.
3465         (mime-decode-region): Use `mel-find-function'; abolish variable
3466         `mime-decoding-method-alist'.
3467         (mime-decode-string): Use `mel-find-function'; abolish variable
3468         `mime-string-decoding-method-alist'.
3469         (encoded-text-encode-string): New function.
3470         (encoded-text-decode-string): New function.
3471         (base64-encoded-length): New function (moved from mel-b.el and
3472         mel-dl.el).
3473         (Q-encoding-printable-char-p): New function (moved from mel-q.el,
3474         and renamed from `q-encoding-printable-char-p').
3475         (Q-encoded-text-length): New function (moved from mel-q.el, and
3476         renamed from `q-encoding-encoded-length').
3477         (mime-insert-encoded-file): Use `mel-find-function'; abolish
3478         variable `mime-file-encoding-method-alist'.
3479         (mime-write-decoded-region): Use `mel-find-function'; abolish
3480         variable `mime-file-decoding-method-alist'.
3481
3482 1998-09-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3483
3484         * mel-b.el (base64-internal-encoding-limit): modify :type.
3485         (base64-internal-decoding-limit): Change initial value to 70000;
3486         modify :type.
3487
3488         * mel-b.el (base64-decode-string!): Renamed from
3489         `base64-internal-decode-string!'.
3490
3491 1998-09-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3492
3493         * mel-b.el (base64-characters): New constant.
3494         (base64-num-to-char): Use `base64-characters'.
3495         (base64-numbers): Use `base64-characters'.
3496         (base64-internal-decode): Modify calculation third byte.
3497
3498         * mel-dl.el (base64-dl-encode-string): New alias.
3499         (base64-dl-decode-string): New alias.
3500         (base64-dl-encode-region): Renamed from `base64-encode-region';
3501         don't save-excursion and save-restriction.
3502         (base64-dl-decode-region): Renamed from `base64-decode-region';
3503         don't save-excursion and save-restriction; convert all at once.
3504         (base64-encode-region): New alias.
3505         (base64-decode-region): New alias.
3506
3507         * mel-b.el (base64-internal-decode): New function.
3508         (base64-internal-decode-string): Use `base64-internal-decode'.
3509         (base64-internal-decode-string!): New function.
3510         (base64-internal-decode-region): Use
3511         `base64-internal-decode-string!' instead of
3512         `base64-internal-decode-string'.
3513
3514 1998-09-15  Tanaka Akira  <akr@jaist.ac.jp>
3515
3516         * mel-b.el (base64-numbers): Fix a position of 63.
3517
3518 1998-09-15  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3519
3520         * mel-b.el (base64-numbers): New constant.
3521         (base64-char-to-num): New macro.
3522         (base64-internal-decode-string): Don't use memq.
3523
3524 1998-09-15  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3525
3526         * mel-b.el (base64): New group.
3527         (base64-external-encoder): Now a user option.
3528         (base64-external-decoder): Now a user option.
3529         (base64-external-decoder-option-to-specify-file): Now a user
3530         option.
3531         (base64-internal-encoding-limit): Now a user option.
3532         (base64-internal-decoding-limit): Now a user option.
3533
3534         * mel-b.el (base64-internal-decode-string): New implementation;
3535         abolish function `base64-decode-unit'.
3536
3537 1998-09-15  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3538
3539         * README.en (Installation): Fix typo.
3540
3541 \f
3542 1998-09-15  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3543
3544         * FLIM: Version 1.9.2 (Shin-Tanabe) was released.
3545
3546         * README.en (Installation): Add `install as a XEmacs package'.
3547
3548 1998-09-15  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3549
3550         * mime-en.sgml (Encoding Method): Translate.
3551
3552 1998-09-15  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3553
3554         * eword-encode.el (eword-encode-msg-id-to-rword-list): New
3555         function.
3556         (eword-encode-in-reply-to-to-rword-list): New function.
3557         (eword-encode-in-reply-to): New function.
3558         (eword-encode-field): Use `eword-encode-in-reply-to' for
3559         `In-Reply-To' field.
3560
3561         * std11.el (std11-parse-in-reply-to): New function.
3562
3563 1998-09-14  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3564
3565         * eword-decode.el (eword-decode-structured-field-list): Add
3566         `User-Agent'.
3567
3568 1998-09-11  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3569
3570         * Makefile (package): Don't update auto-autoloads.el and
3571         custom-load.el.
3572
3573         * FLIM-MK (compile-flim-package): Update auto-autoloads.el and
3574         custom-load.el.
3575
3576 1998-09-11  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3577
3578         * mime-def.el: Abolish function `butlast' and `nbutlast'.
3579
3580         * mime-def.el (mime-library-version): New constant.
3581         (mime-library-version-string): Refer `mime-library-version'.
3582
3583 1998-09-11  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3584
3585         * Makefile (XEMACS): New variable.
3586         (PACKAGEDIR): New variable.
3587         (package): New target.
3588         (install-package): New target.
3589
3590         * FLIM-CFG (PACKAGEDIR): New variable.
3591
3592         * FLIM-MK (config-flim-package): New function.
3593         (compile-flim-package): New function.
3594         (install-flim-package): New function.
3595
3596 1998-09-10  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3597
3598         * mime-en.sgml (Content-Type field): Translate.
3599         (mime-content-type): Translate.
3600         (Content-Type parser): Translate.
3601         (Content-Disposition): Translate.
3602         (mime-content-disposition): Translate.
3603         (Content-Disposition parser): Translate.
3604
3605 1998-09-10  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3606
3607         * Makefile (GOMI): Add Texinfo related garbages.
3608         (clean): Delete historical setting.
3609
3610 1998-09-03  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3611
3612         * mime-en.sgml (mm-backend): Translate.
3613         (Request for entity): Likewise.
3614         (mm-backend module): Likewise.
3615
3616         * mime.el (mime-entity-send): Add DOC-string.
3617
3618 1998-09-01  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3619
3620         * mime-en.sgml (Entity hierarchy): Translate.
3621
3622 1998-09-01  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3623
3624         * mime-en.sgml, mime-ja.sgml (Entity): Rearrangement.
3625
3626 \f
3627 1998-08-31  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3628
3629         * FLIM: Version 1.9.1 (Tonosh\e-Dò) was released.\e-A
3630
3631         * mime-en.sgml (mm-backend): Translate a little.
3632
3633 1998-08-31  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3634
3635         * eword-encode.el (eword-encode-default-start-column): New user
3636         option.
3637         (eword-encode-string): Use `eword-encode-default-start-column'.
3638         (eword-encode-address-list): Likewise.
3639         (eword-encode-structured-field-body): Likewise.
3640         (eword-encode-unstructured-field-body): Likewise.
3641
3642 1998-08-31  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3643
3644         * eword-encode.el (eword-encode): New group.
3645         (eword-field-encoding-method-alist): Now a user option (was:
3646         variable).
3647
3648 1998-08-31  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3649
3650         * eword-encode.el: Rename `tm-eword::mailbox-to-rwl' ->
3651         `eword-encode-mailbox-to-rword-list'.
3652
3653         * eword-encode.el: Rename `tm-eword::phrase-to-rwl' ->
3654         `eword-encode-phrase-to-rword-list'.
3655
3656         * eword-encode.el: Rename `eword-addr-spec-to-rwl' ->
3657         `eword-encode-addr-spec-to-rword-list'.
3658
3659         * eword-encode.el: Rename `eword-phrase-route-addr-to-rwl' ->
3660         `eword-encode-phrase-route-addr-to-rword-list'.
3661
3662         * eword-encode.el: Rename `eword-addr-seq-to-rwl' ->
3663         `eword-encode-addr-seq-to-rword-list'.
3664
3665         * eword-encode.el: Rename `tm-eword::split-string' ->
3666         `eword-encode-split-string'.
3667
3668         * eword-encode.el: Rename `tm-eword::addresses-to-rwl' ->
3669         `eword-encode-addresses-to-rword-list'.
3670
3671         * eword-encode.el: Rename `tm-eword::encode-rwl' ->
3672         `eword-encode-rword-list'.
3673
3674         * eword-encode.el (eword-encode-unstructured-field-body): New
3675         function.
3676         (eword-encode-field): Use `eword-encode-unstructured-field-body'.
3677
3678 1998-08-31  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3679
3680         * eword-encode.el (eword-encode-string): Add DOC-string.
3681         (eword-encode-address-list): Likewise.
3682         (eword-encode-structured-field-body): Likewise.
3683
3684         * eword-encode.el (eword-encode-field): Regard `In-Reply-To' as a
3685         structured field.
3686
3687 1998-08-28  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3688
3689         * eword-encode.el (eword-encode-field): Use `capitalize' instead
3690         of `downcase' for `field-name'.
3691
3692         * eword-encode.el (eword-encode-structured-field-body): New
3693         function.
3694         (eword-encode-field): Use `eword-encode-structured-field-body' for
3695         "MIME-Version" and "User-Agent" field.
3696
3697 1998-08-26  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
3698
3699         * mime-def.el (mm-define-method): Put `edebug-form-spec'.
3700
3701 1998-08-28  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3702
3703         * eword-encode.el (eword-encode-address-list): New function.
3704         (eword-encode-field): Use `eword-encode-address-list' instead of
3705         `tm-eword::encode-address-list'; abolish
3706         `tm-eword::encode-address-list'.
3707
3708         * eword-encode.el (eword-encode-field): Use `eword-encode-string'
3709         instead of `tm-eword::encode-string'; abolish
3710         `tm-eword::encode-string'.
3711
3712         * eword-encode.el: Rename `tm-eword::make-rword' ->
3713         `make-ew-rword'; rename `tm-eword::rword-' -> `ew-rword-'.
3714
3715 1998-08-26  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
3716
3717         * mel-b.el (base64-insert-encoded-file): Conditionally use
3718         internal converter. (cf. [tm-ja:3320])
3719         (base64-write-decoded-region): Ditto.
3720
3721 1998-08-25  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3722
3723         * FLIM-ELS (flim-modules): Don't add `mel-dl' unconditionally.
3724
3725 1998-08-25  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3726
3727         * Delete mime-lib.el.
3728
3729 1998-08-10  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3730
3731         * mmbuffer.el (write-entity): `write-region-as-CRLF' was renamed
3732         to `write-region-as-raw-text-CRLF'.
3733
3734 1998-08-07  MORIOKA Tomohiko  <morioka@yo.rim.or.jp>
3735
3736         * mmbuffer.el (write-entity): Use `write-region-as-CRLF' instead
3737         of `write-region-as-binary'.
3738
3739 \f
3740 1998-07-15  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3741
3742         * FLIM: Version 1.9.0 (Terada) was released.
3743
3744 1998-07-10  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3745
3746         * mime-parse.el (mime-parse-multipart): Set message/x-broken if
3747         parsing is failed.
3748
3749 1998-07-10  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3750
3751         * mmbuffer.el (entity-children): Don't use
3752         `mime-entity-children-internal'.
3753
3754         * mime-parse.el (mime-parse-multipart): Modify for
3755         `mime-parse-message'; return children.
3756         (mime-parse-encapsulated): Likewise.
3757         (mime-parse-message): Change interface; delete DOC-string; don't
3758         parse children instantly.
3759         (mime-parse-buffer): Modify for `mime-parse-message'.
3760
3761         * mime-parse.el (mime-parse-message): Delete autoload cookie.
3762
3763         * mime.el: Delete autoload setting for `mime-parse-message'.
3764
3765         * mime-en.sgml, mime-ja.sgml (Entity creation): Delete description
3766         of `mime-parse-message'; modify description of `mime-parse-buffer'
3767         to add `representation-type'.
3768
3769 \f
3770 1998-07-07  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3771
3772         * FLIM-Chao: Version 1.8.0 (Shij\e-Dò) was released.\e-A
3773
3774 1998-07-07  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3775
3776         * mmcooked.el: Abolish method `open'.
3777
3778         * mmbuffer.el (initialize-instance): New method; abolish `open'.
3779         (entity-children): New method.
3780
3781         * mime.el (mime-open-entity): Send `initialize-instance' to
3782         created message.
3783         (mime-entity-children): New implementation.
3784         (mime-entity-parent): New implementation.
3785         (mime-root-entity-p): New implementation.
3786
3787         * mime-parse.el (mime-parse-multipart): Specify current entity as
3788         parent.
3789         (mime-parse-encapsulated): Likewise.
3790         (mime-parse-message): Change interface to specify parent; modify
3791         for `make-mime-entity-internal'.
3792         (mime-parse-buffer): Modify for `mime-parse-message'.
3793
3794         * mime-def.el (make-mime-entity-internal): Change interface; add
3795         format of `mime-entity' to add `parent'.
3796
3797 1998-07-07  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3798
3799         * mmbuffer.el (mime-visible-field-p): Renamed from
3800         `eword-visible-field-p'.
3801
3802 1998-07-07  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3803
3804         * mime.el (mm-arglist-to-arguments): New function.
3805         (mm-define-generic): New macro.
3806         (mime-entity-cooked-p): Use `mm-define-generic'.
3807         (mime-entity-point-min): Use `mm-define-generic'.
3808         (mime-insert-decoded-header): Use `mm-define-generic'.
3809         (mime-entity-content): Use `mm-define-generic'.
3810         (mime-write-entity-content): Use `mm-define-generic'.
3811         (mime-write-entity): Use `mm-define-generic'.
3812         (mime-write-entity-body): Use `mm-define-generic'.
3813
3814 1998-07-07  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3815
3816         * mmbuffer.el (eword-visible-field-p): Moved from mime.el.
3817
3818         * mime.el: Move `eword-visible-field-p' to mmbuffer.el.
3819         (mime-write-entity-body): Change message to `write-body'.
3820
3821 1998-07-07  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3822
3823         * mmcooked.el, mmbuffer.el (open): Renamed from `open-entity'.
3824
3825         * mime.el (mime-open-entity): Change message to `open'.
3826
3827         * mime-def.el (mm-define-backend): Must `copy-alist'.
3828
3829 1998-07-07  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3830
3831         * mmcooked.el, mmbuffer.el: Use `mm-define-backend' and
3832         `mm-define-method'.
3833
3834         * mime.el: Move `mime-entity-implementation-alist' to mime-def.el.
3835         (mime-find-function): New implementation.
3836         (mime-entity-cooked-p): Use `mime-entity-send'.
3837
3838         * mime-def.el (mime-entity-implementation-alist): Moved from
3839         mime.el.
3840         (mm-define-backend): New macro.
3841         (mm-define-method): New macro.
3842
3843 \f
3844 1998-07-05  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3845
3846         * FLIM: Version 1.8.1 (Kutsukawa) was released.
3847
3848 1998-07-04  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3849
3850         * mime-en.sgml, mime-ja.sgml (Entity Attributes): Add description
3851         about `default-encoding' of `mime-entity-encoding'.
3852
3853         * mime-en.texi, mime-en.sgml: New files.
3854
3855         * mime-ja.sgml (media-type): Fix typo.
3856
3857         * mime-ja.sgml (Glossary): Fix order.
3858
3859         * mime-ja.sgml (Entity Attributes): Use <code> tag for nil.
3860
3861         * mime-ja.sgml (Entity Attributes): Fix typo.
3862
3863 1998-07-03  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3864
3865         * mime.el (mime-entity-encoding): Add new optional argument
3866         `default-encoding'; set default encoding if
3867         Content-Transfer-Encoding field is not found.
3868
3869 1998-07-03  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3870
3871         * mmbuffer.el (mmbuffer-write-entity): Use
3872         `mime-entity-buffer-internal', `mmbuffer-entity-point-min' and
3873         `mmbuffer-entity-point-max'.
3874         (mmbuffer-write-entity-body): Use `mime-entity-buffer-internal',
3875         `mime-entity-body-start-internal' and
3876         `mime-entity-body-end-internal'.
3877         (mmbuffer-insert-decoded-header): Use
3878         `mime-entity-buffer-internal', `mime-entity-header-start-internal'
3879         and `mime-entity-header-end-internal'.
3880
3881 \f
3882 1998-07-01  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3883
3884         * FLIM: Version 1.8.0 (\e-DÒkubo) was released.\e-A
3885
3886         * README.en: Delete `How to use'.
3887
3888 1998-07-01  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3889
3890         * mime-ja.sgml (Entity creation): Add reference for `mm-backend'
3891         in description of `mime-open-entity'.
3892
3893         * mime-ja.sgml (mm-backend): New section.
3894
3895 1998-07-01  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3896
3897         * mime-ja.sgml (Entity-header): Modify description about
3898         `mime-insert-decoded-header'.
3899
3900         * mmcooked.el (mmcooked-insert-decoded-header): New function.
3901
3902         * mmbuffer.el (mmbuffer-insert-decoded-header): New function.
3903
3904         * mime.el (mime-insert-decoded-header): Use implementation of
3905         mm-backend; abolish optional argument `code-conversion'.
3906
3907 1998-06-30  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3908
3909         * eword-decode.el (eword-decode-encoded-text): Use
3910         `decode-mime-charset-string'.
3911
3912 1998-06-30  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3913
3914         * mmcooked.el (mmcooked-write-entity-body): New function.
3915
3916         * mmbuffer.el (mmbuffer-write-entity-body): New function.
3917
3918         * mime.el (mime-write-entity-body): Use implementation of
3919         mm-backend.
3920
3921 1998-06-30  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3922
3923         * mmcooked.el (mmcooked-write-entity): New function.
3924
3925         * mmbuffer.el (mmbuffer-write-entity): New function.
3926
3927         * mime.el (mime-write-entity): Use implementation of mm-backend.
3928
3929 1998-06-30  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3930
3931         * mmcooked.el (mmcooked-entity-content): New alias for
3932         `mmbuffer-entity-content'.
3933         (mmcooked-write-entity-content): New function.
3934
3935         * mmbuffer.el (mmbuffer-entity-content): New function.
3936         (mmbuffer-write-entity-content): New function.
3937
3938         * mime.el (mime-entity-send): New function.
3939         (mime-entity-buffer): Use `mime-entity-send'.
3940         (mime-entity-point-min): Likewise.
3941         (mime-entity-point-max): Likewise.
3942         (mime-entity-header-start): Likewise.
3943         (mime-entity-header-end): Likewise.
3944         (mime-entity-body-start): Likewise.
3945         (mime-entity-body-end): Likewise.
3946         (mime-fetch-field): Likewise.
3947         (mime-entity-content): Use implementation of mm-backend.
3948         (mime-write-entity-content): Likewise.
3949
3950 \f
3951 1998-06-30  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3952
3953         * FLIM: Version 1.7.0 (Iseda) was released.
3954
3955         * mime-ja.sgml (Entity creation): Add description of
3956         `mime-open-entity'.
3957         (Entity Attributes): Add description of `mime-entity-cooked-p'.
3958         (Entity-content): Add description of `mime-write-entity-content',
3959         `mime-write-entity' and `mime-write-entity-body'.
3960
3961 1998-06-29  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3962
3963         * mime.el (mime-write-entity-content): New function.
3964
3965 1998-06-28  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3966
3967         * mime.el (mime-write-entity-body): New function.
3968
3969         * mime.el (mime-write-entity): New function.
3970
3971 1998-06-28  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3972
3973         * mime-parse.el (mime-parse-multipart): Change media-type of
3974         entity to application/octet-stream if the first delimiter is not
3975         found.
3976
3977 1998-06-28  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
3978
3979         * FLIM-ELS (flim-modules): Add `mmbuffer' and `mmcooked'.
3980
3981         * mmcooked.el: New file.
3982
3983         * mmbuffer.el: New file.
3984
3985         * mime.el (mime-entity-implementation-alist): New variable.
3986         (mime-find-function): New function.
3987         (mime-open-entity): New function.
3988         (mime-entity-function): New function.
3989         (mime-entity-cooked-p): New function.
3990         (mime-entity-buffer): Use backend-module.
3991         (mime-entity-point-min): Likewise.
3992         (mime-entity-point-max): Likewise.
3993         (mime-entity-header-start): Likewise.
3994         (mime-entity-header-end): Likewise.
3995         (mime-entity-body-start): Likewise.
3996         (mime-entity-body-end): Likewise.
3997         (mime-fetch-field): Likewise.
3998
3999         * mime-parse.el (mime-parse-message): New optional argument
4000         `representation-type'.
4001         (mime-parse-buffer): Likewise.
4002
4003         * mime-def.el: Change format of mime-entity-internal to add
4004         `representation-type' and `location'.
4005
4006 \f
4007 1998-06-28  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
4008
4009         * FLIM-Chao: Version 1.7.0 (Goj\e-Dò) was released.\e-A
4010
4011 1998-06-26  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
4012
4013         * mime-ja.sgml: Modify for FLIM 1.7.
4014
4015         * mime.el (mime-entity-number): Add DOC.
4016
4017 1998-06-26  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
4018
4019         * mime.el (mime-entity-encoding): New implementation.
4020
4021         * mime-parse.el (mime-parse-message): Abolish argument `encoding'.
4022
4023         * mime-def.el (make-mime-entity-internal): Abolish argument
4024         `encoding'.
4025         (mime-entity-set-encoding-internal): New function.
4026
4027 1998-06-26  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
4028
4029         * mime.el (mime-entity-content-disposition): New implementation.
4030
4031         * mime-parse.el (mime-parse-message): Don't parse
4032         Content-Disposition.
4033
4034         * mime-def.el (make-mime-entity-internal): Delete argument
4035         `content-disposition'.
4036         (mime-entity-set-content-disposition-internal): New function.
4037
4038 1998-06-25  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
4039
4040         * eword-decode.el: Move function `eword-visible-field-p' and
4041         `mime-insert-decoded-header' to mime.el.
4042
4043         * mime-parse.el: Use internal functions of mime-entity.
4044
4045         * mime.el (mime-entity-children): Moved from mime-def.el; use
4046         `mime-entity-children-internal'.
4047         (mime-entity-node-id): Moved from mime-def.el; use
4048         `mime-entity-node-id-internal'.
4049         (mime-entity-number): Moved from mime-def.el; use
4050         `mime-entity-node-id-internal'.
4051         (mime-entity-buffer): Moved from mime-def.el; use
4052         `mime-entity-buffer-internal'.
4053         (mime-entity-point-min): Moved from mime-def.el; use
4054         `mime-entity-header-start-internal'.
4055         (mime-entity-point-max): Moved from mime-def.el; use
4056         `mime-entity-body-end-internal'.
4057         (mime-entity-header-start): Moved from mime-def.el; use
4058         `mime-entity-header-start-internal'.
4059         (mime-entity-header-end): Moved from mime-def.el; use
4060         `mime-entity-header-end-internal'.
4061         (mime-entity-content-type): Moved from mime-def.el; use
4062         `mime-entity-content-type-internal'.
4063         (mime-entity-content-disposition): Moved from mime-def.el; use
4064         `mime-entity-content-disposition-internal'.
4065         (mime-entity-encoding): Moved from mime-def.el; use
4066         `mime-entity-encoding-internal'.
4067         (mime-fetch-field): Use `mime-entity-original-header-internal' and
4068         `mime-entity-set-original-header-internal'.
4069         (mime-read-field): Use `mime-entity-parsed-header-internal' and
4070         `mime-entity-set-parsed-header-internal'.
4071         (eword-visible-field-p): Moved from eword-decode.el.
4072         (mime-insert-decoded-header): Moved from eword-decode.el.
4073         (mime-entity-body-start): Moved from mime-def.el; use
4074         `mime-entity-body-start-internal'.
4075         (mime-entity-body-end): Moved from mime-def.el; use
4076         `mime-entity-body-end-internal'.
4077         (mime-entity-media-type): Moved from mime-def.el.
4078         (mime-entity-media-subtype): Moved from mime-def.el.
4079         (mime-entity-parameters): Moved from mime-def.el.
4080         (mime-entity-type/subtype): Moved from mime-def.el.
4081
4082         * mime-def.el (make-mime-entity-internal): Renamed from
4083         `make-mime-entity'.
4084         (mime-entity-buffer-internal): New function.
4085         (mime-entity-header-start-internal): New function.
4086         (mime-entity-header-end-internal): New function.
4087         (mime-entity-body-start-internal): New function.
4088         (mime-entity-body-end-internal): New function.
4089         (mime-entity-node-id-internal): New function.
4090         (mime-entity-content-type-internal): New function.
4091         (mime-entity-content-disposition-internal): New function.
4092         (mime-entity-encoding-internal): New function.
4093         (mime-entity-original-header-internal): New function.
4094         (mime-entity-children-internal): New function.
4095         (mime-entity-parsed-header-internal): New function.
4096         (mime-entity-set-original-header-internal): Renamed from
4097         `mime-entity-set-original-header'.
4098         (mime-entity-set-children-internal): Renamed from
4099         `mime-entity-set-children'.
4100         (mime-entity-set-parsed-header-internal): Renamed from
4101         `mime-entity-set-parsed-header'.  Move `mime-entity-SLOT'
4102         functions to mime.el.
4103
4104 1998-06-25  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
4105
4106         * mime-ja.sgml (CVS): Fix typo.
4107
4108 1998-06-24  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
4109
4110         * mime-parse.el (mime-parse-encapsulated): New function.
4111         (mime-parse-message): Use `mime-parse-encapsulated'.
4112
4113 1998-06-24  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
4114
4115         * mime-def.el (mime-entity-set-children): New function.
4116
4117         * mime-parse.el (mime-parse-multipart): Change interface.
4118         (mime-parse-message): Use `mime-entity-set-children'.
4119
4120 1998-06-24  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
4121
4122         * mime.el (mime-read-field): Fix typo.
4123
4124 \f
4125 1998-06-24  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
4126
4127         * FLIM: Version 1.6.0 (Ogura) was released.
4128
4129         * mime-ja.sgml (Entity Attributes): New section.
4130
4131         * mime-ja.sgml (Entity as node in message): Add description of
4132         `mime-find-entity-from-number' and
4133         `mime-find-entity-from-node-id'.
4134
4135         * mime.el (mime-find-entity-from-number): New function.
4136         (mime-find-entity-from-node-id): New function.
4137         (mime-entity-parent): New function (moved from SEMI MIME-View).
4138         (mime-entity-uu-filename): New function (moved from SEMI
4139         MIME-View).
4140         (mime-entity-filename): New function (moved from SEMI MIME-View).
4141
4142         * mime-def.el (mime-uuencode-encoding-name-list): New variable.
4143
4144 1998-06-24  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
4145
4146         * mime-ja.sgml: Modify for FLIM 1.6.
4147
4148         * mime.el (mime-fetch-field): New function; abolish
4149         `mime-entity-fetch-field'.
4150         (mime-read-field): New function; abolish `mime-entity-read-field'.
4151
4152 1998-06-23  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
4153
4154         * mime-ja.sgml, mime-ja.texi: New files.
4155
4156 1998-06-22  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
4157
4158         * mime-parse.el (mime-parse-message): Would error if empty body.
4159
4160 \f
4161 1998-06-22  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
4162
4163         * FLIM: Version 1.5.0 (Mukaijima) was released.
4164
4165 1998-06-21  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
4166
4167         * README.en (What's FLIM): Modify for mime.el.
4168
4169         * FLIM-ELS (flim-modules): Add `mime'.
4170
4171         * mime-lib.el: Move every definitions to mime.el.
4172
4173         * mime.el: New module (renamed from mime-lib.el).
4174
4175 1998-06-21  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
4176
4177         * mime-lib.el: Add autoload setting for eword-encode.el.
4178
4179         * mime-lib.el (mime-entity-content): New function.
4180
4181 1998-06-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
4182
4183         * mel.el: Abolish constant `mel-version'.
4184
4185         * mel.el (mime-string-decoding-method-alist): New variable.
4186         (mime-decode-string): New function.
4187
4188 1998-06-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
4189
4190         * mel-b.el (base64-external-decode-string): New function.
4191         (base64-decode-string): New function.
4192
4193 1998-06-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
4194
4195         * mel-q.el (quoted-printable-decode-string): New implementation.
4196
4197 1998-06-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
4198
4199         * mel-q.el (quoted-printable-internal-decode-region): New
4200         implementation.
4201
4202 1998-06-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
4203
4204         * mel-q.el (q-encoding-decode-string): Use
4205         `quoted-printable-hex-char-to-num'.
4206
4207         * mel-q.el (quoted-printable-hex-char-to-num): New function.
4208         (quoted-printable-decode-string): Use
4209         `quoted-printable-hex-char-to-num'.
4210
4211 1998-06-19  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
4212
4213         * mime-def.el, mime-parse.el: Move `mime-message-structure' from
4214         mime-parse.el to mime-def.el.
4215
4216 1998-06-19  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
4217
4218         * mime-lib.el, mime-parse.el: Move `mime-root-entity-p' from
4219         mime-parse.el to mime-lib.el.
4220
4221         * mime-lib.el: Add autoload setting for mime-parse.el.
4222
4223 1998-06-19  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
4224
4225         * mime-parse.el, mime-def.el: Move `mime-entity-point-min',
4226         `mime-entity-point-max', `mime-entity-media-type',
4227         `mime-entity-media-subtype', `mime-entity-parameters' and
4228         `mime-entity-type/subtype' from mime-parse.el to mime-def.el.
4229
4230         * mime-parse.el, mime-def.el: Move `mime-content-disposition'
4231         reference functions from mime-parse.el to mime-def.el.
4232
4233         * mime-parse.el, mime-def.el: Move structure `mime-content-type'
4234         from mime-parse.el to mime-def.el.
4235
4236 1998-06-19  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
4237
4238         * mel-b.el (base64-internal-decode-string): Renamed from
4239         `base64-decode-string'.
4240         (base64-decode-string): New alias for
4241         `base64-internal-decode-string'.
4242
4243 1998-06-19  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
4244
4245         * mel-b.el (base64-decode-unit): New function; abolish
4246         `base64-decode-1'.
4247         (base64-decode-string): New implementation.
4248         (base64-internal-decode-region): New implementation.
4249
4250 1998-06-19  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
4251
4252         * mime-parse.el (mime-message-structure): New variable.
4253         (mime-parse-buffer): New function.
4254
4255 1998-06-19  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
4256
4257         * mime-def.el: Require 'cl when it is compiled.
4258
4259         * mime-lib.el (mime-entity-read-field): Fix typo.
4260         Use `eword-decode-ignored-field-list'.
4261
4262         * mime-parse.el (mime-parse-multipart): Fix typo.
4263         (mime-parse-message): Parse message/external-body.
4264
4265 \f
4266 1998-06-19  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
4267
4268         * FLIM: Version 1.4.1 (Momoyama-Gory\e-Dòmae) was released.\e-A
4269
4270 1998-06-18  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
4271
4272         * eword-decode.el (mime-insert-decoded-header): Fix typo.
4273
4274 \f
4275 1998-06-18  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
4276
4277         * FLIM: Version 1.4.0 (Kintetsu-Tanbabashi) was released.
4278
4279 1998-06-18  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
4280
4281         * README.en (What's FLIM): Add description about mime-lib.el and
4282         mime-parse.el.
4283
4284 1998-06-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
4285
4286         * mime-parse.el: Require 'cl when it is compiled.
4287
4288         * eword-decode.el (eword-visible-field-p): New function.
4289         (mime-insert-decoded-header): Use `eword-visible-field-p'.
4290
4291 1998-06-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
4292
4293         * mime-def.el (mime-library-version-string): Renamed from
4294         `mime-spadework-module-version-string'.
4295
4296         * mime-parse.el: New file; moved from SEMI layer.
4297
4298         * FLIM-ELS (flim-modules): Add `mime-parse'.
4299
4300 1998-06-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
4301
4302         * FLIM-ELS (flim-modules): Add `mime-lib'.
4303
4304         * mime-lib.el: New module.
4305
4306         * mime-def.el (mime-entity): Add new slots for original-header and
4307         parsed-header.
4308         (mime-entity-set-original-header): New function.
4309         (mime-entity-set-parsed-header): New function.
4310
4311 1998-06-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
4312
4313         * mime-def.el (mime-entity-number): New function (moved from SEMI
4314         layer).
4315
4316 1998-06-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
4317
4318         * mime-def.el: Move definition of structure `mime-entity' from
4319         SEMI layer.
4320
4321 1998-06-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
4322
4323         * eword-decode.el (eword-decode-ignored-field-list): Capitalize
4324         default value.
4325         (eword-decode-structured-field-list): Capitalize default value.
4326         (eword-decode-header): Regularize field name by `capitalize'.
4327         (mime-insert-decoded-header): New function.
4328
4329 1998-06-15  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
4330
4331         * mailcap.el (mailcap-file): Use `defcustom'.
4332
4333 \f
4334 1998-06-01  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
4335
4336         * FLIM: Version 1.3.0 (Fushimi) was released.
4337
4338 1998-05-28  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
4339
4340         * std11.el (std11-fetch-field): New function.
4341         (std11-field-body): Use 'std11-fetch-field.
4342
4343 1998-05-28  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
4344
4345         * mime-def.el (regexp-*): New function (moved from mime-parse.el
4346         of SEMI (REMI)).
4347         (regexp-or): New function (moved from mime-parse.el of
4348         SEMI (REMI)).
4349
4350         (std11-quoted-pair-regexp): New constant (moved from mime-parse.el
4351         of SEMI (REMI)).
4352         (std11-non-qtext-char-list): New constant (copied from std11.el).
4353         (std11-qtext-regexp): New constant (moved from mime-parse.el of
4354         SEMI (REMI)).
4355         (std11-quoted-string-regexp): New constant (moved from
4356         mime-parse.el of SEMI (REMI)).
4357
4358 \f
4359 1998-05-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
4360
4361         * FLIM: Version 1.2.2 (Takeda) was released.
4362
4363         * FLIM-VERSION: New file.
4364
4365 1998-05-15  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
4366
4367         * mel-q.el (quoted-printable-internal-encode-region): Use
4368         'looking-at-as-unibyte instead of local binding for
4369         enable-multibyte-characters.
4370
4371 \f
4372 1998-05-09  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
4373
4374         * FLIM: Version 1.2.1 (Kamitobaguchi) was released.
4375
4376 1998-05-09  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
4377
4378         * mel-q.el (quoted-printable-internal-decode-region): Use
4379         'string-as-multibyte to avoid problem in Emacs 20.3.
4380
4381 1998-05-08  Katsumi Yamaoka   <yamaoka@jpl.org>
4382
4383         * mel-u.el: Use mime-temp-directory instead of TMP.
4384
4385 \f
4386 1998-05-06  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
4387
4388         * FLIM: Version 1.2.0 (J\e-Dþjò) was released.\e-A
4389
4390         * README.en (What's FLIM): Delete description about
4391         std11-parse.el; add description about mailcap.el.
4392
4393 1998-05-06  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
4394
4395         * eword-decode.el (eword-decode-encoded-word-error-handler): New
4396         variable.
4397         (eword-decode-encoded-word-default-error-handler): New function.
4398         (eword-decode-encoded-word): Use
4399         'eword-decode-encoded-word-error-handler.
4400
4401 1998-05-06  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
4402
4403         * mailcap.el: Require 'mime-def.
4404
4405         * mime-def.el (mime-type/subtype-string): New function (moved from
4406         semi/mime-parse.el).
4407
4408 1998-05-06  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
4409
4410         * std11-parse.el: Abolish std11-parse.el.
4411
4412         * FLIM-ELS (flim-modules): Abolish 'std11-parse.
4413
4414         * eword-decode.el: Require 'std11 instead of 'std11-parse.
4415
4416         * std11.el: Merge std11-parse.el.
4417
4418 1998-05-06  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
4419
4420         * mime-def.el (mime-temp-directory): Use 'defcustom.
4421
4422         * mel-u.el: Require 'mime-def instead of 'mel.
4423
4424         * mime-def.el (mime-temp-directory): New variable (moved from
4425         mel.el).
4426
4427         * mel.el: Move definition of 'mime-temp-directory to mime-def.el.
4428
4429 1998-05-06  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
4430
4431         * mailcap.el (mailcap-format-command): New function.
4432
4433         * mailcap.el (mailcap-look-at-mtext): Don't strip quoted character
4434         again.
4435
4436 \f
4437 1998-05-05  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
4438
4439         * FLIM: Version 1.1.0 (T\e-Dòji) was released.\e-A
4440
4441 1998-05-04  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
4442
4443         * mime-def.el (quoted-printable-hex-chars): New constant.
4444         (quoted-printable-octet-regexp): New constant.
4445
4446         * mel-q.el, eword-decode.el: Move definition of constant
4447         'quoted-printable-hex-chars and 'quoted-printable-octet-regexp to
4448         mime-def.el.
4449
4450 1998-05-03  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
4451
4452         * mailcap.el (mailcap-look-at-mtext): Strip quoted character.
4453
4454 1998-05-03  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
4455
4456         * mailcap.el (mailcap-look-at-mtext): Fix typo.
4457
4458 1998-05-03  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
4459
4460         * FLIM-ELS (flim-modules): Add mailcap.
4461
4462         * mailcap.el: New file (copied from SEMI).
4463
4464 1998-04-23  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
4465
4466         * eword-decode.el (eword-decode-ignored-field-list): Add
4467         `received'.
4468
4469         * mel.el (mime-temp-directory): Use TMPDIR, TMP, or TEMP
4470         environment variables.
4471
4472 \f
4473 1998-04-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
4474
4475         * FLIM: Version 1.0.1 (Ky\e-Dòto) was released.\e-A
4476
4477         * mime-def.el (mime-spadework-module-version-string): New
4478         constant.
4479
4480         * eword-encode.el: Abolish constant 'eword-encode-version.
4481
4482         * eword-decode.el: Abolish constant 'eword-decode-version.
4483
4484 1998-04-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
4485
4486         * eword-encode.el (eword-encode-divide-into-charset-words): Use
4487         'char-length or 'char-next-index instead of 'char-bytes.
4488         (tm-eword::encode-string-1): Use 'char-next-index instead of
4489         'char-bytes.
4490
4491 1998-04-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
4492
4493         * mel.el (base64-dl-module): Must check base64.so actually exists.
4494
4495 \f
4496 1998-04-13  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
4497
4498         * FLIM: Version 1.0.0 was released.
4499
4500         * README.en: Modify for FLIM.
4501
4502         * ChangeLog: New file.
4503
4504 1998-04-13  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
4505
4506         * FLIM-CFG, FLIM-ELS, FLIM-MK: New files.
4507
4508         * Makefile: Modify for FLIM.
4509
4510 1998-04-10  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
4511
4512         * Makefile: New file.
4513
4514         * mime-def.el, std11-parse.el, std11.el, eword-decode.el,
4515         eword-encode.el: Copied from MEL, SEMI (mime-def.el
4516         eword-decode.el eword-encode.el) and APEL (std11-parse.el
4517         std11.el).