original commit: 3cb4ebf83f886b9869b976b719309edaced1d736
This commit is contained in:
Matthew Flatt 1999-12-18 17:28:12 +00:00
parent bdc191cace
commit ecf118c9b8

View File

@ -27,7 +27,7 @@ Version 102/4:
* Editor reading/writing/cuting/pasting used to rely on global
state. Consequently, only one editor could be read/written/etc. at
a time, and exceptions raised during the read/write/etc. (e.g., by
a michevious snip object) could kill reading/writing/etc. for all
a mischevious snip object) could kill reading/writing/etc. for all
editors in the system. This is fixed; all state resides in the
stream, now. (PR 1201 et al.)