| Commit message (Expand) | Author | Age | Files | Lines |
* | emms.el: Improve `emms-uniq-list' to not use cl.el. | forcer | 2006-12-07 | 1 | -7/+14 |
* | emms-i18n changes, add playlist navigate command, uniq playlist command | Ye Wenbin | 2006-12-07 | 1 | -0/+42 |
* | emms.el: Fix bug introduced by recent changes to emms-playlist-set-playlist-b... | Michael Olson | 2006-11-19 | 1 | -1/+2 |
* | Default to current buffer when setting the current EMMS playlist buffer. | Michael Olson | 2006-11-19 | 1 | -4/+10 |
* | emms.el: In emms-playlist-set-playlist-buffer, prompt user from available EMM... | Michael Olson | 2006-11-19 | 1 | -2/+12 |
* | emms.el: Fix compiler warning | Michael Olson | 2006-11-19 | 1 | -3/+3 |
* | emms.el: Move macros to the top of the file. | forcer | 2006-10-25 | 1 | -30/+32 |
* | Since emms-player-seeked-to-functions and emms-player-time-set-functions hook... | Michael Olson | 2006-10-17 | 1 | -8/+1 |
* | emms-playing-time.el now works with `seek-to'. | yoni-r | 2006-09-22 | 1 | -1/+1 |
* | Added `seek-to' to emms.el and emms-player-mplayer.el. | yoni-r | 2006-09-22 | 1 | -0/+27 |
* | Release 2.1 version update | forcer | 2006-09-03 | 1 | -2/+1 |
* | Fix compilation warnings and don't clobber namespace | Michael Olson | 2006-08-22 | 1 | -3/+4 |
* | emms.el: Provide and use `emms-player-next-function'. | forcer | 2006-08-17 | 1 | -6/+13 |
* | Fix more XEmacs issues. | Michael Olson | 2006-07-02 | 1 | -0/+10 |
* | Allow player to set the exact elapsed time of a track. emms-player-mpd and e... | Michael Olson | 2006-07-02 | 1 | -0/+7 |
* | browser: refactor data format, bugfixes; emms: add emms-track-p | Damien Elmes | 2006-06-14 | 1 | -0/+5 |
* | emms-cache: Add standard enable/disable/toggle interface and do a docfix for ... | Michael Olson | 2006-06-09 | 1 | -1/+2 |
* | Standardize copyright notices. Add COPYING file. Mention license in README. | Michael Olson | 2006-06-08 | 1 | -4/+6 |
* | Fix compiler warnings in emms-cache.el. | Michael Olson | 2006-06-08 | 1 | -5/+15 |
* | small typo fix | Damien Elmes | 2006-06-08 | 1 | -1/+1 |
* | emms.el: Change directory to / before starting the player. | forcer | 2006-06-08 | 1 | -2/+5 |
* | Make emms-property-region bulletproof. | Michael Olson | 2006-06-07 | 1 | -4/+15 |
* | Fix typo in emms-property-region | forcer | 2006-06-07 | 1 | -2/+3 |
* | emms.el, simplified emms-property-region considerably. | forcer | 2006-06-07 | 1 | -19/+4 |
* | Mark the cache as dirty for each modification. | forcer | 2006-06-07 | 1 | -3/+13 |
* | emms.el: The currently playing marker now should stay where it is, even for y... | forcer | 2006-06-07 | 1 | -0/+1 |
* | emms sources now switch add/play behavior when a prefix argument is supplied. | forcer | 2006-06-07 | 1 | -2/+8 |
* | Typo, defvar => defcustom for emms-cache-set-function | forcer | 2006-06-07 | 1 | -1/+1 |
* | Cleaned up the cached code in emms.el a bit | forcer | 2006-06-07 | 1 | -10/+18 |
* | refactor caching code into emms-cache.el | Damien Elmes | 2006-06-07 | 1 | -3/+14 |
* | emms-playlist-mode.el - now with less overlay! | forcer | 2006-06-06 | 1 | -0/+11 |
* | Make sure we never have an empty track description when inserting a song into... | Michael Olson | 2006-06-04 | 1 | -3/+14 |
* | Make handling of multiple playlist buffers less error-prone. | Michael Olson | 2006-05-31 | 1 | -18/+59 |
* | emms-streams: When the user wants emms-streams to play the selected stream in... | Michael Olson | 2006-05-30 | 1 | -1/+1 |
* | emms-playlist-mode: Implement the option (disabled by default) of opening a n... | Michael Olson | 2006-05-10 | 1 | -0/+25 |
* | emms.el: Change version to 2.0 | forcer | 2006-04-29 | 1 | -2/+1 |
* | Rename with-widened-buffer to emms-with-widened-buffer. | Michael Olson | 2006-04-25 | 1 | -2/+2 |
* | emms.el: Simple playlists shouldn't be bothered by read-onliness. | forcer | 2006-04-23 | 1 | -3/+6 |
* | emms.el: Fix docstring of emms-player-finished-hook. | forcer | 2006-04-22 | 1 | -2/+3 |
* | emms.el: Fix compiler warning for Emacs22. | Michael Olson | 2006-04-20 | 1 | -5/+5 |
* | Make XEmacs21 and Emacs21 happy. | Michael Olson | 2006-04-20 | 1 | -36/+58 |
* | Move propertize compatibility function to the others. | forcer | 2006-04-20 | 1 | -9/+7 |
* | Use %S not %s for tracks in errors. | forcer | 2006-04-20 | 1 | -1/+1 |
* | Provide emms-propertize compatibility function. | forcer | 2006-04-20 | 1 | -2/+11 |
* | Make `emms-player-started' function, which serves the same purpose as `emms-p... | Michael Olson | 2006-04-12 | 1 | -4/+8 |
* | 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 |