diff options
author | Frederic Culot <calcurse@culot.org> | 2009-08-24 18:59:16 +0000 |
---|---|---|
committer | Frederic Culot <calcurse@culot.org> | 2009-08-24 18:59:16 +0000 |
commit | 2cfafe8a89f446b58bc1d026f100c01c0d7cf1a9 (patch) | |
tree | 206033ade9ab0e76576b66a4507cf8417d66a60a /ChangeLog | |
parent | 8929a81f3d1531b729c7a09c062311132d481e69 (diff) | |
download | calcurse-2cfafe8a89f446b58bc1d026f100c01c0d7cf1a9.tar.gz calcurse-2cfafe8a89f446b58bc1d026f100c01c0d7cf1a9.zip |
Work on implementing the weekly calendar view.
Diffstat (limited to 'ChangeLog')
-rwxr-xr-x | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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 === |