aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorFrederic Culot <calcurse@culot.org>2009-06-20 16:54:44 +0000
committerFrederic Culot <calcurse@culot.org>2009-06-20 16:54:44 +0000
commit45a4d5446a125b99b11c28daa004a0495c5c560d (patch)
tree9f3b219a548db820313df68d03e4ca2703a09405 /ChangeLog
parent78c04955873fce8513ffc5e2318361f4fed0ea38 (diff)
downloadcalcurse-45a4d5446a125b99b11c28daa004a0495c5c560d.tar.gz
calcurse-45a4d5446a125b99b11c28daa004a0495c5c560d.zip
Day names and selected date colour now follow user's theme.
Diffstat (limited to 'ChangeLog')
-rwxr-xr-xChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 26aa412..4980895 100755
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,6 +5,10 @@
* src/custom.c: fix a bug that caused calcurse to freeze under
OpenBSD when changing theme color from within the configuration
screen
+
+ * src/calendar.c (calendar_update_panel): day names and selected
+ date are now in the same colour as user's theme inside calendar
+ panel
2009-06-01 Frederic Culot <frederic@culot.org>