summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorMark Oteiza <mvoteiza@udel.edu>2016-02-05 01:26:13 -0500
committerMark Oteiza <mvoteiza@udel.edu>2016-02-05 01:26:13 -0500
commit2c117fc7e283ad20f404c392be433c74f5cf8a4e (patch)
treee78883234424a512313340f4e4ff112eda81740f /etc
parent71a04969c4dc6c1963359b663ccf76abf0862988 (diff)
downloademacs-2c117fc7e283ad20f404c392be433c74f5cf8a4e.tar.gz
* etc/NEWS: Document new mpc.el features
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS27
1 files changed, 27 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 0fc4b4dd982..975c26cf70d 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -432,6 +432,33 @@ specified message types for the respective specified targets.
*** Nick completion is now case-insensitive again after inadvertently
being made case-sensitive in Emacs 24.2.
+** MPC
+
+---
+*** New commands, key binds, and menu items.
+
+**** `<' and `>' for navigating previous and next tracks in playlist
+
+**** New play/pause command `mpc-toggle-play' bound to `s'
+
+**** `g' bound to new command `mpc-seek-current' will navigate current
+ track.
+
+**** New commands `mpc-toggle-{consume,repeat,single,shuffle}' for
+ toggling playback modes.
+
+---
+*** Now supports connecting to a UNIX domain socket.
+
+---
+*** Looks at more image file names to use as album art.
+Case-insensitively tries for .folder.png (freedesktop) and folder.jpg
+(XP) in addition to cover.jpg.
+
+---
+*** Searches in more locations for MPD configuration files.
+MPD supports the XDG base directory specification since version 0.17.6.
+
** Midnight-mode
---