From dc526f95f30d72c2a854f9e1c7520f04cbdaf0d0 Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Fri, 20 Dec 2013 06:21:22 -0700 Subject: [PATCH] fill in some missing history notes Merge to v6.0 --- .../draw-doc/scribblings/draw/libs.scrbl | 4 ++-- pkgs/gui-pkgs/gui-lib/mred/HISTORY.txt | 19 +++++++++---------- .../scribble-lib/scribble/HISTORY.txt | 2 ++ .../slideshow-lib/slideshow/HISTORY.txt | 2 ++ racket/collects/racket/HISTORY.txt | 9 +++++++-- 5 files changed, 22 insertions(+), 14 deletions(-) diff --git a/pkgs/draw-pkgs/draw-doc/scribblings/draw/libs.scrbl b/pkgs/draw-pkgs/draw-doc/scribblings/draw/libs.scrbl index f376d9cc88..65d987d7d0 100644 --- a/pkgs/draw-pkgs/draw-doc/scribblings/draw/libs.scrbl +++ b/pkgs/draw-pkgs/draw-doc/scribblings/draw/libs.scrbl @@ -20,6 +20,6 @@ fails, the name without the version is tried. @item{@filepath{libpango-1.0[.0]}} @item{@filepath{libpangocairo-1.0[.0]}} @item{@filepath{libcairo[.2]}} - @item{@filepath{libjpeg[.62]}} - @item{@filepath{libpng12[.0]} or @filepath{libpng}} + @item{@filepath{libjpeg[.{62,8,9}]}} + @item{@filepath{libpng[{16[.16],15[.15],12[.0]]}}} ] diff --git a/pkgs/gui-pkgs/gui-lib/mred/HISTORY.txt b/pkgs/gui-pkgs/gui-lib/mred/HISTORY.txt index ad5366d8a6..0067fce35c 100644 --- a/pkgs/gui-pkgs/gui-lib/mred/HISTORY.txt +++ b/pkgs/gui-pkgs/gui-lib/mred/HISTORY.txt @@ -1,18 +1,17 @@ -Version 6.0 +Version 6.0, January 2014 + +Added get-display-backing-scale +Added get-backing-scale to bitmap% +Fixed key-event% get-key-release-code to return 'press instead of 'down + for a key-down event +Changed GUI size limit to 1000000 +Add dimension-integer?, position-integer?, spacing-integer?, and + positive-dimension-integer? Framework: changed backward-containing-sexp so it returns #f in more situations Framework: syntax colorer now usees 'text' for stuff between {}s in scribble mode (not string) -Version 5.90.0.9 -Added get-display-backing-scale -Added get-backing-scale to bitmap% - -Version 5.90.0.5 - -Fixed key-event% get-key-release-code to return 'press instead of 'down - for a key-down event - ---------------------------------------- Version 5.1, February 2011 diff --git a/pkgs/scribble-pkgs/scribble-lib/scribble/HISTORY.txt b/pkgs/scribble-pkgs/scribble-lib/scribble/HISTORY.txt index 4c2ce06b51..d6f3364a73 100644 --- a/pkgs/scribble-pkgs/scribble-lib/scribble/HISTORY.txt +++ b/pkgs/scribble-pkgs/scribble-lib/scribble/HISTORY.txt @@ -11,6 +11,8 @@ For HTML rendering, merge generated `style' attributes within a single tag scribble/base: same change as for racket/runtime-path related to "collects"-relative paths +scribble/base: added `#:indirect' option to `defmodule` and + `seclink` scribble/manual: added `manual-doc-style' scribble/manual: changed `deprecated' to a function, and generalized it by adding an optional `#:what' argument diff --git a/pkgs/slideshow-pkgs/slideshow-lib/slideshow/HISTORY.txt b/pkgs/slideshow-pkgs/slideshow-lib/slideshow/HISTORY.txt index 7fd2767f3c..592c8ee3c2 100644 --- a/pkgs/slideshow-pkgs/slideshow-lib/slideshow/HISTORY.txt +++ b/pkgs/slideshow-pkgs/slideshow-lib/slideshow/HISTORY.txt @@ -2,5 +2,7 @@ Version 1.2 slideshow/base: added pict->pre-render-pict Version 1.1 +Added "spotlight" support in viewer +slideshow/base: added set-spotlight-style! slideshow/pict: added 'outline style for text diff --git a/racket/collects/racket/HISTORY.txt b/racket/collects/racket/HISTORY.txt index b453dcbf97..455cea4a04 100644 --- a/racket/collects/racket/HISTORY.txt +++ b/racket/collects/racket/HISTORY.txt @@ -1,4 +1,4 @@ -Version 6.0 +Version 6.0, January 2014 Packages & collections: ---------- Reorganized collections into packages Added 'config-dir mode for find-system-path @@ -25,7 +25,8 @@ Runtime: ---------- Added #%declare Cross-phase persistent modules must be declared with (#%declare #:cross-phase-persistent) - Add configure-runtime submodule support + Add configure-runtime submodule support, and changed + racket/base to introduce a configure-runtime submodule Filesystem and environment variables: ---------- Changed initialization of current-directory to use PWD Added current-environment-variables, environment-variables-ref, @@ -46,6 +47,7 @@ Filesystem and environment variables: ---------- exception for an empty [byte-]string argument Changed path-replace-suffix to raise an excpetion when a path element would be made empty + Changed syntax-local-lift-context to distinguish top-level environments Datatypes: ---------- Added hash-clear, hash-copy-clear, hash-clear!, and hash-empty? Allow hash table chaperones and impersonators to support efficient @@ -74,9 +76,12 @@ Libraries: ---------- was invalid; now it signals an error racket/file: make-directory* never fails on existing directories racket/file: added call-with-atomic-output-file + racket/file: changed {copy/delete}-directory/files to raise + "not dir or file" as exn:fail:filesystem racket/contract: added channel/c, added #:chaperone specification in struct/dc, added immutable hashes to printable/c, added #:omit-constructor to contract-out, misc improvements to opt/c + racket/contract: added channel/c racket/serialize: changed serializable-struct, etc. to provide deserialized-info:... through a derialized-info submodule racket/sandbox: added sandbox-make-environment-variables