diff options
Diffstat (limited to 'libbanshee/engine/ChangeLog')
-rw-r--r-- | libbanshee/engine/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/libbanshee/engine/ChangeLog b/libbanshee/engine/ChangeLog new file mode 100644 index 0000000..5309328 --- /dev/null +++ b/libbanshee/engine/ChangeLog @@ -0,0 +1,14 @@ +2003-07-01 Daniel Berlin <dberlin@dberlin.org> + + * bool.h: Can't include gcc's system.h and bool.h at the same time. + +2003-06-25 Daniel Berlin <dberlin@dberlin.org> + + * compiler.h: Fix the grouping of the #if + +2003-02-02 Daniel Berlin <dberlin@dberlin.org> + + * compiler.h: Only define HAVE_VARIADIC_MACROS if IN_GCC is not + defined. + * util.h: Add prototypes for min and max. + |