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