summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElliot Lee <sopwith@src.gnome.org>2000-08-09 02:51:52 +0000
committerElliot Lee <sopwith@src.gnome.org>2000-08-09 02:51:52 +0000
commit74c903feec1b4b1d9ed332498bede279a4d89c4d (patch)
tree6557c321b472dd3e05f1db113ae9032bf433d593
parent6d8b209bb67d3abd57de313548716710e7bfca87 (diff)
downloadpango-74c903feec1b4b1d9ed332498bede279a4d89c4d.tar.gz
#include <string.h>
-rw-r--r--ChangeLog1
-rw-r--r--ChangeLog.pre-1-01
-rw-r--r--ChangeLog.pre-1-101
-rw-r--r--ChangeLog.pre-1-21
-rw-r--r--ChangeLog.pre-1-41
-rw-r--r--ChangeLog.pre-1-61
-rw-r--r--ChangeLog.pre-1-81
-rw-r--r--modules/arabic/arabic-x.c1
-rw-r--r--modules/arabic/arabic.c1
9 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 61071e29..6caa4bc4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,5 @@
2000-08-08 Elliot Lee <sopwith@redhat.com>
+ * modules/arabic/arabic.c: #include <string.h>
* pango/modules.c: Fix incorrect list rearrangement.
* pango/pango-layout.c (pango_layout_line_x_to_index): Pay attention to shape attributes
(not perfect since the layout of chars inside a shape is unknown, but gives start
diff --git a/ChangeLog.pre-1-0 b/ChangeLog.pre-1-0
index 61071e29..6caa4bc4 100644
--- a/ChangeLog.pre-1-0
+++ b/ChangeLog.pre-1-0
@@ -1,4 +1,5 @@
2000-08-08 Elliot Lee <sopwith@redhat.com>
+ * modules/arabic/arabic.c: #include <string.h>
* pango/modules.c: Fix incorrect list rearrangement.
* pango/pango-layout.c (pango_layout_line_x_to_index): Pay attention to shape attributes
(not perfect since the layout of chars inside a shape is unknown, but gives start
diff --git a/ChangeLog.pre-1-10 b/ChangeLog.pre-1-10
index 61071e29..6caa4bc4 100644
--- a/ChangeLog.pre-1-10
+++ b/ChangeLog.pre-1-10
@@ -1,4 +1,5 @@
2000-08-08 Elliot Lee <sopwith@redhat.com>
+ * modules/arabic/arabic.c: #include <string.h>
* pango/modules.c: Fix incorrect list rearrangement.
* pango/pango-layout.c (pango_layout_line_x_to_index): Pay attention to shape attributes
(not perfect since the layout of chars inside a shape is unknown, but gives start
diff --git a/ChangeLog.pre-1-2 b/ChangeLog.pre-1-2
index 61071e29..6caa4bc4 100644
--- a/ChangeLog.pre-1-2
+++ b/ChangeLog.pre-1-2
@@ -1,4 +1,5 @@
2000-08-08 Elliot Lee <sopwith@redhat.com>
+ * modules/arabic/arabic.c: #include <string.h>
* pango/modules.c: Fix incorrect list rearrangement.
* pango/pango-layout.c (pango_layout_line_x_to_index): Pay attention to shape attributes
(not perfect since the layout of chars inside a shape is unknown, but gives start
diff --git a/ChangeLog.pre-1-4 b/ChangeLog.pre-1-4
index 61071e29..6caa4bc4 100644
--- a/ChangeLog.pre-1-4
+++ b/ChangeLog.pre-1-4
@@ -1,4 +1,5 @@
2000-08-08 Elliot Lee <sopwith@redhat.com>
+ * modules/arabic/arabic.c: #include <string.h>
* pango/modules.c: Fix incorrect list rearrangement.
* pango/pango-layout.c (pango_layout_line_x_to_index): Pay attention to shape attributes
(not perfect since the layout of chars inside a shape is unknown, but gives start
diff --git a/ChangeLog.pre-1-6 b/ChangeLog.pre-1-6
index 61071e29..6caa4bc4 100644
--- a/ChangeLog.pre-1-6
+++ b/ChangeLog.pre-1-6
@@ -1,4 +1,5 @@
2000-08-08 Elliot Lee <sopwith@redhat.com>
+ * modules/arabic/arabic.c: #include <string.h>
* pango/modules.c: Fix incorrect list rearrangement.
* pango/pango-layout.c (pango_layout_line_x_to_index): Pay attention to shape attributes
(not perfect since the layout of chars inside a shape is unknown, but gives start
diff --git a/ChangeLog.pre-1-8 b/ChangeLog.pre-1-8
index 61071e29..6caa4bc4 100644
--- a/ChangeLog.pre-1-8
+++ b/ChangeLog.pre-1-8
@@ -1,4 +1,5 @@
2000-08-08 Elliot Lee <sopwith@redhat.com>
+ * modules/arabic/arabic.c: #include <string.h>
* pango/modules.c: Fix incorrect list rearrangement.
* pango/pango-layout.c (pango_layout_line_x_to_index): Pay attention to shape attributes
(not perfect since the layout of chars inside a shape is unknown, but gives start
diff --git a/modules/arabic/arabic-x.c b/modules/arabic/arabic-x.c
index fa1421f9..64761783 100644
--- a/modules/arabic/arabic-x.c
+++ b/modules/arabic/arabic-x.c
@@ -8,6 +8,7 @@
#include <stdio.h>
#include <glib.h>
+#include <string.h>
#include "pango.h"
#include "pangox.h"
diff --git a/modules/arabic/arabic.c b/modules/arabic/arabic.c
index fa1421f9..64761783 100644
--- a/modules/arabic/arabic.c
+++ b/modules/arabic/arabic.c
@@ -8,6 +8,7 @@
#include <stdio.h>
#include <glib.h>
+#include <string.h>
#include "pango.h"
#include "pangox.h"