aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorFrederic Culot <calcurse@culot.org>2007-03-04 16:15:17 +0000
committerFrederic Culot <calcurse@culot.org>2007-03-04 16:15:17 +0000
commitb1d02bf4ff30bc33645ae5f436afcbec6640efda (patch)
tree8cf82c4e550d87ed2ab22fda729711eab4a8ecdf /ChangeLog
parent78360ec3b067af33d45c2a57ace2fee03d1d2354 (diff)
downloadcalcurse-b1d02bf4ff30bc33645ae5f436afcbec6640efda.tar.gz
calcurse-b1d02bf4ff30bc33645ae5f436afcbec6640efda.zip
color theme configuration improved
Calcurse default black background replaced by Terminal's default background color
Diffstat (limited to 'ChangeLog')
-rwxr-xr-xChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 07e8135..4d12e6e 100755
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+04 Mar 2007:
+ color_config() rewritten and changed to custom_color_config(), to allow
+ more color choices and the use of terminal's default background color
+ custom_load_color() created
+ border_color() and border_nocolor() updated to take into account new
+ color definitions
+ update_windows() updated to avoid the use of the 'colr' variable
+
28 Feb 2007:
bugfix: CTRL-D problems while editing items fixed
Thanks Toucouch for reporting this bug