summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)Author
2019-12-18increment version number to 0.21.18Max Kellermann
2019-12-16Fix typo in documentationNaglis Jonaitis
2019-10-28doc/user.rst: update build dependencies on Debian Busterkaliko
2019-10-16increment version number to 0.21.17Max Kellermann
2019-10-07increment version number to 0.21.16Max Kellermann
2019-08-22increment version number to 0.21.15Max Kellermann
2019-08-12doc/protocol.rst: add missing newline to "albumart" exampleMax Kellermann
This was missing in commit 0f488dcecfb0c43134f15cfb2e6368845dcf3d8d
2019-08-09increment version number to 0.21.14Max Kellermann
2019-08-05increment version number to 0.21.13Max Kellermann
2019-07-12increment version number to 0.21.12Max Kellermann
2019-06-26input/tidal: deprecated because Tidal has changed the protocolMax Kellermann
See https://github.com/MusicPlayerDaemon/MPD/issues/545
2019-06-11doc/include: remove obsolete DocBook fragmentMax Kellermann
2019-06-11increment version number to 0.21.11Max Kellermann
2019-05-31doc/protocol.rst: binary responses do have a newline after allMax Kellermann
Closes https://github.com/MusicPlayerDaemon/MPD/issues/568
2019-05-31doc/user.rst: more heading correctionsMax Kellermann
According to http://www.sphinx-doc.org/en/master/usage/restructuredtext/basics.html#sections
2019-05-31doc/developer.rst: remove outdated section about the clang static analyzerMax Kellermann
2019-05-31doc/user.rst: use ".. note:"Max Kellermann
2019-05-31increment version number to 0.21.10Max Kellermann
2019-05-20doc/protocol.rst: several clarificationsMax Kellermann
Closes https://github.com/MusicPlayerDaemon/MPD/issues/340
2019-05-13doc/mpd.conf.5: remove ALSA specific documentationMax Kellermann
ALSA is just one out of many output plugins, and detailed plugin documentation should only live in the user manual, without having duplicates in the (brief) manpage. Also move "mixer_type" to the "optional audio output parameters" section; it is a generic option, not specific to ALSA. Closes https://github.com/MusicPlayerDaemon/MPD/issues/552
2019-05-13doc/mpd.conf.5: fix section indentMax Kellermann
2019-05-13doc/protocol.rst: add references to audio_output_formatMax Kellermann
2019-05-13doc/user.rst: move audio format spec to section "Global Audio Format"Max Kellermann
2019-05-13doc/user.rst: add reference to audio_output_formatMax Kellermann
2019-05-13doc/user.rst: more markupMax Kellermann
2019-05-13doc/user.rst: add missing spaceMax Kellermann
2019-05-03increment version number to 0.21.9Max Kellermann
2019-04-23doc/protocol.rst: "list file" is deprecatedMax Kellermann
Closes https://github.com/MusicPlayerDaemon/MPD/issues/526
2019-04-10doc/protocol: mention that stickers are only implemented for songsMax Kellermann
Closes https://github.com/MusicPlayerDaemon/MPD/issues/524
2019-04-10doc/protocol.rst: mention "in seconds" where it was missingMax Kellermann
Closes https://github.com/MusicPlayerDaemon/MPD/issues/523
2019-04-10Fid move doc argscotko
2019-04-10doc/developer.rst: remove mailing list, refer to GitHub insteadMax Kellermann
2019-04-03increment version number to 0.21.8Max Kellermann
2019-03-20event/ServerSocket, doc, ...: refer to AF_LOCAL as "local socket"Max Kellermann
.. and not "UNIX domain socket. Be consistent about the naming.
2019-03-18doc/plugins.rst: add the Haiku plugin and mark it as unmaintainedMax Kellermann
2019-03-18doc/plugins.rst: add filter plugin referenceMax Kellermann
2019-03-18doc/user.rst: document the "filters" settingMax Kellermann
2019-03-18doc/user.rst: add more linksMax Kellermann
2019-03-18meson.build: require Meson 0.49.0Jörg Krause
Meson 0.49.0 adds native support for `libgcrypt-config` which is necessary for detecting libgcrypt dependencies, as the latest version 1.8.4 of libgcrypt does not provide a .pc file.
2019-03-18increment version number to 0.21.7Max Kellermann
2019-03-16doc/protocol.rst: clarify filter expressions with multiple tag valuesMax Kellermann
Clarification for https://github.com/MusicPlayerDaemon/MPD/issues/505
2019-03-15doc/protocol.rst: add missing operators to example expressionsMax Kellermann
2019-03-15doc/protocol.rst: use double backticks for tag namesMax Kellermann
2019-03-15doc/protocol.rst: clarify the meaning of the `any` tag typeMax Kellermann
2019-02-27Merge branch 'feature/playlist' of git://github.com/miccoli/MPDMax Kellermann
2019-02-26update protocol documentation for new semantics of playlist abs. nameStefano Miccoli
2019-02-25event/ServerSocket, config/Net: abstract socket supportMax Kellermann
2019-02-22increment version number to 0.21.6Max Kellermann
2019-02-22doc/plugins.rst: document udisks2/policykit ruleMax Kellermann
2019-02-20mixer/pulse: rename `scale` to `scale_volume`Max Kellermann
Make it less generic, to avoid clashes.