summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorsabetts <sabetts>2006-02-26 23:20:07 +0000
committersabetts <sabetts>2006-02-26 23:20:07 +0000
commit50171e15dbe6a51464059ad820f5a0464f3d60fa (patch)
treebd8909431b6f2884319f8821bac6bf38d7dad1e4 /ChangeLog
parent23b3dd1114f608ffbef9d18b582e28e39fdce7f5 (diff)
downloadratpoison-50171e15dbe6a51464059ad820f5a0464f3d60fa.zip
* src/window.c (add_to_window_list): only change the window's
group and frame if window_mapped is 0. * src/data.h (struct rp_child_info): new field window_mapped * src/actions.c (spawn): init window_mapped field in child_info.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog17
1 files changed, 17 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ff20cd2..53a30fe 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,20 @@
+2006-02-26 Shawn Betts <sabetts@vcn.bc.ca>
+
+ * src/window.c (add_to_window_list): only change the window's
+ group and frame if window_mapped is 0.
+
+ * src/data.h (struct rp_child_info): new field window_mapped
+
+ * src/actions.c (spawn): init window_mapped field in child_info.
+
+2006-01-18 Bernhard R. Link <brlink@debian.org>
+
+ * src/events.c: look for _NET_WM_PID notify events and adopt the
+ intended frame number accordingly.
+
+ * src/window.c, src/window.h: make get_child_info accessible from
+ events.c
+
2006-01-04 Shawn Betts <sabetts@vcn.bc.ca>
* src/conf.h (ASPECT_WINDOWS_ARE_TRANSIENTS): new define