| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | emms.el: Introduce and use `emms-source-old-buffer' | forcer | 2006-04-10 | 1 | -3/+10 |
* | emms-source-playlist: Get things working to my satisfaction, like saving play... | Michael Olson | 2006-04-09 | 1 | -0/+1 |
* | Added emms-source-playlist.el, moved stuff from emms.el there | forcer | 2006-04-01 | 1 | -64/+0 |
* | Move emms-parse-playlist to emms-source-file.el, rename to emms-source-file-p... | forcer | 2006-04-01 | 1 | -23/+0 |
* | fixed copyright years and copyright holder | yonirabkin | 2006-03-15 | 1 | -1/+1 |
* | add two macros, one to emms.el and the other to emms-playlist-mode.el. The fo... | yonirabkin | 2006-01-09 | 1 | -7/+13 |
* | Rename m3u-playlist source to "playlist" and support .pls files. The playlis... | Michael Olson | 2006-01-07 | 1 | -0/+23 |
* | New XEmacs compatibility function: emms-replace-regexp-in-string | Michael Olson | 2006-01-05 | 1 | -0/+16 |
* | Move `emms-cancel-timer' to a compatibility section in emms.el | forcer | 2006-01-04 | 1 | -8/+11 |
* | Use timers in a way that is compatible with both Emacs and XEmacs. | Michael Olson | 2006-01-04 | 1 | -0/+8 |
* | fix emms-playlist-save-as-m3u | yonirabkin | 2005-12-18 | 1 | -5/+6 |
* | Rename `emms-playlist-save-active-as-m3u' to `emms-playlist-save-current-as-m... | forcer | 2005-10-08 | 1 | -1/+1 |
* | emms.el: Should initialize `emms-player-paused-p' to nil at start. Or a | william.xwl | 2005-10-05 | 1 | -1/+2 |
* | some manual fixes (just the start) | yonirabkin | 2005-09-26 | 1 | -1/+1 |
* | Rename emms-default.el to emms-setup.el. | forcer | 2005-09-28 | 1 | -1/+1 |
* | Update tracks with a specific function, and provide emms-track-updated-functions | forcer | 2005-09-26 | 1 | -0/+11 |
* | emms.el (emms-playlist-new): Use interactive-p rather than | Michael Olson | 2005-09-25 | 1 | -1/+1 |
* | Inefficiency removed: Update each track only once :P | forcer | 2005-09-20 | 1 | -4/+6 |
* | emms-info.el rewrite. | forcer | 2005-09-20 | 1 | -2/+20 |
* | emms-random: Use `emms-playlist-current-select-random'. | forcer | 2005-09-20 | 1 | -1/+1 |
* | Added track updating to emms. | forcer | 2005-09-19 | 1 | -7/+30 |
* | Make emms-playlist-current-clear an interactive function. | mwolson | 2005-09-19 | 1 | -0/+1 |
* | Make `emms-playlist-clear' interactive so that I can map it to a key. | mwolson | 2005-09-18 | 1 | -0/+1 |
* | Make `with-current-emms-playlist' disable read-onlyness. | forcer | 2005-09-18 | 1 | -2/+4 |
* | emms-playlist-set-playlist-buffer: Ensure the selected buffer is a playlist. | forcer | 2005-09-18 | 1 | -3/+5 |
* | Big renaming for current buffer/current playlist distinction. | forcer | 2005-09-18 | 1 | -154/+215 |
* | emms-playlist-new: No, it's a major mode, DONT pass an argument! | forcer | 2005-09-18 | 1 | -1/+1 |
* | emms-playlist-new: Pass positive argument to mode function. | forcer | 2005-09-18 | 1 | -1/+1 |
* | emms.el missing quote fix, emms-playlist-mode.el kill-track fix | yonirabkin | 2005-09-18 | 1 | -1/+1 |
* | emms-playlist-select should not switch to the playlist buffer. | forcer | 2005-09-17 | 1 | -6/+5 |
* | emms-show now knows when nothing is playing. | forcer | 2005-09-17 | 1 | -2/+4 |
* | Inhibit read-only in `emms-playlist-insert-track' | forcer | 2005-09-17 | 1 | -1/+2 |
* | Add `emms-ensure-player-playing-p' | forcer | 2005-09-16 | 1 | -3/+7 |
* | Be able to clear the playlist buffer even if it's killed. | forcer | 2005-09-16 | 1 | -1/+2 |
* | Adding emms-playlist-save-active-as-m3u | lucas | 2005-09-16 | 1 | -0/+5 |
* | Fixing a typo in emms-playlist-save-active | lucas | 2005-09-16 | 1 | -1/+1 |
* | Docstrings for playlist saving functions | lucas | 2005-09-16 | 1 | -1/+3 |
* | Adding m3u playlist format for saving. | lucas | 2005-09-16 | 1 | -0/+27 |
* | Shuffle, sort and source-add don't move point anymore. | forcer | 2005-09-16 | 1 | -3/+7 |
* | Provide source insertion | forcer | 2005-09-16 | 1 | -1/+12 |
* | Cleaned up `emms-playlist-save' a bit | forcer | 2005-09-16 | 1 | -12/+12 |
* | Adding emms-playlist-save and -active-save | lucas | 2005-09-16 | 1 | -0/+28 |
* | Fix emms-playlist-new and make emms-playlist-clear use it. | forcer | 2005-09-16 | 1 | -16/+19 |
* | emms-source-add now checks for an as of yet unset marker, too. | forcer | 2005-09-15 | 1 | -1/+2 |
* | Add `emms-playlist-buffer-p'. | forcer | 2005-09-15 | 1 | -0/+5 |
* | emms.el: Fix seek bug in `emms-player-seek'. | william.xwl | 2005-09-15 | 1 | -2/+2 |
* | emms-playlist-new, emms-playlist-set-playlist-buffer: New commands. | forcer | 2005-09-14 | 1 | -0/+15 |
* | Call widen in shuffle and sort. | forcer | 2005-09-13 | 1 | -0/+2 |
* | Added `emms-playlist-delete-track-function'. | forcer | 2005-09-13 | 1 | -5/+14 |
* | Remove emms-playlist-kill-track. | forcer | 2005-09-13 | 1 | -8/+0 |