aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorFrederic Culot <calcurse@culot.org>2009-10-28 15:15:43 +0000
committerFrederic Culot <calcurse@culot.org>2009-10-28 15:15:43 +0000
commit758d5ff035d9c8d6eaa4cf17117d8c23675730a7 (patch)
tree9985d668f3f5492d6d2b71aa5927dd2cc73b590e /ChangeLog
parentd678eb411a92b2cb6e26e1c9834d02c350800fbe (diff)
downloadcalcurse-758d5ff035d9c8d6eaa4cf17117d8c23675730a7.tar.gz
calcurse-758d5ff035d9c8d6eaa4cf17117d8c23675730a7.zip
Code to save the calendar default view in the configuration file.
Diffstat (limited to 'ChangeLog')
-rwxr-xr-xChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3dc5e5c..5336544 100755
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>