aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorFrederic Culot <calcurse@culot.org>2008-12-07 09:20:38 +0000
committerFrederic Culot <calcurse@culot.org>2008-12-07 09:20:38 +0000
commit639058740a44c6380258e0152f9916af1e53bb27 (patch)
tree4a011f1eef9f925740c9d0e701258e580ce65b9f /ChangeLog
parentcf5617e3378fc4c6089195c83fac0f8a7acb84fe (diff)
downloadcalcurse-639058740a44c6380258e0152f9916af1e53bb27.tar.gz
calcurse-639058740a44c6380258e0152f9916af1e53bb27.zip
Checks added while loading key bindings configuration.
Diffstat (limited to 'ChangeLog')
-rwxr-xr-xChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6ae2467..324b158 100755
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,22 @@
+2008-12-07 Frederic Culot <frederic@culot.org>
+
+ * src/keys.c: arrow keys can now also be used to define key
+ bindings
+
+2008-12-06 Frederic Culot <frederic@culot.org>
+
+ * src/io.c (io_load_keys): use of a temporary file to log errors
+ when loading user-defined key bindings
+
+ * src/io.c (io_log_init, io_log_dislpay, io_log_free)
+ (io_log_print): new functions
+
2008-12-03 Frederic Culot <frederic@culot.org>
* src/help.c (help_screen): help texts size overflow fixed
+
+ * src/io.c (io_export_data): progress bar now displayed properly
+ when exporting data
2008-12-02 Frederic Culot <frederic@culot.org>