summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorjcsjcs <jcsjcs@f01d2545-417e-4e96-918e-98f8d0dbbcb6>2005-09-11 09:06:23 +0000
committerjcsjcs <jcsjcs@f01d2545-417e-4e96-918e-98f8d0dbbcb6>2005-09-11 09:06:23 +0000
commitd50d14db2a07069302765a3517626d1f734cab8c (patch)
tree4d923c6cb4f9991351c6a38fc0e5d4cdfab12cbd /ChangeLog
parent4d05e302495f794a4a4302b32bb4fcdc5d02e2a5 (diff)
* configure.ac: changed position of AC_GNU_SOURCE (caused error
strange error messages) * autogen.sh: replaced so it works without gnome-common and modified for intltools support * src/itdb.h: replaced '//' by '/* ... */' to avoid strange error message during compile. git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@1085 f01d2545-417e-4e96-918e-98f8d0dbbcb6
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ccbd69a..468211e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2005-09-11 Jorg Schuler <jcsjcs at users.sourceforge.net>
+ * configure.ac: changed position of AC_GNU_SOURCE (caused error
+ strange error messages)
+ * autogen.sh: replace so it works without gnome-common
+ * src/itdb.h: replaced '//' by '/* ... */' to avoid strange error
+ message during compile.
* src/itdb_playlist.c: (itdb_splr_validate)
Guilherme Salgado <salgado@freeshell.org> patch to make
'inthelast' SPL work.