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