aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Added a link to the online version of the manual.yoni-r2006-09-231-0/+4
* emms-playing-time.el now works with `seek-to'.yoni-r2006-09-222-1/+2
* Added `seek-to' to emms.el and emms-player-mplayer.el.yoni-r2006-09-222-0/+37
* browser/cache: support deleting files, make emms-cache-dirty a defsubstDamien Elmes2006-09-222-2/+125
* Release 2.1 version updateforcer2006-09-033-7/+14
* emms-player-mpd: Use regexp-opt instead of mapconcat.Michael Olson2006-08-251-2/+1
* Include the tq.el file from Emacs 22 with EMMS, instead of re-implementing it...Michael Olson2006-08-272-110/+180
* browser: don't scroll the playlist to the bottom when switching backDamien Elmes2006-08-241-2/+1
* browser: pitchfork's search page has changedDamien Elmes2006-08-241-1/+1
* Fix compilation warnings and don't clobber namespaceMichael Olson2006-08-223-32/+42
* browser: few compat fixes for emacs21Damien Elmes2006-08-221-1/+11
* manual: fix a spelling mistake (thanks yrk for adding the browser!)Damien Elmes2006-08-201-1/+1
* added the emms browser to the manualyoni-r2006-08-201-7/+406
* browser: move from emms-devel to emms-allDamien Elmes2006-08-192-3/+3
* emms-player-mpd: Get rid of error messages when closing the MusicPD process a...Michael Olson2006-08-181-36/+51
* emms-score.el: Make use of `emms-player-next-function'.william.xwl2006-08-171-13/+4
* browser: only display '. ' if there's a valid track numberDamien Elmes2006-08-171-54/+77
* browser: add documentation for a bunch of featuresDamien Elmes2006-08-171-13/+106
* emms.el: Provide and use `emms-player-next-function'.forcer2006-08-171-6/+13
* browser: add last-played supportDamien Elmes2006-08-171-0/+16
* The coding system of choice is utf-8, not legacy-1forcer2006-08-173-3/+3
* AUTHORS: Removed zeus, he said he never did anything big to emms, onlyforcer2006-08-161-2/+0
* emms-info-ogginfo.el: Add check for retrieving ogginfo.william.xwl2006-08-131-10/+11
* added emms-with-excluded-directories to emms-source-fileyoni-r2006-08-121-0/+9
* emms-player-mpd: Really kill the client process, as documented, instead of wa...Michael Olson2006-08-111-1/+4
* emms-player-mpd: Make supported formats regexp customizable.Michael Olson2006-08-111-24/+30
* emms-playing-time: Don't require emms-info-mp3info, since none of its functio...Michael Olson2006-08-061-1/+0
* emms-player-mpd: Emacs21 fix.Michael Olson2006-08-061-4/+4
* emms-player-mpd: Use better logic for last patch.Michael Olson2006-08-041-14/+13
* emms-player-mpd: Correctly fetch track data when using remote MusicPD server.Michael Olson2006-08-041-6/+6
* Set correct SEPARATORS parameter for split-string.william.xwl2006-08-051-1/+2
* emms-player-mpd: Use better algorithm to detect whether the user has requeste...Michael Olson2006-08-031-7/+5
* emms-cache: Replace use of 'utf-8 with emms-cache-file-coding-system.Michael Olson2006-08-021-1/+1
* emms-cache: Change default coding system to utf-8. Fix byte-compilation warn...Michael Olson2006-08-012-6/+7
* emms-info-mp3info.el: New function, emms-iconv, for converting stringwilliam.xwl2006-07-311-6/+19
* emms-cache.el: New variable, emms-cache-file-coding-system, which willwilliam.xwl2006-07-311-1/+9
* emms-player-mpd: Add support for updating MusicPD's database and improve docu...Michael Olson2006-07-302-6/+62
* emms-streams: Don't prompt for fd. Determine it automatically instead.Michael Olson2006-07-301-3/+16
* emms-player-mpd: Allow a password to be sent to the MusicPD server.Michael Olson2006-07-302-2/+26
* emms-info: On second thought, with remote players, info should be fetched eve...Michael Olson2006-07-291-4/+5
* emms-info: If the file does not exist, don't update its info and file-mtime. ...Michael Olson2006-07-271-3/+3
* Makefile: Don't split info outputforcer2006-07-271-1/+1
* browser: add some documentation related to singles and filtersDamien Elmes2006-07-261-1/+21
* browser: fix a few cover bugsDamien Elmes2006-07-261-2/+3
* add more lookup functions, a filter-changed hook, and fix an indent problemDamien Elmes2006-07-191-9/+33
* resolve bug reported by sebatian about the q keyyoni-r2006-07-101-2/+15
* browser: fix keybindingsDamien Elmes2006-07-101-2/+2
* browser: add next/previous filter supportDamien Elmes2006-07-101-2/+21
* browser: improve filtering, update docsDamien Elmes2006-07-101-15/+50
* mplayer: -playlist must be the last arg when streamingDamien Elmes2006-07-101-1/+1