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