Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * lisp/emms-streams.el: replace obsolete function. | Yoni Rabkin | 2016-12-22 | 1 | -1/+1 |
| | | | | `toggle-read-only' is obsolete. Use `read-only-mode' instead. | ||||
* | Correct email address for maintainer. | Yoni Rabkin | 2016-10-25 | 1 | -1/+1 |
| | |||||
* | * lisp/emms-streams.el: Remove defunct streams. | Yoni Rabkin | 2016-06-24 | 1 | -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 Rabkin | 2014-04-22 | 1 | -4/+1 |
| | |||||
* | * lisp/emms-streams.el: Fix compilation error; update obsolete variable. | Johnathan Rabkin | 2013-08-21 | 1 | -1/+1 |
| | |||||
* | Fix compiler warnings. | William Xu | 2009-11-23 | 1 | -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 Olson | 2009-08-05 | 1 | -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 Olson | 2009-02-08 | 1 | -1/+2 |
| | |||||
* | Don't set foreground explicitly to NIL in emms-stream-name-face. | Sascha Wilde | 2008-10-16 | 1 | -1/+1 |
| | | | | This is needed to make emms work with current GNU Emacs CVS HEAD. | ||||
* | Update copyright lines. | Michael Olson | 2008-09-20 | 1 | -1/+1 |
| | | | | | | | | Also, - Force utf-8 encoding in all files. - Update header of tq.el from version in Emacs. | ||||
* | Introduce emms-completing-read. | Michael Olson | 2008-08-08 | 1 | -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 Xu | 2008-06-17 | 1 | -0/+652 |