summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <maclas@gmx.de>2003-06-25 19:13:08 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2003-06-25 19:13:08 +0000
commit48ca8dbc6c3e66173263bfa2c731b371a3e03c3c (patch)
tree71e0f118ec7085585c6ddca6a408c896fabec6cf
parentee1018f02dee38a6ff11f0a95eab4b23f033599b (diff)
downloadpango-48ca8dbc6c3e66173263bfa2c731b371a3e03c3c.tar.gz
Doc markup and typo fixes.
2003-06-25 Matthias Clasen <maclas@gmx.de> * pango/pango-layout.c: * pango/pango-tabs.c: * pango/pango-attributes.c: * docs/tmpl/layout.sgml: * docs/tmpl/text-attributes.sgml: Doc markup and typo fixes.
-rw-r--r--ChangeLog8
-rw-r--r--ChangeLog.pre-1-108
-rw-r--r--ChangeLog.pre-1-48
-rw-r--r--ChangeLog.pre-1-68
-rw-r--r--ChangeLog.pre-1-88
-rw-r--r--docs/tmpl/layout.sgml7
-rw-r--r--docs/tmpl/text-attributes.sgml2
7 files changed, 45 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 9c48c58c..e30d0182 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2003-06-25 Matthias Clasen <maclas@gmx.de>
+
+ * pango/pango-layout.c:
+ * pango/pango-tabs.c:
+ * pango/pango-attributes.c:
+ * docs/tmpl/layout.sgml:
+ * docs/tmpl/text-attributes.sgml: Doc markup and typo fixes.
+
2003-06-15 Tor Lillqvist <tml@iki.fi>
Merge from HEAD:
diff --git a/ChangeLog.pre-1-10 b/ChangeLog.pre-1-10
index 9c48c58c..e30d0182 100644
--- a/ChangeLog.pre-1-10
+++ b/ChangeLog.pre-1-10
@@ -1,3 +1,11 @@
+2003-06-25 Matthias Clasen <maclas@gmx.de>
+
+ * pango/pango-layout.c:
+ * pango/pango-tabs.c:
+ * pango/pango-attributes.c:
+ * docs/tmpl/layout.sgml:
+ * docs/tmpl/text-attributes.sgml: Doc markup and typo fixes.
+
2003-06-15 Tor Lillqvist <tml@iki.fi>
Merge from HEAD:
diff --git a/ChangeLog.pre-1-4 b/ChangeLog.pre-1-4
index 9c48c58c..e30d0182 100644
--- a/ChangeLog.pre-1-4
+++ b/ChangeLog.pre-1-4
@@ -1,3 +1,11 @@
+2003-06-25 Matthias Clasen <maclas@gmx.de>
+
+ * pango/pango-layout.c:
+ * pango/pango-tabs.c:
+ * pango/pango-attributes.c:
+ * docs/tmpl/layout.sgml:
+ * docs/tmpl/text-attributes.sgml: Doc markup and typo fixes.
+
2003-06-15 Tor Lillqvist <tml@iki.fi>
Merge from HEAD:
diff --git a/ChangeLog.pre-1-6 b/ChangeLog.pre-1-6
index 9c48c58c..e30d0182 100644
--- a/ChangeLog.pre-1-6
+++ b/ChangeLog.pre-1-6
@@ -1,3 +1,11 @@
+2003-06-25 Matthias Clasen <maclas@gmx.de>
+
+ * pango/pango-layout.c:
+ * pango/pango-tabs.c:
+ * pango/pango-attributes.c:
+ * docs/tmpl/layout.sgml:
+ * docs/tmpl/text-attributes.sgml: Doc markup and typo fixes.
+
2003-06-15 Tor Lillqvist <tml@iki.fi>
Merge from HEAD:
diff --git a/ChangeLog.pre-1-8 b/ChangeLog.pre-1-8
index 9c48c58c..e30d0182 100644
--- a/ChangeLog.pre-1-8
+++ b/ChangeLog.pre-1-8
@@ -1,3 +1,11 @@
+2003-06-25 Matthias Clasen <maclas@gmx.de>
+
+ * pango/pango-layout.c:
+ * pango/pango-tabs.c:
+ * pango/pango-attributes.c:
+ * docs/tmpl/layout.sgml:
+ * docs/tmpl/text-attributes.sgml: Doc markup and typo fixes.
+
2003-06-15 Tor Lillqvist <tml@iki.fi>
Merge from HEAD:
diff --git a/docs/tmpl/layout.sgml b/docs/tmpl/layout.sgml
index 9202d7db..b12e8085 100644
--- a/docs/tmpl/layout.sgml
+++ b/docs/tmpl/layout.sgml
@@ -200,12 +200,13 @@ has no user-visible fields.
<!-- ##### ENUM PangoWrapMode ##### -->
<para>
-describes how to wrap the lines of a #PangoLayout to the desired width.
+A PangoWrapMode describes how to wrap the lines of a #PangoLayout to the desired width.
</para>
@PANGO_WRAP_WORD: wrap lines at word boundaries.
@PANGO_WRAP_CHAR: wrap lines at character boundaries.
-@PANGO_WRAP_WORD_CHAR: wrap lines at word boundaries, but fall back to character boundaries if there is not enought space for a full word.
+@PANGO_WRAP_WORD_CHAR: wrap lines at word boundaries, but fall back to character boundaries if there is not
+enough space for a full word.
<!-- ##### MACRO PANGO_TYPE_WRAP_MODE ##### -->
<para>
@@ -324,7 +325,7 @@ The GObject type for #PangoWrapMode.
<!-- ##### ENUM PangoAlignment ##### -->
<para>
-describes how to align the lines of a #PangoLayout within the
+A PangoAlignment describes how to align the lines of a #PangoLayout within the
available space. If the #PangoLayout is set to justify
using pango_layout_set_justify(), then this only has an effect
for partial lines.
diff --git a/docs/tmpl/text-attributes.sgml b/docs/tmpl/text-attributes.sgml
index c908e7fd..ce2c5f64 100644
--- a/docs/tmpl/text-attributes.sgml
+++ b/docs/tmpl/text-attributes.sgml
@@ -22,7 +22,7 @@ of attributes applied to a portion of text.
<para>
distinguishes between different types of attributes. Along with the
predefined values, it is possible to allocate additional values
-for custom attributes using pango_attr_register_type(). The predefined
+for custom attributes using pango_attr_type_register(). The predefined
values are given below. The type of structure used to store the
attribute is listed in parentheses after the description.
</para>