aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrederic Culot <calcurse@culot.org>2009-10-16 15:54:48 +0000
committerFrederic Culot <calcurse@culot.org>2009-10-16 15:54:48 +0000
commit167722021195febd2cf6c2d94209cb00f719548b (patch)
treedcff61170e44b7c30ba1645565b96aa5f3bc0f6b
parent0c2f81e02a64791e5e8850979cf2ba7dcb7f2fc6 (diff)
downloadcalcurse-167722021195febd2cf6c2d94209cb00f719548b.tar.gz
calcurse-167722021195febd2cf6c2d94209cb00f719548b.zip
Bugfix and small cosmetic changes in the calendar weekly view.
-rwxr-xr-xChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9c7b561..f646afb 100755
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2009-10-16 Frederic Culot <frederic@culot.org>
+
+ * src/calendar.c (draw_weekly_view): cosmetic changes in the
+ weekly view
+
+ * src/day.c (day_chk_busy_slices): bugfix in the way time slices
+ are filled for the weekly calendar view
+
2009-10-08 Frederic Culot <frederic@culot.org>
* src/day.c (day_chk_busy_slices, fill_slices): new functions