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