Commit Graph

1426 Commits

Author SHA1 Message Date
Daniel James
e410b371fc Update list_test.gold.
[SVN r62823]
2010-06-11 23:00:56 +00:00
Daniel James
52a5504cb4 Nested lists inside <simplepara>.
Not valid, but generates better html. Maybe I should use `<para>` inside
list items, and remove the margin using CSS.

[SVN r62701]
2010-06-10 00:15:41 +00:00
Daniel James
38275cb119 Fix paragraph mark up.
* Require an eol after comments, so that an eol with content after it is
  interpreted as a paragraph.
* 'eol >> eol' => 'eol >> *blank_p >> eol_p' so that lines containing
  only a comment aren't interpreted as paragraph breaks.
* +eol after 'inside paragraphs' so that all the whitespace following
  a paragraph is swallowed up. If it wasn't then it'd create lots of
  empty paragraphs when there's a lot of whitespace.

[SVN r62700]
2010-06-10 00:14:56 +00:00
Daniel James
c814a14087 Remove a lot of deprecated filesystem functions.
Still calls `normalize`. Refs #2923.

[SVN r62476]
2010-06-06 09:38:20 +00:00
Daniel James
ebeaccff1e Use cygwin 1.7 path API.
[SVN r62472]
2010-06-06 07:24:10 +00:00
Daniel James
796b9eb078 Support multiple categories. Refs #1200.
[SVN r62471]
2010-06-06 07:23:44 +00:00
Daniel James
d61eb528cf Deal with invalid docinfo details. Refs #1281.
Warn when boostbook attributes are used for docbook document types and
don't output them.

[SVN r62470]
2010-06-06 07:23:09 +00:00
Daniel James
b363dedac4 Valid lists. Refs #1281
[SVN r62469]
2010-06-06 07:22:40 +00:00
Daniel James
a2f0b2a06d Avoid extra space around footnotes.
[SVN r62468]
2010-06-06 07:22:08 +00:00
Daniel James
4c7808b4f7 Avoid double <para> in <blockquote>. Refs #1281.
[SVN r62467]
2010-06-06 07:21:38 +00:00
Daniel James
b91264f959 Don't wrap <co> in a <phrase>. Refs #1281.
[SVN r62466]
2010-06-06 07:21:10 +00:00
Daniel James
b572a6291a Fix the DOCTYPE generated by quickbook. Refs #1281
[SVN r62465]
2010-06-06 07:20:37 +00:00
Daniel James
13e2a24f71 Test spaces around inline code. Fixes #1176
This was fixed some time ago, just confirming.

[SVN r62464]
2010-06-06 07:19:46 +00:00
Daniel James
24d80fe886 Prep for 1.5.2
[SVN r62463]
2010-06-06 07:19:21 +00:00
Daniel James
d112cf35e3 Some of the tests from the spirit2 branch.
[SVN r62462]
2010-06-06 07:18:56 +00:00
Steven Watanabe
031a467d06 Make quickbook compile with VC 2010
[SVN r61884]
2010-05-09 21:45:20 +00:00
Daniel James
7a974efdd8 Fix quickbook for c++0x mode.
[SVN r61879]
2010-05-09 16:07:02 +00:00
Daniel James
110d2d3235 Remove pointless if statement.
[SVN r61829]
2010-05-06 20:11:55 +00:00
Daniel James
61619c509c Merge some link fixes and release notes.
[SVN r61474]
2010-04-21 23:00:35 +00:00
Daniel James
ca6a308852 Add missing change to quickbook documentation.
[SVN r61398]
2010-04-19 07:56:49 +00:00
Daniel James
a42e360345 Merge quickbook
- Define macros at the command line.
 - Some inspect fixes.


[SVN r61065]
2010-04-05 09:03:29 +00:00
Daniel James
d2c6ff1175 Fix some inspect errors.
[SVN r61057]
2010-04-05 07:24:27 +00:00
Daniel James
0b12c33374 Report error count at the actual end, rather than just the end of each file.
[SVN r60982]
2010-03-31 21:41:45 +00:00
Daniel James
287fac00da Command line macros. Needs error checking.
[SVN r60981]
2010-03-31 21:40:45 +00:00
Daniel James
962f63fef6 Merge quickbook.
- 32-bit unicode escapes.
 - Escape a couple of equal signs. Fixes #3906.


