diff --git a/notes/mred/HISTORY b/notes/mred/HISTORY index 5191e3923d..481c1bf31f 100644 --- a/notes/mred/HISTORY +++ b/notes/mred/HISTORY @@ -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% diff --git a/notes/mzscheme/HISTORY b/notes/mzscheme/HISTORY index e8c57a0a6a..964375c0ec 100644 --- a/notes/mzscheme/HISTORY +++ b/notes/mzscheme/HISTORY @@ -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