aboutsummaryrefslogtreecommitdiff
path: root/emms-playlist-mode.el
Commit message (Expand)AuthorAgeFilesLines
* change-all-file-headers-to-gpl3-or-later.dpatchTassilo Horn2007-06-261-1/+1
* emms-playlist-mode.el: (emms) `emms-add-file' actually understands bothWilliam Xu2007-06-051-6/+5
* add-function-emms.dpatchTassilo Horn2007-06-051-0/+11
* Bump copyright years to 2007 and standardize statementMichael Olson2007-03-191-1/+1
* emms-playlist: Pay attention to selection when updatingMichael Olson2007-01-291-2/+8
* Distinguish `emms-track-description' and `emms-track-force-description'Michael Olson2007-01-291-11/+5
* Fix various byte-compiler warnings throughoutMichael Olson2006-12-071-2/+1
* emms-i18n changes, add playlist navigate command, uniq playlist commandYe Wenbin2006-12-071-0/+25
* emms-playlist-mode: Bind "b" key to emms-playlist-set-playlist-buffer.Michael Olson2006-11-191-0/+1
* emms-playlist-mode: Implement adding the thing at point to the current playli...Michael Olson2006-11-191-0/+43
* bind SPC to `scroll-up' in emms-playlist-mode and update manual.yoni-r2006-11-061-2/+1
* emms-playlist-mode: Handle case where selection has not been set but user wan...Michael Olson2006-10-221-4/+5
* emms-playlist-mode: Fix typo in hook nameMichael Olson2006-10-221-1/+1
* fix faulty emms-playlist-mode keybinding, fix due to William and Damien.yoni-r2006-10-071-2/+2
* Added seeking to the playlist keymap, and updated the manual.yoni-r2006-10-061-0/+4
* Added `emms-pause' to emms-playlist-mode.el bound to to ``P''.yoni-r2006-09-251-0/+1
* resolve bug reported by sebatian about the q keyyoni-r2006-07-101-2/+15
* playlist: don't assume there's a track at pointDamien Elmes2006-07-061-0/+2
* Fix more XEmacs issues.Michael Olson2006-07-021-1/+1
* emms-playlist-mode-window-width defcustom + emms-playlist-mode-center-when-goyoni-r2006-06-261-7/+20
* make M-> act like a normal Emacs buffer for emms-playlist-modeyoni-r2006-06-261-3/+14
* function name change + testing emms-patches mailing-listyoni-r2006-06-221-2/+2
* 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