diff options
author | sabetts <sabetts> | 2001-02-11 08:10:27 +0000 |
---|---|---|
committer | sabetts <sabetts> | 2001-02-11 08:10:27 +0000 |
commit | 83b8ce0334def917dac3d47c21e9a6e389007bd0 (patch) | |
tree | be578b014696e83d77af4c1ebf9d8dcb26b705b1 /src/ChangeLog | |
parent | 69c05c373e8547e47ac523240cf9e6c9acadfc30 (diff) | |
download | ratpoison-83b8ce0334def917dac3d47c21e9a6e389007bd0.zip |
* manage.h (set_state): Added prototype
* manage.c (send_configure): Now sends the window's x,y,width,height
coordinates.
(set_state): Added
* events.c (map_request): Calls set_state when mapping an unmapped
window.
* actions.c (maximize_transient): takes an rp_window as the
argument. Removed code to handle void *data. Incremental resizing
only happens if the maximum size isn't set. Removed actual X
maximization code.
(maximize): Moved meat to maximize_normal().
Diffstat (limited to 'src/ChangeLog')
-rw-r--r-- | src/ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index e92cc86..363527a 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,20 @@ +2001-02-11 shawn <sabetts@diggin.lamenet.tmp> + + * manage.h (set_state): Added prototype + + * manage.c (send_configure): Now sends the window's x,y,width,height + coordinates. + (set_state): Added + + * events.c (map_request): Calls set_state when mapping an unmapped + window. + + * actions.c (maximize_transient): takes an rp_window as the + argument. Removed code to handle void *data. Incremental resizing + only happens if the maximum size isn't set. Removed actual X + maximization code. + (maximize): Moved meat to maximize_normal(). + 2001-02-10 Ryan Yeske <rcyeske@cut.hotdog.tmp> * ratpoison.h: #include "messages.h" |