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