2002-09-19  Bastien Nocera  <hadess@hadess.net>

	* configure.in: 1.99.7
	* src/acme-properties.c: (is_running): see below
	* src/acme.c: (selection_get_func), (selection_clear_func),
	(acme_get_lock), (acme_exit), (update_use_pcm_cb), (main):
	re-enable use_pcm stuff, make acme be unique per display instead of
	per user
	* src/g-volume.gob: re-enable use_pcm stuff

2002-08-29  Gustavo Noronha Silva  <kov@debian.org>

	* configure.in (ALL_LINGUAS): added pt_BR

2002-08-24  Mikael Hallendal  <micke@codefactory.se>

	* src/acme.c (init_kbd): fixed a bug causing it to always use
	  default values when grabbing keys.

2002-08-15  Bastien Nocera  <hadess@hadess.net>

	* README: upd
	* src/acme.c: (acme_exit), (main): hopefully fix a crash-on-exit bug

2002-08-12  Bastien Nocera  <hadess@hadess.net>

	* README: upd
	* src/Makefile.am: dist the .in file
	* src/g-volume.gob: default to OSS, alsa works better as a super-OSS

2002-08-01  Christophe Merlet  <christophe@merlet.net>

	* configure.in: Added fr to $ALL_LINGUAS.

2002-07-31  Bastien Nocera  <hadess@hadess.net>

	* AUTHORS: added
	* Makefile.am: removed cruft
	* NEWS: added
	* README: upd
	* configure.in: 1.99.6
	* src/acme.c: (permission_problem_string), (vol_problem_cb),
	(fb_problem_cb): modify to minimise translations

2002-07-29  Bastien Nocera  <hadess@hadess.net>

	* src/acme.c: (acme_error), (fb_problem_cb), (do_action), (main):
	make fb level settings work again, for sure.
	* src/acme.h: revive USE_FBLEVEL (because, even though it can compile
	on every machine that has the necessary headers, it doesn't make sense
	on anything but PowerMacs running Linux)
	* src/fb-level.gob: kill dead codepaths

2002-07-29  Bastien Nocera  <hadess@hadess.net>

	* .cvsignore:
	* src/.cvsignore: upd

2002-07-29  Bastien Nocera  <hadess@hadess.net>

	* src/Makefile.am: upd defines
	* src/acme.c: (do_action), (main):
	* src/acme.h: updated wrt defines
	* src/g-volume.gob: added run-time ALSA support
	* src/volume-alsa.gob: it works for you ? You're damn lucky, just like
	me then :)

2002-07-29  Bastien Nocera  <hadess@hadess.net>

	* README: added some links
	* configure.in: added detection for ALSA, OSS, and FB stuff
	* src/Makefile.am: mucho conditional work
	* src/acme.c: (vol_problem_cb), (update_use_pcm_cb),
	(do_sound_action), (do_action), (main): s/VolumeOSS/GVolume/
	* src/acme.h: remove USE_FBLEVEL conditional
	* src/g-volume.gob: extra layer between the real mixer and acme
	* src/volume-alsa.gob: added (it's still OSS stuff though)
	* src/volume-oss.gob: updated

2002-07-29  Bastien Nocera  <hadess@hadess.net>

	* src/Makefile.am: fix wrt changes to libegg
	* src/acme.c: (acme_exit), (execute), (main):
	cleanups when acme is already running
	* src/volume-oss.gob: don't try to set volume on the PCM device when
	it's not present. This needs some cleanups at some point.

