diff options
author | Frederic Culot <calcurse@culot.org> | 2008-12-07 09:20:38 +0000 |
---|---|---|
committer | Frederic Culot <calcurse@culot.org> | 2008-12-07 09:20:38 +0000 |
commit | 639058740a44c6380258e0152f9916af1e53bb27 (patch) | |
tree | 4a011f1eef9f925740c9d0e701258e580ce65b9f /ChangeLog | |
parent | cf5617e3378fc4c6089195c83fac0f8a7acb84fe (diff) | |
download | calcurse-639058740a44c6380258e0152f9916af1e53bb27.tar.gz calcurse-639058740a44c6380258e0152f9916af1e53bb27.zip |
Checks added while loading key bindings configuration.
Diffstat (limited to 'ChangeLog')
-rwxr-xr-x | ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -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> |