ChangeLog in kramdown-0.9.0 vs ChangeLog in kramdown-0.10.0
- old
+ new
@@ -1,4 +1,206 @@
+commit 1bf361c2e7c1041aeca0526a247635f7248ed7d7
+Author: Thomas Leitner <t_leitner@gmx.at>
+Date: Mon Jul 19 08:48:34 2010 +0200
+
+ Updated documentation before release
+
+doc/default.scss.css
+doc/default.template
+doc/index.page
+doc/news/release_0_10_0.page
+
+commit 7121d9add32c15305e86836f5eb9c1ab83c154b8
+Author: Thomas Leitner <t_leitner@gmx.at>
+Date: Sun Jul 18 22:44:34 2010 +0200
+
+ Fixed problem with parsing HTML a tag without href attribute
+
+doc/news/release_0_10_0.page
+lib/kramdown/parser/html.rb
+
+commit 19809d56eabf123993742c92a50a536bec188e24
+Author: Thomas Leitner <t_leitner@gmx.at>
+Date: Sun Jul 18 16:13:30 2010 +0200
+
+ Fixed encoding problem of autolink start regexp under Ruby 1.9
+
+doc/news/release_0_10_0.page
+lib/kramdown/parser/kramdown/autolink.rb
+
+commit 64ba83235ea2d8cf660ae7994f0de1ae7f0bde4d
+Author: Thomas Leitner <t_leitner@gmx.at>
+Date: Sat Jul 17 11:22:50 2010 +0200
+
+ Using quotation env for blockquotes with multiple children in LaTeX converter
+
+doc/news/release_0_10_0.page
+lib/kramdown/converter/latex.rb
+
+commit a18bc07c71b80b6f322a75a17ff7147ad8b98c79
+Author: Thomas Leitner <t_leitner@gmx.at>
+Date: Sat Jul 17 10:09:39 2010 +0200
+
+ Fixed probem with parsing <body markdown="1"> correctly
+
+doc/news/release_0_10_0.page
+doc/syntax.page
+lib/kramdown/parser/html.rb
+
+commit f2ded4c519223fad5c86ec1942889b6852290e2e
+Author: Thomas Leitner <t_leitner@gmx.at>
+Date: Sat Jul 17 09:54:08 2010 +0200
+
+ Updated the LaTeX converter documentation with information about quotation marks
+
+doc/converter/latex.page
+doc/news/release_0_10_0.page
+
+commit c4725e2cd3dda83bd4f8f246598ed16ebbc1c6dd
+Author: Thomas Leitner <t_leitner@gmx.at>
+Date: Sat Jul 17 09:37:38 2010 +0200
+
+ Fixed problem with smart quote after smart quote output in LaTeX converter
+
+doc/news/release_0_10_0.page
+lib/kramdown/converter/latex.rb
+
+commit bce5c3d12db18a9e2fa134baad6a821a7573b71d
+Author: Thomas Leitner <t_leitner@gmx.at>
+Date: Sat Jul 17 09:29:24 2010 +0200
+
+ Added tip to LaTeX converter doc about changing header types
+
+doc/converter/latex.page
+
+commit f0f7f5f02b9b454399edca04c93bd81a48b945cc
+Author: Thomas Leitner <t_leitner@gmx.at>
+Date: Sat Jul 17 09:17:55 2010 +0200
+
+ LaTeX converter: Using figure env for outputting images that are the only child of a paragraph
+
+doc/converter/latex.page
+doc/news/release_0_10_0.page
+lib/kramdown/converter/latex.rb
+
+commit 099c9bce66ca9998b3191e39c35f1a36eca9a885
+Author: Thomas Leitner <t_leitner@gmx.at>
+Date: Fri Jul 9 08:22:57 2010 +0200
+
+ Updated the man page
+
+bin/kramdown
+man/man1/kramdown.1.erb
+
+commit 07a242b43591e94abc84e61e9734feecb79c5b3e
+Author: Thomas Leitner <t_leitner@gmx.at>
+Date: Thu Jul 8 23:06:13 2010 +0200
+
+ Hyphens are now used instead of underscores in CLI option names
+
+bin/kramdown
+doc/news/release_0_10_0.page
+man/man1/kramdown.1.erb
+
+commit ff9d4733ce4bc198f41ccf4e30449986cb0c2d81
+Author: Thomas Leitner <t_leitner@gmx.at>
+Date: Thu Jul 8 22:51:29 2010 +0200
+
+ Added new option entity_output for more control over entity output
+
+doc/converter/html.page
+doc/converter/kramdown.page
+doc/news/release_0_10_0.page
+lib/kramdown/converter/html.rb
+lib/kramdown/converter/kramdown.rb
+lib/kramdown/options.rb
+lib/kramdown/parser/html.rb
+lib/kramdown/parser/kramdown/html_entity.rb
+lib/kramdown/utils/html.rb
+test/testcases/span/text_substitutions/entities.html
+test/testcases/span/text_substitutions/entities.html.19
+test/testcases/span/text_substitutions/entities.options
+test/testcases/span/text_substitutions/entities_as_char.html
+test/testcases/span/text_substitutions/entities_as_char.html.19
+test/testcases/span/text_substitutions/entities_as_char.options
+test/testcases/span/text_substitutions/entities_as_char.text
+test/testcases/span/text_substitutions/entities_as_input.html
+test/testcases/span/text_substitutions/entities_as_input.options
+test/testcases/span/text_substitutions/entities_as_input.text
+test/testcases/span/text_substitutions/entities_numeric.html
+test/testcases/span/text_substitutions/entities_numeric.html.19
+test/testcases/span/text_substitutions/entities_numeric.options
+test/testcases/span/text_substitutions/entities_numeric.text
+test/testcases/span/text_substitutions/entities_symbolic.html
+test/testcases/span/text_substitutions/entities_symbolic.options
+test/testcases/span/text_substitutions/entities_symbolic.text
+
+commit 07ee85ff1f4e6a2b1fa2124cf025bd064a9c411f
+Author: Thomas Leitner <t_leitner@gmx.at>
+Date: Tue Jul 6 16:32:15 2010 +0200
+
+ Removed commented debug line
+
+lib/kramdown/converter/kramdown.rb
+
+commit 776dfce1cf8365023b28284c2d5e771b98161775
+Author: Thomas Leitner <t_leitner@gmx.at>
+Date: Tue Jul 6 16:29:37 2010 +0200
+
+ Fixed warnings and problems when running under Ruby 1.9.2-rc1
+
+doc/news/release_0_10_0.page
+lib/kramdown/parser/html.rb
+lib/kramdown/parser/kramdown/attribute_list.rb
+lib/kramdown/parser/kramdown/autolink.rb
+lib/kramdown/parser/kramdown/header.rb
+
+commit 681804a29cac3c53937e03d7a0c1ae79ec2b1676
+Author: Thomas Leitner <t_leitner@gmx.at>
+Date: Tue Jul 6 16:24:11 2010 +0200
+
+ Outputting Zcaron/zcaron always numerically
+
+doc/news/release_0_10_0.page
+lib/kramdown/utils/entities.rb
+
+commit 72f9c38dcff208ed334f76073e9b62ee3b15d889
+Author: Thomas Leitner <t_leitner@gmx.at>
+Date: Tue Jul 6 16:20:01 2010 +0200
+
+ Fixed line break output in LaTeX converter
+
+doc/news/release_0_10_0.page
+lib/kramdown/converter/latex.rb
+test/testcases/span/line_breaks/normal.latex
+
+commit 52d789892cb263a8f3ed0409fe00effc281d1b61
+Author: Thomas Leitner <t_leitner@gmx.at>
+Date: Wed Jun 30 16:41:42 2010 +0200
+
+ LaTeX converter: outputting the element attributes on the end tags too
+
+doc/news/release_0_10_0.page
+lib/kramdown/converter/latex.rb
+
+commit 619a59cb5e8985c583c3bb4fe041b8f640a72382
+Author: Thomas Leitner <t_leitner@gmx.at>
+Date: Wed Jun 30 16:36:19 2010 +0200
+
+ Removed deprecated method Converter::Html#options_for_element
+
+doc/news/release_0_10_0.page
+lib/kramdown/converter/html.rb
+
+commit 3b0c8e29a95459cf932c761581b438a2c0349723
+Author: Thomas Leitner <t_leitner@gmx.at>
+Date: Wed Jun 30 16:34:51 2010 +0200
+
+ Bumped version number and added release notes file
+
+doc/news/release_0_10_0.page
+lib/kramdown/version.rb
+
commit 63cc1fe8b8f5f43db99c5ef9b20daf12c16f4cd3
Author: Thomas Leitner <t_leitner@gmx.at>
Date: Wed Jun 23 08:47:27 2010 +0200
Small test fix