| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | NEWS is new | forcer | 2006-06-08 | 1 | -0/+14 |
* | refactor browser mode creation code | Damien Elmes | 2006-06-08 | 1 | -35/+51 |
* | browser sorting, and bug fixes | Damien Elmes | 2006-06-08 | 2 | -26/+49 |
* | update modeline when changing browsing method | Damien Elmes | 2006-06-08 | 1 | -3/+6 |
* | avoid rebuilding the browser window each time | Damien Elmes | 2006-06-08 | 1 | -2/+3 |
* | small typo fix | Damien Elmes | 2006-06-08 | 1 | -1/+1 |
* | fix RET on trailing \n | Damien Elmes | 2006-06-08 | 2 | -14/+21 |
* | add a metadata browser - emms-browser.el | Damien Elmes | 2006-06-08 | 3 | -1/+413 |
* | emms-playlist-mode: Facify tracks on startup. | forcer | 2006-06-08 | 1 | -0/+4 |
* | emms.el: Change directory to / before starting the player. | forcer | 2006-06-08 | 1 | -2/+5 |
* | emms-playlist-mode: When making new overlays, do not allow the rear to advanc... | Michael Olson | 2006-06-07 | 1 | -1/+1 |
* | 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 |
* | Very basic support for recording the time you last played a track. | lucas | 2006-06-07 | 2 | -1/+112 |
* | Mark the cache as dirty for each modification. | forcer | 2006-06-07 | 4 | -6/+21 |
* | fix damien elmes's email address | Damien Elmes | 2006-06-07 | 1 | -1/+1 |
* | emms.el: The currently playing marker now should stay where it is, even for y... | forcer | 2006-06-07 | 1 | -0/+1 |
* | emms-playlist-mode: Stop overlay from being attached to text inserted before it | forcer | 2006-06-07 | 1 | -1/+2 |
* | emms sources now switch add/play behavior when a prefix argument is supplied. | forcer | 2006-06-07 | 1 | -2/+8 |
* | Add autoloads to emms-setup.el | forcer | 2006-06-07 | 1 | -0/+5 |
* | 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 | 2 | -12/+27 |
* | refactor caching code into emms-cache.el | Damien Elmes | 2006-06-07 | 4 | -82/+113 |
* | emms-playlist-mode doesn't need overlay compatibility anymore | forcer | 2006-06-06 | 1 | -41/+0 |
* | emms-playlist-mode.el - now with less overlay! | forcer | 2006-06-06 | 2 | -100/+49 |
* | emms-info: Fix bug that occurs after clearing the current playlist and trying... | Michael Olson | 2006-06-06 | 1 | -2/+3 |
* | AUTHORS: fixed Lucas' e-mail address | lucas | 2006-06-06 | 1 | -1/+1 |
* | info-cache-dirty/coding | Damien Elmes | 2006-06-05 | 1 | -11/+21 |
* | AUTHORS: Damien Elmes address updated | forcer | 2006-06-05 | 1 | -1/+1 |
* | emms-info caching (thanks to Damien Elmes) | forcer | 2006-06-05 | 2 | -16/+74 |
* | Sort file names from `emms-source-file-directory-tree-function'. | forcer | 2006-06-05 | 1 | -3/+4 |
* | Add some sources for inserting playlists without inserting their contents, an... | Michael Olson | 2006-06-04 | 2 | -6/+77 |
* | emms-player-mpd: Differentiate between files and URLs when it makes sense to ... | Michael Olson | 2006-06-04 | 1 | -8/+16 |
* | Miscellaneous minor cleanups. | Michael Olson | 2006-06-04 | 2 | -12/+15 |
* | Make sure we never have an empty track description when inserting a song into... | Michael Olson | 2006-06-04 | 2 | -4/+15 |
* | Remove debian-extras package as requested by ftpmasters (debian) | forcer | 2006-06-03 | 5 | -49/+15 |
* | Put volume options in their own customize group. | Martin Schoenmakers | 2006-06-01 | 2 | -3/+8 |
* | emms-volume.el: Cosmetic stuff, defvar -> defcustom | forcer | 2006-05-31 | 1 | -8/+15 |
* | emms-volume.el: Minor cosmetic cleanup | forcer | 2006-05-31 | 1 | -4/+4 |
* | emms-volme.el: Add some requires. | forcer | 2006-05-31 | 1 | -0/+4 |
* | emms-volume-amixer.el: Provide a way to set the control for amixer | forcer | 2006-05-31 | 1 | -1/+8 |
* | Make handling of multiple playlist buffers less error-prone. | Michael Olson | 2006-05-31 | 3 | -31/+83 |
* | AUTHORS: Add Martin Schoenmakers. Welcome! :-) | forcer | 2006-05-30 | 1 | -0/+1 |
* | Add emms-volume and emms-volume-amixer. | Martin Schoenmakers | 2006-05-30 | 2 | -0/+179 |
* | emms-streams: Re-add space after prompt and use completion for type. | Michael Olson | 2006-05-30 | 1 | -4/+8 |
* | allow nonzero ogginfo exit plus some reindenting | Martin Schoenmakers | 2006-05-30 | 1 | -29/+28 |
* | emms-streams: When the user wants emms-streams to play the selected stream in... | Michael Olson | 2006-05-30 | 2 | -1/+15 |
* | emms-streams: Re-implement yank and kill so that they do the right thing with... | Michael Olson | 2006-05-30 | 1 | -43/+55 |
* | emms-streams: Implement kill and yank. | Michael Olson | 2006-05-30 | 1 | -26/+78 |