summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorsabetts <sabetts>2002-01-24 10:13:34 +0000
committersabetts <sabetts>2002-01-24 10:13:34 +0000
commit15afe7617bf51dcdf7b74e3bb996ae632387924e (patch)
treeec5062cd59448f50a745466eb7c52f037d2a2aad /ChangeLog
parent49b5e1cd2903a7d6fe15218cb0b4cf67b0674cd1 (diff)
downloadratpoison-15afe7617bf51dcdf7b74e3bb996ae632387924e.zip
(wingravity_to_string): Fix the north gravity
string to return "n" not "ng".
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0ec2422..0e800f0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,8 @@
* src/actions.c (wingravity_to_string): Fix the north gravity
string to return "n" not "ng".
+ (cmd_defborder): return NULL when no (or a bad) argument is passed
+ in.
2002-01-23 Shawn <sabetts@vcn.bc.ca>