Mercurial > audlegacy
diff ChangeLog @ 2536:b06d60a5cb15 trunk
[svn] - relocate configdb to audacious core
author | nenolod |
---|---|
date | Sat, 17 Feb 2007 01:02:11 -0800 |
parents | 97a305e550cf |
children | 7aac1b5ef85d |
line wrap: on
line diff
--- a/ChangeLog Sat Feb 17 00:59:50 2007 -0800 +++ b/ChangeLog Sat Feb 17 01:02:11 2007 -0800 @@ -1,3 +1,21 @@ +2007-02-17 08:59:50 +0000 William Pitcock <nenolod@sacredspiral.co.uk> + revision [4080] + - make libmcs a forced requirement + - remove legacy configdb engines + - remove RcFile class (use g_keyfile instead) + + trunk/configure.ac | 22 - + trunk/mk/rules.mk.in | 1 + trunk/src/libaudacious/Makefile | 5 + trunk/src/libaudacious/configdb.c | 193 ++++++++++ + trunk/src/libaudacious/configdb_gconf.c | 276 --------------- + trunk/src/libaudacious/configdb_libmcs.c | 193 ---------- + trunk/src/libaudacious/configdb_rcfile.c | 227 ------------ + trunk/src/libaudacious/rcfile.c | 565 ------------------------------- + trunk/src/libaudacious/rcfile.h | 94 ----- + 9 files changed, 201 insertions(+), 1375 deletions(-) + + 2007-02-17 02:28:07 +0000 William Pitcock <nenolod@sacredspiral.co.uk> revision [4078] - fix a typo