Commit Graph

1191 Commits

Author SHA1 Message Date
Daniel James
3127d2fd1b Fix identifier generation for headings. Refs #1436.
[SVN r63732]
2010-07-08 07:11:58 +00:00
Daniel James
c83eece449 Detab last commit.
[SVN r63714]
2010-07-06 23:15:23 +00:00
Daniel James
93fb714dac Backport improved paragraphs from spirit 2 version
Templates are no longer expanded inside paragraphs, although callout
lists still are. Refs #4302.

[SVN r63713]
2010-07-06 23:10:10 +00:00
Daniel James
3dfcf5ef14 Don't output empty paragraphs.
[SVN r63621]
2010-07-04 18:52:05 +00:00
Daniel James
5dd58732a1 Test some empty templates.
[SVN r63612]
2010-07-04 16:56:28 +00:00
Daniel James
c8cdcd075e Don't match empty paragraphs.
[SVN r63611]
2010-07-04 16:55:58 +00:00
Daniel James
e3e2018a45 Allow empty document bodies.
[SVN r63610]
2010-07-04 16:55:24 +00:00
Daniel James
a47a09e259 Clear template_info before parsing a template.
Sometimes template_info contains values from a previous failed parse. I
think this makes the last change unnecessary, but I'm going to leave it
in as I feel like it improved the grammar.

[SVN r63609]
2010-07-04 16:54:44 +00:00
Daniel James
1cde9f5cfe Only store template name after correct match.
Fixes a bug where a failed template expansion would leave the template
name in template_info.

[SVN r63608]
2010-07-04 16:53:54 +00:00
Daniel James
f4834d5c6a Make author parsing a little stricter.
[SVN r63607]
2010-07-04 16:53:25 +00:00
Daniel James
87b3423402 Keep the quickbook documentation compatible with the last version.
[SVN r63354]
2010-06-26 15:56:03 +00:00
Daniel James
7e299228fe Don't require commas between authors.
Makes the author grammar more consistent with the rest of quickbook.

[SVN r63342]
2010-06-26 12:09:56 +00:00
Daniel James
a666d8a628 Merge quickbook.
[SVN r63267]
2010-06-23 19:33:37 +00:00
Daniel James
3d58eb2835 Fix images in quickbook docs.
[SVN r63154]
2010-06-20 18:05:21 +00:00
Daniel James
415f847cb0 Update various libraries' documentation build.
Mostly to use the images and css files under doc/src instead of
doc/html, usually be deleting the settings in order to use the defaults.
Also add 'boost.root' to some builds in order to fix links which rely on
it.

[SVN r63146]
2010-06-20 18:00:48 +00:00
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