From 4fbea1376e328f64108f8b7b6f669ce78b874f30 Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Tue, 24 Dec 2013 17:29:29 -0600 Subject: [PATCH] scribble & slideshow: move detail-change notes into docs --- pkgs/scribble-pkgs/scribble-lib/scribble/HISTORY.txt | 3 +++ .../slideshow-doc/scribblings/slideshow/slides.scrbl | 4 +++- pkgs/slideshow-pkgs/slideshow-lib/info.rkt | 2 ++ pkgs/slideshow-pkgs/slideshow-lib/slideshow/HISTORY.txt | 9 ++++++--- 4 files changed, 14 insertions(+), 4 deletions(-) diff --git a/pkgs/scribble-pkgs/scribble-lib/scribble/HISTORY.txt b/pkgs/scribble-pkgs/scribble-lib/scribble/HISTORY.txt index d6f3364a73..e619f4222c 100644 --- a/pkgs/scribble-pkgs/scribble-lib/scribble/HISTORY.txt +++ b/pkgs/scribble-pkgs/scribble-lib/scribble/HISTORY.txt @@ -1,3 +1,6 @@ +Version 1.1 +Moved detailed-change recording to documentation + Version 1.0 Use `doc' submodule when available Changed the HTML rendering style of `scribble/manual' diff --git a/pkgs/slideshow-pkgs/slideshow-doc/scribblings/slideshow/slides.scrbl b/pkgs/slideshow-pkgs/slideshow-doc/scribblings/slideshow/slides.scrbl index ac1a18d0f7..7320c35ed7 100644 --- a/pkgs/slideshow-pkgs/slideshow-doc/scribblings/slideshow/slides.scrbl +++ b/pkgs/slideshow-pkgs/slideshow-doc/scribblings/slideshow/slides.scrbl @@ -208,7 +208,9 @@ display.} Produces a pict that is like @racket[pict], but optimized for drawing on some platforms (currently Mac OS X). This function may be useful -to reduce drawing times for for large bitmaps or complex drawings.} +to reduce drawing times for for large bitmaps or complex drawings. + +@history[#:added "1.1"]} @defproc[(make-outline [name (or/c symbol? (listof symbol?))] diff --git a/pkgs/slideshow-pkgs/slideshow-lib/info.rkt b/pkgs/slideshow-pkgs/slideshow-lib/info.rkt index 1dffb7a4f8..62aabf3970 100644 --- a/pkgs/slideshow-pkgs/slideshow-lib/info.rkt +++ b/pkgs/slideshow-pkgs/slideshow-lib/info.rkt @@ -12,3 +12,5 @@ (define pkg-desc "implementation (no documentation) part of \"slideshow\"") (define pkg-authors '(mflatt robby)) + +(define version "1.1") diff --git a/pkgs/slideshow-pkgs/slideshow-lib/slideshow/HISTORY.txt b/pkgs/slideshow-pkgs/slideshow-lib/slideshow/HISTORY.txt index 592c8ee3c2..14839ef1d0 100644 --- a/pkgs/slideshow-pkgs/slideshow-lib/slideshow/HISTORY.txt +++ b/pkgs/slideshow-pkgs/slideshow-lib/slideshow/HISTORY.txt @@ -1,8 +1,11 @@ -Version 1.2 -slideshow/base: added pict->pre-render-pict - Version 1.1 +Moved detailed-change recording to documentation + +Version 1.0 Added "spotlight" support in viewer slideshow/base: added set-spotlight-style! slideshow/pict: added 'outline style for text +Older versions +See the "Racket core" release notes for a history of changes before + the "slideshow-lib" package was created.