Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono-tools.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMario Sopena Novales <masono@mono-cvs.ximian.com>2005-07-10 20:37:31 +0400
committerMario Sopena Novales <masono@mono-cvs.ximian.com>2005-07-10 20:37:31 +0400
commit30c18009a1fcf4ac76b6b20e57f28450cbbfea00 (patch)
tree581bbf615f7bdb8d9443b4b54a0b899046dbf677 /docbrowser/ChangeLog
parent95a824a375d14ac2fb3f63dc4cb27e4f33f1353e (diff)
2005-07-07 Mario Sopena Novales <mario.sopena@gmail.com>
Move the rendering logic to an interface IHtmlRender and write two implementatios of it, one uses gtkhtml and the other gecko. * configure.in: Add gecko-sharp dependency * docbrowser/monodoc.in: Add "--gecko" parameter * docbrowser/Makefile.am: Add HtmlRender to sources and gecko libs references for compiling * docbrowser/HtmlRender.cs: New file with the interface IHtmlRender and the two implementations: GeckoHtmlRender, GtkHtmlHtmlRender * docbrowser/browser.cs: Use the new HtmlRender for rendering svn path=/trunk/mono-tools/; revision=47153
Diffstat (limited to 'docbrowser/ChangeLog')
-rw-r--r--docbrowser/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/docbrowser/ChangeLog b/docbrowser/ChangeLog
index 1d35c84b..1f70e357 100644
--- a/docbrowser/ChangeLog
+++ b/docbrowser/ChangeLog
@@ -1,3 +1,15 @@
+2005-07-07 Mario Sopena Novales <mario.sopena@gmail.com>
+
+ Move the rendering logic to an interface IHtmlRender and write
+ two implementatios of it, one uses gtkhtml and the other gecko.
+
+ * configure.in: Add gecko-sharp dependency
+ * docbrowser/monodoc.in: Add "--gecko" parameter
+ * docbrowser/Makefile.am: Add HtmlRender to sources and gecko libs references for compiling
+ * docbrowser/HtmlRender.cs: New file with the interface IHtmlRender and the two
+ implementations: GeckoHtmlRender, GtkHtmlHtmlRender
+ * docbrowser/browser.cs: Use the new HtmlRender for rendering
+
2005-05-31 Raja R Harinath <rharinath@novell.com>
* monodoc.in: Emit warnings to stderr. Fix fallbacks.