Mercurial > audlegacy
comparison 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 |
comparison
equal
deleted
inserted
replaced
2535:97a305e550cf | 2536:b06d60a5cb15 |
---|---|
1 2007-02-17 08:59:50 +0000 William Pitcock <nenolod@sacredspiral.co.uk> | |
2 revision [4080] | |
3 - make libmcs a forced requirement | |
4 - remove legacy configdb engines | |
5 - remove RcFile class (use g_keyfile instead) | |
6 | |
7 trunk/configure.ac | 22 - | |
8 trunk/mk/rules.mk.in | 1 | |
9 trunk/src/libaudacious/Makefile | 5 | |
10 trunk/src/libaudacious/configdb.c | 193 ++++++++++ | |
11 trunk/src/libaudacious/configdb_gconf.c | 276 --------------- | |
12 trunk/src/libaudacious/configdb_libmcs.c | 193 ---------- | |
13 trunk/src/libaudacious/configdb_rcfile.c | 227 ------------ | |
14 trunk/src/libaudacious/rcfile.c | 565 ------------------------------- | |
15 trunk/src/libaudacious/rcfile.h | 94 ----- | |
16 9 files changed, 201 insertions(+), 1375 deletions(-) | |
17 | |
18 | |
1 2007-02-17 02:28:07 +0000 William Pitcock <nenolod@sacredspiral.co.uk> | 19 2007-02-17 02:28:07 +0000 William Pitcock <nenolod@sacredspiral.co.uk> |
2 revision [4078] | 20 revision [4078] |
3 - fix a typo | 21 - fix a typo |
4 | 22 |
5 trunk/src/audacious/vfs.c | 2 +- | 23 trunk/src/audacious/vfs.c | 2 +- |