summaryrefslogtreecommitdiff
path: root/lisp/mpc.el
Commit message (Expand)AuthorAgeFilesLines
* ; Add 2024 to copyright yearsPo Lu2024-01-021-1/+1
* * lisp/mpc.el (mpc-format): Fix oversight in commit 48b6cec61cfStefan Monnier2023-03-191-1/+1
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-011-1/+1
* ; Fix typosStefan Kangas2022-11-181-1/+1
* Delete many items obsolete since 24.3Stefan Kangas2022-09-091-2/+0
* Fix namespace problem in mpc.elStefan Kangas2022-08-041-3/+4
* Prefer defvar-keymap in mpc.elStefan Kangas2022-07-171-46/+38
* ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
* Fix some custom typesGlenn Morris2021-10-011-1/+1
* New command mpc-goto-playing-songStefan Kangas2021-09-301-0/+13
* Force volume to an integer divisible by mpc-volume-stepStefan Kangas2021-09-291-2/+3
* New user option mpc-cover-image-reStefan Kangas2021-09-291-2/+10
* * lisp/mpc.el (mpc-format): Fix printing after last format spec.Stefan Kangas2021-09-291-0/+3
* ; Minor stylistic fixes found by checkdocStefan Kangas2021-09-161-4/+4
* Use string-search instead of string-match[-p]Mattias EngdegÄrd2021-08-091-3/+3
* Use string-replace instead of replace-regexp-in-stringMattias EngdegÄrd2021-08-081-2/+2
* * lisp/mpc.el (mpc-intersection): Fix commit 1760029b0927242Stefan Monnier2021-06-051-6/+5
* * lisp/mpc.el (mpc-format): Fix inf-loop in constructed predicateStefan Monnier2021-05-291-7/+15
* * lisp/mpc.el: Avoid (implicit) `eval`; prefer #' to quote function namesStefan Monnier2021-04-241-76/+82
* Replace local intersection functions with seq-intersectionStefan Kangas2021-04-051-8/+6
* Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* Fix some mpc.el updating quirksMasahiro Nakamura2020-10-201-5/+6
* Use format-prompt in read-string calls (that have default values)Lars Ingebrigtsen2020-09-061-1/+3
* Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* Make some anonymous faces extend to EOLEli Zaretskii2019-11-271-1/+1
* Avoid some double-rounding of Lisp timestampsPaul Eggert2019-02-221-5/+6
* Merge from origin/emacs-26Paul Eggert2018-12-311-1/+1
|\
| * Update copyright year to 2019Paul Eggert2019-01-011-1/+1
* | Replace insignificant backquotesMichael Heerdegen2018-11-251-2/+2
* | Merge from origin/emacs-26Paul Eggert2018-01-011-1/+1
|\|
| * Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* | Expand recognized time intervals for MPC seekingMark Oteiza2017-09-241-1/+29
|/
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-1/+1
* Update uses of if-let and when-letMark Oteiza2017-09-121-6/+6
* ; Fix MPC menu titleMark Oteiza2017-04-271-2/+2
* Merge from origin/emacs-25Paul Eggert2017-01-011-1/+1
|\
| * Update copyright year to 2017Paul Eggert2016-12-311-1/+1
* | Assume getaddrinfo in C codePaul Eggert2016-03-071-4/+1
|/
* Update copyright year to 2016Paul Eggert2016-01-011-1/+1
* Backport: Add interactive seek command.Mark Oteiza2015-11-271-1/+11
* Backport: Fix issue where a new tempfile was created every refreshMark Oteiza2015-11-211-3/+2
* * lisp/mpc.el: Rename the new toggling commandsStefan Monnier2015-10-161-11/+11
* Add commands for controlling MPD modesMark Oteiza2015-10-151-0/+50
* * lisp/mpc.el (mpc-format): Always push form to predMark Oteiza2015-10-141-24/+24
* * lisp/mpc.el (mpc-mode-menu, mpc-toggle-play): Fix docstringsMark Oteiza2015-10-141-3/+3
* * lisp/mpc.el (mpc-volume-refresh): Check if buffer is live.Mark Oteiza2015-10-141-1/+2
* Add MPC play/pause commandMark Oteiza2015-10-131-0/+12
* Add bindings and menu items for prev and next tracksMark Oteiza2015-10-131-0/+4
* Derive mpc-mode from special-modeMark Oteiza2015-10-131-5/+3
* Fix error messages for when covers are not found.Mark Oteiza2015-10-131-26/+27