diff options
author | Frederic Culot <calcurse@culot.org> | 2009-10-28 15:15:43 +0000 |
---|---|---|
committer | Frederic Culot <calcurse@culot.org> | 2009-10-28 15:15:43 +0000 |
commit | 758d5ff035d9c8d6eaa4cf17117d8c23675730a7 (patch) | |
tree | 9985d668f3f5492d6d2b71aa5927dd2cc73b590e /ChangeLog | |
parent | d678eb411a92b2cb6e26e1c9834d02c350800fbe (diff) | |
download | calcurse-758d5ff035d9c8d6eaa4cf17117d8c23675730a7.tar.gz calcurse-758d5ff035d9c8d6eaa4cf17117d8c23675730a7.zip |
Code to save the calendar default view in the configuration file.
Diffstat (limited to 'ChangeLog')
-rwxr-xr-x | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -5,6 +5,14 @@ * src/help.c: description of the scroll keys added to the generic keys help screen + + * src/custom.c (custom_load_conf): new configuration variable + added to define the default calendar view + + * src/calendar.c (calendar_set_view, calendar_get_view): new + functions + + * src/io.c (io_save_conf): save the calendar default view 2009-10-16 Frederic Culot <frederic@culot.org> |