summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCody Russell <bratsche@gnome.org>2008-03-31 21:45:22 +0000
committerCody Russell <bratsche@src.gnome.org>2008-03-31 21:45:22 +0000
commitd4a3e5a6e47f474d6520c168c6edb9274dc3e6c4 (patch)
treefc2217420a64536562e7715cf320ecae44870d5c /ChangeLog
parenta63c87c5da959505c667ab8f23df196fd0aeb6e5 (diff)
downloadgtk+-d4a3e5a6e47f474d6520c168c6edb9274dc3e6c4.tar.gz
Move down each line in units of text_height rather than in units of
2008-03-31 Cody Russell <bratsche@gnome.org> * demos/gtk-demo/printing.c (draw_page): Move down each line in units of text_height rather than in units of data->font_size. (totally awesome catch by Dom Lachowicz) svn path=/trunk/; revision=19952
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f5c7b5ad4e..d1be7e85f4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2008-03-31 Cody Russell <bratsche@gnome.org>
+
+ * demos/gtk-demo/printing.c (draw_page): Move down each line in
+ units of text_height rather than in units of data->font_size.
+ (totally awesome catch by Dom Lachowicz)
+
2008-03-28 Richard Hult <richard@imendio.com>
* gdk/quartz/gdkevents-quartz.c: (gdk_event_translate),