2005-02-09  Dennis Smit  <ds@nerds-incorporated.org>

	TAGGING 0.2.0 RELEASE!

2005-01-01  Dennis Smit  <ds@nerds-incorporated.org>

	* AUTHORS: Updated.

2004-11-28  Dennis Smit  <ds@nerds-incorporated.org>

	Automake and Autoconf fixes by Vitaly V. Bursov thanks a lot!!!

2004-11-23  Dennis Smit  <ds@nerds-incorporated.org>

	* src/main.c: bin_destroy -> visual_object_unref.

2004-11-22  Dennis Smit  <ds@nerds-incorporated.org>

	* src/lv_bmp_config.c (is_gl_actor): A small change to
	not screw up with new plugin type API.

2004-10-14  Dennis Smit  <ds@nerds-incorporated.org>

	* configure.ac: Bumped version to 0.2.0

2004-10-14  Dennis Smit  <ds@nerds-incorporated.org>

	Fixed OpenGL plugins at startup, thanks to hints
	from Vitaly.

	* src/main.c (lv_xmms_init): Removed display set up from here

	(visual_render): And put it here, (threadness issues).

2004-10-06  Dennis Smit  <ds@nerds-incorporated.org>

	* po/POTFILES.in: OOps. updated ;)

2004-10-06  gettextize  <bug-gnu-gettext@gnu.org>

	* configure.ac (AC_CONFIG_FILES): Add po/Makefile.in.

2004-10-06  Dennis Smit  <ds@nerds-incorporated.org>

	* *: Ported over to beep-media-player. This
	module now forks from the libvisual-xmms module
	and will go under the name libvisual-bmp.

	Loads of work is needed but we atleast have a
	working plugin for BMP.

2004-10-04  Dennis Smit  <ds@nerds-incorporated.org>

	* src/main.c: Adopted to new button press event
	API.

2004-10-02  Duilio Protti  <dprotti@users.sourceforge.net>

	* src/lv_xmms_config.c: configure dialog almost finished.

2004-10-01  Duilio Protti  <dprotti@users.sourceforge.net>

	* src/main.c: set verbose level to HIGH only if we
	have enabled debug.
	* configure.ac: on --enable-debug option we define
	LV_XMMS_ENABLE_DEBUG.

2004-09-30  Duilio Protti  <dprotti@users.sourceforge.net>

	* src/lv_xmms_config.c:
	Actors can be enabled disabled (work in progress).
	Correct cleanup on exit.

2004-09-29  Duilio Protti  <dprotti@users.sourceforge.net>

	* src/config_gui.c: configure window can be resized.
	* src/lv_xmms_config.c:
	Show actor plugins list.
	Show configure window with my preferences, even if plugin
	was not loaded yet.
	Show actor's about dialogs.
	We require positive values on fps, width, height and bpp
	options.

2004-09-28  Duilio Protti  <dprotti@users.sourceforge.net>

	* src/gettext.h: we always include locale.h if we have it.

2004-09-28  Dennis Smit  <ds@nerds-incorporated.org>

	* src/main.c: Small bits here and there...

	Fixed songname again.

2004-09-27  Dennis Smit  <ds@nerds-incorporated.org>

	* src/main.c (sdl_event_handle):
	Fixed the Quit handler.

	* src/main.c (disable_func):
	disable function to disable the plugin through
	WM quit event.

	Thanks Vitaly for the suggestion.

2004-09-27  Dennis Smit  <ds@nerds-incorporated.org>

	* src/main.c (lv_xmms_init): Remove a few
	unused bits regarding the app icon.

	(lv_xmms_cleanup): Remove a stray free.

	(visual_render): Remove the songinfo set,
	we need to distribute the songname from the xmms
	thread to the sdl thread ourself. Need to fix this still

	However this fixes the on exit, on cleanup crashes.

	Remaining issues:
		Startup with GL borks totally.
		Redo songinfo.

2004-09-27  Dennis Smit  <ds@nerds-incorporated.org>

	* src/main.c (lv_xmms_init):
	Set the WM caption after checking for plugin
	existance.

2004-09-27  Duilio Protti  <dprotti@users.sourceforge.net>

	* src/lv_xmms_config.c: morph plugin frame done.

2004-09-24  Duilio Protti  <dprotti@users.sourceforge.net>

	* src/config_gui.c: new configure dialog.
	* src/lv_xmms_config.c: new options (work in progress).

