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:
authorMike Kestner <mkestner@gmail.com>2007-11-09 01:56:32 +0300
committerMike Kestner <mkestner@gmail.com>2007-11-09 01:56:32 +0300
commite068831e6d3f89bb72facd59d62b57196f7f5cbc (patch)
tree3f04bd64e004d267027bc11a8dce642fac3f7353 /docbrowser/ChangeLog
parent9ae9be9c4f373003b86b14c6793b4f2b963e94c6 (diff)
2007-11-08 Mike Kestner <mkestner@novell.com>
* configure.in: configure checks for gtkhtml-sharp-3.14 with fallback to 2.0. 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. svn path=/trunk/mono-tools/; revision=89284
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 ...