diff options
author | sabetts <sabetts> | 2001-08-31 18:12:30 +0000 |
---|---|---|
committer | sabetts <sabetts> | 2001-08-31 18:12:30 +0000 |
commit | 5ba92aaaafc8a545f1faa5563c23abfbb9e8fa03 (patch) | |
tree | 89478b4e9c1035f9478b1face069336ea15a02b0 /ChangeLog | |
parent | 82038e02ab782ce856d8f66cc0f20a6c8d8fec71 (diff) | |
download | ratpoison-5ba92aaaafc8a545f1faa5563c23abfbb9e8fa03.zip |
maximize bug fixed. frame indicator is less intrusive
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -1,3 +1,20 @@ +2001-08-31 Shawn <sabetts@hotdog> + + * src/split.c (set_active_frame): Only show the frame indicator + when switching to a new frame and when there is more than 1 frame. + + * src/actions.c (cmd_next_frame): display MESSAGE_NO_OTHER_FRAME + when there is only 1 frame. + + * src/messages.h (MESSAGE_NO_OTHER_FRAME): new message + + * src/split.c (hide_frame_indicator): always hide the frame + indicator. + (blank_frame): don't show the frame indicator. + + * src/manage.c (maximize_normal)[MAXSIZE_WINDOWS_ARE_TRANSIENTS]: + win are centered properly in the frame. + 2001-08-29 Shawn <sabetts@hotdog> * src/manage.c (unhide_window): always raise the window. |