diff options
author | Owen Taylor <otaylor@src.gnome.org> | 2000-11-15 17:27:08 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2000-11-15 17:27:08 +0000 |
commit | 2ada6694c44b01a1991b9fe8fa9ea7fcb6395709 (patch) | |
tree | 6350e319a7d2403d9f3c15a7837754559c6413cd | |
parent | ceb7a6ac04eef370df5ead7fde17374d2cb2bd62 (diff) | |
download | pango-2ada6694c44b01a1991b9fe8fa9ea7fcb6395709.tar.gz |
commit ChangeLog entry
-rw-r--r-- | ChangeLog | 7 | ||||
-rw-r--r-- | ChangeLog.pre-1-0 | 7 | ||||
-rw-r--r-- | ChangeLog.pre-1-10 | 7 | ||||
-rw-r--r-- | ChangeLog.pre-1-2 | 7 | ||||
-rw-r--r-- | ChangeLog.pre-1-4 | 7 | ||||
-rw-r--r-- | ChangeLog.pre-1-6 | 7 | ||||
-rw-r--r-- | ChangeLog.pre-1-8 | 7 |
7 files changed, 49 insertions, 0 deletions
@@ -1,3 +1,10 @@ +Tue Nov 14 18:45:24 2000 Owen Taylor <otaylor@redhat.com> + + * pango/shape.c (pango_shape): Every character must + be part of some cluster, so when we dont' have an engine + at all (pathalogical, happens now for formatting characters), + create a cluster with one glyph=0 and 0 size. + Wed Nov 15 10:50:38 2000 Owen Taylor <otaylor@redhat.com> * pango/pango-layout.c (process_line): Rewrite of good diff --git a/ChangeLog.pre-1-0 b/ChangeLog.pre-1-0 index 6528bf82..2cf53ddc 100644 --- a/ChangeLog.pre-1-0 +++ b/ChangeLog.pre-1-0 @@ -1,3 +1,10 @@ +Tue Nov 14 18:45:24 2000 Owen Taylor <otaylor@redhat.com> + + * pango/shape.c (pango_shape): Every character must + be part of some cluster, so when we dont' have an engine + at all (pathalogical, happens now for formatting characters), + create a cluster with one glyph=0 and 0 size. + Wed Nov 15 10:50:38 2000 Owen Taylor <otaylor@redhat.com> * pango/pango-layout.c (process_line): Rewrite of good diff --git a/ChangeLog.pre-1-10 b/ChangeLog.pre-1-10 index 6528bf82..2cf53ddc 100644 --- a/ChangeLog.pre-1-10 +++ b/ChangeLog.pre-1-10 @@ -1,3 +1,10 @@ +Tue Nov 14 18:45:24 2000 Owen Taylor <otaylor@redhat.com> + + * pango/shape.c (pango_shape): Every character must + be part of some cluster, so when we dont' have an engine + at all (pathalogical, happens now for formatting characters), + create a cluster with one glyph=0 and 0 size. + Wed Nov 15 10:50:38 2000 Owen Taylor <otaylor@redhat.com> * pango/pango-layout.c (process_line): Rewrite of good diff --git a/ChangeLog.pre-1-2 b/ChangeLog.pre-1-2 index 6528bf82..2cf53ddc 100644 --- a/ChangeLog.pre-1-2 +++ b/ChangeLog.pre-1-2 @@ -1,3 +1,10 @@ +Tue Nov 14 18:45:24 2000 Owen Taylor <otaylor@redhat.com> + + * pango/shape.c (pango_shape): Every character must + be part of some cluster, so when we dont' have an engine + at all (pathalogical, happens now for formatting characters), + create a cluster with one glyph=0 and 0 size. + Wed Nov 15 10:50:38 2000 Owen Taylor <otaylor@redhat.com> * pango/pango-layout.c (process_line): Rewrite of good diff --git a/ChangeLog.pre-1-4 b/ChangeLog.pre-1-4 index 6528bf82..2cf53ddc 100644 --- a/ChangeLog.pre-1-4 +++ b/ChangeLog.pre-1-4 @@ -1,3 +1,10 @@ +Tue Nov 14 18:45:24 2000 Owen Taylor <otaylor@redhat.com> + + * pango/shape.c (pango_shape): Every character must + be part of some cluster, so when we dont' have an engine + at all (pathalogical, happens now for formatting characters), + create a cluster with one glyph=0 and 0 size. + Wed Nov 15 10:50:38 2000 Owen Taylor <otaylor@redhat.com> * pango/pango-layout.c (process_line): Rewrite of good diff --git a/ChangeLog.pre-1-6 b/ChangeLog.pre-1-6 index 6528bf82..2cf53ddc 100644 --- a/ChangeLog.pre-1-6 +++ b/ChangeLog.pre-1-6 @@ -1,3 +1,10 @@ +Tue Nov 14 18:45:24 2000 Owen Taylor <otaylor@redhat.com> + + * pango/shape.c (pango_shape): Every character must + be part of some cluster, so when we dont' have an engine + at all (pathalogical, happens now for formatting characters), + create a cluster with one glyph=0 and 0 size. + Wed Nov 15 10:50:38 2000 Owen Taylor <otaylor@redhat.com> * pango/pango-layout.c (process_line): Rewrite of good diff --git a/ChangeLog.pre-1-8 b/ChangeLog.pre-1-8 index 6528bf82..2cf53ddc 100644 --- a/ChangeLog.pre-1-8 +++ b/ChangeLog.pre-1-8 @@ -1,3 +1,10 @@ +Tue Nov 14 18:45:24 2000 Owen Taylor <otaylor@redhat.com> + + * pango/shape.c (pango_shape): Every character must + be part of some cluster, so when we dont' have an engine + at all (pathalogical, happens now for formatting characters), + create a cluster with one glyph=0 and 0 size. + Wed Nov 15 10:50:38 2000 Owen Taylor <otaylor@redhat.com> * pango/pango-layout.c (process_line): Rewrite of good |