summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2008-10-03 01:42:41 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2008-10-03 01:42:41 +0000
commit395071a745fb600c7ff730bb531e2d7d7c63e3d6 (patch)
treea37f53bdfd696399b2bb9248d6d278e9885781e4 /ChangeLog
parente20d555abea8cfd3c665bdb9d9d21346b5337f36 (diff)
downloadgdk-pixbuf-395071a745fb600c7ff730bb531e2d7d7c63e3d6.tar.gz
Merged from trunk:
2008-10-02 Matthias Clasen <mclasen@redhat.com> Merged from trunk: 530575 – GtkEntry with invisible chars has a confused cursor in overwrite mode Bug 371908 – Password Entry broken * gtk/gtkentry.c (gtk_entry_draw_cursor): Use the visible text in the layout when positioning the cursor, not the actual text content of the entry. This makes a different when using overwrite mode in an invisible entry. Problem noticed by Jonathan Blandford * gtk/gtkentry.c (gtk_entry_backspace): Make backspace behave properly when invisible. svn path=/branches/gtk-2-14/; revision=21581
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog17
1 files changed, 17 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index cd2993f71..b3803dbb9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,20 @@
+2008-10-02 Matthias Clasen <mclasen@redhat.com>
+
+ Merged from trunk:
+
+ 530575 – GtkEntry with invisible chars has a confused cursor in
+ overwrite mode
+ Bug 371908 – Password Entry broken
+
+ * gtk/gtkentry.c (gtk_entry_draw_cursor): Use the visible text
+ in the layout when positioning the cursor, not the actual text
+ content of the entry. This makes a different when using overwrite
+ mode in an invisible entry.
+ Problem noticed by Jonathan Blandford
+
+ * gtk/gtkentry.c (gtk_entry_backspace): Make backspace behave
+ properly when invisible.
+
2008-10-02 Simos Xenitellis <simos@gnome.org>
Bug 554506 – combining diacritics broken, became deadkeys