Updated changelog

This commit is contained in:
o9000 2017-12-21 12:54:25 +01:00
parent a185f625f9
commit 9b17461f74
2 changed files with 17 additions and 5 deletions

View file

@ -1,3 +1,7 @@
2017-12-21 master
- Fixes:
- Merged patches and fixed other warnings on OpenBSD
2017-12-20 16.0
- Fixes:
- Taskbar: `taskbar_distribute_size = 1` now playes well with `task_align = center` and

View file

@ -1,9 +1,17 @@
// ADD PREDEFINED MACROS HERE!
#define HAVE_RSVG 1
#define HAVE_SN 1
#define DISABLE_BACKTRACE 1
#define ENABLE_BATTERY 1
#define ENABLE_UEVENT 1
#define GETTEXT_PACKAGE
#define HAVE_TRACING
#define ENABLE_EXECINFO
#define GETTEXT_PACKAGE "tint2conf"
#define HAS_GENERIC 1
#define HAVE_RSVG 1
#define HAVE_SN 1
#define HAVE_VERSION_H 1
#define INSTALL_PREFIX "/usr/local"
#define LOCALEDIR "/usr/local/share/locale"
#define SN_API_NOT_YET_FROZEN
#define TINT2CONF 1
#define _BSD_SOURCE
#define _DEFAULT_SOURCE
#define _POSIX_C_SOURCE=200809L
#define _WITH_GETLINE