diff options
author | sabetts <sabetts> | 2001-09-09 09:38:42 +0000 |
---|---|---|
committer | sabetts <sabetts> | 2001-09-09 09:38:42 +0000 |
commit | 3cf42573ad5487e6895cc4d0f1f2b0acbfa77894 (patch) | |
tree | 2c7b77fde66bc0b855a231dd24b67cf338464d1d /ChangeLog | |
parent | b96d97252175a842fdd144e1660093577a5ab8bc (diff) | |
download | ratpoison-3cf42573ad5487e6895cc4d0f1f2b0acbfa77894.zip |
(cmd_defbartimeout): merge the 2 ifs.
(cmd_defbartimeout): verify that the number is positive.
(cmd_defborder): likewise
(cmd_defwinname): gobble leading whitespace. Use strings as
arguments, not numbers.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2001-09-09 shawn <sabetts@diggin.lamenet.tmp> + + * src/actions.c (cmd_defbartimeout): merge the 2 ifs. + (cmd_defbartimeout): verify that the number is positive. + (cmd_defborder): likewise + (cmd_defwinname): gobble leading whitespace. Use strings as + arguments, not numbers. + 2001-09-08 shawn <sabetts@diggin.lamenet.tmp> * src/list.h (update_window_position): new prototype |