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