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