diff options
author | Frederic Culot <calcurse@culot.org> | 2007-03-24 23:24:37 +0000 |
---|---|---|
committer | Frederic Culot <calcurse@culot.org> | 2007-03-24 23:24:37 +0000 |
commit | c5cc59c1480238cd641d4990b9ee3184ca97e6a8 (patch) | |
tree | af604a2cc1cb114083195400eb628000fbe283cc /ChangeLog | |
parent | b3252e31806de47125d3906c13735cc24428d509 (diff) | |
download | calcurse-c5cc59c1480238cd641d4990b9ee3184ca97e6a8.tar.gz calcurse-c5cc59c1480238cd641d4990b9ee3184ca97e6a8.zip |
'X' and '!' keybindings added to status bar, and online help updated
'-x' command-line option added to export data in non-interactive mode
Diffstat (limited to 'ChangeLog')
-rwxr-xr-x | ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -1,3 +1,17 @@ +24 Mar 2007: + TODO updated + online help updated to add the export and flag command + '-x' flag added in parse_args() to export data in non-interactive mode + init_notify_bar() moved from calcurse.c to notify_init_vars() + load_conf() moved from calcurse.c to custom_load_conf() + fill_config_var() moved from calcurse.c to custom.c + extract_data() renamed to io_extract_data() and save_cal() to + io_save_cal() + conf_t type created + +19 Mar 2007: + status_bar() updated to add 'X' and '!' keybindings + 17 Mar 2007: HOURINSEC and MININSEC defined io_export_events(), io_export_recur_events() and |