2003-04-21 Christian Schaller <Uraeus@gnome.org>
	* view/Gst-Player-View.server.in.in: Changed the handled uri from *
	to file. It solves the issue of gst-player taking over the trashcan etc.	in Nautilus.

2003-04-20  Julien MOUTTE  <julien@moutte.net>

	* libs/gst/player/gstmediaplay.c: (gst_media_play_show_about): Adding
	backend version information in about dialog

2003-04-20  Julien MOUTTE  <julien@moutte.net>

	* libs/gst/player/gstmediaplay.c:
	(gst_media_play_toggle_play_pause), (gst_media_play_next),
	(gst_media_play_previous), (gst_media_play_set_location),
	(gst_media_play_handle_keypress): Worked arround a lot of assertion that
	get triggered when buttons were pressed with no media loaded...
	looks more professional...
	* src/main.c: (toggle_play_pause): See above

2003-04-19  Julien MOUTTE <julien@moutte.net>

	* gst-player.schemas: Removed hide-warning gconf key as our code does
	not sux that much anymore.
	* libs/gst/player/gstmediaplay.c: (gst_media_play_toggle_info),
	(animate_control_window), (gst_media_play_hide_mouse_cursor),
	(gst_media_play_set_fullscreen), (gst_media_play_have_vis_window),
	(gst_media_play_current_removed),
	(gst_media_play_playlist_changed),
	(gst_media_play_motion_notify_callback),
	(gst_media_play_have_video_size), (gst_media_play_have_xid),
	(gst_media_play_got_length), (gst_media_play_time_tick),
	(gst_media_play_volume_changed),
	(gst_media_play_display_mode_changed),
	(gst_media_play_seek_to_pos), (gst_media_play_state_change),
	(gst_media_play_stream_end), (gst_media_play_information),
	(gst_media_play_destroy), (gst_media_play_init),
	(gst_media_play_toggle_play_pause), (gst_media_play_next),
	(gst_media_play_previous), (gst_media_play_toggle_mute),
	(gst_media_play_toggle_visualisation),
	(gst_media_play_set_display_mode),
	(gst_media_play_get_display_mode),
	(gst_media_play_set_video_scale), (gst_media_play_get_video_scale),
	(gst_media_play_set_state), (gst_media_play_get_state),
	(gst_media_play_set_location), (gst_media_play_get_location),
	(gst_media_play_set_volume), (gst_media_play_get_volume),
	(gst_media_play_ignore_playlist_changes),
	(gst_media_play_handle_keypress), (gst_media_play_show_media_info):
	Moved almost all pointers which were in widget structure in a private
	structure ("widget's structures are not here to store your data" i
	read that somewhere), added gst_media_play_ignore_playlist_changes so
	that when making massive adds to the playlist gst_play_set_location is
	not called.
	* libs/gst/player/gstmediaplay.h: Moved stuff away from widget's
	struct, added gst_media_play_ignore_playlist_changes.
	* src/main.c: (toggle_play_pause), (show_about), (volume_increase),
	(volume_decrease), (next_media), (previous_media), (toggle_vis),
	(cb_open), (main): Using the new method to ignore playlist changes
	* ui/mediacontrol.glade: Cleaned up the audio bitrate, fixed an
	onmouse text which was wrong (reported by Uraeus)
	* ui/mediacontrol.translate: Updated translation file
	* ui/playlist.glade: Update playlist.glade from totem.

2003-04-19  Julien MOUTTE  <julien@moutte.net>

	* Let's say we need to start one day :) Today is the day where i start
	to update ChangeLog regularly.
	* libs/gst/player/gstmediaplay.c:
	(gst_media_play_get_glade_xml_from_file),
	(gst_media_play_get_glade_xml), (gst_media_play_have_video_size),
	(gst_media_play_time_tick), (gst_media_play_init): Implemented
	libglade signal auto connection. Updating media properties dialog with
	video size.
	* libs/gst/player/gtk-playlist.c: (gtk_playlist_mrl_to_title),
	(my_gnome_vfs_get_mime_type_with_data), (my_eel_read_entire_file),
	(selection_changed), (gtk_playlist_remove_files), (init_treeview),
	(gtk_playlist_add_one_mrl), (gtk_playlist_add_m3u),
	(gtk_playlist_add_asf_playlist), (gtk_playlist_add_pls),
	(parse_asx_entry), (parse_asx_entries), (gtk_playlist_add_asx),
	(gtk_playlist_add_ra), (parse_smil_video_entry),
	(parse_smil_entry), (parse_smil_entries), (gtk_playlist_add_smil),
	(gtk_playlist_add_asf), (gtk_playlist_add_mrl),
	(gtk_playlist_get_current_title), (gtk_playlist_has_previous_mrl),
	(gtk_playlist_has_next_mrl), (gtk_playlist_set_previous),
	(gtk_playlist_set_next), (gtk_playlist_set_at_start),
	(gtk_playlist_set_at_end): Integrated newest gtk-playlist widget from
	Totem.
	* libs/gst/player/gtk-playlist.h: Integrated newest gtk-playlist
	widget from Totem.
	* ui/mediacontrol.glade: Cleaned and improved media properties box
	with autoconnected signals.
	* ui/mediacontrol.translate: Translations automagically regenerated.

2002-06-11  gettextize  <bug-gnu-gettext@gnu.org>

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

2002-06-05  gettextize  <bug-gnu-gettext@gnu.org>

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

2002-06-04  gettextize  <bug-gnu-gettext@gnu.org>

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

2002-05-06  Michael Meeks  <michael@ximian.com>

	* libs/gst/player/gstmediaplay.c (gst_media_play_init):
	show the widgets we create.

2002-04-30  Thomas Vander Stichele <thomas@apestaart.org>
  	* reworked pixmaps loading with path_get_from_data

2002-02-05 Thomas Vander Stichele <thomas@apestaart.org>
	* moved pixmaps to prefix/share/pixmaps/gstreamer

2002-02-03 Thomas Vander Stichele <thomas@apestaart.org>
	* starting over from scratch
