diff options
author | Frederic Culot <calcurse@culot.org> | 2009-06-20 16:54:44 +0000 |
---|---|---|
committer | Frederic Culot <calcurse@culot.org> | 2009-06-20 16:54:44 +0000 |
commit | 45a4d5446a125b99b11c28daa004a0495c5c560d (patch) | |
tree | 9f3b219a548db820313df68d03e4ca2703a09405 /ChangeLog | |
parent | 78c04955873fce8513ffc5e2318361f4fed0ea38 (diff) | |
download | calcurse-45a4d5446a125b99b11c28daa004a0495c5c560d.tar.gz calcurse-45a4d5446a125b99b11c28daa004a0495c5c560d.zip |
Day names and selected date colour now follow user's theme.
Diffstat (limited to 'ChangeLog')
-rwxr-xr-x | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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> |