| 1 | <html> |
|---|
| 2 | <head> |
|---|
| 3 | <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> |
|---|
| 4 | <title> Change Log</title> |
|---|
| 5 | <link rel="stylesheet" href="../boostbook.css" type="text/css"> |
|---|
| 6 | <meta name="generator" content="DocBook XSL Stylesheets V1.68.1"> |
|---|
| 7 | <link rel="start" href="../index.html" title="The Boost C++ Libraries BoostBook Documentation Subset"> |
|---|
| 8 | <link rel="up" href="../quickbook.html" title="Chapter 23. Quickbook 1.3"> |
|---|
| 9 | <link rel="prev" href="../quickbook.html" title="Chapter 23. Quickbook 1.3"> |
|---|
| 10 | <link rel="next" href="syntax.html" title=" Syntax Summary"> |
|---|
| 11 | </head> |
|---|
| 12 | <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> |
|---|
| 13 | <table cellpadding="2" width="100%"> |
|---|
| 14 | <td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../boost.png"></td> |
|---|
| 15 | <td align="center"><a href="../../../index.htm">Home</a></td> |
|---|
| 16 | <td align="center"><a href="../../../libs/libraries.htm">Libraries</a></td> |
|---|
| 17 | <td align="center"><a href="../../../people/people.htm">People</a></td> |
|---|
| 18 | <td align="center"><a href="../../../more/faq.htm">FAQ</a></td> |
|---|
| 19 | <td align="center"><a href="../../../more/index.htm">More</a></td> |
|---|
| 20 | </table> |
|---|
| 21 | <hr> |
|---|
| 22 | <div class="spirit-nav"> |
|---|
| 23 | <a accesskey="p" href="../quickbook.html"><img src="../images/prev.png" alt="Prev"></a><a accesskey="u" href="../quickbook.html"><img src="../images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../images/home.png" alt="Home"></a><a accesskey="n" href="syntax.html"><img src="../images/next.png" alt="Next"></a> |
|---|
| 24 | </div> |
|---|
| 25 | <div class="section" lang="en"> |
|---|
| 26 | <div class="titlepage"><div><div><h2 class="title" style="clear: both"> |
|---|
| 27 | <a name="quickbook.change_log"></a> Change Log</h2></div></div></div> |
|---|
| 28 | <a name="quickbook.change_log.version_1_3"></a><h3> |
|---|
| 29 | <a name="id2086442"></a> |
|---|
| 30 | Version 1.3 |
|---|
| 31 | </h3> |
|---|
| 32 | <div class="itemizedlist"><ul type="disc"> |
|---|
| 33 | <li> |
|---|
| 34 | Quickbook file inclusion [include]. |
|---|
| 35 | </li> |
|---|
| 36 | <li> |
|---|
| 37 | Better xml output (pretty layout). Check out the generated XML. |
|---|
| 38 | </li> |
|---|
| 39 | <li> |
|---|
| 40 | Regression testing facility: to make sure your document will always be compatible |
|---|
| 41 | (full backward compatibility) regardless of changes to QuickBook. |
|---|
| 42 | </li> |
|---|
| 43 | <li> |
|---|
| 44 | Code cleanup and refactoring. |
|---|
| 45 | </li> |
|---|
| 46 | <li> |
|---|
| 47 | Allow phrase markup in the doc-info. |
|---|
| 48 | </li> |
|---|
| 49 | <li> |
|---|
| 50 | Preformatted code blocks via ``code`` (double ticks) allows code in tables |
|---|
| 51 | and lists, for example. |
|---|
| 52 | </li> |
|---|
| 53 | <li> |
|---|
| 54 | Quickbook versioning; allows full backward compatibility. You have to add |
|---|
| 55 | [quickbook 1.3] to the doc-info header to enable the new features. Without |
|---|
| 56 | this, QuickBook will assume that the document is a pre-1.3 document. |
|---|
| 57 | </li> |
|---|
| 58 | <li> |
|---|
| 59 | Better (intuitive) paragraph termination. Some markups may terminate a paragraph. |
|---|
| 60 | Example: |
|---|
| 61 | <pre class="programlisting"> |
|---|
| 62 | <span class="special">[</span><span class="identifier">section</span> <span class="identifier">x</span><span class="special">]</span> |
|---|
| 63 | <span class="identifier">blah</span><span class="special">...</span> |
|---|
| 64 | <span class="special">[</span><span class="identifier">endsect</span><span class="special">]</span></pre> |
|---|
| 65 | </li> |
|---|
| 66 | <li> |
|---|
| 67 | Fully qualified section and headers. Subsection names are concatenated to |
|---|
| 68 | the ID to avoid clashing. Example: <code class="computeroutput"><span class="identifier">doc_name</span><span class="special">.</span><span class="identifier">sect_name</span><span class="special">.</span><span class="identifier">sub_sect_name</span><span class="special">.</span><span class="identifier">sub_sub_sect_name</span></code> |
|---|
| 69 | </li> |
|---|
| 70 | <li> |
|---|
| 71 | Better &nbsp; and whitespace handling in code snippets. |
|---|
| 72 | </li> |
|---|
| 73 | <li> |
|---|
| 74 | [xinclude] fixes up the relative path to the target XML file when input_directory |
|---|
| 75 | is not the same as the output_directory. |
|---|
| 76 | </li> |
|---|
| 77 | <li> |
|---|
| 78 | Allow untitled tables. |
|---|
| 79 | </li> |
|---|
| 80 | <li> |
|---|
| 81 | Allow phrase markups in section titles. |
|---|
| 82 | </li> |
|---|
| 83 | <li> |
|---|
| 84 | Allow escaping back to QuickBook from code, code blocks and inline code. |
|---|
| 85 | </li> |
|---|
| 86 | <li> |
|---|
| 87 | Footnotes, with the [footnote This is the footnote] syntax. |
|---|
| 88 | </li> |
|---|
| 89 | <li> |
|---|
| 90 | Post-processor bug fix for escaped XML code that it does not recognize. |
|---|
| 91 | </li> |
|---|
| 92 | <li> |
|---|
| 93 | Replaceable, with the [~replacement] syntax. |
|---|
| 94 | </li> |
|---|
| 95 | </ul></div> |
|---|
| 96 | </div> |
|---|
| 97 | <table width="100%"><tr> |
|---|
| 98 | <td align="left"></td> |
|---|
| 99 | <td align="right"><small>Copyright © 2002, 2004 Joel de Guzman, Eric Niebler</small></td> |
|---|
| 100 | </tr></table> |
|---|
| 101 | <hr> |
|---|
| 102 | <div class="spirit-nav"> |
|---|
| 103 | <a accesskey="p" href="../quickbook.html"><img src="../images/prev.png" alt="Prev"></a><a accesskey="u" href="../quickbook.html"><img src="../images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../images/home.png" alt="Home"></a><a accesskey="n" href="syntax.html"><img src="../images/next.png" alt="Next"></a> |
|---|
| 104 | </div> |
|---|
| 105 | </body> |
|---|
| 106 | </html> |
|---|