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