summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChema Celorio <chema@celorio.com>2003-02-16 15:15:05 +0000
committerJose Maria Celorio <chema@src.gnome.org>2003-02-16 15:15:05 +0000
commit4f41b4f9982e639cadf0a193e228af9d45aba44c (patch)
tree9d03e46b7bbe9b70bb8f7efc1fc58673fbe5a0df
parent8826f9a8f45f11b716992936f5deb9e9b52f6702 (diff)
downloadpango-4f41b4f9982e639cadf0a193e228af9d45aba44c.tar.gz
fix a typo in the @bitmap argument description. s/line/layout
Sun Feb 16 09:10:12 2003 Chema Celorio <chema@celorio.com> * pango/pangoft2.c (pango_ft2_render_layout): fix a typo in the @bitmap argument description. s/line/layout
-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/pangoft2.c2
6 files changed, 26 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 014c405b..86cec04c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Sun Feb 16 09:10:12 2003 Chema Celorio <chema@celorio.com>
+
+ * pango/pangoft2.c (pango_ft2_render_layout): fix a typo
+ in the @bitmap argument description. s/line/layout
+
Wed Feb 12 17:20:15 2003 Owen Taylor <otaylor@redhat.com>
* configure.in: Simplify 'test x$have_x != xfalse'
diff --git a/ChangeLog.pre-1-10 b/ChangeLog.pre-1-10
index 014c405b..86cec04c 100644
--- a/ChangeLog.pre-1-10
+++ b/ChangeLog.pre-1-10
@@ -1,3 +1,8 @@
+Sun Feb 16 09:10:12 2003 Chema Celorio <chema@celorio.com>
+
+ * pango/pangoft2.c (pango_ft2_render_layout): fix a typo
+ in the @bitmap argument description. s/line/layout
+
Wed Feb 12 17:20:15 2003 Owen Taylor <otaylor@redhat.com>
* configure.in: Simplify 'test x$have_x != xfalse'
diff --git a/ChangeLog.pre-1-4 b/ChangeLog.pre-1-4
index 014c405b..86cec04c 100644
--- a/ChangeLog.pre-1-4
+++ b/ChangeLog.pre-1-4
@@ -1,3 +1,8 @@
+Sun Feb 16 09:10:12 2003 Chema Celorio <chema@celorio.com>
+
+ * pango/pangoft2.c (pango_ft2_render_layout): fix a typo
+ in the @bitmap argument description. s/line/layout
+
Wed Feb 12 17:20:15 2003 Owen Taylor <otaylor@redhat.com>
* configure.in: Simplify 'test x$have_x != xfalse'
diff --git a/ChangeLog.pre-1-6 b/ChangeLog.pre-1-6
index 014c405b..86cec04c 100644
--- a/ChangeLog.pre-1-6
+++ b/ChangeLog.pre-1-6
@@ -1,3 +1,8 @@
+Sun Feb 16 09:10:12 2003 Chema Celorio <chema@celorio.com>
+
+ * pango/pangoft2.c (pango_ft2_render_layout): fix a typo
+ in the @bitmap argument description. s/line/layout
+
Wed Feb 12 17:20:15 2003 Owen Taylor <otaylor@redhat.com>
* configure.in: Simplify 'test x$have_x != xfalse'
diff --git a/ChangeLog.pre-1-8 b/ChangeLog.pre-1-8
index 014c405b..86cec04c 100644
--- a/ChangeLog.pre-1-8
+++ b/ChangeLog.pre-1-8
@@ -1,3 +1,8 @@
+Sun Feb 16 09:10:12 2003 Chema Celorio <chema@celorio.com>
+
+ * pango/pangoft2.c (pango_ft2_render_layout): fix a typo
+ in the @bitmap argument description. s/line/layout
+
Wed Feb 12 17:20:15 2003 Owen Taylor <otaylor@redhat.com>
* configure.in: Simplify 'test x$have_x != xfalse'
diff --git a/pango/pangoft2.c b/pango/pangoft2.c
index 80c78a50..72f4cd1c 100644
--- a/pango/pangoft2.c
+++ b/pango/pangoft2.c
@@ -903,7 +903,7 @@ pango_ft2_render_layout_line (FT_Bitmap *bitmap,
/**
* pango_ft2_render_layout:
- * @bitmap: a FT_Bitmap to render the line onto
+ * @bitmap: a FT_Bitmap to render the layout onto
* @layout: a #PangoLayout
* @x: the X position of the left of the layout (in pixels)
* @y: the Y position of the top of the layout (in pixels)