Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ef337bf..2542ef6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2007-08-05 Carlos Garcia Campos <carlosgc@gnome.org>
+
+ * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
+
+ Do not use cairo_rectangle and cairo_clip since we are
+ not using cairo_fill but cairo_paint. Use the same cairo context
+ for every page in the same expose event.
+
2007-07-31 Hiroyuki Ikezoe <poincare@ikezoe.net>
* shell/ev-window.c: (file_open_dialog_response_cb): Plugged memory