diff options
author | sabetts <sabetts> | 2001-08-19 00:08:24 +0000 |
---|---|---|
committer | sabetts <sabetts> | 2001-08-19 00:08:24 +0000 |
commit | f02296a22c4b82e6d8e8e5fa2b866fa27c599a7d (patch) | |
tree | 9e7eefb17332a80740303153ee947fc4592d0fb6 /ChangeLog | |
parent | 5ead593f27d2999d943001154c6833b5b2120e1d (diff) | |
download | ratpoison-f02296a22c4b82e6d8e8e5fa2b866fa27c599a7d.zip |
fixed emacs20 maximize bug
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 |