aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* emms-playlist-mode: Call kill-line instead of kill-region to fix a minor bug.Michael Olson2006-04-291-1/+1
* Rename with-widened-buffer to emms-with-widened-buffer.Michael Olson2006-04-251-2/+2
* fixed Makefileyoni-r2006-04-251-6/+20
* emms-playlist-mode: Add face entries for light backgrounds.Michael Olson2006-04-251-0/+4
* emms.el: Simple playlists shouldn't be bothered by read-onliness.forcer2006-04-231-3/+6
* emms.el: Fix docstring of emms-player-finished-hook.forcer2006-04-221-2/+3
* emms-player-mpd: Add disconnect function, for when you want to keep playing m...Michael Olson2006-04-222-15/+25
* emms-metaplaylist-mode.el: New keybinding to emms-metaplaylist-new-buffer.lucas2006-04-211-1/+2
* emms-player-mpd: Make sure that emms-player-finished-hook is called once the ...Michael Olson2006-04-211-7/+17
* emms-player-mpd: Prompt for volume change amount.Michael Olson2006-04-211-1/+1
* emms-player-mpd: Implement and document support for changing the volume.Michael Olson2006-04-212-37/+88
* emms-metaplaylist-mode.el: new function : emms-metaplaylist-set-active to set...lucas2006-04-201-0/+9
* emms-metaplaylist-mode.el: new function to create a new empty EMMS playlist.lucas2006-04-201-0/+15
* Update AUTHORS.Michael Olson2006-04-211-0/+3
* emms.el: Fix compiler warning for Emacs22.Michael Olson2006-04-201-5/+5
* Make XEmacs21 and Emacs21 happy.Michael Olson2006-04-2012-69/+108
* Move propertize compatibility function to the others.forcer2006-04-201-9/+7
* emms-player-mpd: Use better default for emms-player-mpd-supported-regexp.Michael Olson2006-04-201-1/+2
* emms-player-mpd: Use better check to see if we are given valid output from "m...Michael Olson2006-04-201-4/+8
* Use %S not %s for tracks in errors.forcer2006-04-201-1/+1
* Provide emms-propertize compatibility function.forcer2006-04-202-4/+13
* Fix face definitions syntax (emms-playlist-mode, emms-metaplaylist-mode)forcer2006-04-202-12/+12
* Added `emms-playlist-sort-by-natural-order'. Thanks to Matthew Kennedywilliam.xwl2006-04-141-0/+24
* emms-libtag.el : Make it id3v1 friendly by removing all the trailing whitespa...lucas2006-04-131-0/+4
* emms-player-mpd: Don't start the timer upon playing a track if `emms-player-m...Michael Olson2006-04-121-3/+2
* Make `emms-player-started' function, which serves the same purpose as `emms-p...Michael Olson2006-04-123-9/+17
* emms-player-mpd: Make last compiler warning go away with some `put' trickery.Michael Olson2006-04-121-0/+4
* emms-player-mpd: Make emms-player-mpd-show take a callback argument so that i...Michael Olson2006-04-121-10/+16
* emms-player-mpd: Set timer interval to be 1 by default and adjust docstring.Michael Olson2006-04-111-4/+3
* emms-source-file.el: Fix dired source.forcer2006-04-101-11/+13
* emms.el: Introduce and use `emms-source-old-buffer'forcer2006-04-101-3/+10
* emms-player-mpd: Fix minor typo in comments.Michael Olson2006-04-111-2/+2
* emms-player-mpd: Make sure inserted text from emms-player-mpd-show goes to th...Michael Olson2006-04-111-3/+7
* emms-player-mpd: Remove obsolete option.Michael Olson2006-04-111-6/+0
* emms-player-mpd: Reset some extra state data on stop.Michael Olson2006-04-111-1/+4
* emms-playlist-mode: Fix a bug where too many overlays were being added when t...Michael Olson2006-04-111-32/+24
* emms-player-mpd: A few minor tweaks.Michael Olson2006-04-111-6/+4
* emms-player-mpd: Major rewrite to use a custom transaction queue implementati...Michael Olson2006-04-111-207/+392
* patch resolutionTrent Buck2006-04-091-0/+2
* emms-player-mplayer.el: mplayer supports FLAC, too.trentbuck2006-02-261-1/+1
* emms-info-libtag.el: remove unused variables.Trent Buck2005-12-041-2/+0
* emms-info-libtag.el: libtag can also handle Speex files.Trent Buck2005-11-201-1/+1
* emms-playlist-mode: Remove obsolete function.Michael Olson2006-04-091-5/+0
* Add new playlist sources to documentation.Michael Olson2006-04-092-2/+20
* emms-playlist-mode: Use emms-playlist-save instead of a custom function.Michael Olson2006-04-091-12/+1
* emms-source-playlist: Get things working to my satisfaction, like saving play...Michael Olson2006-04-096-112/+230
* emms-playlist-mode: Make it possible to use edebug on `with-inhibit-read-only...Michael Olson2006-04-061-0/+1
* emms-player-mpd: If the MusicPD daemon goes away, make sure that we can still...Michael Olson2006-04-061-1/+3
* Updated manual for emms-lyrics.william.xwl2006-04-031-0/+13
* New variable: `emms-lyrics-coding-system'. It's the coding system usedwilliam.xwl2006-04-031-1/+7