aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorFrederic Culot <calcurse@culot.org>2007-05-06 13:33:56 +0000
committerFrederic Culot <calcurse@culot.org>2007-05-06 13:33:56 +0000
commit0a45a9c8bef7da783c8605c1c062367c8c60bc11 (patch)
treeacba06a5a3f4277fbd24f0427d7108914c5275ed /ChangeLog
parentbfecd760b8a428eecd5978057253d3e783f84e62 (diff)
downloadcalcurse-0a45a9c8bef7da783c8605c1c062367c8c60bc11.tar.gz
calcurse-0a45a9c8bef7da783c8605c1c062367c8c60bc11.zip
small bugfixes
Diffstat (limited to 'ChangeLog')
-rwxr-xr-xChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a553d9c..383efb5 100755
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+06 May 2007:
+ make use of memmove in del_char()
+ layout variable added to conf_t type
+ code cleanup in custom_load_con()
+ bugfixes:
+ layout is now correctly restored (thanks Jose for reporting that
+ bug)
+ getstring() now properly handles erasing of characters
+ apad width is now correctly updated when changing layout
+ notify bar init sequence modified to avoid a possible segfault
+ right part of progress bar now properly displayed
+ item ending time is now assigned to correct day in day_edit_item()
+
24 Apr 2007:
custom_color_config() made more robust regarding values returned by
pair_content()