summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorsabetts <sabetts>2001-08-31 18:12:30 +0000
committersabetts <sabetts>2001-08-31 18:12:30 +0000
commit5ba92aaaafc8a545f1faa5563c23abfbb9e8fa03 (patch)
tree89478b4e9c1035f9478b1face069336ea15a02b0 /ChangeLog
parent82038e02ab782ce856d8f66cc0f20a6c8d8fec71 (diff)
downloadratpoison-5ba92aaaafc8a545f1faa5563c23abfbb9e8fa03.zip
maximize bug fixed. frame indicator is less intrusive
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog17
1 files changed, 17 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f409d98..8de1b2d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.