scribble & slideshow: move detail-change notes into docs

This commit is contained in:
Matthew Flatt 2013-12-24 17:29:29 -06:00
parent 99daa9b34d
commit 4fbea1376e
4 changed files with 14 additions and 4 deletions

View File

@ -1,3 +1,6 @@
Version 1.1
Moved detailed-change recording to documentation
Version 1.0 Version 1.0
Use `doc' submodule when available Use `doc' submodule when available
Changed the HTML rendering style of `scribble/manual' Changed the HTML rendering style of `scribble/manual'

View File

@ -208,7 +208,9 @@ display.}
Produces a pict that is like @racket[pict], but optimized for drawing Produces a pict that is like @racket[pict], but optimized for drawing
on some platforms (currently Mac OS X). This function may be useful 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?))] @defproc[(make-outline [name (or/c symbol? (listof symbol?))]

View File

@ -12,3 +12,5 @@
(define pkg-desc "implementation (no documentation) part of \"slideshow\"") (define pkg-desc "implementation (no documentation) part of \"slideshow\"")
(define pkg-authors '(mflatt robby)) (define pkg-authors '(mflatt robby))
(define version "1.1")

View File

@ -1,8 +1,11 @@
Version 1.2
slideshow/base: added pict->pre-render-pict
Version 1.1 Version 1.1
Moved detailed-change recording to documentation
Version 1.0
Added "spotlight" support in viewer Added "spotlight" support in viewer
slideshow/base: added set-spotlight-style! slideshow/base: added set-spotlight-style!
slideshow/pict: added 'outline style for text 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.