summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2003-10-15 21:20:08 +0000
committerOwen Taylor <otaylor@src.gnome.org>2003-10-15 21:20:08 +0000
commitd16d1bc261e772f64b377171ca7884b92c1d7288 (patch)
tree4448ceb404091cb7fa3f335ccbd60816c8c41ff9
parentacaea76aaad85ab9bda9893b6f4340b4ec9093c6 (diff)
downloadpango-d16d1bc261e772f64b377171ca7884b92c1d7288.tar.gz
Initialize state->lang. (#124047, Morten Welinder)
Wed Oct 15 17:18:37 2003 Owen Taylor <otaylor@redhat.com> * pango/pango-context.c (itemize_state_init): Initialize state->lang. (#124047, Morten Welinder)
-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-context.c2
6 files changed, 27 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index bdd4910a..4bd1eb57 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Wed Oct 15 17:18:37 2003 Owen Taylor <otaylor@redhat.com>
+
+ * pango/pango-context.c (itemize_state_init): Initialize
+ state->lang. (#124047, Morten Welinder)
+
Tue Oct 14 19:00:17 2003 Owen Taylor <otaylor@redhat.com>
* modules/hebrew/hebrew-fc.c (hebrew_engine_shape):
diff --git a/ChangeLog.pre-1-10 b/ChangeLog.pre-1-10
index bdd4910a..4bd1eb57 100644
--- a/ChangeLog.pre-1-10
+++ b/ChangeLog.pre-1-10
@@ -1,3 +1,8 @@
+Wed Oct 15 17:18:37 2003 Owen Taylor <otaylor@redhat.com>
+
+ * pango/pango-context.c (itemize_state_init): Initialize
+ state->lang. (#124047, Morten Welinder)
+
Tue Oct 14 19:00:17 2003 Owen Taylor <otaylor@redhat.com>
* modules/hebrew/hebrew-fc.c (hebrew_engine_shape):
diff --git a/ChangeLog.pre-1-4 b/ChangeLog.pre-1-4
index bdd4910a..4bd1eb57 100644
--- a/ChangeLog.pre-1-4
+++ b/ChangeLog.pre-1-4
@@ -1,3 +1,8 @@
+Wed Oct 15 17:18:37 2003 Owen Taylor <otaylor@redhat.com>
+
+ * pango/pango-context.c (itemize_state_init): Initialize
+ state->lang. (#124047, Morten Welinder)
+
Tue Oct 14 19:00:17 2003 Owen Taylor <otaylor@redhat.com>
* modules/hebrew/hebrew-fc.c (hebrew_engine_shape):
diff --git a/ChangeLog.pre-1-6 b/ChangeLog.pre-1-6
index bdd4910a..4bd1eb57 100644
--- a/ChangeLog.pre-1-6
+++ b/ChangeLog.pre-1-6
@@ -1,3 +1,8 @@
+Wed Oct 15 17:18:37 2003 Owen Taylor <otaylor@redhat.com>
+
+ * pango/pango-context.c (itemize_state_init): Initialize
+ state->lang. (#124047, Morten Welinder)
+
Tue Oct 14 19:00:17 2003 Owen Taylor <otaylor@redhat.com>
* modules/hebrew/hebrew-fc.c (hebrew_engine_shape):
diff --git a/ChangeLog.pre-1-8 b/ChangeLog.pre-1-8
index bdd4910a..4bd1eb57 100644
--- a/ChangeLog.pre-1-8
+++ b/ChangeLog.pre-1-8
@@ -1,3 +1,8 @@
+Wed Oct 15 17:18:37 2003 Owen Taylor <otaylor@redhat.com>
+
+ * pango/pango-context.c (itemize_state_init): Initialize
+ state->lang. (#124047, Morten Welinder)
+
Tue Oct 14 19:00:17 2003 Owen Taylor <otaylor@redhat.com>
* modules/hebrew/hebrew-fc.c (hebrew_engine_shape):
diff --git a/pango/pango-context.c b/pango/pango-context.c
index aa0917dd..50df5077 100644
--- a/pango/pango-context.c
+++ b/pango/pango-context.c
@@ -609,6 +609,8 @@ itemize_state_init (ItemizeState *state,
state->free_attr_iter = TRUE;
}
+ state->lang = NULL;
+
advance_attr_iterator_to (state->attr_iter, start_index);
update_attr_iterator (state);