aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorFrederic Culot <calcurse@culot.org>2008-12-08 19:40:22 +0000
committerFrederic Culot <calcurse@culot.org>2008-12-08 19:40:22 +0000
commit722441e05414f6436e7a5b617456e04f3cdbae0f (patch)
treeb86c0ee4f2b43b254adf4b94efb45fe6cb2d5a50 /ChangeLog
parent7ff22e9b3f906b6f775e199d6cde73d8ee18d1d5 (diff)
downloadcalcurse-722441e05414f6436e7a5b617456e04f3cdbae0f.tar.gz
calcurse-722441e05414f6436e7a5b617456e04f3cdbae0f.zip
Switched to calcurse-2.4_beta. Fixed compiler flags overwriting and added locale.h include (thanks Cedric for your patch)
Diffstat (limited to 'ChangeLog')
-rwxr-xr-xChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f0eefe7..02ed58c 100755
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,13 @@
2008-12-08 Frederic Culot <frederic@culot.org>
* src/custom.c (custom_color_config_bar): new function
+
+ * configure.ac
+ * TODO: update for 2.4_beta
+
+ * configure.ac: do not overwrite CFLAGS
+
+ * src/i18n.h: include locale.h in case we have ENABLE_NLS
2008-12-07 Frederic Culot <frederic@culot.org>