ChangeLog in kramdown-0.13.7 vs ChangeLog in kramdown-0.13.8

- old
+ new

@@ -1,4 +1,229 @@ +commit 69fbdcbf2b3585f92819f941f695f2ab10d2051f +Author: Thomas Leitner <t_leitner@gmx.at> +Date: Fri Aug 31 18:35:39 2012 +0200 + + Fixed API index page documentation + + Since the README.md file now contains Markdown and RDoc markup, + the API index page documentation was moved to another file. + +Rakefile +lib/kramdown/document.rb + +commit 03c304e4dc8e996c48c5aa517d881985023915c3 +Author: Thomas Leitner <t_leitner@gmx.at> +Date: Fri Aug 31 18:13:09 2012 +0200 + + Updated release notes and version number + +doc/news/release_0_13_8.page +doc/sidebar.template +lib/kramdown/version.rb + +commit 0daf6f3452517602590349398f743e91c95ee053 +Author: Thomas Leitner <t_leitner@gmx.at> +Date: Fri Aug 31 18:06:07 2012 +0200 + + Fixed enable_coderay patch + + * Fixed code of enable_coderay option to generate backwards-compatible + output + * Updated documentation + +doc/converter/html.page +lib/kramdown/converter/html.rb +lib/kramdown/options.rb +test/test_files.rb +test/testcases/block/06_codeblock/disable-highlighting.html + +commit 0b9d8fc2346b346ffc437fe546db47d500ff8415 +Merge: 9085ede 4b5c0f8 +Author: Thomas Leitner <t_leitner@gmx.at> +Date: Fri Aug 31 17:34:50 2012 +0200 + + Merge branch 'option-enable-coderay' of https://github.com/unibr/kramdown + +commit 9085ede998c4a1cc7d0869a43d4ea511ce649a89 +Author: Thomas Leitner <t_leitner@gmx.at> +Date: Fri Aug 31 16:35:16 2012 +0200 + + Updated description of :coderay_default_lang to make it clear that it is only used for code blocks + +lib/kramdown/options.rb + +commit f0efc41dba131cfd6965cf16f852218b7936d4b8 +Author: Thomas Leitner <t_leitner@gmx.at> +Date: Fri Aug 31 16:19:28 2012 +0200 + + Fixed double output of markdown attribute on HTML elements in kramdown converter + +lib/kramdown/converter/kramdown.rb + +commit a22b5d32623b5ae7f1ce7b38684fc8bb3228caed +Merge: 46bd5f6 df8ff9d +Author: Thomas Leitner <t_leitner@gmx.at> +Date: Thu Aug 30 01:57:56 2012 -0700 + + Merge pull request #17 from gioele/tests-on-ruby193 + + Work around RakeTest problems with Ruby 1.9.3 + +commit 4b5c0f8d59dac123a088b73a4f3a4b4a282fb5b9 +Author: Bran <m.versum@gmail.com> +Date: Thu Aug 30 10:45:44 2012 +0800 + + support disable coderay + + + add option `:enable_coderay`, which can be used to disable coderay. + the default vaule is `true` to be compatible with current behavior + + add content about it in doc + +doc/converter/html.page +lib/kramdown/converter/html.rb +lib/kramdown/options.rb +test/testcases/block/06_codeblock/disable-highlighting.html +test/testcases/block/06_codeblock/disable-highlighting.options +test/testcases/block/06_codeblock/disable-highlighting.text + +commit df8ff9df6968993e73fcc3a8a08db94e4683a23d +Author: Gioele Barabucci <gioele@svario.it> +Date: Wed Aug 29 18:52:39 2012 +0200 + + Work around RakeTest problems with Ruby 1.9.3 + + Suggested by <https://github.com/jimweirich/rake/issues/51> and + <https://github.com/colszowka/simplecov/commit/9d64656555e0e75c04bd826f7a22d8cfcc58bfbd>. + +Rakefile + +commit 46bd5f670b674fe3dcd310069e334ac4d7a0b008 +Author: Thomas Leitner <t_leitner@gmx.at> +Date: Tue Aug 28 18:12:07 2012 +0200 + + Fixed line breaks and links in README.md + +README.md + +commit 7721cb3158d88c31218977cff478a0f1b4fdbb98 +Author: Bran <m.versum@gmail.com> +Date: Tue Aug 28 16:33:14 2012 +0800 + + Revise README + + + rename README to README.md + + revise the content + +README +README.md + +commit 0c7ee71cde6eaf67b76ed048fda0c2dbdbd6480f +Author: Thomas Leitner <t_leitner@gmx.at> +Date: Fri Aug 10 22:09:50 2012 +0200 + + Fixed RF#29626: Link obfuscation did too much + + The text of a link with a mailto-scheme is now only obfuscated, + if the text of the link is the same as the linked-to email address. + +lib/kramdown/converter/html.rb +test/testcases/span/autolinks/url_links.html +test/testcases/span/autolinks/url_links.text + +commit 3b2a3abc41ab61ff3d581e78d527c89a1d6e61ed +Author: Thomas Leitner <t_leitner@gmx.at> +Date: Fri Aug 10 00:41:39 2012 +0200 + + Fixed problem with multiple similar abbreviatons + + When one abbreviation definition contains another (like CSS and CSS3), the + parser did not always do the right thing. Fixed that by making sure that + the longest abbreviations are replaced first. + +lib/kramdown/parser/kramdown/abbreviation.rb +test/testcases/span/abbreviations/abbrev.html +test/testcases/span/abbreviations/abbrev.text + +commit 0820af7cbd308fb857b93f7ca23c5c233598f696 +Merge: 70d9342 b5ec9e4 +Author: Thomas Leitner <t_leitner@gmx.at> +Date: Thu Aug 9 15:37:15 2012 -0700 + + Merge pull request #13 from alphagov/entities_in_abbr_titles + + Convert HMTL entities in abbreviation titles + +commit 70d9342820f6b146417a7e9b7f00d1c0d98407f0 +Author: Thomas Leitner <t_leitner@gmx.at> +Date: Thu Aug 9 23:45:36 2012 +0200 + + Fixed invalid documentation of default value of latex_headers option + +lib/kramdown/options.rb + +commit 1264a17dbd04c1e6abe7510961a7a4a57c33494c +Author: Thomas Leitner <t_leitner@gmx.at> +Date: Thu Aug 9 16:22:10 2012 +0200 + + Updated implementation of header offsets + + * Updated header_offset documentation + * Moved implementation of header level calculation into helper method + defined on Converter::Base + * Latex and kramdown converters now use the header_offset option, too + +lib/kramdown/converter/base.rb +lib/kramdown/converter/html.rb +lib/kramdown/converter/kramdown.rb +lib/kramdown/converter/latex.rb +lib/kramdown/options.rb +test/test_files.rb +test/testcases/block/04_header/header_type_offset.html +test/testcases/block/04_header/header_type_offset.kramdown +test/testcases/block/04_header/header_type_offset.latex +test/testcases/block/04_header/header_type_offset.text + +commit bfcd994349f7224d95b699235dc3755708112959 +Merge: be56987 e1ac291 +Author: Thomas Leitner <t_leitner@gmx.at> +Date: Wed Aug 8 22:49:52 2012 +0200 + + Merge branch 'master' of https://github.com/tillda/kramdown + +commit b5ec9e4fd765da62c1bfdbb307d379d955d0b0a4 +Author: Alex Tomlins <alex.tomlins@digital.cabinet-office.gov.uk> +Date: Fri Aug 3 13:01:47 2012 +0100 + + Convert entities in abbreviation titles + + previously if entities in abbreviation titles had reserved HTML chars in + them (e.g. &), these weren't converted to entities. This causes errors + when processing the resulting markup in nokogiri and the like. + +lib/kramdown/converter/html.rb +test/testcases/span/abbreviations/abbrev.html +test/testcases/span/abbreviations/abbrev.text + +commit e1ac291052deb9e9e4185e13666446a8a784f533 +Author: Michal Till <michal.till@gmail.com> +Date: Thu Jul 5 15:32:15 2012 +0200 + + Add the ability to shift levels of all <Hx> elements by :header_offset option. + +lib/kramdown/converter/html.rb +lib/kramdown/options.rb +test/testcases/block/04_header/header_type_offset.html +test/testcases/block/04_header/header_type_offset.options +test/testcases/block/04_header/header_type_offset.text + +commit be56987fc283db3997d47a47ba93f7b6c48d562f +Author: Thomas Leitner <t_leitner@gmx.at> +Date: Wed Jul 4 13:07:18 2012 +0200 + + Re-enabled MathJax on the kramdown website + +doc/default.template + commit 0914bb652dad9ab1d48abc6de6da7a5ccc0e7996 Author: Thomas Leitner <t_leitner@gmx.at> Date: Sun Jun 3 09:48:58 2012 +0200 Updated release notes and version number