summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPhilippe Brochard <hocwp@free.fr>2010-01-23 23:41:23 +0100
committerPhilippe Brochard <hocwp@free.fr>2010-01-23 23:41:23 +0100
commit551973d3e9526eb6e413ac37adbc8bac349eb369 (patch)
tree03cfb1d569994568a2fbb7fa24ea7fdd7de8893a /ChangeLog
parent6ed7b563137fc002dae373e0f8a6362263373000 (diff)
downloadxbindkeys-551973d3e9526eb6e413ac37adbc8bac349eb369.tar.gz
options.c: A poll-rc flag has been added to poll the rc/guile configuration file for update. By default no poll is done on configuration files. Many thanks to Alexander Clouter.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 113f1fa..b8a8188 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,9 @@
+
+
2010-01-23 Philippe Brochard <hocwp@free.fr>
+ * options.c: A poll-rc flag has been added to poll the rc/guile
+ configuration file for update. By default no poll is done on
+ configuration files. Many thanks to Alexander Clouter.
* xbindkeys.c (event_loop): Stat both default rc file and guile rc
file for reloading them when they change.