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