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