2002-03-03  Richard Hult  <rhult@codefactory.se>

	* mixer.c (mixer_applet_factory): Remove temporary i18n stuff now
	that it is in libpanel-applet.

	* mixer.c: Popup scale on button release instead of button press,
	this makes the popup work again with the recent grab fixes in
	gtk+, and also it makes more sense. And don't run the mixer on
	double click, because it doesn't make sense to double click on a
	combo-like popup button.
	
2002-02-16  Richard Hult  <rhult@codefactory.se>

	* Makefile.am: Add ui file.
	(EXTRA_DIST): Add ui file, as Kjartan points out.

	* mixer.c: Remove crack (i.e. don't quit when the last applet
	goes).
	(mixer_applet_create): Set up menu from file so that we can
	translate the strings.

	* GNOME_MixerApplet.xml: Add ui file.

2002-02-11  Kjartan Maraas  <kmaraas@gnome.org>

	* GNOME_MixerApplet.server.in: Mark strings for l10n.
	
2002-02-11  Mark McLoughlin  <mark@skynet.ie>

	* GNOME_MixerApplet.server.in: move to Vertigo namespace.

	* mixer.c: update for factory macro change.

2002-02-11  Bastien Nocera  <hadess@hadess.net>

	* GNOME_MixerApplet.server.in: update to use new icon
	* Makefile.am: install new icon
	* gnome-mixer-applet.png: added (original from gnome-media)

2002-02-10  Richard Hult  <rhult@codefactory.se>

	* mixer.c: Clean up while looking for bug that was actually in the
	panel. Also make it quit when the last applet is destroyed.

2002-02-09  Gediminas Paulauskas <menesis@delfi.lt>

	* Makefile.am: compile with all DEPRECATED flags defined.
	* mixer.c: remove eventbox -- PanelApplet is derived from
	GtkEventBox.

2002-02-05  Gediminas Paulauskas <menesis@delfi.lt>

	* mixer.c: Run gnome-volume-control on menu item or double-click on
	applet.

2002-02-02  Richard Hult  <rhult@codefactory.se>

	* mixer.c: Don't use deprecated API and fix slider direction for
	vertical panels. 

2002-01-21  Richard Hult  <rhult@codefactory.se>

	* mixer.c: Hide the popup when any button is pressed, not just
	button 1.
	
2002-01-19  Seth Nickell  <snickell@stanford.edu>

	* GNOME_MixerApplet.server.in:

	Drop "Applet" from name.

2002-01-09  Kevin Vandersloot <kfv101@psu.edu>

	* Makefile.am: dist the xpms

2002-01-06  Kevin Vandersloot <kfv101@psu.edu>

	* Makefile.am: reorder includes so it builds with strange 
	setups like mine

2002-01-03  Richard Hult  <rhult@codefactory.se>

	* mixer.c (applet_change_background_cb): Handle background
	changes. 

2001-12-17  Mark McLoughlin  <mark@skynet.ie>

	* mixer.c: (mixer_applet_fill), (mixer_applet_factory):
	update for panel-applet api changes.

2001-12-12  Richard Hult  <rhult@codefactory.se>

	* GNOME_MixerApplet.server.in: Change the icon file from
        gnome-unknown to one that doesn't exist. We need an icon :)

	* mixer.c (mixer_applet_new): Remove unused variable.
	(applet_change_size_cb): Dont make the applet bigger than
	necessary, or the depressed frame will look ugly.
	(mixer_popup_show): Depress frame.
	(mixer_popup_hide): Restore frame.
	Remove the non-existent stock icons from the menu xml string.

2001-12-10  Kjartan Maraas  <kmaraas@gnome.org>

	* mixer.c: Remove double include of <config.h>
	
2001-12-10  Richard Hult  <rhult@codefactory.se>

	* GNOME_MixerApplet_Factory.server.in: Add bonobo-activation
	file.

	* mixer.c: GNOME 2 port/rewrite.

2001-09-14  Kjartan Maraas  <kmaraas@gnome.org>

	* mixer.c: Solaris fixes. Bug #60076
	
2001-08-26  Alexander Larsson <alexl@redhat.com>

	Patch from David Woodhouse <dwmw2@infradead.org>
	* mixer.c: If mixer doesn't have master volume, fall back to PCM.

2001-06-17  Kjartan Maraas  <kmaraas@gnome.org>

	* mixer.c: Apply patch from Mike Kelly <mike@csuchico.edu> to
	make the slider play nice with wheelmice.
	* mixer.c: Apply patch from David KAELBLING <drk@sgi.com>
	to fix stuff on Irix.
	
2001-04-07  Manuel de Vega Barreiro <mbarreiro@red.madritel.es>
	
	* docs/es/* : Updated Spanish tranlation.

2001-03-01  Manuel de Vega Barreiro <mbarreiro@red.madritel.es>
	
	* docs/es/* : Added Spanish tranlation.

2000-04-25  Fatih Demir	<kabalak@gmx.net>
	
	* mixer_applet.desktop : Added [tr] section .

2000-04-15  Eric Baudais  <baudais@okstate.edu>

	* docs/C/mixer-applet.sgml: Added a bit about trademarks.

2000-04-11  Dan Mueth <d-mueth@uchicago.edu>

	* docs/C/*sgml: Updated to latest template and fixed a couple
	small things.

2000-03-31  Jacob Berkman  <jacob@helixcode.com>

	* mixer.c (help_cb): add help stuff

2000-03-29  Jason Leach  <leach@wam.umd.edu>

	* mixer.c (main): changed "Run gmix..." to "Run Audio Mixer..."
	for consistent naming with the Main Menu gmix.desktop entry,
	closing bug #8040.
	(start_gmix_cb): formalized input parameters to (AppletWidget
	*applet, gpointer data) to get rid of a warning of incompatible
	pointer type in applet_widget_register_stock_callback

2000-03-14  Jason Leach  <leach@wam.umd.edu>

	* mixer.c (mixer_about): Added About dialog, bug #7295

2000-02-21  Jacob Berkman  <jacob@helixcode.com>

	* mixer.c (main): final fixes of Dave Larson's patch.

Mon Feb 21 23:33:49 2000  Tom Gilbert  <gilbertt@tomgilbert.freeserve.co.uk>

	* #IF SUN_API   ->   #IFDEF SUN_API
	* Reported by Paul Barnfather <plb@clanger9.demon.co.uk>

2000-02-20  Jacob Berkman  <jacob@helixcode.com>

	* mixer.c: fix my previous Dave Larson patch thingie
	
	* mixer.c (create_mixer_widget): increase timeout to 500 ms
	(how high can we go?)
	(mixer_timeout_callback): applied modified patch from Chris Jones
	<chris@black-sun.co.uk> to not update scrollbar every timeout
	(create_mixer_widget): initialize md->last_vol

2000-02-14  Jacob Berkman  <jacob@helixcode.com>

	* mixer.c: patch from Dave Larson <davlarso@acm.org> for
	Solaris support

Sat Jan 29 15:50:23 2000  George Lebl <jirka@5z.com>

	* mixer.c: use 32 and not 36 for the size of slider

Sat Jan 29 15:24:41 2000  George Lebl <jirka@5z.com>

	* mixer.c: when we can't open /dev/mixer, put up a dialog and go on
	  but ignore any settings.

