aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorFrederic Culot <calcurse@culot.org>2009-01-24 18:45:35 +0000
committerFrederic Culot <calcurse@culot.org>2009-01-24 18:45:35 +0000
commit87f010ff067134b0561d6e658bbbbe3c971f3841 (patch)
treebbd100e45b97c8f258cd37d7caccaa3558e677f0 /ChangeLog
parentb411c2bf3f4514b9a28b80a24127dccaa94d38a5 (diff)
downloadcalcurse-87f010ff067134b0561d6e658bbbbe3c971f3841.tar.gz
calcurse-87f010ff067134b0561d6e658bbbbe3c971f3841.zip
bugfix: load keys even in non-interactive mode to avoid the loss of user-configured key bindings
Diffstat (limited to 'ChangeLog')
-rwxr-xr-xChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4f71449..9e05459 100755
--- a/ChangeLog
+++ b/ChangeLog
@@ -15,6 +15,9 @@
* configure.ac: switch to 2.5
* src/calcurse.1: manpage updated for 2.5 version
+
+ * src/args.c (parse_args): load keys even in non-interactive mode
+ to avoid the loss of user configured key bindings
2009-01-23 Frederic Culot <frederic@culot.org>