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