Thu Jun  1 21:38:53 CEST 2006  Martin Schoenmakers <[EMAIL PROTECTED]>
  * Put volume options in their own customize group.
  
  Added a separate emms-volume group for customize and put things there instead
  of in the main thing.
New patches:

[Put volume options in their own customize group.
Martin Schoenmakers <[EMAIL PROTECTED]>**20060601193853
 
 Added a separate emms-volume group for customize and put things there instead
 of in the main thing.
] {
hunk ./emms-volume-amixer.el 46
-  :group 'emms)
+  :group 'emms-volume)
hunk ./emms-volume.el 51
+;; Customize group
+(defgroup emms-volume nil
+  "Volume setting for EMMS."
+  :group 'emms)
+
hunk ./emms-volume.el 63
-  :group 'emms)
+  :group 'emms-volume)
hunk ./emms-volume.el 71
-  :group 'emms)
+  :group 'emms-volume)
}

Context:

[Make handling of multiple playlist buffers less error-prone.
Michael Olson <[EMAIL PROTECTED]>**20060531203810] 
[emms-volume.el: Cosmetic stuff, defvar -> defcustom
[EMAIL PROTECTED] 
[emms-volume.el: Minor cosmetic cleanup
[EMAIL PROTECTED] 
[emms-volme.el: Add some requires.
[EMAIL PROTECTED] 
[emms-volume-amixer.el: Provide a way to set the control for amixer
[EMAIL PROTECTED] 
[AUTHORS: Add Martin Schoenmakers. Welcome! :-)
[EMAIL PROTECTED] 
[emms-streams: Re-add space after prompt and use completion for type.
Michael Olson <[EMAIL PROTECTED]>**20060530190620] 
[Add emms-volume and emms-volume-amixer.
Martin Schoenmakers <[EMAIL PROTECTED]>**20060530223500
 
 New files: emms-volume.el provides some general volume changing things,
 including a minor mode to more easily change volume when not in the
 EMMS buffer. emms-volume-amixer.el is a backend using amixer.
 
] 
[emms-streams: When the user wants emms-streams to play the selected stream instead of add it, create our own playlist buffer.  When quitting, if we own the current playlist buffer, kill it.
Michael Olson <[EMAIL PROTECTED]>**20060530144243] 
[emms-streams: Re-implement yank and kill so that they do the right thing with emms-stream-list.
Michael Olson <[EMAIL PROTECTED]>**20060530045429] 
[allow nonzero ogginfo exit plus some reindenting
Martin Schoenmakers <[EMAIL PROTECTED]>**20060530130411
 
 When ogginfo gave a nonzero value on exit, any valid data would get tossed
 if there was any. This prevented emms from showing info for files that are
 tagged but a bit odd.
 
 Also reindented emms-info-ogginfo accordingly, which incidentally removed
 some tabs in favour of spaces.
 
] 
[emms-streams: Implement kill and yank.
Michael Olson <[EMAIL PROTECTED]>**20060530040114] 
[emms-streams: Make hitting RET on a URL do the right thing, improve cursor movement, and mark the buffer as unmodified after performing a save.
Michael Olson <[EMAIL PROTECTED]>**20060529030043] 
[emms-player-mpd: Make seek work correctly.
Michael Olson <[EMAIL PROTECTED]>**20060525033120] 
[emms-player-mpd: Use more robust method of detecting whether we need to force-feed MusicPD our playlist.
Michael Olson <[EMAIL PROTECTED]>**20060525014253] 
[emms-playlist-mode: Make "d" kill the entire line.  This seems to be a good compromise of those who use C-k and those who want more standard object-killing behavior.
foo**20060524200008] 
[emms-player-mpd: When showing the currently-playing song, prepend the name of the radio station, if it exists.
foo**20060524195911] 
[emms-player-mpd: Fix bug that caused unconditional reloading of the entire MusicPD playlist whenever the track was changed manually.
Michael Olson <[EMAIL PROTECTED]>**20060524061655] 
[emms-player-mpd: Overhaul for streamlist support, and fix a few miscellaneous issues.
Michael Olson <[EMAIL PROTECTED]>**20060524055707] 
[emms-player-mpd: Add a few checks to make sure that the given buffer exists before trying to do anything with it.
Michael Olson <[EMAIL PROTECTED]>**20060517035419] 
[emms-source-playlist: Do not expand names of files in playlists, as this can cause problems with emms-player-mpd in some configurations.
Michael Olson <[EMAIL PROTECTED]>**20060516081257] 
[emms-playlist-mode: Implement the option (disabled by default) of opening a new EMMS buffer for a playlist, when hitting RET on one.
Michael Olson <[EMAIL PROTECTED]>**20060510040730] 
[emms-playlist-mode.el: Don't put a period after the mode map. This hangs 21.4 on display.
[EMAIL PROTECTED] 
[TAG 2.0
[EMAIL PROTECTED] 
Patch bundle hash:
caefdbefa16829b6e03fd8a894c4c7e42bef18ee
_______________________________________________
Emms-patches mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emms-patches

Reply via email to