2003-11-16  Jonathan Gonzalez V.  <zeus@emacs.cl>

	* configure.in: Changed the version from 0.1.5 to 0.1.6.

2003-09-22  Jonathan Gonzalez V.  <jonathan@blueplanet.cl>

	* configure.in: Added the macro "AM_ADD_PARANOIA_LIB" after AM_CHECK_PTHREAD.

	* acinclude.m4: Added a new macro "AM_ADD_PARANOIA_LIB" to add the -l of cdaranoia.

2003-07-06  Jonathan Gonzalez V.  <jonathan@blueplanet.cl>

	* configure.in: Changed the version to 0.1.5

2003-07-01  Jonathan Gonzalez V.  <jonathan@blueplanet.cl>

	* src/ChangeLog: Added this new file to save the register of the files on src/.

2003-06-20  Jonathan Gonzalez V.  <jonathan@blueplanet.cl>

	* src/sound.c (play_select_track): This function play the track selected in the tracklist.
	(parar): Changed the return type.
	(atras): Changed the return type.

	* src/cddb.c (ERRORS): Changed the zero and one for FALSE and TRUE.

2003-06-18  Jonathan Gonzalez V.  <jonathan@blueplanet.cl>

	* src/graf.h: Changed declaration of update(), now this return a int.

	* src/graf.c (update): Added a conditional, if check_disc_thread it's running don't update.

	* src/callbacks.c (thread_check_disc): Changed the variable threadp for check_disc_thread.

2003-06-13  Jonathan Gonzalez V.  <jonathan@blueplanet.cl>

	* src/utils.c (check_file): Changed the return type from gboolean to int.
	(check_dictory): This function, check if the argument (char * dictory) exist and if is a directory, return TRUE.

2003-06-12  Jonathan Gonzalez V.  <jonathan@blueplanet.cl>

	* configure.in: Added a new argument to configure script, --enable-debug.

	* Makefile.am: Added the intructions to install apolos.desktop.

2003-06-06  Jonathan Gonzalez V.  <jonathan@blueplanet.cl>

	* src/sound.c (Check_Disc): The unnecessary conditional was deleted.

	* src/graf.c (Controles): The conditional under CheckButton fuction was deleted.

2003-06-05  Jonathan Gonzalez V.  <jonathan@blueplanet.cl>

	* src/graf.c (Controles): Added two conditionals to convert the widget controls insensitive.

	* src/sound.c (Check_Disc): Added an conditional to convert the widget of controls sensitive.

2003-06-03  sxd  <sxd@mano>

	* graf.c: *** empty log message ***

2003-06-01  sxd  <sxd@mano>

	* graf.c: Commented lines from 243 to 248

2003-05-31  sxd  <sxd@mano>

	* callbacks.c, callbacks.h, graf.c, sound.c, apolos.c, sound.h:
	*** empty log message ***

2003-05-31  Jonathan Gonzalez V.  <jonathan@blueplanet.cl>

	* src/graf.c (update): Commented from line 243 to line 248.

2003-05-30  Jonathan Gonzalez V.  <jonathan@blueplanet.cl>

	* src/graf.c (draw_barra): Created this function to draw a "barra", over the buttons.

2003-05-29  Jonathan Gonzalez V.  <jonathan@blueplanet.cl>

	* src/graf.c (scroll_text): Added a new argument and I called "characters", this argument have the max character to scroll.

2003-05-27  Jonathan Gonzalez V.  <jonathan@blueplanet.cl>

	* src/graf.c (Lista_Tracks): Added a name to window of track list.

2003-05-24  Jonathan Gonzalez V.  <jonathan@blueplanet.cl>

	* src/graf.c (scroll_text): This function move the text inside text->texto.
	(anime): This function, move the labels.
	(scroll_text): Added a conditional, when the string is less that 18 characters long, the function make strcpy(text->scroll, text->texto) .

2003-05-16  Jonathan Gonzalez V.  <jonathan@blueplanet.cl>

	* src/types.h (_cddb): Added a new variable, called autocheck and is an array.

	* src/sound.c (Check_Disc): Created a conditional. If autocheck is TRUE, check CDDB after checked the disc.

	* src/conf.c (Configuracion): Created a new option "Auto check CDDB".

	* src/graf.c (CheckButton): Added a new argument called "checked", the argument type is int and can be TRUE or FALSE.

2003-05-10  Jonathan Gonzalez V.  <jonathan@blueplanet.cl>

	* src/sound.c (parar): Commented lines 106 and 107

2003-05-09  Jonathan Gonzalez V.  <jonathan@blueplanet.cl>

	* src/callbacks.c (select_row): Fixed the second bug reported by Jon Rafkind, was an error on the function select_row.

2003-05-08  Jonathan Gonzalez V.  <jonathan@blueplanet.cl>

	* src/graf.c (update): Fixed the bug reported by Jon Rafkind, now if you check CDDB, the track's title is written under the timer.

