summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--ChangeLog.pre-1-05
-rw-r--r--ChangeLog.pre-1-105
-rw-r--r--ChangeLog.pre-1-25
-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/modules.c3
8 files changed, 37 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 488b79b9..85a936c3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2000-11-16 Havoc Pennington <hp@redhat.com>
+
+ * pango/modules.c (handle_included_module): Declare variable j so
+ it compiles
+
2000-11-15 Elliot Lee <sopwith@redhat.com>
* pango/modules.c: Make some vars static.
diff --git a/ChangeLog.pre-1-0 b/ChangeLog.pre-1-0
index 488b79b9..85a936c3 100644
--- a/ChangeLog.pre-1-0
+++ b/ChangeLog.pre-1-0
@@ -1,3 +1,8 @@
+2000-11-16 Havoc Pennington <hp@redhat.com>
+
+ * pango/modules.c (handle_included_module): Declare variable j so
+ it compiles
+
2000-11-15 Elliot Lee <sopwith@redhat.com>
* pango/modules.c: Make some vars static.
diff --git a/ChangeLog.pre-1-10 b/ChangeLog.pre-1-10
index 488b79b9..85a936c3 100644
--- a/ChangeLog.pre-1-10
+++ b/ChangeLog.pre-1-10
@@ -1,3 +1,8 @@
+2000-11-16 Havoc Pennington <hp@redhat.com>
+
+ * pango/modules.c (handle_included_module): Declare variable j so
+ it compiles
+
2000-11-15 Elliot Lee <sopwith@redhat.com>
* pango/modules.c: Make some vars static.
diff --git a/ChangeLog.pre-1-2 b/ChangeLog.pre-1-2
index 488b79b9..85a936c3 100644
--- a/ChangeLog.pre-1-2
+++ b/ChangeLog.pre-1-2
@@ -1,3 +1,8 @@
+2000-11-16 Havoc Pennington <hp@redhat.com>
+
+ * pango/modules.c (handle_included_module): Declare variable j so
+ it compiles
+
2000-11-15 Elliot Lee <sopwith@redhat.com>
* pango/modules.c: Make some vars static.
diff --git a/ChangeLog.pre-1-4 b/ChangeLog.pre-1-4
index 488b79b9..85a936c3 100644
--- a/ChangeLog.pre-1-4
+++ b/ChangeLog.pre-1-4
@@ -1,3 +1,8 @@
+2000-11-16 Havoc Pennington <hp@redhat.com>
+
+ * pango/modules.c (handle_included_module): Declare variable j so
+ it compiles
+
2000-11-15 Elliot Lee <sopwith@redhat.com>
* pango/modules.c: Make some vars static.
diff --git a/ChangeLog.pre-1-6 b/ChangeLog.pre-1-6
index 488b79b9..85a936c3 100644
--- a/ChangeLog.pre-1-6
+++ b/ChangeLog.pre-1-6
@@ -1,3 +1,8 @@
+2000-11-16 Havoc Pennington <hp@redhat.com>
+
+ * pango/modules.c (handle_included_module): Declare variable j so
+ it compiles
+
2000-11-15 Elliot Lee <sopwith@redhat.com>
* pango/modules.c: Make some vars static.
diff --git a/ChangeLog.pre-1-8 b/ChangeLog.pre-1-8
index 488b79b9..85a936c3 100644
--- a/ChangeLog.pre-1-8
+++ b/ChangeLog.pre-1-8
@@ -1,3 +1,8 @@
+2000-11-16 Havoc Pennington <hp@redhat.com>
+
+ * pango/modules.c (handle_included_module): Declare variable j so
+ it compiles
+
2000-11-15 Elliot Lee <sopwith@redhat.com>
* pango/modules.c: Make some vars static.
diff --git a/pango/modules.c b/pango/modules.c
index 896995a5..e6802b58 100644
--- a/pango/modules.c
+++ b/pango/modules.c
@@ -183,7 +183,8 @@ handle_included_module (PangoIncludedModule *mod)
{
PangoEngineInfo *engine_info;
int n_engines;
-
+ int j;
+
mod->list (&engine_info, &n_engines);
for (j = 0; j < n_engines; j++)