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