summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCody Russell <bratsche@src.gnome.org>2008-04-01 20:50:55 +0000
committerCody Russell <bratsche@src.gnome.org>2008-04-01 20:50:55 +0000
commit6716dc6f763940613defdbca376701a3787df9aa (patch)
tree73290091d1e08490fa2af307b847056e28d37a97
parentb7e159658dbf2c2f8cd859d05d6b83e6e42762cc (diff)
downloadgtk+-6716dc6f763940613defdbca376701a3787df9aa.tar.gz
Improved changelog for last commit
svn path=/trunk/; revision=19956
-rw-r--r--ChangeLog3
1 files changed, 2 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 91cb3115dc..b5b1466a99 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,7 +3,8 @@
* configure.in: Bump required Cairo to 1.5.2.
* gtk/gtkprintoperation-win32.c: Add support for using the new
- cairo_win32_printing_surface for printing. (#488833)
+ cairo_win32_printing_surface for printing. Also fixed to use
+ cairo_surface_show_page(). (#488833 and #521178)
2008-03-31 Cody Russell <bratsche@gnome.org>