diff options
author | Frederic Culot <calcurse@culot.org> | 2010-03-20 13:29:47 +0000 |
---|---|---|
committer | Frederic Culot <calcurse@culot.org> | 2010-03-20 13:29:47 +0000 |
commit | ec36b968489111707e2b71f27f3c021571471b5e (patch) | |
tree | a8de15d4e0e6cc809c3a96c03558485028949249 /ChangeLog | |
parent | a8cb1c92eff88acc685d7d876647844bacb71e8e (diff) | |
download | calcurse-ec36b968489111707e2b71f27f3c021571471b5e.tar.gz calcurse-ec36b968489111707e2b71f27f3c021571471b5e.zip |
Work on sidebar width user-customization.
Diffstat (limited to 'ChangeLog')
-rwxr-xr-x | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,6 +1,15 @@ 2010-03-20 Frederic Culot <frederic@culot.org> * src/calcurse.h: new header to gather all existing ones + + * src/calcurse.c + * src/calendar.c + * src/wins.c + * src/custom.c (custom_sidebar_config): sidebar configuration + added, allowing to change sidebar's width + + * src/wins.c (wins_update_border, wins_update_panels): new + functions extracted from wins_update() 2010-03-19 Frederic Culot <frederic@culot.org> |