aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorFrederic Culot <calcurse@culot.org>2009-07-05 17:23:06 +0000
committerFrederic Culot <calcurse@culot.org>2009-07-05 17:23:06 +0000
commit9dce4c534ee38b1d0c23ebe7d8c08670114bffa4 (patch)
tree08f1abd85462f2b0a7700fd8a239ef9d1af095aa /ChangeLog
parent323556d47b71df944b6388ae25f742cfb022d5b0 (diff)
downloadcalcurse-9dce4c534ee38b1d0c23ebe7d8c08670114bffa4.tar.gz
calcurse-9dce4c534ee38b1d0c23ebe7d8c08670114bffa4.zip
Support added for regex-based searches. Many thanks Erik for providing the patch.
Diffstat (limited to 'ChangeLog')
-rwxr-xr-xChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index cf10eef..6c9789d 100755
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,14 @@
* src/utils.c (getstring): prevent character deletion before the
beginning of the string (thanks Martin for reporting the bug)
+
+ * configure.ac: switched to 2.6
+ Add a check for regex.h header
+
+ * src/args.c: support for search based on regex added (many thanks
+ to Erik for providing the patch)
+
+ * README: Erik Saule added to the list of contributors
2009-06-28 Frederic Culot <frederic@culot.org>