ChangeLog in kramdown-0.13.6 vs ChangeLog in kramdown-0.13.7

- old
+ new

@@ -1,4 +1,135 @@ +commit 0914bb652dad9ab1d48abc6de6da7a5ccc0e7996 +Author: Thomas Leitner <t_leitner@gmx.at> +Date: Sun Jun 3 09:48:58 2012 +0200 + + Updated release notes and version number + +doc/news/release_0_13_7.page +doc/sidebar.template +lib/kramdown/version.rb + +commit 02bdb1072156b80ef114afbf363db92b6c62f65f +Author: Thomas Leitner <t_leitner@gmx.at> +Date: Sun Jun 3 09:42:26 2012 +0200 + + Docu fix + +doc/converter/html.page + +commit 6eeb2cc07876257eec1aaff77a213962378431e2 +Author: Thomas Leitner <t_leitner@gmx.at> +Date: Sun Jun 3 09:00:14 2012 +0200 + + Updated kramdown executable to specify output format chain + + This was needed since the new RemoteHtmlTags converter can only be + used before any standard converter. + +bin/kramdown +man/man1/kramdown.1.erb + +commit af9adbc5a94e55e05023d609fb3fb9f6878dd645 +Author: Thomas Leitner <t_leitner@gmx.at> +Date: Sun Jun 3 08:59:13 2012 +0200 + + Implemented converter RemoveHtmlTags + + This converter conditionally removes all plain block and/or span + HTML elements from an element tree. The resulting tree should, in + most cases, only consist of native kramdown elements. + +doc/converter/remove_html_tags.page +doc/documentation.page +lib/kramdown/converter.rb +lib/kramdown/converter/remove_html_tags.rb +lib/kramdown/options.rb +test/test_files.rb + +commit 912e905f952e5d1ffc3d2ce4973228bdd89a6750 +Author: Thomas Leitner <t_leitner@gmx.at> +Date: Sun Jun 3 08:45:21 2012 +0200 + + Doctype declaration is now correctly parsed independent of case + +lib/kramdown/parser/html.rb + +commit ae13451867f8ca9070c6e714c0183754992bcff1 +Author: Thomas Leitner <t_leitner@gmx.at> +Date: Sun Jun 3 07:28:10 2012 +0200 + + Fixed problem parsing multi-line link titles + +lib/kramdown/parser/kramdown/link.rb + +commit 8dc30e47144bde35bac1af8b74567fc09b553735 +Author: Thomas Leitner <t_leitner@gmx.at> +Date: Sun Jun 3 07:10:55 2012 +0200 + + Fixed problems with setting Symbol options + + * The nil value can now be specified by the String value 'nil' + * A colon at the start of a String value is removed before + converting the String value into a Symbol + +lib/kramdown/options.rb + +commit 4727a0a3816f149b9c7bea523b918602eb77962e +Author: Thomas Leitner <t_leitner@gmx.at> +Date: Sun Jun 3 06:57:51 2012 +0200 + + Fixed bug RF#29575: Added &shy; entity + +lib/kramdown/converter/latex.rb +lib/kramdown/utils/entities.rb + +commit 17625c80825a494065b5d9e4201f1e2fc6ab5104 +Author: Thomas Leitner <t_leitner@gmx.at> +Date: Sat Jun 2 09:13:16 2012 +0200 + + Added new option for setting default coderay highlighting language + +doc/converter/html.page +lib/kramdown/converter/html.rb +lib/kramdown/options.rb +test/testcases/block/06_codeblock/highlighting.html +test/testcases/block/06_codeblock/highlighting.options +test/testcases/block/06_codeblock/highlighting.text + +commit b0fed40ba8d863f349e3f90e7cc40146bf01507a +Author: Thomas Leitner <t_leitner@gmx.at> +Date: Sat Jun 2 08:54:07 2012 +0200 + + Fixed RF#29576: Footnotes in headers resulted in duplicated id attr in TOC + + Footnotes are now removed from the TOC to avoid this problem. + +lib/kramdown/converter/html.rb +test/testcases/block/16_toc/toc_with_footnotes.html +test/testcases/block/16_toc/toc_with_footnotes.options +test/testcases/block/16_toc/toc_with_footnotes.text + +commit c3ae4a3a0272cb376947f95ad1444c1bd4878301 +Author: Thomas Leitner <t_leitner@gmx.at> +Date: Sat Jun 2 08:52:39 2012 +0200 + + Fixed toc test cases + + Test went green although the meaning of the test was not + satisfied due to copy-paste. + +test/testcases/block/16_toc/no_toc.html +test/testcases/block/16_toc/no_toc.options +test/testcases/block/16_toc/toc_levels.options + +commit 56f3eb3c2610100c9785d98904d1dcd823e02917 +Author: Thomas Leitner <t_leitner@gmx.at> +Date: Mon May 21 21:56:07 2012 +0200 + + RF#29577: Fixed broken link + +doc/sidebar.template + commit 40e6cde2d3e1a4f9f6bc14a243b22b4ae3311ca2 Author: Thomas Leitner <t_leitner@gmx.at> Date: Wed May 9 19:53:47 2012 +0200 Updated release notes and version number