summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorsabetts <sabetts>2003-05-09 23:04:10 +0000
committersabetts <sabetts>2003-05-09 23:04:10 +0000
commit24d5148b3ece4ff8d8c9ac1ec4be34fdd0b237bb (patch)
treec4bb301ed9d7413ccea733d6fff29aa742aadc51 /ChangeLog
parent41016f3a7577fbf35db849b9937ee22ee02e5760 (diff)
downloadratpoison-24d5148b3ece4ff8d8c9ac1ec4be34fdd0b237bb.zip
* src/split.c (split_frame): call update_bar() instead of
update_window_names(). (set_active_frame): likewise (blank_frame): likewise * src/bar.h (update_bar): new prototype. * src/bar.c (BAR_IS_HIDDEN): new define. (update_bar): new function. * src/actions.c (cmd_frestore): call update_bar() instead of update_window_names(). * src/split.c (set_active_frame): update the window list after switching frames. (blank_frame): update the window list after blanking the screen. * src/actions.c (cmd_frestore): update the window list after restoring the frames. * src/split.c (split_frame): update the window list after the split.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b48ca80..879e245 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,21 @@
2003-05-09 Shawn Betts <sabetts@sfu.ca>
+ * src/split.c (split_frame): call update_bar() instead of
+ update_window_names().
+ (set_active_frame): likewise
+ (blank_frame): likewise
+
+ * src/bar.h (update_bar): new prototype.
+
+ * src/bar.c (BAR_IS_HIDDEN): new define.
+ (update_bar): new function.
+
+ * src/actions.c (cmd_frestore): call update_bar() instead of
+ update_window_names().
+
* src/split.c (set_active_frame): update the window list after
switching frames.
+ (blank_frame): update the window list after blanking the screen.
* src/actions.c (cmd_frestore): update the window list after
restoring the frames.