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