fold in v301 notes

svn: r2360
This commit is contained in:
Matthew Flatt 2006-03-03 17:56:25 +00:00
parent 26cd219f61
commit a4034de29c
2 changed files with 13 additions and 0 deletions

View File

@ -1,4 +1,7 @@
Version 301.8
Added 'no-sheet dialog% style
Version 300.3
Default max undo history for an editor<%> is 0; use
set-max-undo-history to enable undo
@ -9,6 +12,12 @@ Disabled menu-item shortcuts stay effective (to just beep)
----------------------------------------------------------------------
Version 301, Decmber 2005
Fixed a bug in reading non-text files whose encoding contains
a byte string longer than 64 bytes
----------------------------------------------------------------------
Version 300, Decmber 2005
Changed editor file format to an ASCII encoding
Changed measurement of text for post-script-dc%

View File

@ -25,6 +25,10 @@ Added exn:fail:user and raise-user-error
Made parameter/mark lookup amortized constant time,
instead of potentially O(stack depth)
Version 301, December 2005
Fixed a custom-input-port bug in the case that a read or peek procedure
returns an event created by handle-evt
Version 300, December 2005
Generalized network-address handling, includes IPv6
Added ephemerons