diff --git a/doc/release-notes/drracket/HISTORY.txt b/doc/release-notes/drracket/HISTORY.txt index 4c5d55e8a3..73c95d1c6d 100644 --- a/doc/release-notes/drracket/HISTORY.txt +++ b/doc/release-notes/drracket/HISTORY.txt @@ -7,6 +7,41 @@ "Run" is now -r "Replace" is now -shift-f + . added online expansion and check syntax + + . 2htdp/image: + - shrunk the size of saved files that contain 2htdp/image bitmaps + (you can get these by copying and pasting from the REPL; using + "insert image" isn't affected) + + - use the pre-multiplied alphas when doing image comparsion + + - sped up rotation and flipping of bitmaps + + . improved the way the scribble-language buttons (render html and + render pdf) work; they now basically do what 'Run' does, plus the + extra work of rendering the document; before they had their own error + handling and sandboxing code, which was less integrated with DrRacket + + . improved the preference handling for the frame's location + (specifically for the multiple-monitors case) + + . check syntax no longer turns the module in the #lang line red + + . improved the handling of the 'Open Recent' menu item; specifically it + discards duplicates in a smarter way. + + . adjust DrRacket to be more accomodating to hostile filesystems; specifically + it no longer fails if it cannot read the preference system and it no longer + writes anywhere to the filesystem during startup except the prefs (and if that + fails, it survives in a less annoying manner) + + . DrRacket no longer locks the definitions text while evaluating the program + (it makes a copy of the definitions text and uses that copy now) + + . cleaned up the Close/Close Window/Close Tab menu items to match + the platform-specific conventions + ------------------------------ Version 5.1.2 ------------------------------ diff --git a/doc/release-notes/racket/HISTORY.txt b/doc/release-notes/racket/HISTORY.txt index 5828286a26..1724ad7830 100644 --- a/doc/release-notes/racket/HISTORY.txt +++ b/doc/release-notes/racket/HISTORY.txt @@ -4,11 +4,22 @@ Add support for the collection links file, including Version 5.1.3.3 unsafe/ffi: added support for C arrays and unions +Fixed the planet module-name-resolver to be thread safe +mrlib/include-bitmap: Adjust include-bitmap so it does not + write to the filesystem +framework: the finder get-file & put-file dialogs no + longer normalize their results +framework: added to the testing library so that tests can be + run when ignoring focus information from the underlying OS Version 5.1.2.3 Added set-port-next-location! and changed the default prompt read handler to use it when input and output ar terminals racket/gui: removed unsupported MDI styles and method +compiler/cm: added support for using more powerful + security-guards when writing to the filesystem +Fixed an old bug so that planet now uses the already-downloaded + .plt files (when present) Version 5.1.2.2 Changed the location-creation semantics of internal definitions