aboutsummaryrefslogtreecommitdiff
path: root/emms-playlist-mode.el
Commit message (Collapse)AuthorAgeFilesLines
* playlist: enable undo, add extra undo bindingDamien Elmes2006-06-151-1/+3
| | | | darcs-hash:20060615022826-4e3e3-249a0a736f1fc3d97d8536c0281a3323e06b3b15.gz
* playlist-mode: add 'C' to clear playlistDamien Elmes2006-06-151-0/+1
| | | | darcs-hash:20060615013417-4e3e3-ce0b3c0cebb6c4535cb58755d016f717e18a9a22.gz
* fix bug in emms-playlist-mode-center-currentyoni-r2006-06-131-3/+4
| | | | darcs-hash:20060613090604-85c19-189240fc999924c5bd441319f2de9afc1bb49b6f.gz
* removed superfluous comment (actually testing darcs send)yoni-r2006-06-111-3/+0
| | | | darcs-hash:20060611185407-7e588-4b79a6030aa9519b6ae7b3b79c3747fb2031f4ec.gz
* Standardize copyright notices. Add COPYING file. Mention license in README.Michael Olson2006-06-081-5/+6
| | | | darcs-hash:20060608194123-1bfb2-cbfbc9eacb41016b24acb9ea2654f141496b0caa.gz
* Fix compiler warnings in emms-cache.el.Michael Olson2006-06-081-6/+0
| | | | darcs-hash:20060608184612-1bfb2-942ae7db648d88b9dfe4896872fc3f5fdd7a30d3.gz
* fix RET on trailing \nDamien Elmes2006-06-081-10/+14
| | | | | | | | \n isn't propertized which means hitting RET on a playlist or browser entry fails. this patch moves the point before trying to read the properties. darcs-hash:20060608090703-4e3e3-56f8e91f35d92f217517222b1f1e3206f83b1825.gz
* emms-playlist-mode: Facify tracks on startup.forcer2006-06-081-0/+4
| | | | darcs-hash:20060608123052-2189f-197516bb8da9a1051f3e0ddac5f3bdd99fefcc89.gz
* emms-playlist-mode: When making new overlays, do not allow the rear to ↵Michael Olson2006-06-071-1/+1
| | | | | | advance. This prevents some display issues. If we really need to modify the text there, we should be using (insert-before-markers). darcs-hash:20060607215212-1bfb2-f306058603a47453dffe2182b8730cc3d9aaf5d9.gz
* emms-playlist-mode: Stop overlay from being attached to text inserted before itforcer2006-06-071-1/+2
| | | | darcs-hash:20060607155511-2189f-8b77f04252183c1eb3c3f98737a33769afa01c99.gz
* emms-playlist-mode doesn't need overlay compatibility anymoreforcer2006-06-061-41/+0
| | | | darcs-hash:20060606141539-2189f-9afa51a0ee2b36f7b083d01537cdc05f08d24670.gz
* emms-playlist-mode.el - now with less overlay!forcer2006-06-061-100/+38
| | | | darcs-hash:20060606135908-2189f-bb652e384264445ca77b87e82bb0e190caf0f89f.gz
* Make sure we never have an empty track description when inserting a song ↵Michael Olson2006-06-041-1/+1
| | | | | | into a playlist buffer. darcs-hash:20060604194940-1bfb2-8e8a20dde4b8c3fc89f5dd0552207cb5f3441429.gz
* Make handling of multiple playlist buffers less error-prone.Michael Olson2006-05-311-1/+2
| | | | darcs-hash:20060531203810-1bfb2-7a5c8ca307d33ea501871a6222ab76ad4ada498d.gz
* emms-playlist-mode: Make "d" kill the entire line. This seems to be a good ↵foo2006-05-241-1/+8
| | | | | | compromise of those who use C-k and those who want more standard object-killing behavior. darcs-hash:20060524200008-0beec-44d42e025c9a7a95d740dc87f75aa7a8e3ce0a54.gz
* emms-player-mpd: Overhaul for streamlist support, and fix a few ↵Michael Olson2006-05-241-1/+2
| | | | | | miscellaneous issues. darcs-hash:20060524055707-1bfb2-252c06fd98f7b7c5c9b2faae8d109274ca7fc649.gz
* emms-playlist-mode: Implement the option (disabled by default) of opening a ↵Michael Olson2006-05-101-1/+40
| | | | | | new EMMS buffer for a playlist, when hitting RET on one. darcs-hash:20060510040730-1bfb2-210380685ccbd869f888ace574740f6e18c381b5.gz
* emms-playlist-mode.el: Don't put a period after the mode map. This hangs ↵forcer2006-05-031-1/+1
| | | | | | 21.4 on display. darcs-hash:20060503234351-2189f-a9506ca448aec033dc5132d490a6b7747d03bf52.gz
* emms-playlist-mode: Call kill-line instead of kill-region to fix a minor bug.Michael Olson2006-04-291-1/+1
| | | | darcs-hash:20060429134204-1bfb2-f7123e0f564cda7a675e8bf745f54f8bdbd968ff.gz
* emms-playlist-mode: Add face entries for light backgrounds.Michael Olson2006-04-251-0/+4
| | | | darcs-hash:20060425142716-1bfb2-14d6aca08e78c48bad74b52baf680dbc7f22413a.gz
* Make XEmacs21 and Emacs21 happy.Michael Olson2006-04-201-2/+18
| | | | darcs-hash:20060420234749-1bfb2-e458134b41ba8e28d25030fe5b6d6b8f4222c28d.gz
* Provide emms-propertize compatibility function.forcer2006-04-201-2/+2
| | | | darcs-hash:20060420210744-2189f-c648403a30e0c47d63986e7378d122c7d811aab9.gz
* Fix face definitions syntax (emms-playlist-mode, emms-metaplaylist-mode)forcer2006-04-201-6/+6
| | | | darcs-hash:20060420201021-2189f-697d166a50c7e62f09abbbaf4ce0dd17ab9084ff.gz
* emms-playlist-mode: Fix a bug where too many overlays were being added when ↵Michael Olson2006-04-111-32/+24
| | | | | | the track was updated. darcs-hash:20060411025931-1bfb2-71b7e3fe4999d77752bae448c5c34784c9db2d33.gz
* emms-playlist-mode: Remove obsolete function.Michael Olson2006-04-091-5/+0
| | | | darcs-hash:20060409052556-1bfb2-050df934eda6f883117367049ac996161a221037.gz
* emms-playlist-mode: Use emms-playlist-save instead of a custom function.Michael Olson2006-04-091-12/+1
| | | | darcs-hash:20060409005234-1bfb2-f2422fc74d0b1fc065c00647cb71e247e181bf10.gz
* emms-playlist-mode: Make it possible to use edebug on ↵Michael Olson2006-04-061-0/+1
| | | | | | `with-inhibit-read-only' forms. darcs-hash:20060406042615-1bfb2-4b1552442730fef820796f1c93cdb5c62a8b08b2.gz
* Fix a variety of compilation errors and warnings.Michael Olson2006-04-011-26/+31
| | | | darcs-hash:20060401232610-1bfb2-5fe5e4892c94e29a59738bf0d27e7e91ad68f2ed.gz
* fixed copyright years and copyright holderyonirabkin2006-03-151-2/+18
| | | | darcs-hash:20060315155834-be80e-cda533a1510f20fdef5248ec0037ddaa037fa18b.gz
* playlist mode yank bug fixyoni-r2006-02-261-2/+3
| | | | darcs-hash:20060226171121-6ce53-3e11dc88eab5e66338855da2654cb3f8b742a776.gz
* add two macros, one to emms.el and the other to emms-playlist-mode.el. The ↵yonirabkin2006-01-091-62/+74
| | | | | | former fixes a bug in which the software attempts to access a completely narrowed buffer and the latter because it looks nicer. darcs-hash:20060109083856-be80e-475149a8911856cab9d2dd6f5143381c53afdcae.gz
* update manual for playlist-modeyonirabkin2005-12-201-0/+1
| | | | darcs-hash:20051220122514-be80e-1b89102419c4855ddc84198773351fadc1c722a2.gz
* make emms-playlist-mode emacs21.4 compatibleyonirabkin2005-12-241-5/+42
| | | | darcs-hash:20051224105738-be80e-6312a9a6858f8bf4f101176f2e4b9b5e9b6f3950.gz
* killing and yanking in the interactive playlist bufferyonirabkin2005-12-091-15/+42
| | | | darcs-hash:20051209163432-be80e-eb60a5e8cb71fe56aa3ef9f09513a84f3c7a57ac.gz
* Killing and yankingyonirabkin2005-12-051-77/+97
| | | | darcs-hash:20051205092044-be80e-106a5ba397a5cbc621e12180f3332695629944da.gz
* Fix conflicts in emms-playlist-mode.elyonirabkin2005-11-201-60/+61
| | | | darcs-hash:20051120154643-be80e-465da34d3b711e60b8d83f211377b0d6caeb33cf.gz
* Added `emms-playlist-mode-go-popup' for popuping emms-playlist as a sidewilliam.xwl2005-11-191-2/+16
| | | | | | window. darcs-hash:20051119171419-e8fe6-576ff2c8fab5c9023ad4a7960d30aa75a27f89c1.gz
* More manual work, but still only 71 percent doneyonirabkin2005-11-031-0/+8
| | | | darcs-hash:20051103170157-be80e-8d0fe3a6e38b9c6cf511d1caa12ce08d22cd8c00.gz
* emms-playlist-mode-switch-bufferyonirabkin2005-10-041-0/+16
| | | | darcs-hash:20051004193020-be80e-d83b29d6a6fd07b0884a9876685ce650229cbaf7.gz
* emms-playlist-mode.el: 3rd attempt to not clobberMichael Olson2005-09-241-1/+3
| | | | | | emms-playlist-buffer-p. darcs-hash:20050924183844-1bfb2-7a7c3f5a022a3f877411ac6bc179401dd5aba9d0.gz
* rollback patch to fix adding tracks.yonirabkin2005-09-231-2/+1
| | | | darcs-hash:20050923164324-be80e-fa8a734a8c540dc79482cf7f9634059b236d42dd.gz
* Adding emms-info-ogginfo.el and consiquently modifying emms-defaultyonirabkin2005-09-231-4/+1
| | | | darcs-hash:20050923213008-be80e-471fff42070a012a822fdd34958b2c65c974a10e.gz
* remove emms-metaplaylist-mode code from emms-playlist-modeyonirabkin2005-09-221-17/+3
| | | | darcs-hash:20050922165801-be80e-ca5535f624ce98446b706f6dc3d183e18b1b1b2c.gz
* emms-playlist-mode: Make sure emms-playlist-buffer-p is set, since weMichael Olson2005-09-221-1/+2
| | | | | | destroy all local variables. darcs-hash:20050922132808-1bfb2-ac762ce18c460a052e82725eeb9fdf5afe2ff280.gz
* emms-playlist-mode-go: Add buffer-live-p check to circumvent aMichael Olson2005-09-221-1/+2
| | | | | | "selecting deleted buffer" error. darcs-hash:20050922132424-1bfb2-69edb479fbda82e7c3e8e9cb9500611844a43b3e.gz
* Ignore read-onliness when updating a track in a playlist bufferforcer2005-09-201-8/+10
| | | | darcs-hash:20050920185705-2189f-fdbbe3e722c0ea46c44d0e7a3c173618ff00ca46.gz
* fixing track killing some moreyonirabkin2005-09-191-4/+5
| | | | darcs-hash:20050919210533-be80e-c5fa4f158225ee65e1b9d65171dcffef02fd0a7c.gz
* use insert function for yankingyonirabkin2005-09-191-22/+20
| | | | darcs-hash:20050919203816-be80e-c17eaabd2c75f163ee334e2590714b8dc715f457.gz
* Fixed saving/loading for emms-playlist-mode, also added track updatingforcer2005-09-191-17/+36
| | | | darcs-hash:20050919164624-2189f-e924677b89b8516dfa409bf23b02643df4c7abe8.gz
* Added emms-playlist-mode-insert-function (fixed sorting and shuffling font-lock)yonirabkin2005-09-191-2/+23
| | | | darcs-hash:20050919160239-be80e-2d58597fe1bc610e96305febbf54365555ae04a1.gz