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