summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-8
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2004-03-01 18:10:40 +0000
committerOwen Taylor <otaylor@src.gnome.org>2004-03-01 18:10:40 +0000
commitfa4514afc6e0f3e54339cd409947fc63d4f81848 (patch)
tree0609f7dc5c1ac810ebc94d654061510a6754b16b /ChangeLog.pre-2-8
parent8f190fbf2f14a1fd1ca470658282006e3e7295dd (diff)
downloadgtk+-fa4514afc6e0f3e54339cd409947fc63d4f81848.tar.gz
Handle dynamically resolved bidi direction when drawing the cursor.
Mon Mar 1 12:23:06 2004 Owen Taylor <otaylor@redhat.com> * gtk/gtklabel.c: Handle dynamically resolved bidi direction when drawing the cursor. (#118541) * gtk/gtkentry.c (get_better_cursor_x): Use entry->resolved_dir; * gtk/gtkentry.c (draw_insertion_cursor): Fix up some confusion in parameter ordering.
Diffstat (limited to 'ChangeLog.pre-2-8')
-rw-r--r--ChangeLog.pre-2-810
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8
index 17c3b2940c..8190b7ea0f 100644
--- a/ChangeLog.pre-2-8
+++ b/ChangeLog.pre-2-8
@@ -1,3 +1,13 @@
+Mon Mar 1 12:23:06 2004 Owen Taylor <otaylor@redhat.com>
+
+ * gtk/gtklabel.c: Handle dynamically resolved bidi direction
+ when drawing the cursor. (#118541)
+
+ * gtk/gtkentry.c (get_better_cursor_x): Use entry->resolved_dir;
+
+ * gtk/gtkentry.c (draw_insertion_cursor): Fix up
+ some confusion in parameter ordering.
+
Mon Mar 1 12:05:54 2004 Jonathan Blandford <jrb@redhat.com>
* gtk/gtkfilechooserdialog.c