aboutsummaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorKalle Wallin <kaw@linux.se>2004-07-09 07:33:07 +0000
committerKalle Wallin <kaw@linux.se>2004-07-09 07:33:07 +0000
commit2ceae6edcc4ce94bf3c19bb1a1460a8bcae7929b (patch)
treea70a0fe07aafe54e995bfdd36cb5a25891f34863 /TODO
parent5611df1a992b751a66ee594fac6f78710e769c00 (diff)
downloadmpd-2ceae6edcc4ce94bf3c19bb1a1460a8bcae7929b.tar.gz
mpd-2ceae6edcc4ce94bf3c19bb1a1460a8bcae7929b.tar.xz
mpd-2ceae6edcc4ce94bf3c19bb1a1460a8bcae7929b.zip
Updated version to 0.11.0
git-svn-id: https://svn.musicpd.org/ncmpc/trunk@1818 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to '')
-rw-r--r--TODO4
1 files changed, 1 insertions, 3 deletions
diff --git a/TODO b/TODO
index 3a8db603d..d27f35005 100644
--- a/TODO
+++ b/TODO
@@ -4,14 +4,12 @@ Features:
* search screen
* id3 browser
-Other:
-* Add libgpm support?
-
Glib
* replace snprintf with g_snprintf or g_strdup_printf
* replace strcat with g_strlcat or g_strconcat()
* replace strncpy with g_strlcpy
* replace strstr with g_strrstr
+* replace vsnprintf with g_vsprintf or g_strdup_vprintf(format,ap);
* ...