summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorsabetts <sabetts>2003-04-07 00:23:42 +0000
committersabetts <sabetts>2003-04-07 00:23:42 +0000
commit3aff4f30deb65c535427bc145c2a11a87d4332ac (patch)
tree15e4848c3705d9ea43b7810556c0935411d452c3 /ChangeLog
parent0034ffb7605fdb3f569e98aca86097f6e480fa8b (diff)
downloadratpoison-3aff4f30deb65c535427bc145c2a11a87d4332ac.zip
* src/actions.h: All cmd_* functions take char* instead of
void*. All callers updated. * src/actions.c (cmd_number): update any frames pointing to the windows that have changed.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0e99e81..86c3c75 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2003-04-06 Shawn Betts <sabetts@sfu.ca>
+ * src/actions.h: All cmd_* functions take char* instead of
+ void*. All callers updated.
+
* src/bar.c (marked_wrapped_message): make the marked line span
the whole line.