$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r82573 - trunk/tools/quickbook/doc
From: dnljms_at_[hidden]
Date: 2013-01-20 18:50:26
Author: danieljames
Date: 2013-01-20 18:50:25 EST (Sun, 20 Jan 2013)
New Revision: 82573
URL: http://svn.boost.org/trac/boost/changeset/82573
Log:
Quickbook: Backdated changelog for 1.5.8.
Oops, I completely forgot to write this up at the time.
Text files modified: 
   trunk/tools/quickbook/doc/change_log.qbk |    26 ++++++++++++++++++++++++++              
   1 files changed, 26 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	2013-01-20 18:50:25 EST (Sun, 20 Jan 2013)
@@ -248,3 +248,29 @@
     block (`quickbook`, `compatibility-mode`, `source-mode`).
   * Only add explicit alt text to images.
   * Don't put 'inline' code blocks inside paragraphs.
+
+[heading Version 1.5.8 - Boost 1.50]
+
+* Write dependencies to a file, using `--output-deps`
+  ([@https://svn.boost.org/trac/boost/ticket/6691 #6691]).
+* Fix handling of section tags in lists.
+* Fix indented code blocks in lists.
+* Fix handling UTF-8 code points in the syntax highlighter.
+  Was treating each individual byte as a character.
+  Still doesn't deal with combining code points.
+* Internal changes:
+  * A lot of restructuring.
+  * Stop using 'v3' filesystem paths and namespaces, it's now
+    the default version.
+  * Remove awkward intrusive reference counting implementation,
+    avoids a gcc internal compiler error
+    ([@http://svn.boost.org/trac/boost/ticket/6794 #6794]),
+    but is also a cleaner implementation.
+* 1.6 changes:
+  * Better handling of brackets in link values.
+  * Improved handling of escaped characters in include paths.
+* Starting to develop 1.7:
+  * Source mode for single entities.
+  * Callouts in code blocks.
+  * Escaped docbook in docinfo blocks.
+  * Starting to implement calling templates from link values.