From 6716dc6f763940613defdbca376701a3787df9aa Mon Sep 17 00:00:00 2001 From: Cody Russell Date: Tue, 1 Apr 2008 20:50:55 +0000 Subject: [PATCH] Improved changelog for last commit svn path=/trunk/; revision=19956 --- ChangeLog | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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