diff options
| author | Paul Eggert | 2016-02-09 14:23:09 -0800 |
|---|---|---|
| committer | Paul Eggert | 2016-02-09 14:23:09 -0800 |
| commit | fdc2da4ef44b32e2dd360defc9bd64d644ed1783 (patch) | |
| tree | 0c4c996897292cec2115b21f40db68836af0190e /etc | |
| parent | f414fe61dd5e9f54c562adc65739305198173001 (diff) | |
| parent | 2c117fc7e283ad20f404c392be433c74f5cf8a4e (diff) | |
| download | emacs-fdc2da4ef44b32e2dd360defc9bd64d644ed1783.tar.gz emacs-fdc2da4ef44b32e2dd360defc9bd64d644ed1783.zip | |
Merge from origin/emacs-25
2c117fc * etc/NEWS: Document new mpc.el features
71a0496 * lisp/custom.el (defface): Revert indentation change. (Bug#22524)
9dfece1 Correctly fontify C++ initializations which "look like" functions.
4485222 Improve newsticker-treeview-selection-face
4236944 Minor fix in tagging Ruby accessors by etags
35fc77d Spelling fixes
3dda110 Remove 'def X' from the example
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 29 |
1 files changed, 28 insertions, 1 deletions
| @@ -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 |
| 517 | being made case-sensitive in Emacs 24.2. | 517 | being 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. | ||
| 539 | Case-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. | ||
| 544 | MPD supports the XDG base directory specification since version 0.17.6. | ||
| 545 | |||
| 519 | ** Midnight-mode | 546 | ** Midnight-mode |
| 520 | 547 | ||
| 521 | --- | 548 | --- |