aboutsummaryrefslogtreecommitdiff
path: root/emms.el
Commit message (Expand)AuthorAgeFilesLines
* Added emms-source-playlist.el, moved stuff from emms.el thereforcer2006-04-011-64/+0
* Move emms-parse-playlist to emms-source-file.el, rename to emms-source-file-p...forcer2006-04-011-23/+0
* fixed copyright years and copyright holderyonirabkin2006-03-151-1/+1
* add two macros, one to emms.el and the other to emms-playlist-mode.el. The fo...yonirabkin2006-01-091-7/+13
* Rename m3u-playlist source to "playlist" and support .pls files. The playlis...Michael Olson2006-01-071-0/+23
* New XEmacs compatibility function: emms-replace-regexp-in-stringMichael Olson2006-01-051-0/+16
* Move `emms-cancel-timer' to a compatibility section in emms.elforcer2006-01-041-8/+11
* Use timers in a way that is compatible with both Emacs and XEmacs.Michael Olson2006-01-041-0/+8
* fix emms-playlist-save-as-m3uyonirabkin2005-12-181-5/+6
* Rename `emms-playlist-save-active-as-m3u' to `emms-playlist-save-current-as-m...forcer2005-10-081-1/+1
* emms.el: Should initialize `emms-player-paused-p' to nil at start. Or awilliam.xwl2005-10-051-1/+2
* some manual fixes (just the start)yonirabkin2005-09-261-1/+1
* Rename emms-default.el to emms-setup.el.forcer2005-09-281-1/+1
* Update tracks with a specific function, and provide emms-track-updated-functionsforcer2005-09-261-0/+11
* emms.el (emms-playlist-new): Use interactive-p rather thanMichael Olson2005-09-251-1/+1
* Inefficiency removed: Update each track only once :Pforcer2005-09-201-4/+6
* emms-info.el rewrite.forcer2005-09-201-2/+20
* emms-random: Use `emms-playlist-current-select-random'.forcer2005-09-201-1/+1
* Added track updating to emms.forcer2005-09-191-7/+30
* Make emms-playlist-current-clear an interactive function.mwolson2005-09-191-0/+1
* Make `emms-playlist-clear' interactive so that I can map it to a key.mwolson2005-09-181-0/+1
* Make `with-current-emms-playlist' disable read-onlyness.forcer2005-09-181-2/+4
* emms-playlist-set-playlist-buffer: Ensure the selected buffer is a playlist.forcer2005-09-181-3/+5
* Big renaming for current buffer/current playlist distinction.forcer2005-09-181-154/+215
* emms-playlist-new: No, it's a major mode, DONT pass an argument!forcer2005-09-181-1/+1
* emms-playlist-new: Pass positive argument to mode function.forcer2005-09-181-1/+1
* emms.el missing quote fix, emms-playlist-mode.el kill-track fixyonirabkin2005-09-181-1/+1
* emms-playlist-select should not switch to the playlist buffer.forcer2005-09-171-6/+5
* emms-show now knows when nothing is playing.forcer2005-09-171-2/+4
* Inhibit read-only in `emms-playlist-insert-track'forcer2005-09-171-1/+2
* Add `emms-ensure-player-playing-p'forcer2005-09-161-3/+7
* Be able to clear the playlist buffer even if it's killed.forcer2005-09-161-1/+2
* Adding emms-playlist-save-active-as-m3ulucas2005-09-161-0/+5
* Fixing a typo in emms-playlist-save-activelucas2005-09-161-1/+1
* Docstrings for playlist saving functionslucas2005-09-161-1/+3
* Adding m3u playlist format for saving.lucas2005-09-161-0/+27
* Shuffle, sort and source-add don't move point anymore.forcer2005-09-161-3/+7
* Provide source insertionforcer2005-09-161-1/+12
* Cleaned up `emms-playlist-save' a bitforcer2005-09-161-12/+12
* Adding emms-playlist-save and -active-savelucas2005-09-161-0/+28
* Fix emms-playlist-new and make emms-playlist-clear use it.forcer2005-09-161-16/+19
* emms-source-add now checks for an as of yet unset marker, too.forcer2005-09-151-1/+2
* Add `emms-playlist-buffer-p'.forcer2005-09-151-0/+5
* emms.el: Fix seek bug in `emms-player-seek'.william.xwl2005-09-151-2/+2
* emms-playlist-new, emms-playlist-set-playlist-buffer: New commands.forcer2005-09-141-0/+15
* Call widen in shuffle and sort.forcer2005-09-131-0/+2
* Added `emms-playlist-delete-track-function'.forcer2005-09-131-5/+14
* Remove emms-playlist-kill-track.forcer2005-09-131-8/+0
* Fix shuffling in combined sources.forcer2005-09-131-4/+6
* Call `emms-shuffle' to shuffle a source.forcer2005-09-131-2/+1