aboutsummaryrefslogtreecommitdiff
path: root/emms-playlist-mode.el
Commit message (Expand)AuthorAgeFilesLines
* playlist: enable undo, add extra undo bindingDamien Elmes2006-06-151-1/+3
* playlist-mode: add 'C' to clear playlistDamien Elmes2006-06-151-0/+1
* fix bug in emms-playlist-mode-center-currentyoni-r2006-06-131-3/+4
* removed superfluous comment (actually testing darcs send)yoni-r2006-06-111-3/+0
* Standardize copyright notices. Add COPYING file. Mention license in README.Michael Olson2006-06-081-5/+6
* Fix compiler warnings in emms-cache.el.Michael Olson2006-06-081-6/+0
* fix RET on trailing \nDamien Elmes2006-06-081-10/+14
* emms-playlist-mode: Facify tracks on startup.forcer2006-06-081-0/+4
* emms-playlist-mode: When making new overlays, do not allow the rear to advanc...Michael Olson2006-06-071-1/+1
* emms-playlist-mode: Stop overlay from being attached to text inserted before itforcer2006-06-071-1/+2
* emms-playlist-mode doesn't need overlay compatibility anymoreforcer2006-06-061-41/+0
* emms-playlist-mode.el - now with less overlay!forcer2006-06-061-100/+38
* Make sure we never have an empty track description when inserting a song into...Michael Olson2006-06-041-1/+1
* Make handling of multiple playlist buffers less error-prone.Michael Olson2006-05-311-1/+2
* emms-playlist-mode: Make "d" kill the entire line. This seems to be a good c...foo2006-05-241-1/+8
* emms-player-mpd: Overhaul for streamlist support, and fix a few miscellaneous...Michael Olson2006-05-241-1/+2
* emms-playlist-mode: Implement the option (disabled by default) of opening a n...Michael Olson2006-05-101-1/+40
* emms-playlist-mode.el: Don't put a period after the mode map. This hangs 21.4...forcer2006-05-031-1/+1
* emms-playlist-mode: Call kill-line instead of kill-region to fix a minor bug.Michael Olson2006-04-291-1/+1
* emms-playlist-mode: Add face entries for light backgrounds.Michael Olson2006-04-251-0/+4
* Make XEmacs21 and Emacs21 happy.Michael Olson2006-04-201-2/+18
* Provide emms-propertize compatibility function.forcer2006-04-201-2/+2
* Fix face definitions syntax (emms-playlist-mode, emms-metaplaylist-mode)forcer2006-04-201-6/+6
* emms-playlist-mode: Fix a bug where too many overlays were being added when t...Michael Olson2006-04-111-32/+24
* emms-playlist-mode: Remove obsolete function.Michael Olson2006-04-091-5/+0
* emms-playlist-mode: Use emms-playlist-save instead of a custom function.Michael Olson2006-04-091-12/+1
* emms-playlist-mode: Make it possible to use edebug on `with-inhibit-read-only...Michael Olson2006-04-061-0/+1
* Fix a variety of compilation errors and warnings.Michael Olson2006-04-011-26/+31
* fixed copyright years and copyright holderyonirabkin2006-03-151-2/+18
* playlist mode yank bug fixyoni-r2006-02-261-2/+3
* add two macros, one to emms.el and the other to emms-playlist-mode.el. The fo...yonirabkin2006-01-091-62/+74
* update manual for playlist-modeyonirabkin2005-12-201-0/+1
* make emms-playlist-mode emacs21.4 compatibleyonirabkin2005-12-241-5/+42
* killing and yanking in the interactive playlist bufferyonirabkin2005-12-091-15/+42
* Killing and yankingyonirabkin2005-12-051-77/+97
* Fix conflicts in emms-playlist-mode.elyonirabkin2005-11-201-60/+61
* Added `emms-playlist-mode-go-popup' for popuping emms-playlist as a sidewilliam.xwl2005-11-191-2/+16
* More manual work, but still only 71 percent doneyonirabkin2005-11-031-0/+8
* emms-playlist-mode-switch-bufferyonirabkin2005-10-041-0/+16
* emms-playlist-mode.el: 3rd attempt to not clobberMichael Olson2005-09-241-1/+3
* rollback patch to fix adding tracks.yonirabkin2005-09-231-2/+1
* Adding emms-info-ogginfo.el and consiquently modifying emms-defaultyonirabkin2005-09-231-4/+1
* remove emms-metaplaylist-mode code from emms-playlist-modeyonirabkin2005-09-221-17/+3
* emms-playlist-mode: Make sure emms-playlist-buffer-p is set, since weMichael Olson2005-09-221-1/+2
* emms-playlist-mode-go: Add buffer-live-p check to circumvent aMichael Olson2005-09-221-1/+2
* Ignore read-onliness when updating a track in a playlist bufferforcer2005-09-201-8/+10
* fixing track killing some moreyonirabkin2005-09-191-4/+5
* use insert function for yankingyonirabkin2005-09-191-22/+20
* Fixed saving/loading for emms-playlist-mode, also added track updatingforcer2005-09-191-17/+36
* Added emms-playlist-mode-insert-function (fixed sorting and shuffling font-lock)yonirabkin2005-09-191-2/+23