aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorFrederic Culot <calcurse@culot.org>2009-07-05 16:28:03 +0000
committerFrederic Culot <calcurse@culot.org>2009-07-05 16:28:03 +0000
commitbcd80d3dfbc1c41da33cb1c874f2439d8a2ef63b (patch)
tree5e21a00e7cf3f139a82a517cd8a1fb37d1e670aa /ChangeLog
parent6d67689b4ffc33454f8126d5f056906d43e085b5 (diff)
downloadcalcurse-bcd80d3dfbc1c41da33cb1c874f2439d8a2ef63b.tar.gz
calcurse-bcd80d3dfbc1c41da33cb1c874f2439d8a2ef63b.zip
Fixed a bug in the line editor: characters could be erased before the beginning of the string (thanks Martin for reporting this).
Diffstat (limited to 'ChangeLog')
-rwxr-xr-xChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 851a83e..cf10eef 100755
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2009-07-05 Frederic Culot <frederic@culot.org>
+
+ * src/utils.c (getstring): prevent character deletion before the
+ beginning of the string (thanks Martin for reporting the bug)
+
2009-06-28 Frederic Culot <frederic@culot.org>
* src/io.c (io_save_apts, io_save_conf, io_save_todo)