| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | browser: refactor data format, bugfixes; emms: add emms-track-p | Damien Elmes | 2006-06-14 | 2 | -241/+419 |
* | emms-lyrics.el: Fix file-exists-p error when finding lyrics file for | william.xwl | 2006-06-14 | 1 | -31/+34 |
* | added the section "Finding files and speed" to the manual | yoni-r | 2006-06-13 | 1 | -0/+26 |
* | fix bug in emms-playlist-mode-center-current | yoni-r | 2006-06-13 | 1 | -3/+4 |
* | removed superfluous comment (actually testing darcs send) | yoni-r | 2006-06-11 | 1 | -3/+0 |
* | debian: add changelog for 2.0-2 | forcer | 2006-06-12 | 1 | -0/+6 |
* | debian: Install info file as well | forcer | 2006-06-12 | 1 | -1/+1 |
* | browser: sorting, bugfixes | Damien Elmes | 2006-06-12 | 1 | -25/+86 |
* | updated manual about emms-foobar-file prefix toggling | yoni-r | 2006-06-11 | 1 | -2/+4 |
* | emms-cache: add pruning support, make save/load interactive | Damien Elmes | 2006-06-11 | 1 | -0/+15 |
* | Use better exclude regexp, so that people can load music files with '#' in th... | Michael Olson | 2006-06-10 | 1 | -1/+1 |
* | emms-info: Never return 0 for info-mtime, since emms-time-less-p does not lik... | Michael Olson | 2006-06-10 | 1 | -2/+2 |
* | Add mpd volume settings to custom | Martin Schoenmakers | 2006-06-09 | 1 | -0/+2 |
* | browse subcategories (eg artist->album->title) | Damien Elmes | 2006-06-09 | 1 | -30/+202 |
* | update emms-cache.el commentary | Damien Elmes | 2006-06-09 | 1 | -5/+1 |
* | emms-player-mpd: Add functionality to dump MusicPD data into the EMMS cache. ... | Michael Olson | 2006-06-09 | 1 | -0/+42 |
* | emms-player-mpd: Rename volume functions to better match the namespace create... | Michael Olson | 2006-06-09 | 1 | -5/+9 |
* | emms-player-mpd: Fix minor bug when importing the current MusicPD playlist in... | Michael Olson | 2006-06-09 | 1 | -12/+22 |
* | emms-setup: Get rid of pointless compiler warning. | Michael Olson | 2006-06-09 | 1 | -1/+2 |
* | emms-cache: Small compiler fix. | Michael Olson | 2006-06-09 | 1 | -0/+2 |
* | emms-cache: Add standard enable/disable/toggle interface and do a docfix for ... | Michael Olson | 2006-06-09 | 3 | -9/+46 |
* | Standardize copyright notices. Add COPYING file. Mention license in README. | Michael Olson | 2006-06-08 | 30 | -133/+530 |
* | Fix compiler warnings in emms-cache.el. | Michael Olson | 2006-06-08 | 3 | -18/+26 |
* | emms-metaplaylist-mode: Fix bug introduced by the recent emms-playlist-mode o... | Michael Olson | 2006-06-08 | 1 | -8/+11 |
* | 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 |