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