aboutsummaryrefslogtreecommitdiff
path: root/lisp/emms-streams.el
Commit message (Collapse)AuthorAgeFilesLines
* move all files to top-levelYoni Rabkin2020-06-031-179/+0
|
* * lisp/emms-streams.el: fix typeYoni Rabkin2020-02-121-1/+1
|
* * lisp/emms-streams.el: Added WXHQ-LP radioYoni Rabkin2020-02-121-1/+4
| | | | Added WXHQ-LP radio station for consideration.
* * lisp/emms-streams.el: fix compilation warningsYoni Rabkin2020-01-161-0/+2
|
* * lisp/emms-streams.el: update built-in streams listYoni Rabkin2019-11-151-15/+53
|
* * lisp/emms-streams.el: complete rewriteYoni Rabkin2019-11-061-595/+109
|
* * lisp/emms-streams.el: add doc-string to emms-stream-modeFran Burstall2018-10-171-0/+3
| | | | So that describe-mode shows the keymap.
* * lisp/emms-streams.el: add Rinse FMYoni Rabkin2018-10-171-1/+3
|
* * lisp/emms-streams.el: replace obsolete function.Yoni Rabkin2016-12-221-1/+1
| | | | `toggle-read-only' is obsolete. Use `read-only-mode' instead.
* Correct email address for maintainer.Yoni Rabkin2016-10-251-1/+1
|
* * lisp/emms-streams.el: Remove defunct streams.Yoni Rabkin2016-06-241-78/+42
| | | | | Remove streams which are defunct for one reason or another. Patch thanks to Alejandro Erickson <alejandro.erickson@gmail.com>.
* * lisp/emms-streams.el: Use newer paradigm.Yoni Rabkin2014-04-221-4/+1
|
* * lisp/emms-streams.el: Fix compilation error; update obsolete variable.Johnathan Rabkin2013-08-211-1/+1
|
* Fix compiler warnings.William Xu2009-11-231-3/+6
| | | | | For emms-browser.el, emms-compat.el, emms-last-play.el, emms-lyrics.el and emms-streams.el.
* Introduce emms-insert-file-contents.Michael Olson2009-08-051-1/+1
| | | | | | This function is a safe way to insert the contents of a file without triggering major mode detection, and has been tested on several versions of Emacs and XEmacs.
* Update copyright headers.Michael Olson2009-02-081-1/+2
|
* Don't set foreground explicitly to NIL in emms-stream-name-face.Sascha Wilde2008-10-161-1/+1
| | | | This is needed to make emms work with current GNU Emacs CVS HEAD.
* Update copyright lines.Michael Olson2008-09-201-1/+1
| | | | | | | | Also, - Force utf-8 encoding in all files. - Update header of tq.el from version in Emacs.
* Introduce emms-completing-read.Michael Olson2008-08-081-1/+1
| | | | | | | | This allows users to specify which completing-read function to use, defaulting to ido-completing-read. The relevant option is emms-completing-read-function. Thanks to Thierry Volpiatto for the idea.
* *.el -> lisp/*.el: Move lisp files into "lisp/" subdirectory.William Xu2008-06-171-0/+652