| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Don't delete ChangeLog with make clean, we can't regenerate it without _darcs | forcer | 2006-04-29 | 1 | -2/+1 |
* | Don't generate ChangeLog in debian/rules - darcs isn't there anymore then. | forcer | 2006-04-29 | 1 | -1/+1 |
* | emms.el: Change version to 2.0 | forcer | 2006-04-29 | 1 | -2/+1 |
* | debian/changelog: 2.0-1 release version. | forcer | 2006-04-29 | 1 | -3/+6 |
* | emms-print-metadata.c: Don't segfault if argument doesn't exist. | forcer | 2006-04-29 | 1 | -0/+16 |
* | emms-print-metadata.1: New file. | forcer | 2006-04-29 | 1 | -0/+34 |
* | Install correctly with Debian _and_ make install. | forcer | 2006-04-29 | 2 | -13/+14 |
* | emms-playlist-mode: Call kill-line instead of kill-region to fix a minor bug. | Michael Olson | 2006-04-29 | 1 | -1/+1 |
* | Rename with-widened-buffer to emms-with-widened-buffer. | Michael Olson | 2006-04-25 | 1 | -2/+2 |
* | fixed Makefile | yoni-r | 2006-04-25 | 1 | -6/+20 |
* | emms-playlist-mode: Add face entries for light backgrounds. | Michael Olson | 2006-04-25 | 1 | -0/+4 |
* | emms.el: Simple playlists shouldn't be bothered by read-onliness. | forcer | 2006-04-23 | 1 | -3/+6 |
* | emms.el: Fix docstring of emms-player-finished-hook. | forcer | 2006-04-22 | 1 | -2/+3 |
* | emms-player-mpd: Add disconnect function, for when you want to keep playing m... | Michael Olson | 2006-04-22 | 2 | -15/+25 |
* | emms-metaplaylist-mode.el: New keybinding to emms-metaplaylist-new-buffer. | lucas | 2006-04-21 | 1 | -1/+2 |
* | emms-player-mpd: Make sure that emms-player-finished-hook is called once the ... | Michael Olson | 2006-04-21 | 1 | -7/+17 |
* | emms-player-mpd: Prompt for volume change amount. | Michael Olson | 2006-04-21 | 1 | -1/+1 |
* | emms-player-mpd: Implement and document support for changing the volume. | Michael Olson | 2006-04-21 | 2 | -37/+88 |
* | emms-metaplaylist-mode.el: new function : emms-metaplaylist-set-active to set... | lucas | 2006-04-20 | 1 | -0/+9 |
* | emms-metaplaylist-mode.el: new function to create a new empty EMMS playlist. | lucas | 2006-04-20 | 1 | -0/+15 |
* | Update AUTHORS. | Michael Olson | 2006-04-21 | 1 | -0/+3 |
* | emms.el: Fix compiler warning for Emacs22. | Michael Olson | 2006-04-20 | 1 | -5/+5 |
* | Make XEmacs21 and Emacs21 happy. | Michael Olson | 2006-04-20 | 12 | -69/+108 |
* | Move propertize compatibility function to the others. | forcer | 2006-04-20 | 1 | -9/+7 |
* | emms-player-mpd: Use better default for emms-player-mpd-supported-regexp. | Michael Olson | 2006-04-20 | 1 | -1/+2 |
* | emms-player-mpd: Use better check to see if we are given valid output from "m... | Michael Olson | 2006-04-20 | 1 | -4/+8 |
* | Use %S not %s for tracks in errors. | forcer | 2006-04-20 | 1 | -1/+1 |
* | Provide emms-propertize compatibility function. | forcer | 2006-04-20 | 2 | -4/+13 |
* | Fix face definitions syntax (emms-playlist-mode, emms-metaplaylist-mode) | forcer | 2006-04-20 | 2 | -12/+12 |
* | Added `emms-playlist-sort-by-natural-order'. Thanks to Matthew Kennedy | william.xwl | 2006-04-14 | 1 | -0/+24 |
* | emms-libtag.el : Make it id3v1 friendly by removing all the trailing whitespa... | lucas | 2006-04-13 | 1 | -0/+4 |
* | emms-player-mpd: Don't start the timer upon playing a track if `emms-player-m... | Michael Olson | 2006-04-12 | 1 | -3/+2 |
* | Make `emms-player-started' function, which serves the same purpose as `emms-p... | Michael Olson | 2006-04-12 | 3 | -9/+17 |
* | emms-player-mpd: Make last compiler warning go away with some `put' trickery. | Michael Olson | 2006-04-12 | 1 | -0/+4 |
* | emms-player-mpd: Make emms-player-mpd-show take a callback argument so that i... | Michael Olson | 2006-04-12 | 1 | -10/+16 |
* | emms-player-mpd: Set timer interval to be 1 by default and adjust docstring. | Michael Olson | 2006-04-11 | 1 | -4/+3 |
* | emms-source-file.el: Fix dired source. | forcer | 2006-04-10 | 1 | -11/+13 |
* | emms.el: Introduce and use `emms-source-old-buffer' | forcer | 2006-04-10 | 1 | -3/+10 |
* | emms-player-mpd: Fix minor typo in comments. | Michael Olson | 2006-04-11 | 1 | -2/+2 |
* | emms-player-mpd: Make sure inserted text from emms-player-mpd-show goes to th... | Michael Olson | 2006-04-11 | 1 | -3/+7 |
* | emms-player-mpd: Remove obsolete option. | Michael Olson | 2006-04-11 | 1 | -6/+0 |
* | emms-player-mpd: Reset some extra state data on stop. | Michael Olson | 2006-04-11 | 1 | -1/+4 |
* | emms-playlist-mode: Fix a bug where too many overlays were being added when t... | Michael Olson | 2006-04-11 | 1 | -32/+24 |
* | emms-player-mpd: A few minor tweaks. | Michael Olson | 2006-04-11 | 1 | -6/+4 |
* | emms-player-mpd: Major rewrite to use a custom transaction queue implementati... | Michael Olson | 2006-04-11 | 1 | -207/+392 |
* | patch resolution | Trent Buck | 2006-04-09 | 1 | -0/+2 |
* | emms-player-mplayer.el: mplayer supports FLAC, too. | trentbuck | 2006-02-26 | 1 | -1/+1 |
* | emms-info-libtag.el: remove unused variables. | Trent Buck | 2005-12-04 | 1 | -2/+0 |
* | emms-info-libtag.el: libtag can also handle Speex files. | Trent Buck | 2005-11-20 | 1 | -1/+1 |
* | emms-playlist-mode: Remove obsolete function. | Michael Olson | 2006-04-09 | 1 | -5/+0 |