ChangeLog in kramdown-0.5.0 vs ChangeLog in kramdown-0.6.0

- old
+ new

@@ -1,4 +1,319 @@ +commit 01986057b7e458aaf352f7d8fddb587ae2fcc16e +Author: Thomas Leitner <t_leitner@gmx.at> +Date: Tue Apr 6 12:13:36 2010 +0200 + + Added benchmark data for 0.6.0 release and updated graphs + +benchmark/historic-jruby-1.4.0.dat +benchmark/historic-ruby-1.8.6.dat +benchmark/historic-ruby-1.8.7.dat +benchmark/historic-ruby-1.9.1p243.dat +benchmark/historic-ruby-1.9.2dev.dat +doc/img/graph-jruby-1.4.0.png +doc/img/graph-ruby-1.8.6.png +doc/img/graph-ruby-1.8.7.png +doc/img/graph-ruby-1.9.1p243.png +doc/img/graph-ruby-1.9.2dev.png +doc/tests.page + +commit 712aed9b546e75458e030606c6f5c60cbee45629 +Author: Thomas Leitner <t_leitner@gmx.at> +Date: Tue Apr 6 12:12:50 2010 +0200 + + Now only showing kramdown performance in graphs + +benchmark/generate_data.rb + +commit d3f3426ce66aeaf2ca317efc59ecc42a78a1d3ad +Author: Thomas Leitner <t_leitner@gmx.at> +Date: Tue Apr 6 11:41:19 2010 +0200 + + Removed old benchmark data + +benchmark/historic-jruby-1.4.0.dat +benchmark/historic-ruby-1.8.6.dat +benchmark/historic-ruby-1.8.7.dat +benchmark/historic-ruby-1.9.1p243.dat +benchmark/historic-ruby-1.9.2dev.dat + +commit acde8528e26f40af2192b25dc939b62ff20b27fb +Author: Thomas Leitner <t_leitner@gmx.at> +Date: Tue Apr 6 11:27:09 2010 +0200 + + Small credit fix + +doc/default.template + +commit 7152ad65def87001ec8b2b61955d38c8ded064cb +Author: Thomas Leitner <t_leitner@gmx.at> +Date: Thu Mar 18 20:44:57 2010 +0100 + + Updated release date and front matter + +doc/index.page +doc/news/release_0_6_0.page + +commit 8b99bc030f7c97ddb78f6d8b9b5a161bf5cd4aa2 +Author: Thomas Leitner <t_leitner@gmx.at> +Date: Thu Mar 18 20:43:37 2010 +0100 + + Fixed some style issues + +doc/default.less.css +doc/news.page + +commit a82a70715298bee2659e387ea4622b4e87285b2f +Author: Thomas Leitner <t_leitner@gmx.at> +Date: Thu Mar 18 20:42:46 2010 +0100 + + Updated release notes + +doc/news/release_0_6_0.page + +commit dc64a5fa47202f01eb829d5fc5f389f35014ea69 +Author: Thomas Leitner <t_leitner@gmx.at> +Date: Wed Mar 17 18:27:59 2010 +0100 + + Updated documentation + + Moved HTML/LaTeX specific parts of the syntax document to the converter + documents. + +doc/converter/html.page +doc/converter/latex.page +doc/syntax.page + +commit 397dafe8664affaa7ca0e3895b683bc32f73d637 +Author: Thomas Leitner <t_leitner@gmx.at> +Date: Wed Mar 17 18:27:11 2010 +0100 + + Updated styling of homepage + +doc/default.css +doc/default.less.css +doc/default.template +doc/index.page + +commit ad6b4a2c203a2728c8564312ede3b3b6aef9cf07 +Author: Thomas Leitner <t_leitner@gmx.at> +Date: Tue Mar 16 14:18:16 2010 +0100 + + Small syntax change for the last list item + + It is now also wrapped in a paragraph if all other list items are + also wrapped in a paragraph. + +doc/news/release_0_6_0.page +doc/syntax.page +lib/kramdown/parser/kramdown/list.rb +test/testcases/block/08_list/mixed.html +test/testcases/block/08_list/special_cases.html +test/testcases/block/08_list/special_cases.text + +commit 52441c4c0eea53f8f8af699c799bf4459a2baff2 +Author: Thomas Leitner <t_leitner@gmx.at> +Date: Sun Mar 14 19:42:22 2010 +0100 + + Fixed typo in manual page + +man/man1/kramdown.1.erb + +commit 5b5bf7f100cb99ee2f8f95ad30201220f22607b1 +Author: Thomas Leitner <t_leitner@gmx.at> +Date: Fri Mar 12 13:10:40 2010 +0100 + + Fixed problem with missing data files + +Rakefile +doc/news/release_0_6_0.page + +commit 7e579fdcb40f68aaf0219e6fe3d2f34192900d87 +Author: Thomas Leitner <t_leitner@gmx.at> +Date: Tue Mar 2 14:45:49 2010 +0100 + + Fixed performance problem with emphasis parsing + + Backtracking in the emphasis parser lead to poor performance. Nesting + em or strong emphasis is now forbidden to prevent this. + +doc/news/release_0_6_0.page +doc/syntax.page +lib/kramdown/parser/kramdown.rb +lib/kramdown/parser/kramdown/emphasis.rb +test/testcases/span/02_emphasis/errors.html +test/testcases/span/02_emphasis/nesting.html +test/testcases/span/02_emphasis/nesting.text + +commit 07b1bd5156d7c6c1f627bdf3d94bad886bc5ac5f +Author: Thomas Leitner <t_leitner@gmx.at> +Date: Tue Feb 23 16:30:04 2010 +0100 + + Added a new CLI option -i and changed -f to -o with deprecation + + The option -i can be used to select the input format. The Document class has + been adjusted to take care of the special key :input. + +bin/kramdown +doc/news/release_0_6_0.page +lib/kramdown/document.rb + +commit 74754c6cc3032aed6583ae77d6b68aac4296eb6e +Author: Thomas Leitner <t_leitner@gmx.at> +Date: Sat Feb 20 21:39:33 2010 +0100 + + Small fix for LaTeX converter + +lib/kramdown/converter/latex.rb + +commit 51d2021527d6ac6be6c4e9ec19b3522546fb8e7b +Author: Thomas Leitner <t_leitner@gmx.at> +Date: Sat Feb 20 21:38:40 2010 +0100 + + Added documentation on available parsers and converters + +Rakefile +doc/converter/html.page +doc/converter/latex.page +doc/index.page +doc/parser/kramdown.page + +commit 39e8750b0a1b36dfc390815c55b591da77f08783 +Author: Thomas Leitner <t_leitner@gmx.at> +Date: Sat Feb 20 09:33:36 2010 +0100 + + Added man page for kramdown binary + +Rakefile +doc/news/release_0_6_0.page +man/man1/kramdown.1.erb + +commit a77e52be4d08c46dbb152cc1a9480c13de9b6da6 +Author: Thomas Leitner <t_leitner@gmx.at> +Date: Fri Feb 19 12:12:39 2010 +0100 + + Added jsMath package to documentation + +doc/default.template +doc/js/jsMath/COPYING.txt +doc/js/jsMath/blank.gif +doc/js/jsMath/easy/load.js +doc/js/jsMath/extensions/AMSmath.js +doc/js/jsMath/extensions/AMSsymbols.js +doc/js/jsMath/extensions/HTML.js +doc/js/jsMath/extensions/autobold.js +doc/js/jsMath/extensions/bbox.js +doc/js/jsMath/extensions/boldsymbol.js +doc/js/jsMath/extensions/double-click.js +doc/js/jsMath/extensions/eqn-number.js +doc/js/jsMath/extensions/fbox.js +doc/js/jsMath/extensions/font.js +doc/js/jsMath/extensions/leaders.js +doc/js/jsMath/extensions/mathchoice.js +doc/js/jsMath/extensions/mimeTeX.js +doc/js/jsMath/extensions/moreArrows.js +doc/js/jsMath/extensions/newcommand.js +doc/js/jsMath/extensions/underset-overset.js +doc/js/jsMath/extensions/verb.js +doc/js/jsMath/jsMath-BaKoMa-fonts.js +doc/js/jsMath/jsMath-autoload.html +doc/js/jsMath/jsMath-controls.html +doc/js/jsMath/jsMath-easy-load.js +doc/js/jsMath/jsMath-fallback-mac-mozilla.js +doc/js/jsMath/jsMath-fallback-mac-msie.js +doc/js/jsMath/jsMath-fallback-mac.js +doc/js/jsMath/jsMath-fallback-pc.js +doc/js/jsMath/jsMath-fallback-symbols.js +doc/js/jsMath/jsMath-fallback-unix.js +doc/js/jsMath/jsMath-global-controls.html +doc/js/jsMath/jsMath-global.html +doc/js/jsMath/jsMath-loader-omniweb4.js +doc/js/jsMath/jsMath-loader-post.html +doc/js/jsMath/jsMath-loader.html +doc/js/jsMath/jsMath-msie-mac.js +doc/js/jsMath/jsMath-old-browsers.js +doc/js/jsMath/jsMath.js +doc/js/jsMath/local/macros.js +doc/js/jsMath/plugins/CHMmode.js +doc/js/jsMath/plugins/autoload.js +doc/js/jsMath/plugins/global.js +doc/js/jsMath/plugins/mimeTeX.js +doc/js/jsMath/plugins/noCache.js +doc/js/jsMath/plugins/noGlobal.js +doc/js/jsMath/plugins/noImageFonts.js +doc/js/jsMath/plugins/smallFonts.js +doc/js/jsMath/plugins/spriteImageFonts.js +doc/js/jsMath/plugins/tex2math.js +doc/js/jsMath/test/index-images.html +doc/js/jsMath/test/index.html +doc/js/jsMath/test/jsMath40.jpg +doc/js/jsMath/test/sample.html + +commit 3c8e605c3f64bee57067ecc923b273f95f12ae02 +Author: Thomas Leitner <t_leitner@gmx.at> +Date: Fri Feb 19 12:11:15 2010 +0100 + + Added syntax support for block/inline LaTeX math + +doc/syntax.page +lib/kramdown/converter/html.rb +lib/kramdown/converter/latex.rb +lib/kramdown/parser/kramdown.rb +lib/kramdown/parser/kramdown/escaped_chars.rb +lib/kramdown/parser/kramdown/math.rb +test/testcases/block/15_math/normal.html +test/testcases/block/15_math/normal.text +test/testcases/span/math/normal.html +test/testcases/span/math/normal.text + +commit c0da60ad7b3331100056e6c3d01d1e5ec99f0a27 +Author: Thomas Leitner <t_leitner@gmx.at> +Date: Thu Feb 18 08:08:16 2010 +0100 + + Fixed bug regarding the inclusion of the same LaTeX packages multiple times + +data/kramdown/document.latex +lib/kramdown/converter/latex.rb + +commit 846c0a5c9d42da5bb22a83b3a46cd20c9eafca44 +Author: Thomas Leitner <t_leitner@gmx.at> +Date: Thu Feb 18 07:17:07 2010 +0100 + + Added documentation for autolinks + +doc/news/release_0_6_0.page +doc/syntax.page + +commit 21c81f6e98b871caac569ef8d76a7024a35141e6 +Author: Thomas Leitner <t_leitner@gmx.at> +Date: Wed Feb 17 15:45:31 2010 +0100 + + Bumped version number and added release notes file + +doc/news/release_0_6_0.page +lib/kramdown/version.rb + +commit 339345a78869bb483a7eb70007d868e53eb6e9b9 +Author: Thomas Leitner <t_leitner@gmx.at> +Date: Wed Feb 17 15:43:43 2010 +0100 + + Fixed problem with email autolinks + + The used regexps were too relaxed and matched invalid email adresses. + +lib/kramdown/converter/html.rb +lib/kramdown/parser/kramdown/autolink.rb +test/testcases/span/autolinks/url_links.html +test/testcases/span/autolinks/url_links.text + +commit abac8ea1b2aebc98a4b46f27d57b366d2f20be86 +Author: Thomas Leitner <t_leitner@gmx.at> +Date: Mon Feb 15 10:46:56 2010 +0100 + + Added pushing gems to gemcutter + +Rakefile + commit 53449309c569f774d7d3cd68bcc71d48509a4c7e Author: Thomas Leitner <t_leitner@gmx.at> Date: Mon Feb 15 10:16:18 2010 +0100 Updated benchmark data and graphs