summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorsabetts <sabetts>2006-03-15 07:10:40 +0000
committersabetts <sabetts>2006-03-15 07:10:40 +0000
commit02b004540a364b6aec9332f60c9470df10fc3a2a (patch)
treea2972f9a3da9d724f4308b6dd4fe2a172a871635 /ChangeLog
parentd725c3064f2d914ffecbf35c7770f14c824b0692 (diff)
downloadratpoison-02b004540a364b6aec9332f60c9470df10fc3a2a.zip
* src/bar.c (show_bar): accept a fmt argument. all callers and prototype updated.
(update_bar): just display the last message if bar isn't hidden. (update_window_names): accept a fmt argument. all callers and prototype updated. * src/actions.c (init_user_commands): add optional argument to "info" (cmd_info): handle optional argument (cmd_windows): when called interactively use the argument as the format string.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 662ebe5..1463c1b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,12 @@
2006-03-15 Shawn Betts <sabetts@vcn.bc.ca>
+ * src/bar.c (show_bar): accept a fmt argument. all callers and prototype updated.
+ (update_bar): just display the last message if bar isn't hidden.
+ (update_window_names): accept a fmt argument. all callers and prototype updated.
+
* src/actions.c (init_user_commands): add optional argument to "info"
(cmd_info): handle optional argument
+ (cmd_windows): when called interactively use the argument as the format string.
2006-03-14 Antti Nykänen <aon@iki.fi>