| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | emms-source-playlist: Get things working to my satisfaction, like saving play... | Michael Olson | 2006-04-09 | 6 | -112/+230 |
* | emms-playlist-mode: Make it possible to use edebug on `with-inhibit-read-only... | Michael Olson | 2006-04-06 | 1 | -0/+1 |
* | emms-player-mpd: If the MusicPD daemon goes away, make sure that we can still... | Michael Olson | 2006-04-06 | 1 | -1/+3 |
* | Updated manual for emms-lyrics. | william.xwl | 2006-04-03 | 1 | -0/+13 |
* | New variable: `emms-lyrics-coding-system'. It's the coding system used | william.xwl | 2006-04-03 | 1 | -1/+7 |
* | emms-player-mpd: Never set emms-player-stopped-p, since this is only to be do... | Michael Olson | 2006-04-02 | 1 | -1/+0 |
* | Make sure that negated character classes in regexps include the newline chara... | Michael Olson | 2006-04-02 | 4 | -4/+4 |
* | emms-playlist-sort.el, quote FORM argument to eval-after-load | forcer | 2006-04-02 | 1 | -4/+4 |
* | Update manual and emms-setup with the preferred way of invoking emms-playing-... | Michael Olson | 2006-04-02 | 3 | -31/+21 |
* | emms-streams: Make some options customizable. Fix compiler warnings. | Michael Olson | 2006-04-02 | 1 | -16/+32 |
* | emms-source-playlist: Add support for m3u and pls playlists. | Michael Olson | 2006-04-02 | 3 | -55/+86 |
* | README: Added a paragraph about libtag. | lucas | 2006-04-01 | 1 | -0/+13 |
* | emms-info-libtag.el: Add a warning about the possible conflict with emms-info... | lucas | 2006-04-01 | 1 | -0/+7 |
* | Some minor modifications | lucas | 2006-04-01 | 1 | -5/+8 |
* | Use insert-file instead of insert-file-literally to get around coding system ... | forcer | 2006-04-01 | 1 | -2/+2 |
* | Added emms-play-playlist | forcer | 2006-04-01 | 1 | -1/+22 |
* | Remove emms-tageditor.el, since it only works with emms-pbi.el. It might be ... | Michael Olson | 2006-04-01 | 1 | -449/+0 |
* | emms-player-mpd: Don't use define-emms-simple-player, since we provide our ow... | Michael Olson | 2006-04-01 | 1 | -2/+21 |
* | emms-lyrics: Make this behave like other add-ons. | Michael Olson | 2006-04-01 | 1 | -20/+37 |
* | Fix a variety of compilation errors and warnings. | Michael Olson | 2006-04-01 | 14 | -95/+100 |
* | Makefile: Don't show Emacs commandline. Remove generated HTML file in clean ... | Michael Olson | 2006-04-01 | 1 | -3/+4 |
* | emms-streams: Add prefix to utility functions. | Michael Olson | 2006-04-01 | 1 | -4/+5 |
* | Make all add-on files toggle-able. | Michael Olson | 2006-04-01 | 6 | -24/+66 |
* | Added emms-source-playlist.el, moved stuff from emms.el there | forcer | 2006-04-01 | 2 | -64/+217 |
* | Move emms-parse-playlist to emms-source-file.el, rename to emms-source-file-p... | forcer | 2006-04-01 | 3 | -25/+25 |
* | Remove emms-pl-manip.el | Michael Olson | 2006-04-01 | 1 | -131/+0 |
* | Remove emms-pbi*.el at forcer's request. | Michael Olson | 2006-04-01 | 4 | -834/+0 |
* | emms-mode-line: Add toggle functions and autoload cookies. | Michael Olson | 2006-04-01 | 2 | -1/+28 |
* | emms-player-mpd: Use simpler value for connect function. | Michael Olson | 2006-04-01 | 1 | -10/+2 |
* | Makefile: Use correct extension in new HTML rule. | Michael Olson | 2006-04-01 | 1 | -1/+1 |
* | Makefile: Update .PHONY, add .PRECIOUS line for generated files, add rule for... | Michael Olson | 2006-04-01 | 1 | -1/+5 |
* | emms-streams.el (emms-stream-default-list): Add "Voices from Within" | forcer | 2006-03-29 | 1 | -0/+2 |
* | All stable extentions documented | yonirabkin | 2006-03-24 | 1 | -1/+103 |
* | emms-player-mpd.el (emms-info-mpd): Prevent an error when we can't connect to... | Michael Olson | 2006-03-26 | 1 | -5/+7 |
* | Added MusicPD to the Emms manual. | yonirabkin | 2006-03-23 | 1 | -0/+85 |
* | Added `emms-playlist-sort' to the Emms manual. | yonirabkin | 2006-03-23 | 2 | -2/+47 |
* | re-organization of emms-setup levels | yonirabkin | 2006-03-22 | 1 | -4/+6 |
* | emms-player-mpd: Make importing of MusicPD playlist a bit less error-prone. | Michael Olson | 2006-03-23 | 1 | -11/+24 |
* | emms-player-mpd: Make pausing work after importing a playlist from MusicPD. | Michael Olson | 2006-03-20 | 1 | -8/+15 |
* | emms-player-mpd: Try to get values for name and port from environment. Fix a... | Michael Olson | 2006-03-20 | 1 | -5/+5 |
* | emms-player-mpd: Implement importing the current MusicPD playlist into EMMS a... | Michael Olson | 2006-03-20 | 1 | -37/+110 |
* | finished updating copyrights | yonirabkin | 2006-03-15 | 2 | -0/+26 |
* | fixed copyright years and copyright holder | yonirabkin | 2006-03-15 | 30 | -46/+98 |
* | emms-source-file: Yes, playlist does work. (Removed comment) | forcer | 2006-03-06 | 1 | -2/+0 |
* | emms-player-simple.el (alsaplayer): Fixed regexp. | forcer | 2006-03-05 | 1 | -1/+1 |
* | emms-player-simple.el: Added alsaplayer support. Thanks to indio on #emacs. | forcer | 2006-03-05 | 1 | -0/+3 |
* | emms-player-mpd: Do a seek when the song has changed in case several seconds ... | Michael Olson | 2006-03-02 | 1 | -14/+29 |
* | playlist mode yank bug fix | yoni-r | 2006-02-26 | 1 | -2/+3 |
* | update README file | yoni-r | 2006-02-16 | 2 | -99/+68 |
* | Pass correct parameter to `run-at-time', to make sure only one timer is | william.xwl | 2006-01-18 | 1 | -2/+2 |