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

	* sound.c (update_cdrom): Added some lines of code to know if the cd that we had in the unit it's an audio cd or not.

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

	* graf.c (Lista_Tracks): Changed the default value of the first column 'Play', now the default value it's TRUE.
	(Make_Stock_Image): This function was deleted, cause we don't need it.

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

	* Makefile.am (INCLUDES): Added the -DLOCALEDIR to the INCLUDES, now we can have many languages!.

2003-10-12  Jonathan Gonzalez V.  <zeus@emacs.cl>

	* cddb.c (Make_Disc): Fixed a warning.
	(Read_File): Fixed the bug #5874

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

	* graf.c (update): Eliminated all the trash code.
	(set_time): Created to upate the time and the timeline.

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

	* graf.c (Controles): Deleted the GtkObject *adj and adapted the code to use the two new variables.

	* types.h (_graf_cd): Added a two new variables, those are to the Adjustment of the little mixer.

2003-10-07  Jonathan Gonzalez V.  <zeus@emacs.cl>

	* sound.c (Cal_Time): Added an error warning :).

2003-10-06  Jonathan Gonzalez V.  <zeus@emacs.cl>

	* sound.c (siguiente): If cd->repeat it's TRUE we start again in the Track 1.

	* cddb.c (Make_Disc): Deleted the char *convert; declaration.

	* callbacks.h: Added the declaration of Repeat ().

	* callbacks.c (Repeat): This callback set the value of repeat, that can be TRUE or FALSE.

	* types.h (_datos): Added a new variable: repeat, this  it's an int.

	* sound.c (tocar_track): Fixed the bug reported by Solimos Pter.

	* graf.c (Controles): Added a new check button: Repeat.

	* types.h (_graf_cd): Added a new variable: graf->boton_repeat.

2003-10-05  Jonathan Gonzalez V.  <zeus@emacs.cl>

	* graf.c (about): Changed the my mail from jonathan@blueplanet.cl to zeus@emacs.cl :)

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

	* graf.c (menu): Added the function rip_mode to the StockItem in the menu.

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

	* apolos.c (main): Added an inicialization of the variable rip->rip_mode.

	* callbacks.c (rip_mode): This function turn off or on the rip mode.

	* graf.c (Lista_Tracks): Added the toggled column.

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

	* graf.c (menu): I add a new menu "Rip", and I try to add an xpm image to the menu, but Ican't, if you know how please send me your diff :).

	* conf.c (config_file): Changed the declaration of this function. I added  Rip *rip.

	* types.h: Added two new type "Rip" and "File_to_Rip".
	(_info_graf_cd): Added a new variable, "Rip *rip".

	* conf.c (Configuracion): Added a new "notebook" to the config and I called "Rip".

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

	* Makefile.am (apolos_LDADD): We use the new lib in apolos_LDADD.

	* rip.c (rip_track): Fixed some problems of variable names.
	(buffer_write): Added this function.

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

	* rip.c (WriteWav): Adde this function to write the wav file to then pass to ogg.

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

	* sound.c (Check_Disc): Now if doesn't exist CD when you run Apolos, you can eject de CD-Rom :P, something good no?

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

	* rip.c (rip_track): These are the first lines of the file.

	* apolos.c (print_help): Changed --about for --version.

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

	* graf.c (scroll_text): Added 1 argument, GtkWidget *label;

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

	* callbacks.c (select_row): Added the function change_title and a conditional in the line 138.

	* graf.c (update): We compare cd->check_disc_thread with -1, on the conditional of the line 243.

	* sound.c (Check_Disc): Now we assign -1 to cd->check_disc_thread when this function finish, not NULL.

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

	* graf.c (kill_adjustment): This function was created to kill the adjustment and scale of the timeline.

	* callbacks.c (select_row): The way to play the track selected was changed for some most efficient way.

	* sound.c (play_select_track): This function was eliminated.

	* callbacks.c (select_row): Changed the way to get the path for one most efficient. Added a conditional than change the value of cd->tocando to TRUE if the selection is with a double-click.

	* graf.c (Lista_Tracks): Changed the signal in the treeview of track list, from changed to button_press_event.

	* callbacks.c (button_press): This function was eliminated.

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

	* conf.c (Configuracion): The config window can't be resizable by the user.

	* graf.c (ventana_principal): The main window can't be resizable by the user.

