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