summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorsabetts <sabetts>2001-08-19 00:08:24 +0000
committersabetts <sabetts>2001-08-19 00:08:24 +0000
commitf02296a22c4b82e6d8e8e5fa2b866fa27c599a7d (patch)
tree9e7eefb17332a80740303153ee947fc4592d0fb6 /ChangeLog
parent5ead593f27d2999d943001154c6833b5b2120e1d (diff)
downloadratpoison-f02296a22c4b82e6d8e8e5fa2b866fa27c599a7d.zip
fixed emacs20 maximize bug
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f579043..6d56aaf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2001-08-18 Shawn <sabetts@hotdog>
+ * src/events.c (configure_request): grant Iconized and Withdrawn
+ windows any geometry they like.
+
+ * src/list.c (is_transient_ancestor): make sure tmp is a valid
+ pointer before testing if it is a transient.
+
* src/main.c (read_rc_file): free the command's result string.
* src/list.h (get_window_list): new prototype