2003-05-07  Jonathan Gonzalez V.  <jonathan@blueplanet.cl>

	* configure.in (GETTEXT_PACKAGE): Created this macro to work on po/Makefile.in.in, this macro contain the value "apolos".

	* src/apolos.c (main): Use the macro "GETTEXT_PACKAGE" in the functions of the i18n.

2003-04-24  Jonathan Gonzalez V.  <jonathan@blueplanet.cl>

	* src/callbacks.c (menu_play): Created this callback to work in the menu "CD" like play.

	* src/graf.c (menu): Added a new menu called "CD".

	* src/callbacks.c (next_track): Created this callback to the button "next" on the GUI.
	(back_track): This callback is for the button "back".
	(eject_cd): This callback is for the button "eject".
	(pause): And this last callback is for the button "pause".

2003-04-23  Jonathan Gonzalez V.  <jonathan@blueplanet.cl>

	* src/callbacks.c (play_cd): Created this function to work with the button play on the GUI.
	(stop_cd): Created this function to work with the button stop on the GUI.

	* src/sound.c (tocar_track): Changed the arguments of the function to one argument Datos *cd.
	(parar): Changed the arguments of the function to one argument Datos *cd.

2003-04-16  Jonathan Gonzalez V.  <jonathan@blueplanet.cl>

	* configure.in: I added a new macro: AM_GNU_GETTEXT

	* src/sound.c (salir): I changed the declaration of this function.

	* src/Makefile.am (apolos_SOURCES): I added the new file called callbacks.c on the list.

	* src/callbacks.c: I created this file to save all callbacks.
	(quit): This function was made to replace the old salir() function.

	* src/graf.c: I deleted all callbacks and moved it to callbacks.c .

2003-04-15  Jonathan Gonzalez V.  <jonathan@blueplanet.cl>

	* autogen.sh: Added two options: --with-errors and --help

2003-04-14  Jonathan Gonzalez V.  <jonathan@blueplanet.cl>

	* src/types.h (_datos): Deleted the mixer_dev variable.

2003-04-11  Jonathan Gonzalez V.  <jonathan@blueplanet.cl>

	* src/sound.c (check_cd): I added two conditional ones into the function to make more exact the way to detect cd.
	(salir): I added a conditional befor free_memory().

	* src/apolos.c (print_help): I added this function to display a help message.

2003-04-09  Jonathan Gonzalez V.  <jonathan@blueplanet.cl>

	* src/vol.c (Set_Volume): I finished this function

2003-04-08  Jonathan Gonzalez V.  <jonathan@blueplanet.cl>

	* src/graf.c (menu): I added the stocks quit and preferences to the menu.

	* src/vol.h src/vol.c: I created these files to control the volume of CD-ROM and master output.

	* src/graf.c (Change_Volume): I added this function to make the changes of the adjustment of the sound. 

2003-04-06  Jonathan Gonzalez V.  <jonathan@blueplanet.cl>

	* src/graf.c (List_Servers): I changed the value of return to void *.

2003-03-31  Jonathan Gonzalez V.  <jonathan@blueplanet.cl>

	* src/graf.c (remove_MSG_Statusbar): A new function to removes the last messages on statusbar. 

2003-03-30  Jonathan Gonzalez V.  <jonathan@blueplanet.cl>

	* src/sound.c (Check_Disc): I added the Error() function if open() function returned -1.

	* src/graf.c (MSG_to_Statusbar): A new function to write text on the statusbar
	(Error): A new function to show a window with error signal.

	* src/types.h (_info_graf_cd): This type was separated in two different types.
	(_datos): This type contains all data non related with GTK+.
	(_graf_cd): This type contains all data related with GTK+.
	(_graf_cd): I added two new called variable context_id and statusbar.
	
	* src/graf.c (ala): The ala() function was deleted.
	(tracks): The tracks() function was deleted.

2003-03-29  Jonathan Gonzalez V.  <jonathan@blueplanet.cl>

	* src/*.h: All files were indent with "indent file.h -gnu".
	* src/*.c: All files were indent with "indent file.c -gnu".

v0.1.0 -- 2003
--------------
	Stable Version
	I add the gtk-stock on the button of Setup(Ok and Cancel buttons)
	I add some mnemonics in buttons and tabs
	I add the debian/ directory	
	
v0.0.9 -- Febraury 2003
-----------------------
	Some little corrections on the files: graf.c, sound.c 
	I finished the Servers function
	The header decla.h was deprecated
	Add a new function in acinclude.m4: AM_CHECK_PTHREAD
	Now I use pthread.h to make the thread in LookUpCDDB
	
v0.0.8 -- Febraury 2003
-----------------------
	
	Add a new function CheckDisc to detect disc
	Add the hot keys
	Default language is English
	

v0.0.5 -- Diciembre 2002
------------------------

	Configuracion funcionando
	Ya no se cae al no exister un cd en el dispositivo especificado
	Eliminacion de todos los warning en la compilacion
	Ordenacion de los botones
