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