diff options
author | Frederic Culot <calcurse@culot.org> | 2008-12-08 19:40:22 +0000 |
---|---|---|
committer | Frederic Culot <calcurse@culot.org> | 2008-12-08 19:40:22 +0000 |
commit | 722441e05414f6436e7a5b617456e04f3cdbae0f (patch) | |
tree | b86c0ee4f2b43b254adf4b94efb45fe6cb2d5a50 /ChangeLog | |
parent | 7ff22e9b3f906b6f775e199d6cde73d8ee18d1d5 (diff) | |
download | calcurse-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-x | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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> |