scribble-enhanced/pkgs/scribble-pkgs/scribble-lib/scribble/HISTORY.txt
Matthew Flatt 76cca479d9 restore old Scribble default style, but make new style default for manuals
Using
 #lang scribble/base
produces HTML output in the old style, while
 #lang scribble/manual
uses the new style.

To get the new style without switching to `#lang scribble/manual`,
use `manual-doc-style`.

Related changes include the addition of `css-style-addition` and
`js-style-addition`.

original commit: b520b66c4e8e54909c7d7b1126044e984989e8ef
2013-11-16 14:38:59 -07:00

18 lines
724 B
Plaintext

Version 1.1
Changed the HTML rendering style of `scribble/manual'
Changed `verbatim' to support non-string arguments
Added `--html-tree' option to for rendering to multi-page HTML
with nested directories for nested parts
Added `css-style-addition' and `js-style-addition' for adding
style files that override library-level defaults but can be
overridden externally
For HTML rendering, merge generated `style' attributes within
a single tag
scribble/manual: added `manual-doc-style'
scribble/manual: changed `deprecated' to a function, and
generalized it by adding an optional `#:what' argument
Older versions
See the "Racket core" release notes for a history of changes before
the "scribble-lib" package was created.