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