diff options
author | Alexander Larsson <alexl@redhat.com> | 2002-10-23 08:47:56 +0000 |
---|---|---|
committer | Alexander Larsson <alexl@src.gnome.org> | 2002-10-23 08:47:56 +0000 |
commit | 845f847aaa87836bde977ada033f44c281d03a25 (patch) | |
tree | ad80fdf1284f7c801cf66b8b903795797f63d084 /ChangeLog.pre-1-2 | |
parent | efe38161780103a7f01e1f241eca4d02e2039326 (diff) | |
download | pango-845f847aaa87836bde977ada033f44c281d03a25.tar.gz |
Don't break at the first char in the first item on a line. Fixes
2002-10-23 Alexander Larsson <alexl@redhat.com>
* pango/pango-layout.c (can_break_in):
Don't break at the first char in the first item on a line.
Fixes regression in linebreaking (#95900).
Diffstat (limited to 'ChangeLog.pre-1-2')
-rw-r--r-- | ChangeLog.pre-1-2 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog.pre-1-2 b/ChangeLog.pre-1-2 index a9b0644b..bedfc5c8 100644 --- a/ChangeLog.pre-1-2 +++ b/ChangeLog.pre-1-2 @@ -1,3 +1,9 @@ +2002-10-23 Alexander Larsson <alexl@redhat.com> + + * pango/pango-layout.c (can_break_in): + Don't break at the first char in the first item on a line. + Fixes regression in linebreaking (#95900). + 2002-10-22 Tor Lillqvist <tml@iki.fi> * configure.in: Add --with-usp10 flag to indicate where to find |