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