| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | 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 |