summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorsabetts <sabetts>2001-09-09 09:38:42 +0000
committersabetts <sabetts>2001-09-09 09:38:42 +0000
commit3cf42573ad5487e6895cc4d0f1f2b0acbfa77894 (patch)
tree2c7b77fde66bc0b855a231dd24b67cf338464d1d /ChangeLog
parentb96d97252175a842fdd144e1660093577a5ab8bc (diff)
downloadratpoison-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--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 798eb9d..f889f9e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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