aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKalle Wallin <kaw@linux.se>2004-07-13 17:31:53 +0000
committerKalle Wallin <kaw@linux.se>2004-07-13 17:31:53 +0000
commit0c1c6a258b7a2675cc9eb930ec59378dcac1d030 (patch)
tree4d486f804dc326741fb7717d7f3b02a1cd1f4ed1 /ChangeLog
parentf674c3f262a6bf2542debd29c4aa61281a976cbc (diff)
downloadmpd-0c1c6a258b7a2675cc9eb930ec59378dcac1d030.tar.gz
mpd-0c1c6a258b7a2675cc9eb930ec59378dcac1d030.tar.xz
mpd-0c1c6a258b7a2675cc9eb930ec59378dcac1d030.zip
Crossfade time can now be definied in the rc file (crossfade-time)
git-svn-id: https://svn.musicpd.org/ncmpc/trunk@1865 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to '')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5e2279601..1978644f2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2004-07-13 Kalle Wallin <kaw@linux.se>
+ * command.c: added my_wgetch() function,
+ Ctrl-C, Ctrl-Z are now hard coded to SIGINT and SIGSTOP
+ * options.c: added options --mouse and --no-mouse
+ * Crossfade time can now be definied in the conf file (crossfade-time)
+
2004-07-12 Kalle Wallin <kaw@linux.se>
* options.c: fixed short option handling for multiple short options
at once (-abcde)