| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Add emms-mp3tag and emms-i18n | Wenbin Ye | 2006-12-05 | 3 | -17/+534 |
* | Add emms-mark and emms-history | wenbinye | 2006-11-21 | 2 | -0/+285 |
* | emms-info-mp3info.el: Replace `emms-iconv' with decode-coding-string and | william.xwl | 2006-11-20 | 1 | -12/+4 |
* | 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 |
* | manual: Add documentation for new emms-playlist-mode keybindings | Michael Olson | 2006-11-19 | 1 | -0/+8 |
* | emms-playlist-mode: Bind "b" key to emms-playlist-set-playlist-buffer. | Michael Olson | 2006-11-19 | 1 | -0/+1 |
* | emms-playlist-mode: Implement adding the thing at point to the current playli... | Michael Olson | 2006-11-19 | 1 | -0/+43 |
* | 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 |
* | Don't add subdirectories for directory and playlist-directory source insert m... | Michael Olson | 2006-11-19 | 2 | -4/+6 |
* | emms-playing-time.el: New variable `emms-playing-time-style', it | william.xwl | 2006-11-12 | 1 | -13/+34 |
* | bind SPC to `scroll-up' in emms-playlist-mode and update manual. | yoni-r | 2006-11-06 | 2 | -2/+4 |
* | emms.el: Move macros to the top of the file. | forcer | 2006-10-25 | 1 | -30/+32 |
* | emms-player-mpd: Deal with change in output when getting supported file types | Michael Olson | 2006-10-28 | 1 | -2/+3 |
* | NEWS: Add entry for recent emms-player-mpd change | Michael Olson | 2006-10-23 | 1 | -0/+1 |
* | NEWS: Version 2 is version 2.0 | forcer | 2006-10-23 | 1 | -1/+1 |
* | emms-player-mpd: Handle errors that occur when we begin playback | Michael Olson | 2006-10-22 | 1 | -35/+50 |
* | emms-playlist-mode: Handle case where selection has not been set but user wan... | Michael Olson | 2006-10-22 | 1 | -4/+5 |
* | emms-player-mplayer.el: Mplayer also supports .vob files. | william.xwl | 2006-10-21 | 1 | -1/+1 |
* | FluidSynth midi file player | mlang | 2006-10-15 | 1 | -0/+3 |
* | Added delYsid | forcer | 2006-10-21 | 1 | -0/+1 |
* | jackd-support-for-emacs | mlang | 2006-10-08 | 1 | -0/+367 |
* | browser: ensure the RNG is seeded before use | Damien Elmes | 2006-10-11 | 1 | -0/+6 |
* | browser: require sort (fixes bug with sort-fold-case being void) | Damien Elmes | 2006-10-10 | 1 | -0/+1 |
* | emms-playlist-mode: Fix typo in hook name | Michael Olson | 2006-10-22 | 1 | -1/+1 |
* | emms-player-mpd: Update version recommendation | Michael Olson | 2006-10-22 | 1 | -4/+7 |
* | emms-player-mpd: Work properly with tracks inserted by emms-browser | Michael Olson | 2006-10-22 | 2 | -10/+56 |
* | Add NEWS items since version 2.1 | Michael Olson | 2006-10-17 | 1 | -0/+18 |
* | emms-player-mpd: When using the emms-volume interface, allow the user to spec... | Michael Olson | 2006-10-17 | 2 | -3/+18 |
* | Documentation cleanups in emms-player-mpd and emms-source-playlist | Michael Olson | 2006-10-17 | 2 | -23/+43 |
* | Since emms-player-seeked-to-functions and emms-player-time-set-functions hook... | Michael Olson | 2006-10-17 | 2 | -9/+1 |
* | emms-browser: Fix compiler warning | Michael Olson | 2006-10-17 | 1 | -1/+1 |
* | emms-player-mpd: Implement seek-to support | Michael Olson | 2006-10-17 | 1 | -0/+15 |
* | fix faulty emms-playlist-mode keybinding, fix due to William and Damien. | yoni-r | 2006-10-07 | 2 | -4/+4 |
* | Added seeking to the playlist keymap, and updated the manual. | yoni-r | 2006-10-06 | 2 | -0/+10 |
* | emms-player-mpd: Only display error if we are certain that url.el is not up-t... | Michael Olson | 2006-10-04 | 1 | -6/+4 |
* | seek-for-alsaplayer | mlang | 2006-09-29 | 1 | -0/+7 |
* | midi-files-via-timidity | mlang | 2006-09-29 | 1 | -0/+3 |
* | emms-playing-time.el: Minor cleanups. | william.xwl | 2006-09-29 | 1 | -5/+2 |
* | emms-lyrics.el: Minor Cleanups. | william.xwl | 2006-09-29 | 1 | -19/+7 |
* | pause-for-alsaplayer | mlang | 2006-09-28 | 1 | -0/+12 |
* | mms-for-mplayer | mlang | 2006-09-26 | 1 | -1/+1 |
* | DoTheRightThing with player pausing and emms-bookmarks.el | yoni-r | 2006-09-26 | 1 | -6/+12 |
* | Added emms-bookmarks.el | yoni-r | 2006-09-24 | 2 | -0/+148 |
* | Added `emms-pause' to emms-playlist-mode.el bound to to ``P''. | yoni-r | 2006-09-25 | 2 | -0/+4 |
* | browser: add deletion started/finished message | Damien Elmes | 2006-09-23 | 1 | -1/+3 |
* | Added a link to the online version of the manual. | yoni-r | 2006-09-23 | 1 | -0/+4 |
* | emms-playing-time.el now works with `seek-to'. | yoni-r | 2006-09-22 | 2 | -1/+2 |
* | Added `seek-to' to emms.el and emms-player-mplayer.el. | yoni-r | 2006-09-22 | 2 | -0/+37 |