2003-05-07 Balamurali Viswanathan <balamurali.viswanathan@wipro.com>

	 * main.c (main): Pass "vumeter" to gnome_init_with_popt_table to
	 avoid command line warnings. Fixes Bug #104206

2002-04-16  Kjartan Maraas  <kmaraas@gnome.org>

	* main.c (main): Use GETTEXT_PACKAGE instead of PACKAGE.
	
2002-04-06  Iain <iain@ximian.com>

	* main.c (main): Don't restore the application size, don't free
	anything after the gtk_main is quit.
	(save_state): Just restart the program.
	
2002-03-06  Iain <iain@ximian.com>

	* gtkledbar.c (led_bar_new): Move the creation of the led outside of 
	the if statements, so that all the leds are created.

	* Makefile.am: USe the VUMETER values.

2002-02-02  Seth Nickell  <snickell@stanford.edu>

	* gnome-reclevel.png:
	* gnome-vumeter.png:

	Modernize the icons a little.

2002-01-26  Gediminas Paulauskas <menesis@delfi.lt>

	* main.c: get translations in UTF-8

2001-12-25  Roy-Magne Mo <rmo@sunnmore.net>

	* reclevel.desktop.in: Fixed small typo

2001-12-09  Seth Nickell  <snickell@stanford.edu>

	* Makefile.am:
	* reclevel.desktop.in:
	* vumeter.desktop.in:

	Install into the correct location, use INSTAL_DESKTOP_RULE,
	menu renaming to match the HIG.
	
2001-12-02  Iain Holmes  <iain@ximian.com>

	* gtkledbar.c: Update GNOME_CLASS_BOILERPLATE macro.

	* gtkled.c: Same.

	* Makefile.am: Comment out the desktop lines till I work them out.

2001-08-07  Stanislav Brabec  <utx@penguin.cz>

	* main.c, reclevel.desktop.in, gnome-reclevel.png, Makefile.am:
	New feature - recording level meter. To record simultaneously,
	you need at least esound 0.2.21. Otherwise reclevel meter blocks
	recording. Now it isn't only a toy. :-)

	* vumeter.desktop.in: Trailing space remove.

2001-06-01  Christian Rose  <menthos@menthos.com>

	* vumeter.desktop: Updated Swedish translation.

2001-05-29  Peter Teichman  <peter@ximian.com>

	* main.c: if esd isn't found, give a nicer error message and
	exit(1) (rather than segfault). Patch from David Hampton
	<hampton@employees.org>

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

	* main.c (main): set the default icon

2000-05-15  Andreas Hyden  <a.hyden@cyberpoint.se>

	* vumeter.desktop: Updated Danish translation from Kenneth.

2000-05-14  Andreas Hyden  <a.hyden@cyberpoint.se>

	* vumeter.desktop: Added Swedish translation.

2000-04-17  Valek Filippov  <frob@df.ru>

	* vumeter.desktop: Add `ru'.

2000-04-16  Karl EICHWALDER  <ke@suse.de>

	* vumeter.desktop: Add `de'.

1999-10-04  Stanislav Brabec  <utx@penguin.cz>

	* vumeter.desktop: Alphabetical resort.

1999-10-02 +09  Changwoo Ryu  <cwryu@debian.org>

	* vumeter.desktop: Fixed Korean translated entry.

1999-09-28  Stanislav Brabec <utx@penguin.cz>

	* vumenter.desktop: Added Czech desktop entry.

1999-09-26  Lauris Kaplinski <lauris@ariman.ee>

	* vumeter.desktop: added Estonian tranlations

1999-08-20  Tim Gerla  <timg@means.net>

	* Makefile.am: Added $(INTLLIBS) (David Kaelbling patch)
	* main.c: Various IRIX compatibility patches from David KAELBLING <drk@sgi.com>:
                  Don't use C++ comments in C code.
                  Initialize with static values for ANSI compilers.
                  Remove call to gtk_timeout_remove() that passed a bogus time_id.
	
1999-08-14  Matthias Warkus  <mawa@iname.com>

	* gnome-vumeter.png: Icon by Ben Frantzdale added.
	* Makefile.am: Installs gnome-vumeter.png.
	* vumeter.desktop: Uses gnome-vumeter.png.

Tue Apr 27 11:06:00 1999 Dave J. Andruczyk <dave@techdev.buffalostate.edu>

	* main.c Removed the timeout for updateing the display and modified
	the update_levels routine to change the display when a new level is
	reached.  Seemed to lessen the smount of flicker, and lower cpu use.
	Also changed lag factor to 2 to fix time sync due to changes in 
	esd 0.2.12.   Will prolly add a graphical panel to change it on the 
	fly and allow it to be saved.

Wed Apr 14 10:09:00 1999 Dave J. Andruczyk <dave@techdev.buffalostate.edu>

	* main.c  Fixed the missing peaks problem, in which the vu-meter
	would fail to register fast transients in some music.  Also 
	reduced the MAIN update rate (this one mainly controls decay) to 
	compensate for all the additional updates from the peak detector.

Fri Apr 9 16:00:00 1999 Dave J. Andruczyk <dave@techdev.buffalostate.edu>

	* main.c Fixed time sync problem, so now the VU-meter is in sync
	with the audio, instead 100 milliseconds (or thereabouts) ahead.
	utiliized code from "extace" to make it so..

Fri Feb  5 12:17:55 1999  Gregory McLean  <gregm@comstar.net>

	* main.c: Pet Peeve of mine fixed, the meter values now decay
	(quickly) but the meter will eventually read zero when no noise is
	being played. Its a horrid kludge but it does the job.
	

1999-01-17  Carsten Schaar  <nhadcasc@fs-maphy.uni-hannover.de>

	* main.c (save_state): Removed unused code and set the discard
 	command.
	(main): Removed usage of 'gnome_cloned_client'. Make use of
 	'gnome_client_get_flags' instead.

Tue Dec 15 17:30:09 CST 1998 Tim P. Gerla <timg@means.net>

	* main.c: Added a dialog when esd can't be opened.
	  Also various compiliation warnings fixed.

Sat Nov 28 19:47:19 EST 1998 Gregory McLean <gregm@comstar.net>

	* main.c: added a -s option to specify the esd server to connect
	to though it looks like the esd stuff ignores this. :(

1998-11-28  Yo Ric Dude  <ricdude@ix.netcom.com>

	* gtkledbar.h, gtkledbar.c, main.c: update gtkledbar to take an
	additional argument to the _new() function, to specify the
	orientation as horizontal=0, or vertical=1.  update main.c to 
	take a -v command line parameter to specify vertical layout.

Thu Nov 26 12:02:08 EST 1998 Gregory McLean <gregm@comstar.net>

	* main.c : session management experiment. It should deal with the
	session manager now and save/restore its stuff...

Wed Nov 25 12:46:06 EST 1998 Gregory McLean <gregm@comstar.net>

	* inital check-in

