diff options
author | sabetts <sabetts> | 2006-03-15 07:10:40 +0000 |
---|---|---|
committer | sabetts <sabetts> | 2006-03-15 07:10:40 +0000 |
commit | 02b004540a364b6aec9332f60c9470df10fc3a2a (patch) | |
tree | a2972f9a3da9d724f4308b6dd4fe2a172a871635 /ChangeLog | |
parent | d725c3064f2d914ffecbf35c7770f14c824b0692 (diff) | |
download | ratpoison-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-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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> |