2004-09-22  Duilio Protti  <dprotti@users.sourceforge.net>

	* configure.ac: added macro AC_CONFIG_HEADER([config.h]),
	so now building would be less verbose.
	* src/config.*: moved to lv_xmms_config.*
	* src/gettext.h: we always include locale.h if we have it.
	* src/*.c: enable gettext usage only when ENABLE_NLS.
	* src/main.c: now UP/DOWN keys control the xmms's main volume,
	LEFT/RIGHT keys moves through the song.
	
2004-09-10  Dennis Smit  <ds@nerds-incorporated.org>

	* NEWS: Updated.

	Release 0.1.6

2004-09-10  Dennis Smit  <ds@nerds-incorporated.org>

	* src/main.c: Reverting changes regarding VisTime *morphtime.
	visual_bin_switch_set_time (bin, 4, 0); is used to set the
	morph time.

	People please don't forget to use the ChangeLog btw!

2004-09-09  Dennis Smit  <ds@nerds-incorporated.org>

	Congrats to Duilio for his birthday!

	* src/main.c (visual_initialize):
	Use the new morph api and use timed morphing.

2004-09-08  Dennis Smit  <ds@nerds-incorporated.org>

	* src/main.c (sdl_event_handle):
	Fixed the gl/nogl/both selection.

2004-08-25  Dennis Smit  <ds@nerds-incorporated.org>

	Small API updates.

2004-07-13  Vitaly V. Bursov  <vitalyvb@users.sourceforge.net>

	* configure.ac: Adding ru to ALL_LINGUAS.

2004-07-12  Duilio Protti  <dprotti@users.sourceforge.net>

	* Makefile.am: po is scanned after src directory.
	* src/about.c: about window redesigned.

2004-07-12  Dennis Smit  <ds@nerds-incorporated.org>

	* configure.ac: Adding nl to ALL_LINGUAS.
	* configure.ac: Adding fr, pt_BR to ALL_LINGUAS.

2004-07-12  Dennis Smit  <ds@nerds-incorporated.org>

	* configure.ac: Adding nl to ALL_LINGUAS.

2004-07-11  Duilio Protti  <dprotti@users.sourceforge.net>

	* po/POTFILES.in: added.
	* po/LINGUAS: added.
	* src/gettext.h: added.
	* autogen.sh: modified to run gettextize in order to create
	files neede for internationalization support.

2004-07-11  gettextize  <bug-gnu-gettext@gnu.org>

	* Makefile.am (SUBDIRS): Add m4 and po.
	(ACLOCAL_AMFLAGS): New variable.
	(EXTRA_DIST): Add config.rpath mkinstalldirs.
	* configure.ac (AC_CONFIG_FILES): Add po/Makefile.in,

2004-07-10  Dennis Smit  <ds@nerds-incorporated.org>
	
	* src/main.c (sdl_event_handle): Adopted
	to new event API.

2004-07-08  Dennis Smit  <ds@nerds-incorporated.org>

	* libvisual-xmms.glade: Fixed typo (Gl -> GL).

2004-07-05  Duilio Protti  <dprotti@users.sourceforge.net>

	* libvisual-xmms.glade: added.
	* src/config_gui.c: added three radio buttons to allow
	plugin filter.
	* src/config.c: manage options related to plugin filter.

2004-07-07  Dennis Smit  <ds@nerds-incorporated.org>

	* src/main.c (sdl_event_handle): Remove the
	non GL hack and use the new libvisual methods to
	filter out types of plugins.

2004-07-05  Duilio Protti  <dprotti@users.sourceforge.net>

	* src/config.c: more work on configure window. OpenGl
	plugins can be disabled.
	* src/main.c: OpenGl plugins can be disabled now.

2004-07-03  Dennis Smit  <ds@nerds-incorporated.org>

	* pixmaps/oinksie-xmms-vis.*: Renamed to
	libvisual-xmms-vis.*.
	
	* src/config.c, src/config_gui.c: Changes to adapt the filename
	change of the icon.

	* src/about.c (lv_xmms_about_show): Added Duilio's name to the
	about box.

2004-07-02  Duilio Protti  <dprotti@users.sourceforge.net>

	* src/config_gui.c: added.
	* src/config.c: now we export lv_xmms_config_window()
	function for XMMS VisPlugin hook.

2004-06-30  Duilio Protti  <dprotti@users.sourceforge.net>

	* configure.ac: removed some redundant tests. Added
	output file pixmaps/Makefile.
	* pixmaps/oinksie-xmms-vis.bmp: added dir and icon.
	* pixmaps/Makefile.am: added file. We install data
	on pkgdatadir, usually /usr/share/libvisual-xmms.
	* src/main.c: we try to set icon on init.
	* src/config.c: too much error checking added.

2004-06-29  Duilio Protti  <dprotti@users.sourceforge.net>

	* src/Makefile.am: added flags -Wall and -O3.
	* src/lv_xmms.c: removed, content splitted in main.c
	config.c and about.c files.
	* src/about.c: added.
	* src/config.c: added. Now we save fullscreen state
	to config dialog.
	* src/main.c: now we set the window tittle with the
	current plugin name. Cleanup to avoid warnings with
	the new flags.

2004-06-26  Duilio Protti  <dprotti@users.sourceforge.net>

	* NEWS: updated.
	* src/lv_xmms.c: in visual_initialize(), depth obtained
	through visual_video_depth_enum_from_value().
	render() signature changed from void* (*) (void) to the
	correct type int (*) (void*).
	
2004-06-25  Duilio Protti  <dprotti@users.sourceforge.net>

	* src/lv_xmms.c: wait thread exit using SDL_WaitThread()
	instead of usleep(). Color depth made optional, but for
	now every plugin can request your own.

2004-06-24  Duilio Protti  <dprotti@users.sourceforge.net>

	* src/lv_xmms.c:
	- lv_xmms_render_pcm() now uses a fast memcpy() instead
	of a for loop.
	- added fullscreen support.
	- added option to limit the frame rate, configurable 
	through config file.

2004-06-23  Duilio Protti  <dprotti@users.sourceforge.net>

	* src/lv_xmms.c: now print messages trough visual_log().

2004-06-22  Duilio Protti  <dprotti@users.sourceforge.net>

	* src/lv_xmms.c:
	- use xmms_cfg_open_default_file() instead of 
	xmms_cfg_open_file().
	- on sdl_draw(), use SDL_Flip instead of SDL_UpdateRect(),
	because if we have hardware double buffer support, it
	is fast, otherwise, is equivalent to
	SDL_UpdateRect(screen, 0, 0, screen->width, screen->height);
	- on lv_xmms_cleanup(), SDL_MutexDestroy() is called 
	AFTER the render thread is not running anymore, otherwise
	we can crash the application if mutex is destroyed while
	the render thread is holding it.
	- change void lv_xmms_disable (void) to the correct type
	void lv_xmms_disable (VisPlugin *), otherwise XMMS
	crash when plugin is disabled from the config window.
	- now render thread is killed always, not only after 
	go sleep ten times.
	- lv_xmms_render_pcm() don't copy data is render thread
	is not running.
	- if SDL could not be initialized, show an error message.
	- after sucessfull SDL init, set atexit(SDL_Quit).

2004-06-20  Duilio Protti  <dprotti@users.sourceforge.net>

	* configure.ac: debug made optional. Also CFLAGS
	and LIBS user variables now not overrided.
	* autogen.sh: check for libtool and run libtoolize --force

2004-06-20  Dennis Smit  <ds@nerds-incorporated.org>

	* Makefile.in: To the attic, doh shouldn't have been
	checked in!

2004-06-19  Duilio Protti  <dprotti@users.sourceforge.net>

	* configure.in moved to configure.ac
	* configure.ac updated to autoconf 2.57 requirements.
	Too many checks added.
	* autogen.sh added

2004-06-17  Dennis Smit  <ds@nerds-incorporated.org>
	Version 0.1.4 has been released.

	* Dropt SDL depency to 1.2.5 because this works
	out of the box on IRIX and should work for us.

2004-05-27  Dennis Smit  <ds@nerds-incorporated.org>
	Version 0.1.3 has been released.

	* Depth notification from the managed bin.

2004-05-13  Dennis Smit  <ds@nerds-incorporated.org>
        Version 0.1.2 has been released.

	* Ported to the new managed bin stuff.
	* Morph to an actor on actor change.
	* Implement events.
	* Implement songinfo.

2004-04-24  Dennis Smit  <ds@nerds-incorporated.org>
	Version 0.1-pre2 has been made public.

	* Use libvisual_init and libvisual_quit.
	* Bug fixes.
	* Better fullscreen support.

