aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS29
1 files changed, 28 insertions, 1 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 3f5f5b0de5e..a49bed14750 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -513,9 +513,36 @@ servers.
513*** Reconnection is now asynchronous. 513*** Reconnection is now asynchronous.
514 514
515--- 515---
516*** Nick completion is now case-insentive again after inadvertently 516*** Nick completion is now case-insensitive again after inadvertently
517being made case-sensitive in Emacs 24.2. 517being made case-sensitive in Emacs 24.2.
518 518
519** MPC
520
521---
522*** New commands, key binds, and menu items.
523
524**** `<' and `>' for navigating previous and next tracks in playlist
525
526**** New play/pause command `mpc-toggle-play' bound to `s'
527
528**** `g' bound to new command `mpc-seek-current' will navigate current
529 track.
530
531**** New commands `mpc-toggle-{consume,repeat,single,shuffle}' for
532 toggling playback modes.
533
534---
535*** Now supports connecting to a UNIX domain socket.
536
537---
538*** Looks at more image file names to use as album art.
539Case-insensitively tries for .folder.png (freedesktop) and folder.jpg
540(XP) in addition to cover.jpg.
541
542---
543*** Searches in more locations for MPD configuration files.
544MPD supports the XDG base directory specification since version 0.17.6.
545
519** Midnight-mode 546** Midnight-mode
520 547
521--- 548---