aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/table/ChangeLog
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2009-03-25 19:28:43 +0800
committerMatthew Barnes <mbarnes@src.gnome.org>2009-03-25 19:28:43 +0800
commit1c1d81211e14986917817b674c9c4230e84a304b (patch)
tree261edb044bbf499929dbf0a142d0944f48750a15 /widgets/table/ChangeLog
parentf622ce18d1cd12c1f15c11982fdc64cf8f1bc7c8 (diff)
downloadgsoc2013-evolution-1c1d81211e14986917817b674c9c4230e84a304b.tar
gsoc2013-evolution-1c1d81211e14986917817b674c9c4230e84a304b.tar.gz
gsoc2013-evolution-1c1d81211e14986917817b674c9c4230e84a304b.tar.bz2
gsoc2013-evolution-1c1d81211e14986917817b674c9c4230e84a304b.tar.lz
gsoc2013-evolution-1c1d81211e14986917817b674c9c4230e84a304b.tar.xz
gsoc2013-evolution-1c1d81211e14986917817b674c9c4230e84a304b.tar.zst
gsoc2013-evolution-1c1d81211e14986917817b674c9c4230e84a304b.zip
** Fixes bug #576694
2009-03-25 Matthew Barnes <mbarnes@redhat.com> ** Fixes bug #576694 * widgets/table/e-cell-text.c (build_layout): * widgets/text/e-text.c (reset_layout): Handle absolute font sizes correctly. svn path=/trunk/; revision=37474
Diffstat (limited to 'widgets/table/ChangeLog')
-rw-r--r--widgets/table/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/widgets/table/ChangeLog b/widgets/table/ChangeLog
index 8abd4d19a2..df2e783606 100644
--- a/widgets/table/ChangeLog
+++ b/widgets/table/ChangeLog
@@ -1,3 +1,10 @@
+2009-03-26 Matthew Barnes <mbarnes@redhat.com>
+
+ ** Fixes part of bug #576694
+
+ * e-cell-text.c (build_layout):
+ Handle absolute font sizes correctly.
+
2009-02-26 Chenthill Palanisamy <pchenthill@novell.com>
** Part of fix for bug #573198