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