diff options
author | sabetts <sabetts> | 2003-04-08 00:00:47 +0000 |
---|---|---|
committer | sabetts <sabetts> | 2003-04-08 00:00:47 +0000 |
commit | 039f0764fe3c59bc9f7d0f03631ee0063b9dd9cf (patch) | |
tree | 5401a46c4658053c4cde972b1af039ab31c5228f /ChangeLog | |
parent | 3aff4f30deb65c535427bc145c2a11a87d4332ac (diff) | |
download | ratpoison-039f0764fe3c59bc9f7d0f03631ee0063b9dd9cf.zip |
* src/Makefile.am (ratpoison_SOURCES): add linkedlist.h
* src/bar.c (marked_message): pass correct arguments to bar_y.
* src/actions.c (cmd_defwinliststyle): error messages print the
correct command name.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,3 +1,14 @@ +2003-04-07 Shawn Betts <sabetts@sfu.ca> + + * src/input.c (read_key): remove the local variable, key_presses. + + * src/Makefile.am (ratpoison_SOURCES): add linkedlist.h + + * src/bar.c (marked_message): pass correct arguments to bar_y. + + * src/actions.c (cmd_defwinliststyle): error messages print the + correct command name. + 2003-04-06 Shawn Betts <sabetts@sfu.ca> * src/actions.h: All cmd_* functions take char* instead of |