summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--ChangeLog.pre-1-104
-rw-r--r--ChangeLog.pre-1-44
-rw-r--r--ChangeLog.pre-1-64
-rw-r--r--ChangeLog.pre-1-84
-rw-r--r--docs/tmpl/layout.sgml3
6 files changed, 22 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 1fde0a02..2bb8e89d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Fri Dec 19 22:20:18 2003 Matthias Clasen <maclas@gmx.de>
+
+ * docs/tmpl/layout.sgml: Document all members of PangoLayoutLine.
+
Thu Dec 18 01:20:31 2003 Matthias Clasen <maclas@gmx.de>
* pango/pango-attributes.c (pango_attr_size_new): Correct the
diff --git a/ChangeLog.pre-1-10 b/ChangeLog.pre-1-10
index 1fde0a02..2bb8e89d 100644
--- a/ChangeLog.pre-1-10
+++ b/ChangeLog.pre-1-10
@@ -1,3 +1,7 @@
+Fri Dec 19 22:20:18 2003 Matthias Clasen <maclas@gmx.de>
+
+ * docs/tmpl/layout.sgml: Document all members of PangoLayoutLine.
+
Thu Dec 18 01:20:31 2003 Matthias Clasen <maclas@gmx.de>
* pango/pango-attributes.c (pango_attr_size_new): Correct the
diff --git a/ChangeLog.pre-1-4 b/ChangeLog.pre-1-4
index 1fde0a02..2bb8e89d 100644
--- a/ChangeLog.pre-1-4
+++ b/ChangeLog.pre-1-4
@@ -1,3 +1,7 @@
+Fri Dec 19 22:20:18 2003 Matthias Clasen <maclas@gmx.de>
+
+ * docs/tmpl/layout.sgml: Document all members of PangoLayoutLine.
+
Thu Dec 18 01:20:31 2003 Matthias Clasen <maclas@gmx.de>
* pango/pango-attributes.c (pango_attr_size_new): Correct the
diff --git a/ChangeLog.pre-1-6 b/ChangeLog.pre-1-6
index 1fde0a02..2bb8e89d 100644
--- a/ChangeLog.pre-1-6
+++ b/ChangeLog.pre-1-6
@@ -1,3 +1,7 @@
+Fri Dec 19 22:20:18 2003 Matthias Clasen <maclas@gmx.de>
+
+ * docs/tmpl/layout.sgml: Document all members of PangoLayoutLine.
+
Thu Dec 18 01:20:31 2003 Matthias Clasen <maclas@gmx.de>
* pango/pango-attributes.c (pango_attr_size_new): Correct the
diff --git a/ChangeLog.pre-1-8 b/ChangeLog.pre-1-8
index 1fde0a02..2bb8e89d 100644
--- a/ChangeLog.pre-1-8
+++ b/ChangeLog.pre-1-8
@@ -1,3 +1,7 @@
+Fri Dec 19 22:20:18 2003 Matthias Clasen <maclas@gmx.de>
+
+ * docs/tmpl/layout.sgml: Document all members of PangoLayoutLine.
+
Thu Dec 18 01:20:31 2003 Matthias Clasen <maclas@gmx.de>
* pango/pango-attributes.c (pango_attr_size_new): Correct the
diff --git a/docs/tmpl/layout.sgml b/docs/tmpl/layout.sgml
index b12e8085..cf7e3120 100644
--- a/docs/tmpl/layout.sgml
+++ b/docs/tmpl/layout.sgml
@@ -639,9 +639,10 @@ code specific to each rendering system.
</para>
@layout: the parent layout for this line.
-@start_index:
+@start_index: the start of the line as byte index into @layout->text.
@length: the length of the line in bytes.
@runs: a list containing the runs of the line in visual order.
+@is_paragraph_start: %TRUE if this is the first line of the paragraph.
<!-- ##### TYPEDEF PangoLayoutRun ##### -->
<para>