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