aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2017-11-15 04:23:35 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2017-11-15 04:23:35 +0000
commitdb17b30f820b2d0736a4ff2539f78f99294b548a (patch)
tree1372119022f3083521a4e2d118827f7e76414fc1 /ChangeLog
parent8b819d6d1fb442bdfc3b5643a646437842f7e89f (diff)
fixed text corruption with some fonts such as Meiryo 10, 13.5 and empty line for printing on Windows.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@3572 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 900c94d9..36aa71ea 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2017-11-15
+
+ * src/printing.c: use GTK_UNIT_PIXEL instead of GTK_UNIT_POINTS
+ to avoid text corruption bug.
+ Fixed printing of empty lines.
+
2017-07-07
* plugin/test/test.c: made app_exit_handler_id static to prevent conflicts