summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2004-02-21 16:33:50 +0000
committerOwen Taylor <otaylor@src.gnome.org>2004-02-21 16:33:50 +0000
commit2d82bfe6db3fe0a70df8c6381eb5dfb150724881 (patch)
tree803ee19dc801afc0584a89413747fdec809c95f0
parente57bc2b2b01166a0f2d307f8086f9bf6dc0fd4f6 (diff)
downloadpango-2d82bfe6db3fe0a70df8c6381eb5dfb150724881.tar.gz
Add a docs note about non-implementedness. (#64538)
Sat Feb 21 11:31:16 2004 Owen Taylor <otaylor@redhat.com> * pango/pango-layout.c (pango_layout_set_justify): Add a docs note about non-implementedness. (#64538)
-rw-r--r--ChangeLog5
-rw-r--r--ChangeLog.pre-1-105
-rw-r--r--ChangeLog.pre-1-45
-rw-r--r--ChangeLog.pre-1-65
-rw-r--r--ChangeLog.pre-1-85
-rw-r--r--pango/pango-layout.c2
6 files changed, 27 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c5541d7a..ecf2f496 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Sat Feb 21 11:31:16 2004 Owen Taylor <otaylor@redhat.com>
+
+ * pango/pango-layout.c (pango_layout_set_justify): Add
+ a docs note about non-implementedness. (#64538)
+
Sat Feb 21 09:49:23 2004 Owen Taylor <otaylor@redhat.com>
* pango/opentype/pango-ot-ruleset.c (pango_ot_ruleset_shape):
diff --git a/ChangeLog.pre-1-10 b/ChangeLog.pre-1-10
index c5541d7a..ecf2f496 100644
--- a/ChangeLog.pre-1-10
+++ b/ChangeLog.pre-1-10
@@ -1,3 +1,8 @@
+Sat Feb 21 11:31:16 2004 Owen Taylor <otaylor@redhat.com>
+
+ * pango/pango-layout.c (pango_layout_set_justify): Add
+ a docs note about non-implementedness. (#64538)
+
Sat Feb 21 09:49:23 2004 Owen Taylor <otaylor@redhat.com>
* pango/opentype/pango-ot-ruleset.c (pango_ot_ruleset_shape):
diff --git a/ChangeLog.pre-1-4 b/ChangeLog.pre-1-4
index c5541d7a..ecf2f496 100644
--- a/ChangeLog.pre-1-4
+++ b/ChangeLog.pre-1-4
@@ -1,3 +1,8 @@
+Sat Feb 21 11:31:16 2004 Owen Taylor <otaylor@redhat.com>
+
+ * pango/pango-layout.c (pango_layout_set_justify): Add
+ a docs note about non-implementedness. (#64538)
+
Sat Feb 21 09:49:23 2004 Owen Taylor <otaylor@redhat.com>
* pango/opentype/pango-ot-ruleset.c (pango_ot_ruleset_shape):
diff --git a/ChangeLog.pre-1-6 b/ChangeLog.pre-1-6
index c5541d7a..ecf2f496 100644
--- a/ChangeLog.pre-1-6
+++ b/ChangeLog.pre-1-6
@@ -1,3 +1,8 @@
+Sat Feb 21 11:31:16 2004 Owen Taylor <otaylor@redhat.com>
+
+ * pango/pango-layout.c (pango_layout_set_justify): Add
+ a docs note about non-implementedness. (#64538)
+
Sat Feb 21 09:49:23 2004 Owen Taylor <otaylor@redhat.com>
* pango/opentype/pango-ot-ruleset.c (pango_ot_ruleset_shape):
diff --git a/ChangeLog.pre-1-8 b/ChangeLog.pre-1-8
index c5541d7a..ecf2f496 100644
--- a/ChangeLog.pre-1-8
+++ b/ChangeLog.pre-1-8
@@ -1,3 +1,8 @@
+Sat Feb 21 11:31:16 2004 Owen Taylor <otaylor@redhat.com>
+
+ * pango/pango-layout.c (pango_layout_set_justify): Add
+ a docs note about non-implementedness. (#64538)
+
Sat Feb 21 09:49:23 2004 Owen Taylor <otaylor@redhat.com>
* pango/opentype/pango-ot-ruleset.c (pango_ot_ruleset_shape):
diff --git a/pango/pango-layout.c b/pango/pango-layout.c
index 1b610e65..645aba6a 100644
--- a/pango/pango-layout.c
+++ b/pango/pango-layout.c
@@ -562,6 +562,8 @@ pango_layout_set_font_description (PangoLayout *layout,
* fill the entire width of the layout. This stretching is typically
* done by adding whitespace, but for some scripts (such as Arabic),
* the justification is done by extending the characters.
+ *
+ * Note that as of Pango-1.4, this functionality is not yet implemented.
**/
void
pango_layout_set_justify (PangoLayout *layout,