| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | emms-browser: add C-j as an alternative to C-RET for console users | lucas | 2006-06-27 | 1 | -0/+1 |
* | emms-playlist-mode-window-width defcustom + emms-playlist-mode-center-when-go | yoni-r | 2006-06-26 | 1 | -7/+20 |
* | make M-> act like a normal Emacs buffer for emms-playlist-mode | yoni-r | 2006-06-26 | 1 | -3/+14 |
* | emms-last-played: Count the number of times a track has been played. | lucas | 2006-06-25 | 1 | -1/+15 |
* | emms-cache.el: fix missing paren in emms-cache-sync | lucas | 2006-06-25 | 1 | -1/+1 |
* | emms-browser.el: fix bad keybinding for emms-browser-goto-random | lucas | 2006-06-25 | 1 | -1/+1 |
* | cache: readability fix | Damien Elmes | 2006-06-25 | 1 | -1/+2 |
* | cache: rename function, remove obsolete one, only mark dirty if necessary | Damien Elmes | 2006-06-25 | 1 | -22/+21 |
* | emms-cache.el: Move the pruning code inside emms-cache-refresh. | lucas | 2006-06-25 | 1 | -17/+8 |
* | emms-browser.el: emms-browser-goto-random moves the point to a random line in... | lucas | 2006-06-25 | 1 | -0/+5 |
* | browser: another read-only bug | Damien Elmes | 2006-06-23 | 1 | -6/+6 |
* | browser: fix bug with read-only buffer | Damien Elmes | 2006-06-23 | 1 | -3/+4 |
* | browser: more search stuff | Damien Elmes | 2006-06-23 | 1 | -16/+51 |
* | browser: preliminary browsing support | Damien Elmes | 2006-06-23 | 1 | -0/+59 |
* | function name change + testing emms-patches mailing-list | yoni-r | 2006-06-22 | 1 | -2/+2 |
* | README: added a note about compiling emms-print-metadata, since it apparently... | lucas | 2006-06-22 | 1 | -4/+6 |
* | browser: use the filename if no useful metadata is available | Damien Elmes | 2006-06-22 | 1 | -9/+15 |
* | browser: uniquify track names, mpg321-remote: restart dead process | Damien Elmes | 2006-06-22 | 2 | -3/+11 |
* | cache: add a routine to refresh metadata info | Damien Elmes | 2006-06-22 | 1 | -0/+21 |
* | README: fix a small typo | Damien Elmes | 2006-06-20 | 1 | -2/+2 |
* | README : Advanced configuration : added item about seeking. | lucas | 2006-06-20 | 1 | -0/+22 |
* | emms-player-mplayer.el: Enable mplayer's slave mode for seek support by | william.xwl | 2006-06-18 | 1 | -3/+3 |
* | AUTHORS: Update William's info. | william.xwl | 2006-06-18 | 1 | -1/+1 |
* | browser: bugfixes, sort/display by year | Damien Elmes | 2006-06-18 | 1 | -11/+56 |
* | define-emms-simple-player: Check for existence of the player executable. | forcer | 2006-06-17 | 1 | -1/+2 |
* | Rename `emms-score-show' to `emms-score-show-playing'. Add | william.xwl | 2006-06-16 | 1 | -2/+10 |
* | emms-player-mpd: Make the playable-p function return nil if we cannot start a... | Michael Olson | 2006-06-16 | 1 | -1/+7 |
* | browser: put track number first (better for compilation albums) | Damien Elmes | 2006-06-16 | 1 | -21/+26 |
* | browser: fix centering when adding new tracks to the playlist | Damien Elmes | 2006-06-16 | 1 | -9/+11 |
* | browser: remember position when hitting 1,2,3 etc | Damien Elmes | 2006-06-16 | 1 | -6/+43 |
* | browser: collapse before expanding (expand-to-level-2, etc) | Damien Elmes | 2006-06-16 | 1 | -0/+3 |
* | browser: fix sorting on tracks without a track number | Damien Elmes | 2006-06-16 | 1 | -3/+1 |
* | mpg321-remote: fix race condition | Damien Elmes | 2006-06-16 | 1 | -20/+25 |
* | mpg321-remote: fix bug related to the player stopping | Damien Elmes | 2006-06-16 | 1 | -8/+17 |
* | Add Adam Sjoegren (copyright got assigned) | forcer | 2006-06-15 | 1 | -0/+1 |
* | mpg321-remote: defvar mask-stop-message | Damien Elmes | 2006-06-15 | 1 | -0/+3 |
* | add player-mpg321-remote | Damien Elmes | 2006-06-15 | 2 | -1/+207 |
* | browser: fix for the tracknumber fix patch | Damien Elmes | 2006-06-15 | 1 | -1/+1 |
* | browser: handle nil track numbers | Damien Elmes | 2006-06-15 | 1 | -1/+1 |
* | playlist: enable undo, add extra undo binding | Damien Elmes | 2006-06-15 | 1 | -1/+3 |
* | browser: require emms-playlist-sort | Damien Elmes | 2006-06-15 | 1 | -0/+1 |
* | playlist-mode: add 'C' to clear playlist | Damien Elmes | 2006-06-15 | 1 | -0/+1 |
* | info: display progress when adding async | Damien Elmes | 2006-06-15 | 1 | -3/+15 |
* | browser: make defcustom lines user variables | Damien Elmes | 2006-06-15 | 1 | -9/+9 |
* | browser: expand/collapse levels, tab through entries | Damien Elmes | 2006-06-14 | 1 | -14/+77 |
* | 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 |