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:
Diffstat (limited to 'docbrowser/ChangeLog')
-rw-r--r--docbrowser/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/docbrowser/ChangeLog b/docbrowser/ChangeLog
index 0e96d948..f5f42094 100644
--- a/docbrowser/ChangeLog
+++ b/docbrowser/ChangeLog
@@ -1,3 +1,13 @@
+2007-11-08 Mike Kestner <mkestner@novell.com>
+
+ * PrintManager.cs: extracted existing duplicated print
+ code from the two renderers and put it here, along with a
+ new Gtk.Print based implementation for gtkhtml-sharp 3.14
+ and beyond.
+ * GeckoHtmlRender.cs: refactor to use PrintManager.
+ * GtkHtmlHtmlRender.cs : ditto.
+ * Makefile.am : add some gtkhtml library install magic.
+
2007-10-01 Raja R Harinath <rharinath@novell.com>
* Makefile.am (browser_sources): Move AssemblyInfo.cs ...