summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-1-4
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2003-06-05 19:19:49 +0000
committerOwen Taylor <otaylor@src.gnome.org>2003-06-05 19:19:49 +0000
commite776ae9428ba7d8410cce51c281ae8e7a6088338 (patch)
tree4ad994192c1021f6adcf279331cb1b4a1b135762 /ChangeLog.pre-1-4
parentd74d5c26553f0ad8af369680f4f4468d4d57bb6f (diff)
downloadpango-e776ae9428ba7d8410cce51c281ae8e7a6088338.tar.gz
Fix bug in determining when we cross line boundaries. (#103421, Matthias
Thu Jun 5 14:53:40 2003 Owen Taylor <otaylor@redhat.com> * pango/pango-layout.c (pango_layout_move_cursor_visually): Fix bug in determining when we cross line boundaries. (#103421, Matthias Clasen)
Diffstat (limited to 'ChangeLog.pre-1-4')
-rw-r--r--ChangeLog.pre-1-48
1 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog.pre-1-4 b/ChangeLog.pre-1-4
index f331575a..e796c7d2 100644
--- a/ChangeLog.pre-1-4
+++ b/ChangeLog.pre-1-4
@@ -1,8 +1,14 @@
+Thu Jun 5 14:53:40 2003 Owen Taylor <otaylor@redhat.com>
+
+ * pango/pango-layout.c (pango_layout_move_cursor_visually):
+ Fix bug in determining when we cross line boundaries.
+ (#103421, Matthias Clasen)
+
Wed Jun 4 14:32:47 2003 Owen Taylor <otaylor@redhat.com>
* pango/glyphstring.c (pango_glyph_string_extents_range):
Improve handling of empty ink rectangles; rework for
- simplicity.
+ simplicity. (#103662)
Mon Jun 2 12:10:11 2003 Owen Taylor <otaylor@redhat.com>