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