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