diff options
author | sabetts <sabetts> | 2003-04-07 00:23:42 +0000 |
---|---|---|
committer | sabetts <sabetts> | 2003-04-07 00:23:42 +0000 |
commit | 3aff4f30deb65c535427bc145c2a11a87d4332ac (patch) | |
tree | 15e4848c3705d9ea43b7810556c0935411d452c3 /ChangeLog | |
parent | 0034ffb7605fdb3f569e98aca86097f6e480fa8b (diff) | |
download | ratpoison-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-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |