index
:
emms.git
master
fork of emms emacs multimedia system
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
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
*
Add new playlist sources to documentation.
Michael Olson
2006-04-09
2
-2
/
+20
*
emms-playlist-mode: Use emms-playlist-save instead of a custom function.
Michael Olson
2006-04-09
1
-12
/
+1
*
emms-source-playlist: Get things working to my satisfaction, like saving play...
Michael Olson
2006-04-09
6
-112
/
+230
*
emms-playlist-mode: Make it possible to use edebug on `with-inhibit-read-only...
Michael Olson
2006-04-06
1
-0
/
+1
*
emms-player-mpd: If the MusicPD daemon goes away, make sure that we can still...
Michael Olson
2006-04-06
1
-1
/
+3
*
Updated manual for emms-lyrics.
william.xwl
2006-04-03
1
-0
/
+13
*
New variable: `emms-lyrics-coding-system'. It's the coding system used
william.xwl
2006-04-03
1
-1
/
+7
*
emms-player-mpd: Never set emms-player-stopped-p, since this is only to be do...
Michael Olson
2006-04-02
1
-1
/
+0
*
Make sure that negated character classes in regexps include the newline chara...
Michael Olson
2006-04-02
4
-4
/
+4
*
emms-playlist-sort.el, quote FORM argument to eval-after-load
forcer
2006-04-02
1
-4
/
+4
*
Update manual and emms-setup with the preferred way of invoking emms-playing-...
Michael Olson
2006-04-02
3
-31
/
+21
*
emms-streams: Make some options customizable. Fix compiler warnings.
Michael Olson
2006-04-02
1
-16
/
+32
*
emms-source-playlist: Add support for m3u and pls playlists.
Michael Olson
2006-04-02
3
-55
/
+86
*
README: Added a paragraph about libtag.
lucas
2006-04-01
1
-0
/
+13
*
emms-info-libtag.el: Add a warning about the possible conflict with emms-info...
lucas
2006-04-01
1
-0
/
+7
*
Some minor modifications
lucas
2006-04-01
1
-5
/
+8
*
Use insert-file instead of insert-file-literally to get around coding system ...
forcer
2006-04-01
1
-2
/
+2
*
Added emms-play-playlist
forcer
2006-04-01
1
-1
/
+22
*
Remove emms-tageditor.el, since it only works with emms-pbi.el. It might be ...
Michael Olson
2006-04-01
1
-449
/
+0
*
emms-player-mpd: Don't use define-emms-simple-player, since we provide our ow...
Michael Olson
2006-04-01
1
-2
/
+21
*
emms-lyrics: Make this behave like other add-ons.
Michael Olson
2006-04-01
1
-20
/
+37
*
Fix a variety of compilation errors and warnings.
Michael Olson
2006-04-01
14
-95
/
+100
*
Makefile: Don't show Emacs commandline. Remove generated HTML file in clean ...
Michael Olson
2006-04-01
1
-3
/
+4
*
emms-streams: Add prefix to utility functions.
Michael Olson
2006-04-01
1
-4
/
+5
*
Make all add-on files toggle-able.
Michael Olson
2006-04-01
6
-24
/
+66
[prev]
[next]