aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorFrederic Culot <calcurse@culot.org>2009-08-24 18:59:16 +0000
committerFrederic Culot <calcurse@culot.org>2009-08-24 18:59:16 +0000
commit2cfafe8a89f446b58bc1d026f100c01c0d7cf1a9 (patch)
tree206033ade9ab0e76576b66a4507cf8417d66a60a /ChangeLog
parent8929a81f3d1531b729c7a09c062311132d481e69 (diff)
downloadcalcurse-2cfafe8a89f446b58bc1d026f100c01c0d7cf1a9.tar.gz
calcurse-2cfafe8a89f446b58bc1d026f100c01c0d7cf1a9.zip
Work on implementing the weekly calendar view.
Diffstat (limited to 'ChangeLog')
-rwxr-xr-xChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4dfc97e..54fa054 100755
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2009-08-24 Frederic Culot <frederic@culot.org>
+
+ * src/calendar.c (calendar_view_next, calendar_view_prev)
+ (calendar_get_wday, draw_monthly_view, draw_weekly_view): new
+ functions to implement a weekly view inside calendar panel
+
+ * src/calcurse.c: key bindings added to switch between weekly and
+ monthly calendar views
+
2009-08-22 Frederic Culot <frederic@culot.org>
* === Released 2.7 ===