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