2009-10-18  Jan Michael Alonzo  <jmalonzo@webkit.org>

        Reviewed by Holger Freyther.

        [GTK] Add MathML to the build system
        https://bugs.webkit.org/show_bug.cgi?id=30487

        Add --enable-mathml to configure.

        * configure.ac:

        Add MathML sources if MathML support is enabled.

        * GNUmakefile.am:

        Include layout test baseline for Gtk.

        * platform/gtk/mathml/presentation/sub-expected.txt: Added.
        * platform/gtk/mathml/presentation/sup-expected.txt: Added.
        * platform/gtk/mathml/presentation/tables-expected.txt: Added.

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@49755 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/ChangeLog b/ChangeLog
index 7f9f1c8..fb7dddf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2009-10-18  Jan Michael Alonzo  <jmalonzo@webkit.org>
+
+        Reviewed by Holger Freyther.
+
+        [GTK] Add MathML to the build system
+        https://bugs.webkit.org/show_bug.cgi?id=30487
+
+        Add --enable-mathml to configure.
+
+        * configure.ac:
+
 2009-10-15  Jan Michael Alonzo  <jmalonzo@webkit.org>
 
         Reviewed by Xan Lopez.