update.
[elisp/semi.git] / ChangeLog
1 1998-02-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2
3         * eword-decode.el (eword-decode-and-unfold-structured-field): New
4         function.
5
6         * eword-decode.el (eword-decode-and-fold-structured-field): New
7         function.
8         (eword-decode-structured-field-body): Use it.
9         (eword-decode-header): Likewise.
10
11         * eword-decode.el (eword-decode-structured-field-body): If
12         `START-COLUMN' is nil, it uses `mapconcat'.
13
14         * eword-decode.el (eword-decode-token): New function.
15         (eword-decode-structured-field-body): Add new optional arguments
16         `START-COLUMN' and `MAX-COLUMN'; fill results; use function
17         `eword-decode-token'.
18         (eword-decode-header): Specify START-COLUMN for
19         `eword-decode-structured-field-body'.
20
21 1998-02-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
22
23         * eword-decode.el (eword-decode-header): Unfold fields including
24         encoded-words.
25
26         * eword-decode.el (eword-decode-ignored-field-list): New variable.
27         (eword-decode-structured-field-list): New variable.
28         (eword-decode-header): Refer them.
29
30         * eword-decode.el (eword-decode-header): Don't use
31         `eword-decode-unstructured-field-body'.
32
33 1998-02-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
34
35         * eword-decode.el (eword-decode-header): New implementation; add
36         new argument `CODE-CONVERSION' as first argument.  Change
37         `SEPARATOR' as second argument.
38
39 \f
40 1998-02-12  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
41
42         * SEMI: Version 0.118.1 (Shijima) was released.
43
44         * README.en (Bug reports): Modified for SEMI.
45
46 1998-02-06  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
47
48         * mime-edit.el (mime-edit-normalize-body): Must not ignore case to
49         search "From " in beginning of line.
50
51 1998-01-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
52
53         * mime-image.el: Comment out setting for inline Postscript
54         feature.
55
56 1998-01-11  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
57
58         * eword-decode.el (eword-analyze-atom): New function.
59         (eword-lexical-analyze-internal): Use `eword-analyze-atom' instead
60         of `std11-analyze-atom'.
61
62 1997-11-26  Thierry Emery     <Thierry.Emery@aar.alcatel-alsthom.fr>
63
64         * mime-edit.el (mime-edit-insert-text): Fix to avoid unexpected
65         entering enriched-mode. (cf. [tm-ja:2697])
66
67 \f
68 1997-11-26  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
69
70         * SEMI: Version 0.118 (Sodani) was released.
71
72 1997-11-24  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
73
74         * mime-view.el (mime-maybe-hide-echo-buffer): bury MIME echo
75         buffer.
76
77 1997-11-23  MORIOKA Tomohiko  <morioka@mousai.jaist.ac.jp>
78
79         * mime-view.el (mime-maybe-hide-echo-buffer): New inline function;
80         abolish `mime-hide-echo-buffer'.
81         (mime-view-mode): Use `mime-maybe-hide-echo-buffer'.
82
83 1997-11-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
84
85         * mime-pgp.el: Rename `mime-article/add-pgp-keys' ->
86         `mime-pgp-add-keys'.
87
88         * mime-pgp.el: Rename `mime-article/decrypt-pgp' ->
89         `mime-pgp-decrypt-application/pgp-encrypted'.
90
91         * mime-pgp.el: Rename `mime-article/check-pgp-signature' ->
92         `mime-pgp-check-application/pgp-signature'.
93
94         * mime-pgp.el: Rename `mime::article/call-pgp-to-check-signature'
95         -> `mime-pgp-check-signature'.
96
97         * mime-pgp.el: Rename `mime-article/view-application/pgp' ->
98         `mime-process-application/pgp'.
99
100 \f
101 1997-11-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
102
103         * SEMI: Version 0.116 (D\e-Dòhòji) was released.\e-A
104
105 1997-11-15  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
106
107         * mime-view.el, mime-pgp.el, mime-partial.el: Rename
108         `mime::article/content-info' -> `mime-raw-content-info'.
109
110 1997-11-11  François Pinard   <pinard@iro.umontreal.ca>
111
112         * mime-edit.el: Modify space in prompt and removespurious trailing
113         spaces in the files. (cf. [tm-en:1507])
114
115 1997-11-08  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
116
117         * mime-edit.el: Rename `mime-edit-enclose-region' ->
118         `mime-edit-enclose-region-internal'.
119
120         * mime-edit.el (mime-edit-enclose-quote-region,
121         mime-edit-enclose-mixed-region, mime-edit-enclose-parallel-region,
122         mime-edit-enclose-digest-region,
123         mime-edit-enclose-alternative-region,
124         mime-edit-enclose-signed-region,
125         mime-edit-enclose-encrypted-region): Change subtype to symbol.
126
127 1997-11-06  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
128
129         * mime-bbdb.el, semi-setup.el: Use path-util.el instead of
130         file-detect.el.
131
132 1997-11-05  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
133
134         * mime-def.el: Add group `mime' to `default-mime-charset'.
135
136 1997-11-04  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
137
138         * eword-encode.el (eword-encode-field): Must regard MIME-Version
139         field as structured field.
140
141 \f
142 1997-11-04  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
143
144         * SEMI: Version 0.115.2 (Inokuchi) was released.
145
146 1997-11-04  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
147
148         * mime-edit.el (mime-edit-split-message): Use `defcustom'.
149         (mime-edit-message-default-max-lines): Use `defcustom'.
150         (mime-edit-message-max-lines-alist): Use `defcustom'.
151
152 1997-11-04  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
153
154         * Makefile: Abolish `execs' and `install-execs'.
155
156 1997-11-04  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
157
158         * mime-edit.el (mime-edit): New customize group.
159         (mime-ignore-preceding-spaces): Use `defcustom'.
160         (mime-ignore-trailing-spaces): Use `defcustom'.
161         (mime-ignore-same-text-tag): Use `defcustom'.
162         (mime-auto-hide-body): Use `defcustom'.
163         (mime-edit-voice-recorder): Use `defcustom'.
164         (mime-edit-mode-hook): Use `defcustom'.
165         (mime-edit-translate-hook): Use `defcustom'.
166         (mime-edit-exit-hook): Use `defcustom'.
167
168         * mime-def.el (mime): New customize group.
169         (mime-button-face): Use `defcustom'.
170         (mime-button-mouse-face): Use `defcustom'.
171
172 1997-11-04  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
173
174         * mime-edit.el (mime-edit-x-emacs-value): Don't add mule-version
175         if enable-multibyte-characters is nil.
176
177 1997-10-31  Kazuhiro Ohta     <ohta@ele.cst.nihon-u.ac.jp>
178
179         * mime-play.el (mime-article::write-region): fixed
180         (cf. [tm-ja:2641]).
181
182 1997-10-21  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
183
184         * semi-setup.el (mime-setup-set-signature-key): Check local keymap
185         is exist or not to fix problem about
186         `gnus-summary-resend-message'.
187
188 \f
189 1997-10-04  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
190
191         * SEMI: Version 0.115.1 (Oyanagi) was released.
192
193 1997-10-03  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
194
195         * mime-play.el (mime-display-message/partial): Use `write-region'.
196
197         * mime-pgp.el (mime-article/check-pgp-signature): Use
198         `write-region'.
199
200         * mime-file.el (mime-article/extract-file): Use `write-region'.
201
202 1997-10-02  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
203
204         * mime-def.el: Don't use `third' (don't use cl function).
205
206         * SEMI-CFG: Add current directory to load-path.
207
208         * mime-def.el, mime-edit.el (mime-edit-insert-text): Rename
209         `second' -> `cadr' (Don't use cl function).
210
211 \f
212 1997-09-28  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
213
214         * SEMI: Version 0.115 (Hinomiko) was released.
215
216         * README.en: Modify for Emacs 20.2.
217
218 1997-09-25  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
219
220         * mime-def.el (butlast, nbutlast): Don't use `defun-maybe' for cl
221         functions.
222
223 1997-09-25  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
224
225         * mime-def.el (butlast): New function; imported from cl.el.
226         (nbutlast): New function; imported from cl.el.
227
228 1997-09-25  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
229
230         * mime-view.el (mime-view-cut-header): Don't use `member-if'.
231
232         * mime-def.el: Don't require cl.
233
234         * eword-encode.el: Abolish variable `eword-generate-X-Nsubject'.
235         (eword-encode-header): Abolish X-Nsubject field generator.
236
237         * eword-encode.el (eword-find-field-encoding-method): New inline
238         function.
239         (eword-encode-header): Use it.
240
241 1997-09-25  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
242
243         * mime-image.el: Use `exec-installed-p' to search
244         `uncompface-program'.
245
246 1997-09-24  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
247
248         * signature.el: Add doc-string to `signature-file-alist'.
249
250         * mime-bbdb.el: Remove Artur Pioro from the authors list; Recent
251         versions don't contain his code.
252
253 1997-09-21  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
254
255         * mime-view.el: Don't use cl.
256         (mime-article/rcnum-to-cinfo): New implementation (use function
257         `mime-article/cnum-to-cinfo'); use `defsubst'.
258
259 1997-09-18  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
260
261         * mime-edit.el (mime-edit-x-emacs-value): Use `(featurep
262         'xemacs)'; add DOC-string.
263
264 1997-09-17  Hisashi Miyashita <himi@bird.scphys.kyoto-u.ac.jp>
265
266         * mime-edit.el (mime-edit-x-emacs-value): Add `(Meadow-version)'
267         when running Meadow. (cf. [tm-ja:2567], [mule-win32:4339])
268
269 1997-09-15  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
270
271         * mime-edit.el (mime-edit-mime-version-field-for-message/partial):
272         New constant.
273         (mime-edit-insert-partial-header): Use it.
274
275 \f
276 1997-09-09  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
277
278         * SEMI: Version 0.112 (Tsurugi) was released.
279
280 1997-09-05  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
281
282         * mime-view.el (mime-view-insert-entity-button): Change interface
283         to use `media-type' and `media-subtype' instead of `ctype'.
284         (mime-view-entity-button-function): ditto.
285
286 1997-09-05  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
287
288         * mime-view.el (mime-view-body-visible-p): Change interface to use
289         `media-type' and `media-subtype' instead of `ctype'.
290         (mime-view-entity-separator-function): ditto.
291
292 1997-09-05  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
293
294         * mime-view.el (mime-view-display-entity): Use `media-type' and
295         `media-subtype' instead of `ctype' to compare with
296         message/partial.
297
298         * mime-view.el (mime-view-follow-current-entity,
299         mime-view-display-entity, mime-view-entity-button-function): Use
300         `mime-entity-info-media-type' and `mime-entity-info-media-subtype'
301         instead of `mime-entity-info-type/subtype'.
302
303 1997-09-05  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
304
305         * mime-parse.el: Abolish macro `define-structure'.
306         
307         (make-mime-entity-info, mime-entity-info-rnum,
308         mime-entity-info-point-min, mime-entity-info-point-max,
309         mime-entity-info-parameters, mime-entity-info-encoding,
310         mime-entity-info-children): New implementation.
311         
312         (mime-entity-info-media-type, mime-entity-info-media-subtype): New
313         inline function.
314
315         * mime-view.el (mime-view-display-entity,
316         mime-article/point-content-number, mime-article/cnum-to-cinfo,
317         mime/flatten-content-info): Use `mime-entity-info-children'
318         instead of `mime::content-info/children'.
319
320         * mime-parse.el (mime-entity-info-children): New inline function.
321
322 1997-09-05  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
323
324         * mime-view.el (mime-view-body-visible-p,
325         mime-view-display-entity): Use `mime-entity-info-encoding' instead
326         of `mime::content-info/encoding'.
327
328         * mime-play.el (mime-display-content): Use
329         `mime-entity-info-encoding' instead of
330         `mime::content-info/encoding'.
331
332         * mime-parse.el (mime-entity-info-encoding): New inline function.
333
334 1997-09-05  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
335
336         * mime-view.el (mime-view-display-entity), mime-partial.el
337         (mime-combine-message/partials-automatically), mime-play.el
338         (mime-display-content): Use `mime-entity-info-parameters' instead
339         of `mime::content-info/parameters'.
340
341         * mime-parse.el (mime-entity-info-parameters): New inline
342         function.
343
344 1997-09-05  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
345
346         * mime-view.el (mime-view-header-visible-p,
347         mime-view-body-visible-p, mime-view-entity-button-function,
348         mime-view-display-entity, mime-view-follow-current-entity),
349         mime-play.el (mime-display-content): Use
350         `mime-entity-info-type/subtype' instead of
351         `mime::content-info/type'.
352
353         * mime-parse.el (mime-entity-info-type/subtype): New inline
354         function.
355
356 1997-09-05  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
357
358         * mime-view.el (mime-view-display-entity,
359         mime-article/rcnum-to-cinfo, mime-view-follow-current-entity,
360         mime-view-move-to-upper): Use `mime::content-info/rcnum' instead
361         of `mime-entity-info-rnum'.
362
363         * mime-parse.el (mime-entity-info-rnum): New inline function.
364
365 1997-09-05  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
366
367         * mime-view.el (mime-view-display-entity,
368         mime-article/point-content-number,
369         mime-view-follow-current-entity), mime-play.el
370         (mime-display-content), mime-pgp.el
371         (mime-article/check-pgp-signature, mime-article/decrypt-pgp): Use
372         `mime-entity-info-point-{min|max}' instead of
373         `mime::content-info/point-{min|max}'.
374
375         * mime-parse.el (mime-entity-info-point-min): New inline function.
376         (mime-entity-info-point-max): New inline function.
377         (mime-parse-multipart): Use `mime-entity-info-point-max' instead
378         of `mime::content-info/point-max'.
379
380 1997-09-05  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
381
382         * mailcap.el (mailcap-skip-comment): Check `chr' is nil.
383
384         * mime-edit.el (mime-edit-decode-buffer): Modify for new return
385         format of `mime-parse-Content-Type'.
386
387         * mime-parse.el (mime-parse-Content-Type): Change return format.
388         (mime-read-Content-Type): Modify DOC-string.
389         (make-mime-entity-info): New inline function.
390         (mime-parse-multipart): Change interface.
391         (mime-parse-message): Rename names of arguments.
392
393         * mime-def.el (mime-tspecials): Remove `.' and control-characters.
394         (mime-token-regexp): Add specification for control-characters.
395
396 1997-09-04  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
397
398         * mime-view.el (mime-view-cut-header): Use `defun' instead of
399         `defsubst'.
400
401         * mime-view.el: Rename `mime-preview/display-body' ->
402         `mime-view-display-body'.
403
404         * mime-view.el: Rename `mime-preview/display-header' ->
405         `mime-view-display-header'.
406
407 1997-09-03  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
408
409         * mime-parse.el, mime-edit.el: Rename `mime/Content-Type' ->
410         `mime-read-Content-Type'.
411
412         * mime-parse.el (symbol-concat): New implementation.
413
414 1997-08-30  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
415
416         * mime-def.el: Abolish alias `last*'.
417
418         * eword-decode.el (eword-lexical-analyze): `last' of Emacs 20.0.97
419         allows two arguments.
420
421 1997-08-25  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
422
423         * eword-decode.el (eword-lexical-analyze): Use `last*' instead of
424         `last' (for Emacs 20.0.96).
425
426         * mime-def.el (last*): New alias for old emacsen.
427
428 1997-07-26  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
429
430         * mime-parse.el, mime-def.el: Constant
431         `mime-disposition-type-regexp' was moved from mime-def.el to
432         mime-parse.el.
433
434 \f
435 1997-07-25  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
436
437         * SEMI: Version 0.97 (Naka-Tsurugi) was released.
438
439 1997-07-24  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
440
441         * mime-edit.el: Delete unnecessary "[mime-edit.el]" from
442         DOC-strings.
443
444 1997-07-23  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
445
446         * eword-decode.el (eword-analyze-encoded-word): cdr of return
447         value must not nil (cf.[tm-ja:2496])
448
449 1997-07-14  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
450
451         * mime-view.el, mime-play.el: `mime-article/view-message/rfc822'
452         -> `mime-display-message/rfc822'.
453
454 1997-07-13  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
455
456         * eword-encode.el (eword-phrase-route-addr-to-rwl): Use function
457         `eword-addr-seq-to-rwl'.
458
459         * eword-encode.el: `tm-eword::phrase-route-addr-to-rwl' ->
460         `eword-phrase-route-addr-to-rwl'.
461
462         * eword-encode.el (eword-addr-seq-to-rwl): New function.
463         (eword-addr-spec-to-rwl): Use function `eword-addr-seq-to-rwl'.
464
465         * eword-encode.el (eword-addr-spec-to-rwl): New implementation.
466
467         * eword-encode.el: `tm-eword::addr-spec-to-rwl' ->
468         `eword-addr-spec-to-rwl'.
469
470 1997-07-07  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
471
472         * mime-parse.el: Constant `mime::ctype-regexp' was abolished.
473
474         * mime-parse.el: Constant `mime::dtype-regexp' was abolished.
475
476         * mime-parse.el, mime-def.el: `mime/disposition-type-regexp' ->
477         `mime-disposition-type-regexp'.
478
479 \f
480 1997-07-07  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
481
482         * SEMI: Version 0.96 (Kaga-Ichinomiya) was released.
483
484 1997-07-05  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
485
486         * mime-edit.el: (mime-edit-normalize-body):
487         - Protect "From " in beginning of line (insert `ESC ( B' before it
488           if possible, otherwise encode by quoted-printable)
489         - canonicalize line break code for base64
490
491 1997-07-04  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
492
493         * signature.el (signature-separator): New variable.
494         (insert-signature): Insert `signature-separator' when signature is
495         inserted at end of file.
496
497 1997-07-03  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
498
499         * mime-edit.el (mime-edit-version-name): Add `semi-version-name'.
500
501         * mime-view.el (mime-view-version-name): New constant.
502
503         * mime-def.el (semi-version-name): New constant.
504
505 1997-07-02  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
506
507         * README.en (Required environment): Updated.
508
509 1997-07-02  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
510
511         * mime-parse.el, mime-def.el: `mime/content-type-subtype-regexp'
512         -> `mime-media-type/subtype-regexp'.
513
514 1997-07-02  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
515
516         * mime-parse.el, mime-def.el, mailcap.el: `mime/token-regexp' ->
517         `mime-token-regexp'.
518
519         * mime-def.el: `mime/tspecials' -> `mime-tspecials'.
520
521 1997-07-02  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
522
523         * mime-play.el, mime-pgp.el, mime-def.el: `mime/temp-buffer-name'
524         -> `mime-temp-buffer-name'.
525
526 1997-07-02  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
527
528         * mime-text.el (mime-decode-text-body): Canonicalize line break
529         code.
530
531 1997-06-27  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
532
533         * mailcap.el: New file.
534
535 1997-06-26  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
536
537         * eword-encode.el (eword-field-encoding-method-alist): Add
538         "Message-ID" as ignored.
539
540 1997-06-26  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
541
542         * eword-encode.el (tm-eword::encode-string-1): avoid infinite loop
543         caused by long non-encoded-word element. (cf. [tm-en:1356])
544
545 1997-06-24  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
546
547         * mime-view.el: `mime-preview/display-message/partial' ->
548         `mime-view-insert-message/partial-button'.
549
550         * mime-view.el (mime-preview/display-message/partial): Use
551         `mime-add-button' again.
552
553 1997-06-21  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
554
555         * eword-encode.el: `tm-eword::lc-words-to-words' ->
556         `eword-encode-charset-words-to-words'.
557
558         * eword-encode.el (tm-eword::lc-words-to-words): New
559         implementation; function `tm-eword::parse-word' was abolished.
560
561 1997-06-21  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
562
563         * eword-encode.el: `tm-eword::split-to-lc-words' ->
564         `eword-encode-divide-into-charset-words'.
565
566         * eword-encode.el: Function `tm-eword::parse-lc-word' was
567         abolished.
568         (tm-eword::split-to-lc-words): New implementation.
569
570 1997-06-21  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
571
572         * eword-encode.el: `tm-eword::char-type' ->
573         `eword-encode-char-type'.
574
575         * eword-encode.el: `tm-eword::encode-encoded-text' ->
576         `eword-encode-text'
577
578         * mime-view.el (mime-view-insert-entity-button,
579         mime-preview/display-message/partial): Use `mime-insert-button'.
580         
581         (mime-view-setup-buffers): Enclose codes to display preview-buffer
582         by `(let ((inhibit-read-only t)) ...)'.
583
584         * mime-def.el (mime-insert-button): New inline function.
585
586         * mime-def.el (mime-add-button): Argument `func' was renamed to
587         `function'; Use overlay for `mime-button-mouse-face'.
588
589 \f
590 1997-06-19  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
591
592         * SEMI: Version 0.92 was released.
593
594         * mime-view.el, mime-play.el, mime-partial.el:
595         `mime-article/decode-' -> `mime-display-'.
596
597         * mime-play.el (mime-display-caesar): fixed.
598
599 1997-06-18  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
600
601         * eword-decode.el (eword-decode-structured-field-body): fixed.
602
603 1997-06-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
604
605         * eword-decode.el (eword-lexical-analyze-cache): New variable.
606         (eword-lexical-analyze-cache-max): New variable.
607         (eword-analyze-quoted-string): New function.
608         (eword-analyze-comment): New function.
609         (eword-analyze-encoded-word): New function.
610         (eword-lexical-analyze-internal): New function.
611         (eword-lexical-analyze): New function.
612         (eword-decode-structured-field-body): New function.
613         (eword-decode-unstructured-field-body): New function.
614         (eword-extract-address-components): New function.
615
616 1997-06-11  Steven L Baur     <steve@xemacs.org>
617
618         * eword-encode.el (tm-eword::char-type, tm-eword::encode-rwl,
619         tm-eword::encode-rwl): Clean up Ebola
620         infection. (cf.[tm-en:1346],[xemacs-beta:9333])
621
622 \f
623 1997-05-30  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
624
625         * SEMI: Version 0.91 was released.
626
627 Wed May 28 13:16:15 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
628
629         * mime-view.el (mime-view-define-keymap): fixed problem about
630         [tab], [delete] and [backspace] keys.
631
632 Tue May 27 03:26:23 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
633
634         * mime-edit.el (mime-edit-sign-pgp-elkins): Enclose PGP-processing
635         by `as-binary-process'.
636
637 1997-05-23  Steven L Baur  <steve@altair.xemacs.org>
638
639         * mime-view.el (mime-acting-condition): Add image/png
640         mime type. (cf.[tm-en:1334])
641
642         * mime-image.el: Add image/png mime type. (cf.[tm-en:1334])
643
644         * mime-edit.el (mime-file-types): Add png handling.
645         (mime-content-types): Ditto. (cf.[tm-en:1334])
646
647 Fri May 23 22:13:47 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
648
649         * mime-view.el (mime-view-define-keymap): Doesn't bind
650         `beginning-of-buffer' and `end-of-buffer' for "<" and ">" keys.
651
652 \f
653 1997-05-15  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
654
655         * SEMI: Version 0.88 was released.
656
657 Thu May 15 06:05:13 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
658
659         * Makefile (tar): New implementation.
660
661 Tue May 13 14:32:39 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
662
663         * SEMI-MK (config-semi): fixed.
664
665         * SEMI-CFG: Add site-lisp/apel/ even if LISPDIR is specified.
666
667 Tue May 13 14:11:48 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
668
669         * README.en: Add `LISPDIR'.
670
671         * Makefile (LISPDIR): New variable.
672
673         * SEMI-CFG: Setting for load-path is modified.
674
675 Mon May 12 12:30:42 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
676
677         * mime-tar.el, mime-play.el, mime-pgp.el, mime-file.el,
678         mime-view.el: `mime/content-decoding-condition' ->
679         `mime-acting-condition'.
680
681 \f
682 1997-05-09  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
683
684         * SEMI: Version 0.87 was released.
685
686 Fri May  9 04:19:21 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
687
688         * mime-tar.el: `mime-viewer/uuencode-encoding-name-list' ->
689         `mime-view-uuencode-encoding-name-list'.
690
691 Fri May  9 03:07:02 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
692
693         * mime-edit.el: Use "text/x-rot13-47-48" instead of
694         "text/x-rot13-47".
695
696         * mime-view.el (mime/content-decoding-condition): Add
697         "text/x-rot13-47-48".
698
699 Fri May  9 01:26:13 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
700
701         * mime-edit.el (mime-edit-normalize-body): Use
702         `mule-caesar-region' instead of `caesar-region'.
703
704         * mime-play.el (mime-display-caesar): Use `mule-caesar-region'
705         instead of `caesar-region'.
706
707         * mime-def.el: Add autoload for mule-caesar.el.
708
709         * mime-def.el: Function caesar-region was abolished.
710
711 Thu May  8 23:31:45 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
712
713         * mime-play.el, mime-edit.el, mime-def.el: `tm:caesar-region' ->
714         `caesar-region'.
715
716 Thu May  8 22:37:47 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
717
718         * mime-view.el (mime-view-define-keymap): Use
719         `set-keymap-default-binding' for XEmacs.
720
721 Wed May  7 10:04:36 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
722
723         * mime-play.el (mime-display-caesar): Don't use
724         `buffer-substring'.
725
726         * mime-play.el (mime-display-caesar): Use `view-buffer' instead of
727         `view-mode-enter'.
728
729 Wed May  7 09:37:54 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
730
731         * mime-play.el: Don't require `view'.
732         
733         Constant `mime-view-text/plain-mode-map' was abolished.
734
735         Function `mime-view-text/plain-mode' and
736         `mime-view-text/plain-exit' were abolished.
737
738         (mime-display-caesar): Use `view-mode-enter mother' instead of
739         `mime-view-text/plain-mode'.
740
741 Wed May  7 09:33:48 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
742
743         * mime-play.el, mime-view.el (mime/content-decoding-condition):
744         `mime-article/decode-caesar' -> `mime-display-caesar'.
745
746 Wed May  7 05:49:03 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
747
748         * mime-view.el (mime-view-cut-header): fixed. (cf.[tm-ja:2386])
749
750 \f
751 1997-04-30  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
752
753         * SEMI: Version 0.83 was released.
754
755 Sat Apr  5 06:20:34 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
756
757         * mime-def.el: Overlay is required by emu.
758
759 Thu Apr  3 18:09:35 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
760
761         * mime-image.el, mime-view.el, mime-text.el:
762         `mime-preview/filter-' -> `mime-view-filter-'.
763
764         * mime-view.el: `mime-preview/get-original-major-mode' ->
765         `mime-view-get-original-major-mode'.
766
767 Thu Mar 27 22:16:53 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
768
769         * mime-view.el (mime-view-mode): Hide mime-echo window.
770
771         * mime-view.el: Function `mime-hide-echo-buffer' was moved from
772         mime-play.el.
773
774         * mime-play.el: Function `mime-hide-echo-buffer' was moved to
775         mime-view.el.
776
777         * mime-play.el (mime-hide-echo-buffer): New inline function.
778
779         * mime-play.el (mime-echo-window-height): New variable.
780
781 Thu Mar 27 21:48:32 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
782
783         * mime-edit.el (mime-edit-content-end): Abolish unused local
784         variable `beg'.
785
786 Thu Mar 27 21:45:49 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
787
788         * mime-view.el (mime-view-follow-current-entity): Abolish unused
789         local variable `rc'.
790
791 Thu Mar 27 21:42:08 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
792
793         * eword-encode.el (eword-encode-field): Intern down-cased
794         field-name and use `memq' instead of `member' to detect a field is
795         address-list or not.
796
797 Thu Mar 27 21:17:25 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
798
799         * mime-pgp.el (mime-article/check-pgp-signature): Use
800         `insert-buffer-substring'.
801
802 Thu Mar 27 20:59:00 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
803
804         * mime-pgp.el (mime-article/check-pgp-signature):
805         `mime-article/show-output-buffer' -> `mime-show-echo-buffer'.
806
807         * mime-play.el: `mime-article/show-output-buffer' ->
808         `mime-show-echo-buffer'.
809
810         * mime-play.el: `mime/output-buffer-window-is-shared-with-bbdb' ->
811         `mime-echo-window-is-shared-with-bbdb'.
812
813 Thu Mar 27 20:47:14 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
814
815         * mime-play.el: Variable
816         `mime/output-buffer-window-is-shared-with-bbdb' was moved from
817         mime-def.el.
818
819         * mime-def.el: Variable
820         `mime/output-buffer-window-is-shared-with-bbdb' was moved to
821         mime-play.el.
822
823 Thu Mar 27 20:40:57 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
824
825         * mime-view.el (mime-view-mode): `mime/output-buffer-name' ->
826         `mime-echo-buffer-name'.
827
828         * mime-play.el: `mime/output-buffer-name' ->
829         `mime-echo-buffer-name'.
830
831         * mime-pgp.el (mime-article/check-pgp-signature):
832         `mime/output-buffer-name' -> `mime-echo-buffer-name'.
833
834         * mime-def.el (mime-echo-buffer-name): Renamed from
835         `mime/output-buffer-name'.
836
837 Fri Mar 21 17:55:10 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
838
839         * mime-edit.el (mime-edit-content-end): Abolish unused local
840         variable `top'.
841
842         * mime-view.el: Function `mime-view-make-preview-buffer' was
843         abolished.
844
845         * mime-view.el: `mime-view-setup-buffer' ->
846         `mime-view-setup-buffers'.
847
848 \f
849 1997-03-18  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
850
851         * MU: Version 0.40.2 was released.
852         * SEMI: Version 0.75 was released.
853
854 Tue Mar 18 15:28:25 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
855
856         * mime-edit.el (mime-edit-translate-single-part-tag): Add
857         DOC-string.
858
859 Tue Mar 18 15:21:28 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
860
861         * mime-view.el: `mime::preview/original-major-mode' ->
862         `mime-view-original-major-mode'.
863
864 Tue Mar 18 15:17:48 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
865
866         * mime-play.el, mime-view.el: `mime::preview/mother-buffer' ->
867         `mime-mother-buffer'.
868
869 Tue Mar 18 15:12:10 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
870
871         * mime-text.el, mime-play.el, mime-edit.el, mime-view.el:
872         `mime::preview/article-buffer' -> `mime-raw-buffer'.
873
874 Tue Mar 18 14:47:23 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
875
876         * mime-tar.el, mime-play.el, mime-pgp.el, mime-bbdb.el,
877         mime-view.el: `mime::article/preview-buffer' ->
878         `mime-view-buffer'.
879
880 Tue Mar 18 14:32:53 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
881
882         * mime-view.el: Structure `mime::preview-content-info' was
883         abolished.
884
885         (mime-view-setup-buffer): Return only
886         `mime::article/preview-buffer'.
887
888         (mime-view-make-preview-buffer): Don't generate
889         preview-content-list; Return only `mime::article/preview-buffer'.
890
891         (mime-view-display-entity): Don't create
892         `mime::preview-content-info'.
893
894         (mime-view-mode): Don't set for `mime::preview/content-list'.
895
896 Tue Mar 18 13:56:18 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
897
898         * mime-partial.el (mime-combine-message/partials-automatically):
899         Don't use preview-content-list.
900
901 Tue Mar 18 13:06:09 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
902
903         * semi-setup.el: Don't require mime-partial; It is autoloaded.
904
905         * mime-partial.el: `mime-article/grab-message/partials' ->
906         `mime-combine-message/partials-automatically'.
907
908         * mime-partial.el: `mime-partial/preview-article' ->
909         `mime-view-partial-message'.
910
911         * mime-partial.el: `mime-partial/preview-article-method-alist' ->
912         `mime-view-partial-message-method-alist'.
913
914         * mime-play.el
915         (mime-view-quitting-method-for-mime-show-message-mode): Don't use
916         preview-content-list.
917
918         * mime-text.el (mime-text-decoder-alist): `mime/show-message-mode'
919         -> `mime-show-message-mode'.
920
921         * mime-pgp.el (mime-article/view-application/pgp):
922         `mime/show-message-mode' -> `mime-show-message-mode'.
923
924         * mime-view.el (mime-view-follow-current-entity): New
925         implementation.
926
927 Tue Mar 18 08:24:07 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
928
929         * mime-view.el: `mime-view-follow-content' ->
930         `mime-view-follow-current-entity'.
931
932         * mime-view.el (mime-view-mode): Don't use preview-content-list to
933         move to initial point.
934
935         * mime-view.el: Function `mime-preview/cinfo-to-pcinfo' was
936         abolished.
937
938         * mime-view.el: Function `mime-preview/point-pcinfo' was
939         abolished.
940
941         * mime-view.el: Function `mime-preview/point-content-number' was
942         abolished.
943
944         * mime-play.el (mime-view-play-current-entity): New
945         implementation.
946
947 Mon Mar 17 17:18:29 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
948
949         * mime-view.el (mime-view-quit): Use variable
950         `mime::preview/original-major-mode'.
951
952         * mime-view.el (mime-view-show-summary): Use variable
953         `mime::preview/original-major-mode'.
954
955         * mime-view.el (mime-view-scroll-down-entity): New implementation.
956
957         * mime-view.el (mime-view-scroll-up-entity): New implementation.
958
959 Mon Mar 17 16:19:30 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
960
961         * mime-view.el: `mime-view-scroll-down-content' ->
962         `mime-view-scroll-down-entity'.
963
964         * mime-view.el: `mime-view-scroll-up-content' ->
965         `mime-view-scroll-up-entity'.
966
967         * mime-view.el (mime-view-move-to-next): New implementation.
968
969 Mon Mar 17 16:03:11 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
970
971         * mime-view.el: `mime-view-next-content' ->
972         `mime-view-move-to-next'.
973
974         * mime-view.el (mime-view-move-to-previous): New implementation.
975
976         * mime-view.el: `mime-view-previous-content' ->
977         `mime-view-move-to-previous'.
978
979         * mime-view.el: `mime-view-up-content' ->
980         `mime-view-move-to-upper'.
981
982 Mon Mar 17 15:39:17 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
983
984         * mime-view.el, mime-play.el: `mime/show-message-mode' ->
985         `mime-show-message-mode'.
986
987         * mime-view.el (mime-view-up-content): New implementation.
988
989         * mime-view.el: `mime-preview/display-content' ->
990         `mime-view-display-entity'.
991
992         * mime-view.el (mime-preview/display-content): Put
993         `mime-view-raw-buffer' and `mime-view-cinfo' as text-property.
994
995         * mime-view.el: Variable `mime-view-visible-field-regexp' was
996         abolished.
997
998         * mime-view.el: `mime-preview/cut-header' ->
999         `mime-view-cut-header'.
1000
1001         * mime-view.el (mime-view-entity-separator-function): New
1002         implementation.
1003
1004         * mime-view.el: `mime-preview/default-content-separator' ->
1005         `mime-view-entity-separator-function'.
1006
1007 Mon Mar 17 13:49:27 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1008
1009         * mime-view.el (mime-view-header-visible-p): Abolish optional
1010         argument `ctype'.
1011
1012         * mime-view.el (mime-view-entity-button-function): New
1013         implementation.
1014
1015         * mime-view.el: Variable
1016         `mime-view-content-button-ignored-ctype-list' was abolished.
1017
1018         * mime-view.el: `mime-preview/default-content-button-function' ->
1019         `mime-view-entity-button-function'.
1020
1021         * mime-view.el: Variable `mime-preview/content-button-function'
1022         was abolished.
1023
1024         * mime-def.el (mime-add-button): New implementation.
1025
1026         * mime-view.el (mime-view-insert-entity-button): modified.
1027
1028         * mime-view.el: `mime-preview/insert-content-button' ->
1029         `mime-view-insert-entity-button'.
1030
1031         * mime-view.el (mime-view-header-visible-p): Don't calculate ctype
1032         is optional argument `ctype' is not nil.
1033
1034 Mon Mar 17 12:12:01 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1035
1036         * mime-view.el: `mime-print-entity' ->
1037         `mime-view-print-current-entity'.
1038
1039         * mime-view.el: `mime-extract-entity' ->
1040         `mime-view-extract-current-entity'.
1041
1042         * mime-play.el, mime-view.el: `mime-play-entity' ->
1043         `mime-view-play-current-entity'.
1044
1045         * mime-view.el (mime-play-entity, mime-extract-entity,
1046         mime-print-entity): Add DOC-string.
1047
1048         * mime-view.el: `mime-view-print-content' -> `mime-print-entity'.
1049
1050         * mime-view.el: `mime-view-extract-content' ->
1051         `mime-extract-entity'.
1052
1053         * mime-play.el: Variable `mime-view-decoding-mode' was abolished.
1054
1055         * mime-play.el: Variable `mime-view-decoding-mode' was moved from
1056         mime-view.el.
1057
1058         * mime-view.el: Variable `mime-view-decoding-mode' was moved to
1059         mime-play.el.
1060
1061 Mon Mar 17 05:09:05 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1062
1063         * mime-view.el: Use `mime-play-entity' instead of
1064         `mime-view-play-content'.
1065
1066 Mon Mar 17 05:06:33 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1067
1068         * mime-view.el, mime-play.el: `mime-preview/decode-content' ->
1069         `mime-play-entity'.
1070
1071         * mime-view.el (mime-view-play-content, mime-view-extract-content,
1072         mime-view-print-content): Modify to use optional argument `mode'.
1073
1074 Mon Mar 17 04:41:21 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1075
1076         * mime-play.el (mime-preview/decode-content,
1077         mime-article/decode-content): Add new optional argument `mode'.
1078
1079 Sun Mar 16 02:23:31 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1080
1081         * mime-text.el: `mime-charset/maybe-decode-buffer' ->
1082         `mime-text-decode-buffer-maybe'.
1083
1084         * mime-text.el: `mime-preview/decode-text-buffer' ->
1085         `mime-decode-text-body'.
1086
1087         * mime-view.el (mime-view-visible-media-type-list): Add
1088         "text/rfc822-headers".
1089
1090 Sun Mar 16 01:02:03 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1091
1092         * mime-image.el, mime-view.el:
1093         `mime-view-default-showing-Content-Type-list' ->
1094         `mime-view-visible-media-type-list'.
1095
1096 Sun Mar 16 00:22:03 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1097
1098         * mime-play.el: `mime-raw::text-decoder' -> `mime-text-decoder'.
1099
1100         * mime-pgp.el (mime-article/view-application/pgp):
1101         `mime-charset/decode-buffer' -> `mime-text-decode-buffer'.
1102
1103         * mime-text.el: `mime-charset/decode-buffer' ->
1104         `mime-text-decode-buffer'.
1105
1106 Sat Mar 15 23:59:09 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1107
1108         * mime-pgp.el (mime-article/view-application/pgp):
1109         `mime-raw::text-decoder' -> `mime-text-decoder'.
1110
1111         * mime-text.el: `mime-raw::text-decoder' -> `mime-text-decoder'.
1112
1113 Sat Mar 15 23:53:49 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1114
1115         * mime-text.el: Variable `mime-raw::text-decoder' was moved from
1116         mime-view.el.
1117
1118         * mime-view.el: Variable `mime-raw::text-decoder' was moved to
1119         mime-text.el.
1120
1121 Sat Mar 15 22:40:50 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1122
1123         * mime-pgp.el (mime-article/view-application/pgp): Use
1124         `insert-buffer-substring'.
1125
1126 Sat Mar 15 22:27:53 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1127
1128         * mime-pgp.el (mime-article/view-application/pgp):
1129         `mime::article/code-converter' -> `mime-raw::text-decoder'.
1130
1131         * mime-play.el (mime-article/view-message/rfc822):
1132         `mime::article/code-converter' -> `mime-raw::text-decoder'.
1133
1134         * mime-text.el (mime-preview/decode-text-buffer):
1135         `mime::article/code-converter' -> `mime-raw::text-decoder'.
1136
1137         * mime-view.el: `mime::article/code-converter' ->
1138         `mime-raw::text-decoder'.
1139
1140 Sat Mar 15 21:20:02 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1141
1142         * mime-pgp.el (mime-article/add-pgp-keys): Abolish unused local
1143         variables `charset' and `mime::article/preview-buffer'.
1144
1145         * mime-pgp.el (mime-article/add-pgp-keys): Abolish unused local
1146         variable `mode'.
1147
1148 Sat Mar 15 21:10:43 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1149
1150         * mime-image.el (mime-preview/filter-for-image): Abolish unused
1151         local variable `charset'.
1152
1153         * mime-pgp.el (mime-article/check-pgp-signature): Abolish unused
1154         local variable `status'.
1155
1156         * mime-pgp.el: (mime-article/view-application/pgp,
1157         mime-article/add-pgp-keys): Abolish unused local variable
1158         `cur-buf'.
1159
1160         * mime-image.el (mime-preview/filter-for-image,
1161         mime-preview/filter-for-application/postscript): Abolish unused
1162         local variable `mode'.
1163
1164 Sat Mar 15 20:56:19 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1165
1166         * mime-text.el
1167         (mime-preview/filter-for-text/richtext,
1168         mime-preview/filter-for-text/enriched): Abolish unused local
1169         variable `mode'.
1170
1171         * mime-text.el (mime-preview/decode-text-buffer): New
1172         implementation.
1173
1174         * mime-view.el (mime-view-follow-content): Abolish unused
1175         variables `f', `mid', `subj', `reply-to', `cc', `to', `from', `he'
1176         and `hb'.
1177
1178         * mime-edit.el (mime-edit-goto-tag): Abolish unused variable
1179         `multipart'.
1180
1181         * mime-file.el (mime-article/extract-file): Abolish unused local
1182         variable `the-buf'.
1183
1184         * mime-tar.el: Quote *autoconv*.
1185
1186 Sat Mar 15 20:29:25 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1187
1188         * mime-partial.el (mime-article/grab-message/partials): Unused
1189         local variable `mother' was abolished.
1190
1191         * mime-play.el (mime-article/decode-caesar): Unused local variable
1192         `cur-buf' was abolished.
1193
1194         * mime-play.el (mime-article/decode-message/external-ftp): Unused
1195         local variable `access-type' was abolished; Comment out `mode'.
1196
1197         * mime-play.el (mime-article/view-message/rfc822): Unused local
1198         variable `cur-buf' was abolished.
1199
1200         * mime-text.el (mime-preview/filter-for-text/richtext,
1201         mime-preview/filter-for-text/enriched): Unused local variable `m'
1202         was abolished.
1203
1204         * mime-parse.el (mime-parse-multipart):
1205         Unused local variable `ct' was abolished.
1206
1207         * eword-encode.el: Require eword-decode.
1208
1209         * mime-image.el (mime-preview/filter-for-application/postscript):
1210         Unused local variable `m' was abolished.
1211
1212 Sat Mar 15 19:47:27 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1213
1214         * mime-pgp.el: (mime-article/view-application/pgp):
1215         `mime-viewer/code-converter-alist' -> `mime-text-decoder-alist'.
1216
1217         * mime-pgp.el (mime-pgp-command): New variable.
1218
1219         (mime::article/call-pgp-to-check-signature): Use variable
1220         `mime-pgp-command'. (cf. [tm-en:1259])
1221
1222 Sat Mar 15 19:25:25 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1223
1224         * mime-pgp.el: `mime/viewer-mode' -> `mime-view-mode'.
1225         (cf. [tm-en:1259])
1226
1227 \f
1228 1997-03-14  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1229
1230         * emu: Version 7.40.1 was released.
1231         * APEL: Version 3.2 was released.
1232         * bitmap-mule: Version 7.17 was released.
1233         * MU: Version 0.40.1 was released.
1234         * MEL: Version 6.3 was released.
1235         * SEMI: Version 0.72 was released.
1236
1237 Fri Mar 14 08:48:07 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1238
1239         * SEMI-ELS (semi-modules-to-compile): Add mail-mime-setup.el.
1240
1241 Fri Mar 14 08:47:06 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1242
1243         * mail-mime-setup.el: New module.
1244
1245         * mime-setup.el: Only loads MUA specific setup files.
1246
1247         * semi-setup.el: Setting for mime-edit, signature and mu-cite were
1248         moved from mime-setup.el.
1249
1250         * semi-setup.el: Setting for gnus-mime was moved to
1251         gnus-mime/gnus-mime-setup.el.
1252
1253         * semi-setup.el: Setting for mh-e was moved to emh/emh-setup.el.
1254
1255         * Makefile: modified for SEMI package.
1256
1257 Fri Mar 14 07:42:44 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1258
1259         * SEMI-MK: Don't compile and install other packages.
1260
1261 Fri Mar 14 06:09:23 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1262
1263         * mime-edit.el: Definition of `mime-edit-mode' must be previous to
1264         `add-minor-mode'.
1265
1266         * mime-image.el (mime-preview/filter-for-image): Don't use
1267         `assoc-value'.
1268
1269 Fri Mar 14 04:49:04 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1270
1271         * mime-edit.el: Variable `mime-edit-prefix' and `mime-edit-map'
1272         were abolished; Use `mime-edit-mode-map' directly.
1273
1274         Use "C-c C-m" for enclosure commands.
1275
1276         Add new binding "C-c C-x s" for `mime-edit-set-sign', "C-c C-x e"
1277         for `mime-edit-set-encrypt'.
1278
1279 Fri Mar 14 04:41:27 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1280
1281         * semi-setup.el: Require file-detect.
1282
1283 Wed Mar 12 07:49:41 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1284
1285         * SEMI-CFG: Delete variables about other packages.
1286
1287 Mon Mar 10 15:16:26 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1288
1289         * mime-def.el: Variable `mime-temp-directory' was moved to
1290         mel/mel.el.
1291
1292 1997-03-10  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1293
1294         * SEMI-ELS (semi-modules-to-compile): Delete `mime-ftp'.
1295
1296         * mime-view.el (mime/content-decoding-condition): Set up for
1297         `mime-article/decode-message/external-ftp'.
1298
1299         * semi-setup.el: tm-latex.el was abolished.
1300
1301         * semi-setup.el: tm-ftp is merged to mime-play.el.
1302
1303         * mime-play.el (mime-article/dired-function): New variable; copied
1304         from tm-ftp.el.
1305
1306         (mime-article/dired-function-for-one-frame,
1307         mime-article/decode-message/external-ftp): New function; copied
1308         from tm-ftp.el.
1309
1310 1997-03-07  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1311
1312         * mime-partial.el (mime-article/grab-message/partials): Don't use
1313         `assoc-value'.
1314
1315 1997-03-07  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1316
1317         * mime-play.el: Require filename.
1318
1319 1997-03-07  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1320
1321         * mime-setup.el: Don't check `(boundp 'epoch::version)'.
1322
1323         * mime-setup.el: Use `turn-on-mime-edit' instead of
1324         `mime-edit-mode'.
1325
1326         * mime-edit.el (mime-edit-decode-buffer): Renamed from
1327         `mime-editor::edit-again'; optional argument `code-conversion' was
1328         changed to `not-decode-text' (behavior was reversed).
1329         (mime-edit-again): modified for `mime-edit-decode-buffer'.
1330
1331         * mime-edit.el (mime-edit-again-ignored-field-regexp): New
1332         variable.
1333
1334         * mime-edit.el (mime-edit-again): optional argument
1335         `code-conversion' was changed to `not-decode-text' (behavior was
1336         reversed); optional argument `no-mode' was renamed to
1337         `not-turn-on'; `mail-header-separator' was replaced to null line
1338         before converting.
1339
1340 1997-03-07  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1341
1342         * mime-edit.el: `mime-edit-mode' -> `turn-on-mime-edit';
1343         `mime-edit-toggle-mode' -> `mime-edit-mode'.
1344         
1345         Alias `mime-mode' was abolished.
1346
1347 1997-03-06  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1348
1349         * eword-encode.el (eword-encode-header): fixed.
1350
1351         * mime-edit.el: Comments was modified.
1352         (mime-edit-mode): DOC-string was modified.
1353
1354         * mime-edit.el: Function `mime-edit-define-menu-for-emacs19' was
1355         abolished.  Buffer local variable `mime-edit-mode-old-local-map'
1356         was abolished.
1357
1358         * mime-edit.el: `mime-edit-minor-mime-map' ->
1359         `mime-edit-mode-map'.
1360
1361         * mime-edit.el: `mime-edit-mime-map' -> `mime-edit-map'.
1362
1363         * mime-edit.el: Function `mime-edit-define-keymap' was abolished.
1364
1365 1997-03-06  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1366
1367         * mime-edit.el: `mime-prefix' -> `mime-edit-prefix'.
1368
1369 1997-03-04  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1370
1371         * semi-setup.el: tm-pgp.el was already renamed to mime-pgp.el.
1372
1373 1997-03-04  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1374
1375         * mime-def.el (pgp-function-alist): `tm:mc-' -> `mime-mc-'.
1376
1377 1997-03-04  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1378
1379         * mime-def.el (mime-temp-directory): Refer environment variable
1380         "MIME_TMP_DIR" as default value.
1381
1382 1997-03-04  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1383
1384         * SEMI-ELS (semi-modules-to-compile): tm-latex.el and tm-html.el
1385         were abolished.
1386
1387         * mime-tar.el (mime-decode-message/tar), mime-play.el, mime-pgp.el
1388         (mime-article/check-pgp-signature), mime-partial.el
1389         (mime-article/grab-message/partials), mime-image.el, mime-edit.el
1390         (mime-edit-split-and-send), mime-def.el: Variable `mime/tmp-dir'
1391         was renamed to `mime-temp-directory'.
1392
1393         * mime-edit.el: `mime/edit-again' was renamed to
1394         `mime-edit-again'.
1395
1396 1997-03-04  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1397
1398         * mime-text.el, mime-edit.el: `mime/temporary-message-mode' was
1399         renamed to `mime-temp-message-mode'.
1400
1401         * mime-edit.el: Draft preview feature was abolished.
1402
1403         * mime-edit.el (mime-transfer-level-string): Fixed DOC-string.
1404
1405         Buffer local variable `mime/editing-buffer' was renamed to
1406         `mime-edit-buffer'.
1407
1408         * mime-edit.el (mime-edit-insert-x-emacs-field): New variable.
1409         (mime-edit-x-emacs-value): New variable.
1410         (mime-edit-translate-body): Insert X-Emacs field if variable
1411         `mime-edit-insert-x-emacs-field' is not nil.
1412
1413 1997-03-03  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1414
1415         * mime-view.el (mime-preview/insert-content-button): Don't use
1416         function `assoc-value'.
1417
1418 1997-03-03  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1419
1420         * mime-bbdb.el: `mime-bbdb-' -> `mime-bbdb/'.
1421
1422 1997-03-03  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1423
1424         * SEMI-MK: compile and install emu and apel.
1425
1426 1997-03-03  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1427
1428         * SEMI-ELS: tm-bbdb.el was renamed to mime-bbdb.el.
1429
1430         * mime-bbdb.el: Renamed from tm-bbdb.el.
1431
1432         * SEMI-CFG (EMU_PREFIX, EMU_DIR): New variable.
1433         (APEL_PREFIX, APEL_DIR, APEL_RELATIVE_DIR): New variable.
1434         (load-path): Add "../apel" instead of "../tl".
1435
1436         * SEMI-ELS: alist.el was moved to ../apel/.
1437
1438 1997-03-03  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1439
1440         * mime-parse.el: Require emu; Function `char-list-to-string' was
1441         abolished.
1442
1443         * mime-edit.el: Require emu; definitions about visible/invisible
1444         were abolished.
1445
1446 1997-03-03  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1447
1448         * eword-encode.el: Require emu; function
1449         `find-non-ascii-charset-string' and
1450         `find-non-ascii-charset-region' were abolished.
1451
1452         * mime-def.el: Require atype; functions about atype were
1453         abolished.
1454
1455 1997-03-03  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1456
1457         * mime-def.el: Require emu; Variable `running-xemacs' was
1458         abolished; Macro `defun-maybe' was abolished; Function `functionp'
1459         was abolished; Variable `charsets-mime-charset-alist',
1460         `default-mime-charset' and `mime-charset-coding-system-alist' were
1461         abolished; Function `mime-charset-to-coding-system',
1462         `charsets-to-mime-charset', `detect-mime-charset-region',
1463         `encode-mime-charset-region', `decode-mime-charset-region',
1464         `encode-mime-charset-string' and `decode-mime-charset-string' were
1465         abolished.
1466
1467 Sat Mar  1 04:12:37 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
1468
1469         * mime-def.el (charsets-to-mime-charset): New function; copied
1470         from emu.el.
1471
1472         * eword-encode.el: Use `char-bytes' instead of `char-length'.
1473
1474         * mime-def.el (eliminate-top-spaces): New inline-function; copied
1475         from tl-str.el.
1476
1477         * mime-edit.el: Fixed about definition of visible/invisible
1478         functions for XEmacs.
1479
1480 Sat Mar  1 03:39:01 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
1481
1482         * mime-edit.el (enable-invisible, end-of-invisible): New macro;
1483         copied from emu-19.el.
1484         (invisible-region, invisible-p, next-visible-point): New function;
1485         copied from emu-19.el and emu-xemacs.el.
1486         (visible-region): New function; copied from emu-19.el.
1487                 
1488         * mime-edit.el (mime-edit-make-boundary): New function.
1489         (mime-edit-translate-body, mime-edit-translate-region): Use
1490         `mime-edit-make-boundary'.
1491         
1492         * mime-edit.el (replace-space-with-underline): New inline
1493         function; copied from tl-str.el.
1494         
1495 Sat Mar  1 02:07:00 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
1496
1497         * eword-encode.el (find-non-ascii-charset-region): New
1498         inline-function; copied from emu-e20.el.
1499
1500 Fri Feb 28 06:46:48 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
1501
1502         * mime-def.el: Require cl.
1503
1504         * mime-view.el (mouse-button-2): New variable; copied from
1505         emu-19.el and emu-xemacs.el.
1506
1507         * mime-def.el (defun-maybe): New macro; copied from emu.el.
1508         (functionp): New function; copied from emu.el.
1509
1510 Fri Feb 28 05:14:54 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
1511
1512         * mime-play.el: Supports only Emacs/mule API.
1513
1514         * mime-def.el (field-unify): Fixed.
1515
1516         * semi-setup.el: Don't require mime-play.
1517
1518         * mime-def.el: Function `put-fields' were abolished.
1519
1520         * mime-def.el: atype functions were moved from mime-play.el.
1521
1522         * mime-play.el: atype functions were moved to mime-def.el.
1523
1524 Fri Feb 28 04:50:13 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
1525
1526         * mime-def.el (call-after-loaded): New function; moved from
1527         semi-setup.el.
1528
1529         * semi-setup.el: Function `call-after-loaded' was moved to
1530         mime-def.el; require mime-def.
1531
1532 Fri Feb 28 04:44:27 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
1533
1534         * semi-setup.el: require mime-play instead of mime-view when
1535         compiling.
1536
1537 Fri Feb 28 04:21:43 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
1538
1539         * SEMI-MK: BINS were abolished.
1540
1541         * SEMI-CFG: require cl.
1542
1543         * SEMI-CFG: Variable `BIN_SRC_DIR' and `BINS' were abolished.
1544
1545 Fri Feb 28 04:08:12 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
1546
1547         * SEMI-MK: Renamed from TM-MK.
1548
1549         * SEMI-CFG: Don't require tl-misc.
1550
1551         * SEMI-ELS (semi-modules-to-compile): Add alist.el.
1552
1553 Fri Feb 28 02:33:20 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
1554
1555         * mime-play.el (field-unify): Fixed.
1556
1557 Fri Feb 28 02:22:38 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
1558
1559         * mime-setup.el, mime-image.el, mime-edit.el, mime-play.el:
1560         Require alist.
1561
1562         * alist.el: New module; separated from tl-list.el.
1563
1564         * mime-play.el: Function `put-alist' and `del-alist' were moved to
1565         alist.el.
1566
1567         * mime-play.el (mime-article/coding-system-alist): Use
1568         `no-conversion' instead of *noconv*.
1569
1570 Thu Feb 27 13:48:48 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
1571
1572         * mime-parse.el (char-list-to-string): New inline-function; copied
1573         from emu-19.el.
1574
1575 Thu Feb 27 13:43:38 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
1576
1577         * mime-parse.el (symbol-concat): New inline-function; copied from
1578         tl-str.el.
1579
1580         * semi-setup.el: require 'mime-view when compiling.
1581
1582         * mime-parse.el (regexp-*): New inline-function; copied from
1583         tl-str.el.
1584
1585 Thu Feb 27 13:28:10 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
1586
1587         * semi-setup.el (running-xemacs): New variable.
1588
1589 Thu Feb 27 09:00:33 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
1590
1591         * mime-play.el: `mime/viewer-mode' -> `mime-view-mode'.
1592
1593         * mime-def.el: fixed DOC string.
1594
1595 Thu Feb 27 08:56:45 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
1596
1597         * eword-decode.el: Don't require emu.
1598
1599         * mime-def.el (charsets-mime-charset-alist, default-mime-charset,
1600         mime-charset-coding-system-alist): New variable; copied from
1601         emu-e20.el.
1602         (mime-charset-to-coding-system, detect-mime-charset-region,
1603         encode-mime-charset-region, decode-mime-charset-region,
1604         encode-mime-charset-string, decode-mime-charset-string): New
1605         function; copied from emu-e20.el.
1606
1607         * eword-encode.el (find-non-ascii-charset-string): New
1608         inline-function; copied from emu-e20.el.
1609
1610 Thu Feb 27 08:36:01 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
1611
1612         * mime-tar.el: Don't require emu.
1613
1614 Thu Feb 27 08:34:21 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
1615
1616         * mime-play.el (put-alist, del-alist): New function; copied from
1617         tl-list.el.
1618         (put-fields, field-unifier-for-default, field-unifier-for-mode,
1619         field-unify, assoc-unify, get-unified-alist, delete-atype,
1620         remove-atype, replace-atype, set-atype): New function; copied from
1621         tl-atype.el.  Don't require tl-atype.
1622
1623 Thu Feb 27 08:18:16 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
1624
1625         * semi-setup.el (call-after-loaded): New function; imported from
1626         tl-misc.el; Don't require tl-misc.
1627
1628 Thu Feb 27 08:10:24 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
1629
1630         * mime-pgp.el: Renamed from tm-pgp.el.
1631
1632 Thu Feb 27 08:05:45 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
1633
1634         * mime-def.el (pgp-function-alist): tm-edit-mc.el was renamed to
1635         mime-mc.el.
1636
1637         * mime-mc.el: Renamed from tm-edit-mc.el.
1638
1639 Thu Feb 27 06:38:44 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
1640
1641         * mime-text.el: `tm:mother-button-dispatcher' ->
1642         `mime-button-mother-dispatcher'.
1643         
1644         * mime-def.el, mime-text.el (mime-preview/filter-for-text/plain),
1645         mime-view.el, mime-tar.el (mime-tar-set-properties):
1646         `tm:add-button' -> `mime-add-button'.
1647         
1648         * mime-file.el: Renamed from tm-file.el.
1649
1650 Wed Feb 26 13:01:25 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
1651
1652         * eword-decode.el: Must require emu.
1653
1654         * eword-decode.el (eword-decode-region): Unused local variable
1655         `charset', `encoding' and `text'.
1656
1657 Wed Feb 26 07:58:29 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
1658
1659         * eword-decode.el (eword-decode-encoded-word): Use
1660         `add-text-properties' directly.
1661
1662 Wed Feb 26 07:44:22 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
1663
1664         * mime-def.el (tm:add-button): Use `add-text-properties' directly.
1665
1666         * mime-def.el (running-xemacs): New variable; if it is not nil,
1667         require overlay.
1668
1669         * mime-def.el (regexp-or): New function.
1670
1671 Wed Feb 26 04:57:33 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
1672
1673         * mime-tar.el: Renamed from tm-tar.el.
1674
1675         * mime-view.el (mime-view-define-keymap): `tm:button-dispatcher'
1676         -> `mime-button-dispatcher'.
1677
1678         * mime-def.el: `tm:button-dispatcher' -> `mime-button-dispatcher'.
1679
1680         * mime-def.el: `tm:mother-button-dispatcher' ->
1681         `mime-button-mother-dispatcher'.
1682
1683         * mime-def.el: `semi-data' -> `mime-button-data'.
1684
1685         * mime-def.el: `semi-callback' -> `mime-button-callback'.
1686
1687         * mime-def.el: `tm:mouse-face' -> `mime-button-mouse-face'.
1688
1689         * mime-def.el: `tm:button-face' -> `mime-button-face'.
1690
1691         * mime-def.el (tm:add-button, tm:button-dispatcher):
1692         `mime-callback' was renamed to `semi-callback'; `mime-data' was
1693         renamed to `semi-data'.
1694
1695 Wed Feb 26 03:54:17 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
1696
1697         * mime-def.el (tm:add-button): Use `make-overlay' directly.
1698
1699         * mime-def.el (tm:add-button): Use `overlay-put' directly.
1700
1701 Tue Feb 25 07:40:37 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
1702
1703         * mime-text.el: `tm:browse-url' was renamed to
1704         `mime-text-browse-url'.
1705
1706         * mime-text.el: Require browse-url.
1707
1708         * mime-text.el: `tm:URL-regexp' was renamed to
1709         `mime-text-url-regexp'.
1710
1711         * mime-text.el: Variable `tm:URL-regexp',
1712         `browse-url-browser-function' and function `tm:browse-url' were
1713         moved from mime-def.el.
1714
1715         * mime-def.el: Variable `tm:URL-regexp',
1716         `browse-url-browser-function' and function `tm:browse-url' were
1717         moved to mime-text.el.
1718
1719         * eword-decode.el: Variable `tm:warning-face' was renamed to
1720         `eword-warning-face'.
1721
1722         * eword-decode.el: Variable `tm:warning-face' was moved from
1723         mime-def.el.
1724
1725         * mime-def.el: Variable `tm:warning-face' was moved to
1726         eword-decode.el.
1727
1728         * mime-def.el: Function `tm:set-face-region' was abolished.
1729
1730         * mime-edit.el: `mime-edit-make-charset-default-encoding-alist' ->
1731         `mime-make-charset-default-encoding-alist'.
1732
1733         * mime-edit.el: `mime-edit-transfer-level' ->
1734         `mime-transfer-level'.
1735
1736         * mime-edit.el: Function `mime/encoding-name' was renamed to
1737         `mime-encoding-name'.
1738
1739         * mime-def.el: Function `mime/make-charset-default-encoding-alist'
1740         was abolished.
1741
1742         * mime-edit.el: Function `mime/encoding-name' was moved from
1743         mime-def.el.
1744
1745         * mime-def.el: Function `mime/encoding-name' was moved to
1746         mime-edit.el.
1747
1748 Tue Feb 25 06:15:53 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
1749
1750         * mime-edit.el: Variable `mime-charset-type-list' was moved from
1751         mime-def.el.
1752
1753         * mime-def.el: Variable `mime-charset-type-list' was moved to
1754         mime-edit.el.
1755
1756 Mon Feb 24 10:07:33 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
1757
1758         * eword-encode.el (eword-encode-header): fixed typo.
1759
1760 Mon Feb 24 10:04:23 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
1761
1762         * mime-edit.el (mime-edit-insert-message, mime-edit-insert-mail,
1763         mime-editor::edit-again): Don't use `assoc-value'; Don't require
1764         tl-list.
1765
1766 Mon Feb 24 10:00:50 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
1767
1768         * mime-play.el: require tl-atype.
1769
1770         * mime-view.el: Don't require tl-atype.
1771
1772 Mon Feb 24 09:58:14 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
1773
1774         * mime-view.el: Don't require tl-misc.
1775
1776 Mon Feb 24 09:57:03 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
1777
1778         * eword-encode.el (eword-encode-header): Use function `assoc-if'
1779         instead of `ASSOC'; require cl instead of tl-list.
1780
1781         * mime-parse.el (define-structure): New macro; Don't require
1782         tl-misc.el.
1783
1784         * mime-view.el (mime-preview/insert-content-button): Don't use
1785         function `assoc-value'.
1786
1787         * mime-view.el: Require cl instead of tl-list.
1788
1789         * mime-view.el: Don't require tl-str.el.
1790
1791 Mon Feb 24 09:12:12 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
1792
1793         * mime-parse.el (define-structure): New macro; Don't require
1794         tl-misc.el.
1795
1796         * mime-view.el (mime-preview/insert-content-button): Don't use
1797         function `assoc-value'.
1798
1799         * mime-view.el: Require cl instead of tl-list.
1800
1801         * mime-view.el: Don't require tl-str.el.
1802
1803 Mon Feb 24 09:04:48 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
1804
1805         * eword-decode.el: Constant
1806         `eword-Q-encoding-and-encoded-text-regexp' was abolished.
1807
1808         * eword-decode.el (quoted-printable-hex-chars,
1809         quoted-printable-octet-regexp, eword-Q-encoded-text-regexp,
1810         eword-Q-encoding-and-encoded-text-regexp): New constant; moved
1811         from mime-def.el.
1812         
1813         * mime-def.el (quoted-printable-hex-chars,
1814         quoted-printable-octet-regexp, eword-Q-encoded-text-regexp,
1815         eword-Q-encoding-and-encoded-text-regexp): Moved to
1816         eword-decode.el.
1817         
1818         * eword-decode.el (base64-token-regexp,
1819         base64-token-padding-regexp, eword-B-encoded-text-regexp): New
1820         constant; moved from mime-def.el.
1821         
1822         * mime-def.el: Constant `base64-token-regexp',
1823         `base64-token-padding-regexp' and `eword-B-encoded-text-regexp'
1824         were moved to eword-decode.el.
1825         
1826         * mime-def.el: Constant `eword-B-encoding-and-encoded-text-regexp'
1827         was abolished.
1828
1829 Mon Feb 24 08:52:01 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
1830
1831         * eword-decode.el: Don't require emu.
1832
1833         * eword-decode.el: Don't require tl-str.el.
1834
1835         * mime-def.el (get-version-string): New inline-function; imported
1836         from tl-str.el.
1837
1838 Mon Feb 24 02:42:24 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
1839
1840         * mime-setup.el: Function `mime/encode-message-header' was renamed
1841         to `eword-encode-header'.
1842
1843         * mime-edit.el, eword-encode.el: Function
1844         `eword-encode-message-header' was renamed to
1845         `eword-encode-header'.
1846
1847 Mon Feb 24 02:26:02 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
1848
1849         * eword-decode.el (eword-decode-header): New optional argument
1850         `SEPARATOR'; Use function `std11-narrow-to-header'.
1851
1852         * mime-view.el, mime-setup.el, eword-decode.el: Function
1853         `eword-decode-message-header' was renamed to
1854         `eword-decode-header'.
1855
1856 Mon Feb 24 02:17:11 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
1857
1858         * mime-edit.el: tm-ew-e.el was renamed to eword-encode.el;
1859         Function `mime/encode-message-header' was renamed to
1860         `eword-encode-message-header'.
1861
1862 Mon Feb 24 01:59:28 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
1863
1864         * mime-view.el: Function `mime-eword/decode-string' was renamed to
1865         `eword-decode-string'.
1866
1867         * mime-def.el: `mime/Q-' -> `eword-Q-'.
1868
1869         * mime-def.el: `mime/B-' -> `eword-B-'.
1870
1871 Mon Feb 24 01:46:59 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
1872
1873         * eword-decode.el: Constant `eword-charset-regexp' was renamed to
1874         `mime-charset-regexp'.
1875
1876         * mime-def.el: Constant `mime/charset-regexp' was renamed to
1877         `mime-charset-regexp'.
1878
1879 Mon Feb 24 01:38:18 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
1880
1881         * mime-view.el: Function `mime/decode-message-header' was renamed to
1882         `eword-decode-message-header'.
1883
1884         * mime-view.el: tm-ew-d.el was renamed to eword-decode.el.
1885
1886 Mon Feb 24 01:32:33 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
1887
1888         * mime-setup.el: tm-ew-d.el was renamed to eword-decode.el;
1889         Function `mime/decode-message-header' was renamed to
1890         `eword-decode-message-header'.
1891
1892 Sat Feb 22 17:30:15 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1893
1894         * SEMI-CFG: Renamed from TM-CFG.
1895
1896         * SEMI-ELS: Renamed from TM-ELS.
1897
1898         * eword-encode.el: `eword-exist-encoded-word-in-subject' ->
1899         `eword-in-subject-p'.
1900
1901         * eword-encode.el: `mime/' -> `eword-'.
1902
1903         * eword-encode.el (eword-generate-X-Nsubject): Don't refer
1904         variable `mime/use-X-Nsubject'.
1905
1906         * eword-encode.el (eword-generate-X-Nsubject): Renamed from
1907         `mime/generate-X-Nsubject'.
1908
1909         * eword-encode.el (eword-field-encoding-method-alist): Don't refer
1910         variable `mime/no-encoding-header-fields'.
1911
1912         * eword-encode.el (eword-field-encoding-method-alist): Renamed
1913         from `mime/field-encoding-method-alist'.
1914
1915         * eword-encode.el: Renamed from tm-ew-e.el.
1916         
1917         * eword-decode.el: Renamed from tm-ew-d.el.
1918
1919         * mime-view.el: Don't require tm-def.
1920
1921         * mime-parse.el: tm-def.el was renamed to mime-def.el.
1922
1923         * mime-def.el: Renamed from tm-def.el.
1924
1925 1997-02-22  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1926
1927         * SEMI-ELS: Renamed from TM-ELS.
1928
1929 1997-02-22  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1930
1931         * eword-encode.el: `eword-exist-encoded-word-in-subject' ->
1932         `eword-in-subject-p'.
1933
1934         * eword-encode.el: `mime/' -> `eword-'.
1935
1936         * eword-encode.el (eword-generate-X-Nsubject): Don't refer
1937         variable `mime/use-X-Nsubject'.
1938
1939         * eword-encode.el (eword-generate-X-Nsubject): Renamed from
1940         `mime/generate-X-Nsubject'.
1941
1942         * eword-encode.el (eword-field-encoding-method-alist): Don't refer
1943         variable `mime/no-encoding-header-fields'.
1944
1945         * eword-encode.el (eword-field-encoding-method-alist): Renamed
1946         from `mime/field-encoding-method-alist'.
1947
1948         * eword-encode.el: Renamed from tm-ew-e.el.
1949         
1950         * eword-decode.el: Renamed from tm-ew-d.el.
1951
1952         * mime-view.el: Don't require tm-def.
1953
1954         * mime-parse.el: tm-def.el was renamed to mime-def.el.
1955
1956 1997-02-22  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1957
1958         * mime-def.el: Renamed from tm-def.el.
1959
1960 Fri Feb 21 08:04:42 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
1961
1962         * mime-view.el: Don't `suppress-keymap'.
1963
1964 Fri Feb 21 07:42:32 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
1965
1966         * mime-view.el: tm-parse.el was renamed to mime-parse.el.
1967
1968         * mime-parse.el: Renamed from tm-parse.el.
1969
1970         * mime-view.el: Key-binding for function
1971         `mime-view-display-x-face' was abolished.
1972
1973 Fri Feb 21 07:04:51 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
1974
1975         * mime-setup.el: modified for mime-edit.el.
1976
1977 Fri Feb 21 07:02:52 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
1978
1979         * mime-edit.el: `mime-editor/' -> `mime-edit-'.
1980
1981 Fri Feb 21 06:57:11 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
1982
1983         * mime-edit.el: based on tm-edit 7.105.
1984
1985         * semi-setup.el: tm-image.el was renamed to mime-image.el.
1986
1987         * mime-image.el: Renamed from tm-image.el.
1988
1989 Fri Feb 21 05:57:53 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
1990
1991         * semi-setup.el: Renamed from tm-setup.el.
1992
1993         * mime-setup.el: Setting for GNUS was abolished.
1994
1995         * mime-setup.el: Variable `mime-setup-use-sc' was abolished.
1996
1997         * mime-view.el: tm-play.el was renamed to mime-play.el.
1998
1999         * mime-partial.el: Renamed from tm-partial.el.
2000
2001         * mime-play.el: Renamed from tm-play.el.
2002
2003         * mime-view.el: `tm-text' is renamed to `mime-text'.
2004
2005         * mime-view.el (mime-view-mode): Optional argument `mother-keymap'
2006         was renamed to `default-keymap-or-function'; optional argument
2007         `default-function' was abolished.
2008
2009         * mime-text.el: `mime-view-code-converter-alist' ->
2010         `mime-text-decoder-alist'.
2011
2012         * mime-text.el: Renamed from tm-text.el.
2013
2014 Thu Feb 20 09:02:36 1997  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
2015
2016         * mime-view.el: `mime/viewer-mode' -> `mime-view-mode'.
2017
2018         * mime-view.el: Renamed from tm-view.el.
2019
2020 Thu Jul 11 14:57:42 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2021
2022         * mime-edit.el (mime-file-types): add for patch.
2023
2024         * mime-edit.el: rearrangement.
2025
2026 Wed Jul 10 12:05:05 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2027
2028         * mime-edit.el (mime-editor/normalize-body): Use function
2029         `encode-mime-charset-region' instead of
2030         `mime-charset-encode-region'.
2031
2032 Wed Jul 10 11:51:13 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2033
2034         * mime-edit.el (mime-editor/normalize-body): fixed.
2035
2036         * mime-edit.el (mime-editor/define-charset):
2037         Argument `charset' was changed to
2038         symbol.
2039         (mime-editor/choose-charset): Changed to return symbol.
2040         (mime-editor/normalize-body): charset was changed to symbol.
2041
2042 Wed Jul 10 11:22:55 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2043
2044         * mime-edit.el (mime-editor/make-charset-default-encoding-alist):
2045         New function.
2046         (mime-editor/charset-default-encoding-alist): Use function
2047         `mime-editor/make-charset-default-encoding-alist'.
2048         (mime-editor/toggle-transfer-level): Use function
2049         `mime-editor/make-charset-default-encoding-alist'.
2050
2051         * mime-edit.el (mime-editor/choose-charset): Use function
2052         `detect-mime-charset-region' instead of
2053         `mime/find-charset-region'.
2054
2055 Tue Jul  9 13:24:21 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2056
2057         * mime-edit.el (mime/editor-mode): Don't toggle.
2058
2059         (mime-editor/toggle-mode): New function.
2060
2061 Tue Jul  2 14:06:53 1996  Alastair Burt <burt@dfki.uni-kl.de>
2062
2063         * mime-edit.el: I think the following is the best way to handle
2064         tm-edit as a minor mode in XEmacs (at least in 19.14 -- I am not
2065         sure if "add-minor-mode" works the same way in earlier versions).
2066         By clicking on the mode line you can turn mime/editor-mode on or
2067         off.
2068
2069 Thu Jun 27 14:08:17 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2070
2071         * mime-edit.el (mime-editor/encrypt-pgp-kazu): Use macro
2072         `as-binary-process'.
2073
2074         * mime-edit.el (mime-editor/sign-pgp-kazu): Use macro
2075         `as-binary-process'.
2076
2077 Wed Jun 12 05:58:23 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2078
2079         * mime-edit.el (mime-editor/split-message-sender-alist): setting
2080         for `mail-mode' was moved to tm-rmail.el.
2081
2082 Sun Jun  9 06:44:19 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2083
2084         * mime-edit.el: Variable
2085         `mime-editor/message-default-sender-alist' was abolished.
2086
2087 Sun Jun  9 06:40:26 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2088
2089         * mime-edit.el: Variable `mime-editor/window-config-alist' was
2090         abolished.
2091
2092 Sun Jun  9 06:35:10 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2093
2094         * mime-edit.el (mime-editor/split-and-send): New implementation.
2095
2096 Mon Jun  3 17:39:10 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2097
2098         * mime-edit.el (mime-editor::edit-again): fixed about multipart.
2099
2100 Wed May 29 09:57:53 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2101
2102         * mime-edit.el (mime-editor/define-charset,
2103         mime-editor/set-parameter): Function `mime-set-parameter' was
2104         renamed to `mime-editor/set-parameter'.
2105
2106         * mime-edit.el (mime-set-parameter): New implementation
2107
2108         (mime-editor/translate-single-part-tag): New function.
2109         (mime-editor/translate-region): Use function
2110         `mime-editor/translate-single-part-tag'.
2111
2112 Tue May 28 15:15:33 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2113
2114         * mime-edit.el (mime-editor::edit-again): fixed.
2115
2116         * mime-edit.el (mime/edit-again): fixed.
2117
2118         * mime-edit.el (mime-editor::edit-again): modified for new tag
2119         rule.
2120
2121         * mime-edit.el (mime-editor/insert-signature): Use variable
2122         `signature-file-name' instead of `signature'.
2123
2124         * mime-edit.el (mime-editor/multipart-beginning-regexp): Don't
2125         require begging new-line.
2126
2127         (defconst mime-editor/multipart-end-regexp): Don't require begging
2128         new-line.
2129
2130         (mime-editor/find-inmost): modified for new enclosure tag rule.
2131
2132         (mime-editor/translate-region): modified for new enclosure tag rule.
2133
2134         (mime-editor/enclose-region): modified for new enclosure tag rule.
2135
2136 Sun May 26 05:04:20 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2137
2138         * mime-edit.el: Add `(provide 'tm-edit)'.
2139
2140         Do `(run-hooks 'tm-edit-load-hook)' if variable
2141         `mime-edit-load-hook' is not bound.
2142
2143 Sun May 26 02:10:08 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2144
2145         * mime-edit.el (mime-editor/insert-binary-buffer): fixed.
2146         (mime-editor/normalize-body): fixed.
2147
2148 Sat May 25 20:47:32 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2149
2150         * mime-edit.el (mime-editor/normalize-body): fixed.
2151
2152         (mime-editor/content-end): Used function `invisible-p' and
2153         `next-visible-point'.
2154
2155 Sat May 25 20:05:20 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2156
2157         * mime-edit.el (mime-editor/insert-binary-buffer): Use function
2158         `invisible-region' instead of `mime-flag-region'.
2159         (mime-editor/normalize-body): Use function `visible-region'
2160         instead of `mime-flag-region'.
2161         (mime-editor/content-end): New implementation.
2162
2163 Sat May 25 16:04:28 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2164
2165         * mime-edit.el (mime-editor/enquote-region): New command; bound to
2166         `C-c C-x q'.
2167         
2168         (mime-editor/menu-list): New item for function
2169         `mime-editor/enquote-region'.
2170
2171 Sat May 25 15:52:44 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2172
2173         * mime-edit.el (mime-editor/process-multipart-1): Use function
2174         `string-equal' instead of `string='.
2175
2176 Sat May 25 15:48:33 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2177
2178         * mime-edit.el (mime-editor/process-multipart-1): fixed about
2179         condition of next tag inserting.
2180
2181 Sat May 25 15:36:58 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2182
2183         * mime-edit.el (mime-editor/enclose-region): fixed for new format.
2184
2185 Sat May 25 15:15:03 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2186
2187         * mime-edit.el (mime-editor/insert-partial-header): Comment of
2188         Mime-Version field was modified.
2189
2190         * mime-edit.el (mime-editor/insert-tag): Don't insert unnecessary
2191         line break.
2192
2193         * mime-edit.el (mime-editor/version-name): New constant.
2194
2195         (mime-editor/mime-version-value): Use constant
2196         `mime-editor/version-name'.
2197
2198         (mime-editor/insert-partial-header): Use constant
2199         `mime-editor/version-name'.
2200
2201 Fri May 24 15:16:37 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2202
2203         * mime-edit.el (mime-editor/goto-tag): fixed for a tag without
2204         line break.
2205         (mime-editor/normalize-body): fixed for a tag without line break.
2206
2207         * mime-edit.el (mime-editor/translate-region): fixed for a part
2208         starting without line break.
2209
2210         * mime-edit.el (mime-editor/single-part-tag-regexp): It allows any
2211         column.
2212         (mime-editor/quoted-single-part-tag-regexp): New constant.
2213         (mime-editor/enquote-region): New function.
2214         (mime-editor/dequote-region): New function.
2215         (mime-editor/process-multipart-1): Processing for ``quote''
2216         enclosure was added.
2217         (mime-editor/translate-body): Use function
2218         `mime-editor/dequote-region'.
2219
2220         (mime-editor/mime-version-value): Comment was renamed.
2221
2222         * mime-edit.el: Renamed from tm-edit.el