[SVN r60665]
2010-03-17 00:18:38 +00:00
Daniel James
2fe5e11ec2 32 bit unicode characters.
[SVN r60387]
2010-03-09 20:58:01 +00:00
Daniel James
99f39528f3 Escape a couple of equal signs. Refs #3906.
[SVN r60377]
2010-03-09 08:18:23 +00:00
Daniel James
6a90a09d50 Of course, only 16 bit values are supported
[SVN r60330]
2010-03-07 21:02:17 +00:00
Daniel James
28e248c521 Merge quickbook and boostbook from trunk.
[SVN r60288]
2010-03-07 11:11:52 +00:00
Daniel James
3128fdf646 Quickbook changes.
[SVN r60287]
2010-03-07 10:46:39 +00:00
Daniel James
c81003891a Make unicode escapes strictly 4 digits.
[SVN r60147]
2010-03-04 07:17:14 +00:00
Daniel James
3b407222b9 Actually just pass through escaped unicoded characters as entities.
[SVN r60054]
2010-03-01 19:40:30 +00:00
Daniel James
bd7ab855b3 Add a unicode escape sequence.
[SVN r60053]
2010-03-01 19:40:15 +00:00
Daniel James
3ab468289e Bump the version number.
[SVN r59858]
2010-02-24 00:12:37 +00:00
Daniel James
a126dcf0fd Don't allow '[' in simple_markup. Fixes #1844.
[SVN r59711]
2010-02-16 22:34:09 +00:00
Daniel James
876c08b3e8 Deal with mismatched section tags in templates.
[SVN r59710]
2010-02-16 22:33:49 +00:00
Daniel James
ea57bed3d3 Support UTF-8 BOM if present.
I'm not sure if the utf-16/32 checks are the right thing to do, but as
quickbook only supports utf-8 for now, they'll work okay. Hopefully if
it ever support other encodings this should be offloaded to an
appropriate library.

[SVN r59677]
2010-02-14 13:09:52 +00:00
Daniel James
baec926449 Add to the include test.
[SVN r59544]
2010-02-07 08:56:41 +00:00
Daniel James
34683b6ac9 Change include test to demonstrate quickbook's slightly odd behaviour.
[SVN r59532]
2010-02-06 21:18:15 +00:00
Daniel James
856691d124 Simple include test.
[SVN r59527]
2010-02-06 15:12:55 +00:00
Daniel James
09d287b369 Adjust the block elements in the post-processor.
- 'replaceable' is an inline element.
 - Add some missing block elements.
 - Put the callout elements into order.

[SVN r59526]
2010-02-06 15:12:14 +00:00
Daniel James
77bb809256 Merge quickbook.
* Fix callout bug.
* Typo in table documentation.



[SVN r58601]
2009-12-30 19:11:22 +00:00
Hartmut Kaiser
9bcdc85d23 Spirit: merging from trunk
[SVN r58578]
2009-12-30 03:38:56 +00:00
Daniel James
a44a972cc8 Make table example output match code. Refs #3794.
[SVN r58523]
2009-12-24 01:48:08 +00:00
Daniel James
538d75710e Add a newline after callout bodies, to avoid confusing the quickbook parser.
[SVN r58040]
2009-11-29 21:06:23 +00:00
Daniel James
df40ab1e37 Merge some non-spirit 2 changes from the spirit 2 branch.
Mostly administrative, but also disable xinclude test as it fails on some
platforms due to the different paths used by boost build, I'm not sure how to
fix it.


[SVN r58034]
2009-11-29 19:16:42 +00:00
Daniel James
eed93bcc1a Merge a couple of documentation changes.
Merged revisions 56988-56989 via svnmerge from 
https://svn.boost.org/svn/boost/trunk

........
  r56988 | danieljames | 2009-10-18 21:18:28 +0100 (Sun, 18 Oct 2009) | 1 line
  
  Add release notes for unordered.
........
  r56989 | danieljames | 2009-10-18 21:18:43 +0100 (Sun, 18 Oct 2009) | 1 line
  
  Mention that image attributes are supported.
........


[SVN r57028]
2009-10-20 23:13:33 +00:00
Daniel James
5ef47624ae Mention that image attributes are supported.
[SVN r56989]
2009-10-18 20:18:43 +00:00
Troy D. Straszheim
7319ffc0c0 rm cmake from trunk. I'm not entirely sure this is necessary to satisfy the inspect script, but I'm not taking any chances, and it is easy to put back
[SVN r56942]
2009-10-17 02:07:38 +00:00
Troy D. Straszheim
0f8c4eb5fb rm cmake from the release branch before it goes out broken. Policy dictates that you never commit to release, you commit to trunk and merge to release.
[SVN r56941]
2009-10-17 01:10:45 +00:00