summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorGary Wong <gtw@gnu.org>2009-08-30 22:06:34 -0600
committerGary Wong <gtw@gnu.org>2009-08-30 22:06:34 -0600
commit6c0db89a37170f2326f6156bdec1a52f1e813b67 (patch)
tree2703e0a2e0a6bf8d5252d5647c1616e45ce20847 /ChangeLog
parent20e28ea41bc3deae601e5995937c22d5d968cccd (diff)
Fix frame passive grab handling, esp. if a window is destroyed with a grab.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 066b10a..9d75d95 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2009-08-30 Gary Wong <gtw@gnu.org>
+ * frame.c (frame_button_release): Ignore the event unless the
+ window was the one to establish the passive grab.
+ (frame_destroy_notify): New function.
+
+2009-08-30 Gary Wong <gtw@gnu.org>
+
* decorate-render.c (lookup_face): New function.
(query_metrics, query_glyph, replace_glyph, render_text): Take style
into consideration.