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