summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorsabetts <sabetts>2002-01-24 10:58:20 +0000
committersabetts <sabetts>2002-01-24 10:58:20 +0000
commitcb02a04e74094b5ab59e438145f33b0a61fd5fa4 (patch)
tree909a922cfb2a900d2dc1098473c8a832e14a78b3 /ChangeLog
parent15afe7617bf51dcdf7b74e3bb996ae632387924e (diff)
downloadratpoison-cb02a04e74094b5ab59e438145f33b0a61fd5fa4.zip
* src/actions.c (find_alias_index): new function
(cmd_alias): When an alias is already in the alias list, replace it with the new alias. * src/events.c (configure_request): do not send a synthetic configure notify event.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0e800f0..11506ea 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2002-01-24 shawn <sabetts@vcn.bc.ca>
+ * src/actions.c (find_alias_index): new function
+ (cmd_alias): When an alias is already in the alias list, replace
+ it with the new alias.
+
+ * src/events.c (configure_request): do not send a synthetic
+ configure notify event.
+
* 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