summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-1-2
diff options
context:
space:
mode:
authorHavoc Pennington <hp@redhat.com>2000-09-25 17:14:58 +0000
committerHavoc Pennington <hp@src.gnome.org>2000-09-25 17:14:58 +0000
commit40897ef056338e7c90b73948dd324443494eff1a (patch)
tree2742147ed7ff59b08810d89a6c8955222ee5f75c /ChangeLog.pre-1-2
parentcd35aeb9b7d24b4956d908f36bc53259d26cf439 (diff)
downloadpango-40897ef056338e7c90b73948dd324443494eff1a.tar.gz
Add a tab array field to PangoLayout, and use it when laying out the text
2000-09-25 Havoc Pennington <hp@redhat.com> * pango/pango-layout.c: Add a tab array field to PangoLayout, and use it when laying out the text (if it's set, otherwise use default tabs-are-8-spaces thing) * pango/pango-tabs.c, pango/pango-tabs.h: tab-related data types
Diffstat (limited to 'ChangeLog.pre-1-2')
-rw-r--r--ChangeLog.pre-1-28
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog.pre-1-2 b/ChangeLog.pre-1-2
index 88bc89fd..dfe7076f 100644
--- a/ChangeLog.pre-1-2
+++ b/ChangeLog.pre-1-2
@@ -1,3 +1,11 @@
+2000-09-25 Havoc Pennington <hp@redhat.com>
+
+ * pango/pango-layout.c: Add a tab array field to PangoLayout,
+ and use it when laying out the text (if it's set, otherwise
+ use default tabs-are-8-spaces thing)
+
+ * pango/pango-tabs.c, pango/pango-tabs.h: tab-related data types
+
Sun Sep 10 03:01:53 2000 Owen Taylor <otaylor@redhat.com>
* pango/pango-layout.c (pango_layout_set_attributes): Fix