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