aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
* Rename with-widened-buffer to emms-with-widened-buffer.Michael Olson2006-04-251-2/+2
| | | | darcs-hash:20060425191558-1bfb2-7bbb4ba814a5a83a3bf6b7f839ec2b824def9ae8.gz
* fixed Makefileyoni-r2006-04-251-6/+20
| | | | darcs-hash:20060425114636-6ce53-dddce4f16a9318fd80d798dfe1c567c477ea9538.gz
* emms-playlist-mode: Add face entries for light backgrounds.Michael Olson2006-04-251-0/+4
| | | | darcs-hash:20060425142716-1bfb2-14d6aca08e78c48bad74b52baf680dbc7f22413a.gz
* emms.el: Simple playlists shouldn't be bothered by read-onliness.forcer2006-04-231-3/+6
| | | | darcs-hash:20060423201939-2189f-806d03d345e7c8194afada0d344a3cf8e51d6e5e.gz
* emms.el: Fix docstring of emms-player-finished-hook.forcer2006-04-221-2/+3
| | | | darcs-hash:20060422132832-2189f-abbc2b41123ede5d7277719a548be8b1e0698310.gz
* emms-player-mpd: Add disconnect function, for when you want to keep playing ↵Michael Olson2006-04-222-15/+25
| | | | | | music, but not keep track of it in Emacs. darcs-hash:20060422034842-1bfb2-9734c53ac157fae7082044e110077989db12778e.gz
* emms-metaplaylist-mode.el: New keybinding to emms-metaplaylist-new-buffer.lucas2006-04-211-1/+2
| | | | | | Yes, it's a small patch... darcs-hash:20060421191956-4f952-1094d9640dfb4be8fc2f146de10f0fbe07e4099a.gz
* emms-player-mpd: Make sure that emms-player-finished-hook is called once the ↵Michael Olson2006-04-211-7/+17
| | | | | | playlist is exhausted. darcs-hash:20060421224715-1bfb2-33f5e3e65bff53f48a17854f3ba31f196ed290cb.gz
* emms-player-mpd: Prompt for volume change amount.Michael Olson2006-04-211-1/+1
| | | | darcs-hash:20060421215128-1bfb2-18736498b4feb9f24be75d880a0180b2b8cd5138.gz
* emms-player-mpd: Implement and document support for changing the volume.Michael Olson2006-04-212-37/+88
| | | | darcs-hash:20060421214306-1bfb2-44c50b54640c68005184d312ea975c7cb77e629d.gz
* emms-metaplaylist-mode.el: new function : emms-metaplaylist-set-active to ↵lucas2006-04-201-0/+9
| | | | | | set the active playlist buffer from the metaplaylist menu darcs-hash:20060420224114-4f952-b6612b4c3c720fb6799f43796603b096ac6ab513.gz
* emms-metaplaylist-mode.el: new function to create a new empty EMMS playlist.lucas2006-04-201-0/+15
| | | | darcs-hash:20060420223126-4f952-0ed23bd23c06cf7febd995919cb8b95b75b01765.gz
* Update AUTHORS.Michael Olson2006-04-211-0/+3
| | | | darcs-hash:20060421113456-1bfb2-a4d6178410dd2251617c36732819d1737dec4efb.gz
* emms.el: Fix compiler warning for Emacs22.Michael Olson2006-04-201-5/+5
| | | | darcs-hash:20060420235746-1bfb2-6441ee307970da64129ecec07effb3d09acbad2b.gz
* Make XEmacs21 and Emacs21 happy.Michael Olson2006-04-2012-69/+108
| | | | darcs-hash:20060420234749-1bfb2-e458134b41ba8e28d25030fe5b6d6b8f4222c28d.gz
* Move propertize compatibility function to the others.forcer2006-04-201-9/+7
| | | | darcs-hash:20060420230737-2189f-ba23ce86a96b3da64f5642790f0e839f01f9f406.gz
* emms-player-mpd: Use better default for emms-player-mpd-supported-regexp.Michael Olson2006-04-201-1/+2
| | | | darcs-hash:20060420223819-1bfb2-4a2d9318ab7af9b5ca3fbbd7843d1d44dd938994.gz
* emms-player-mpd: Use better check to see if we are given valid output from ↵Michael Olson2006-04-201-4/+8
| | | | | | "mpd --version". This should improve results for the case where mpd is installed on a different machine. Thanks to Adam Sj[_\c3_][_\b8_]gren for the report. darcs-hash:20060420222600-1bfb2-6cbb1667e10978e848a64bb58dcec3388aa26819.gz
* Use %S not %s for tracks in errors.forcer2006-04-201-1/+1
| | | | darcs-hash:20060420210952-2189f-a4ce15ed5c5696a4e5ac42b050256b9eba7a8d2b.gz
* Provide emms-propertize compatibility function.forcer2006-04-202-4/+13
| | | | darcs-hash:20060420210744-2189f-c648403a30e0c47d63986e7378d122c7d811aab9.gz
* Fix face definitions syntax (emms-playlist-mode, emms-metaplaylist-mode)forcer2006-04-202-12/+12
| | | | darcs-hash:20060420201021-2189f-697d166a50c7e62f09abbbaf4ce0dd17ab9084ff.gz
* Added `emms-playlist-sort-by-natural-order'. Thanks to Matthew Kennedywilliam.xwl2006-04-141-0/+24
| | | | | | <mkennedy@gentoo.org>. darcs-hash:20060414114543-e8fe6-c2c4b3e74d65da96ad36eb70c2aefaa742a52c27.gz
* emms-libtag.el : Make it id3v1 friendly by removing all the trailing ↵lucas2006-04-131-0/+4
| | | | | | whitespace in metadata darcs-hash:20060413161451-4f952-95af88eaf6095d7459019458ca6131aa9f7d61e0.gz
* emms-player-mpd: Don't start the timer upon playing a track if ↵Michael Olson2006-04-121-3/+2
| | | | | | `emms-player-mpd-sync-playlist' is nil. darcs-hash:20060412052632-1bfb2-8733e8d42b9c6a006c09087655f0a4d59a11e877.gz
* Make `emms-player-started' function, which serves the same purpose as ↵Michael Olson2006-04-123-9/+17
| | | | | | `emms-player-stopped', in that it is meant to be called by the player. emms-player-mpd needs this so that it can tell EMMS exactly when playback has begun. darcs-hash:20060412035132-1bfb2-d4982d0b49ca4b949c353f2702ceca4318078bb3.gz
* emms-player-mpd: Make last compiler warning go away with some `put' trickery.Michael Olson2006-04-121-0/+4
| | | | darcs-hash:20060412032926-1bfb2-1aae9faa36ff47ed53027cf5bfc4871adc7248b7.gz
* emms-player-mpd: Make emms-player-mpd-show take a callback argument so that ↵Michael Olson2006-04-121-10/+16
| | | | | | it's easy to make a /NP command for Emacs-based IRC clients. darcs-hash:20060412032655-1bfb2-bdc259d8c5b1210435d72a487e8ac756377d780f.gz
* emms-player-mpd: Set timer interval to be 1 by default and adjust docstring.Michael Olson2006-04-111-4/+3
| | | | darcs-hash:20060411225417-1bfb2-f7db6dfb4664a2f57de8e3cd415a49abe36cf76c.gz
* emms-source-file.el: Fix dired source.forcer2006-04-101-11/+13
| | | | darcs-hash:20060410122652-2189f-45a475ba6dcf5ed0ac492d2052bebba6cd6d5938.gz
* emms.el: Introduce and use `emms-source-old-buffer'forcer2006-04-101-3/+10
| | | | darcs-hash:20060410122623-2189f-b75ebb39924d04ffdaddb7dae6f3f303f493a950.gz
* emms-player-mpd: Fix minor typo in comments.Michael Olson2006-04-111-2/+2
| | | | darcs-hash:20060411041037-1bfb2-73ab388007c8c81b890d1427e0aa0f6f39e115b6.gz
* emms-player-mpd: Make sure inserted text from emms-player-mpd-show goes to ↵Michael Olson2006-04-111-3/+7
| | | | | | the right buffer. darcs-hash:20060411033552-1bfb2-f36fa15e202b91248e594a2485d170ff5c1ed8bb.gz
* emms-player-mpd: Remove obsolete option.Michael Olson2006-04-111-6/+0
| | | | darcs-hash:20060411030539-1bfb2-7a0cb0680a654d0eda136fb70006c8ec47d257ed.gz
* emms-player-mpd: Reset some extra state data on stop.Michael Olson2006-04-111-1/+4
| | | | darcs-hash:20060411030023-1bfb2-b53f8e516de55cdd2a7003def861323523971cb7.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-player-mpd: A few minor tweaks.Michael Olson2006-04-111-6/+4
| | | | darcs-hash:20060411013942-1bfb2-ca3de09dfd6aaae5dcd5b6dd2870b12a49aba2e1.gz
* emms-player-mpd: Major rewrite to use a custom transaction queue ↵Michael Olson2006-04-111-207/+392
| | | | | | implementation, which includes adjusting most functions to use callbacks and closures. darcs-hash:20060411004345-1bfb2-c423044aff0c53d3c26269d43c9f6827f66973f5.gz
* patch resolutionTrent Buck2006-04-091-0/+2
| | | | darcs-hash:20060409205547-8f417-949ecd292c7800526e6195dbf3c11c1a33aee032.gz
* emms-player-mplayer.el: mplayer supports FLAC, too.trentbuck2006-02-261-1/+1
| | | | darcs-hash:20060226055450-4ef00-88ce790a489db5ea89d3621b5d3f02ac5ff46e0a.gz
* emms-info-libtag.el: remove unused variables.Trent Buck2005-12-041-2/+0
| | | | darcs-hash:20051204181347-8f417-cc6b45daa751bbd6189ff6f8c880979a8b5495ad.gz
* emms-info-libtag.el: libtag can also handle Speex files.Trent Buck2005-11-201-1/+1
| | | | darcs-hash:20051120065009-8f417-8fc080259fe51b3e579026b9c9d0bed0d0c759d3.gz
* emms-playlist-mode: Remove obsolete function.Michael Olson2006-04-091-5/+0
| | | | darcs-hash:20060409052556-1bfb2-050df934eda6f883117367049ac996161a221037.gz
* Add new playlist sources to documentation.Michael Olson2006-04-092-2/+20
| | | | darcs-hash:20060409005306-1bfb2-d3512df73bfefc5371cd57bdab6c4552fa56677d.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-source-playlist: Get things working to my satisfaction, like saving ↵Michael Olson2006-04-096-112/+230
| | | | | | playlists in different formats and (optionally) being prompted for which format. darcs-hash:20060409003540-1bfb2-4aedadb4bc109afb1aaf6b96530e61d6a9f19201.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
* emms-player-mpd: If the MusicPD daemon goes away, make sure that we can ↵Michael Olson2006-04-061-1/+3
| | | | | | still stop EMMS. darcs-hash:20060406034553-1bfb2-7a900012bcfc586c2b38632345da30e6af72b733.gz
* Updated manual for emms-lyrics.william.xwl2006-04-031-0/+13
| | | | darcs-hash:20060403140416-e8fe6-e783c9fdc7420f7f1b6bc94642a80e86d2f251e1.gz
* New variable: `emms-lyrics-coding-system'. It's the coding system usedwilliam.xwl2006-04-031-1/+7
| | | | | | | in the output of lyrics. (I sent this before, maybe some unexpected problem happened.) darcs-hash:20060403134922-e8fe6-5b1bb0825a3f5f6616024226d1d0c6015c3aa83c.gz