Switched to calcurse-2.4_beta. Fixed compiler flags overwriting and added locale.h include (thanks Cedric for your patch)

This commit is contained in:
Frederic Culot
2008-12-08 19:40:22 +00:00
parent 7ff22e9b3f
commit 722441e054
4 changed files with 13 additions and 5 deletions

View File

@@ -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>