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