Code

git-svn-id: https://svn.musicpd.org/ncmpc/trunk@835 09075e82-0dd4-0310-85a5-a0d7c8717e4f
authorKalle Wallin <kaw@linux.se>
Mon, 19 Apr 2004 22:14:08 +0000 (22:14 +0000)
committerKalle Wallin <kaw@linux.se>
Mon, 19 Apr 2004 22:14:08 +0000 (22:14 +0000)
ChangeLog
README
conf.h

index d480c9ba889f238ad2025d59b46e47229e7cb050..7684a63791fd5594b405ea9b5f3f4a69b1b391a9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2004-04-19 Kalle Wallin <kaw@linux.se>
+       * Added copyright notice and license notice 
+       * Major cleanup of the 'screen' handling routines. The goal of this 
+         is to simplify addition of 'screens' (like a key editor).
+       * added a key editor -> screen_keydef.c
+       * configure.ac - added a --enable-key-editor to enable/disable the 
+         build in key editor.
+       
+
 2004-04-14 Kalle Wallin <kaw@linux.se>
        * support.c - use screen_status_printf() to display character 
          conversion errors. Only use stderr if DEBUG is enabled.
 2004-04-13 Kalle Wallin <kaw@linux.se>
        * list_window.c - use clrtoeol instead of wclear. This improves the
          speed and removes some flickering.
-       * main.c - poll mpd twice/seconed instead of once, print a newline 
+       * main.c - poll mpd twice/second instead of once, print a newline 
          after closing curses.
 
 2004-04-12 Kalle Wallin <kaw@linux.se>
        * ncmcp-0.10.0 released
-
-
-
-
-
-       
-
-
-       
diff --git a/README b/README
index af7183eee684ef71b0d4c139eebf1505704537c1..91be965360599016ee2a222343fefbbd9592453b 100644 (file)
--- a/README
+++ b/README
@@ -23,3 +23,4 @@ Read more about MPD on http://www.musicpd.org
 
 
 
+
diff --git a/conf.h b/conf.h
index 5f9141091c32d4427cfcd5d4b136372275072215..20b4f5ecad1c011d2745db3cc527c033db163216 100644 (file)
--- a/conf.h
+++ b/conf.h
@@ -1,3 +1,7 @@
 
+int check_user_conf_dir(void);
+
+char *get_user_key_binding_filename(void);
+
 int read_configuration(options_t *options);