Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r76847 - trunk/tools/quickbook/doc
From: dnljms_at_[hidden]
Date: 2012-02-02 18:47:19


Author: danieljames
Date: 2012-02-02 18:47:19 EST (Thu, 02 Feb 2012)
New Revision: 76847
URL: http://svn.boost.org/trac/boost/changeset/76847

Log:
Quickbook: Changelog for 1.49
Text files modified:
   trunk/tools/quickbook/doc/change_log.qbk | 40 ++++++++++++++++++++++++++++++++++++++++
   1 files changed, 40 insertions(+), 0 deletions(-)

Modified: trunk/tools/quickbook/doc/change_log.qbk
==============================================================================
--- trunk/tools/quickbook/doc/change_log.qbk (original)
+++ trunk/tools/quickbook/doc/change_log.qbk 2012-02-02 18:47:19 EST (Thu, 02 Feb 2012)
@@ -208,3 +208,43 @@
 * Close open sections at end of document (still warns about them).
 * New anchor markup for headers, will hopefully generate better pdfs.
 * Remove some whitespace around code from post processed output.
+
+[heading Version 1.5.7 - Boost 1.49]
+
+* Several internal changes.
+* Some improved error messages.
+* Better handling of block templates expanded in a phrase context.
+* Avoids empty simple markup (i.e. \/\/ is not treated as an italic empty
+ space.
+* Better anchor markup for headers, which should be better for printing
+ - suggested by John Maddock.
+* Further improvements to the id generator.
+* If sections are left unopened at the end of a document, then close them
+ in the generated markup.
+* Try to handle whitespace better at the beginning and end of code blocks.
+* Handle lists that come immediately after an anchor.
+* Make horizontal rules followed by multi-line comments a little more
+ sensible.
+* Better support for empty ids and titles in docinfo.
+* Fix some minor regressions in SVG handling.
+* Better handling of invalid command line macros.
+* When auto-building quickbook, build the release version.
+* Lots of changes for 1.6:
+ * Scope templates in included files.
+ * Support import of templates and macros.
+ * Including top level quickbook blocks from source files.
+ * Use doc info blocks in included quickbook files.
+ * Better handling of macros with the same name.
+ * `block` element.
+ * Better handling of significant punctuation (e.g. escapes, square brackets).
+ * Support escapes in links, anchors, images, includes etc.
+ * Improved table title syntax.
+ * Paragraphs nested in lists.
+ * New docinfo attributes:
+ * `compatibility-mode` to make it possible to upgrade documents without
+ breaking ids.
+ * `xmlbase` for escaped `xi:include`s.
+ * Allow some docinfo attributes to be used before, or without, a doc info
+ block (`quickbook`, `compatibility-mode`, `source-mode`).
+ * Only add explicit alt text to images.
+ * Don't put 'inline' code blocks inside paragraphs.


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk