summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRichard Hult <richard@imendio.com>2008-11-12 12:56:17 +0000
committerRichard Hult <rhult@src.gnome.org>2008-11-12 12:56:17 +0000
commit2c3590b47e5f88f5c77143de151e6f3fc29c55a6 (patch)
tree4c5b6e8ca73b84cb3d879466e510439a17e6c794 /ChangeLog
parentc2d48cfc9189342e3c2a5f21b2a5ffe2281a6bf2 (diff)
downloadgtk+-2c3590b47e5f88f5c77143de151e6f3fc29c55a6.tar.gz
Bug 558586 – handling of keyboard under darwin (quartz)
2008-11-12 Richard Hult <richard@imendio.com> Bug 558586 – handling of keyboard under darwin (quartz) * gdk/quartz/gdkkeys-quartz.c: Follow up on this bug, only use the new API when building on 64-bit, since there are still old non-xml layouts used out there we don't want to break them. (For 64-bit those layouts doesn't work so we don't have a choice there.) svn path=/trunk/; revision=21782
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7e55ec4bb1..23024280c3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2008-11-12 Richard Hult <richard@imendio.com>
+
+ Bug 558586 – handling of keyboard under darwin (quartz)
+
+ * gdk/quartz/gdkkeys-quartz.c: Follow up on this bug, only use the
+ new API when building on 64-bit, since there are still old non-xml
+ layouts used out there we don't want to break them. (For 64-bit
+ those layouts doesn't work so we don't have a choice there.)
+
2008-11-11 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkspinbutton.c: Chain up in enter and leave notify handlers.