=========================== 2.17.4 ==========================

2007-02-20  Kjartan Maraas  <kmaraas@gnome.org>

	* Makefile.am: Dist MAINTAINERS.

2007-02-18  Fernando Herrera  <fherrera@onirica.com>

	* src/bug-buddy.c: (main): Don't register with the session manager.
	Patch by Dan Winship. Fix bug #406009

2007-01-20  Andre Klapper  <a9016009@gmx.de>

	* src/bug-buddy.glade: remove an empty string from translation.

2007-01-08  Fernando Herrera  <fherrera@onirica.com>

	* src/bug-buddy.c: (fill_system_info): Add gtk-theme and
	icon-theme information to the report.

2007-01-08  Fernando Herrera  <fherrera@onirica.com>

	* autogen.sh:
	* configure.in:
	* src/Makefile.am:
	* src/bug-buddy.c: (delete_review), (get_gnome_version_info),
	(save_to_file), (network_error), (bug_sent), (create_report_title),
	(send_report), (on_save_clicked), (fill_stderr_info), (main):
	* src/bugzilla.c: (get_i18n_slist), (load_applets),
	(load_applications), (bugzilla_create_report):
	* src/distribution.c: (get_lines_from_file):
	* src/distribution.h:
	* src/eds-buddy.c:
	* src/gdb-buddy.c:
	* src/proccess.c: (proccess_get_mem_state), (proccess_get_time):
	* src/verify-desktop-files.c: (main): Upadte autogen stuff and configure.
	Make bug-buddy compile without warnings. Fix some wrong g_free.
	Patch by Christian Persch. Fix bug #394054

2007-01-07  Fernando Herrera  <fherrera@onirica.com>

	* src/bug-buddy.c: (create_debuginfo_link): Add a comment for translators
	for the http://live.gnome.org/GettingTraces/DistroSpecificInstructions
	link. Thanks to Priit Laes.

2007-01-07  Fernando Herrera  <fherrera@onirica.com>

	* COPYING.ximian-logos:
	* Makefile.am:
	* pixmaps/Makefile.am: Removed old logos not used anymore.

2007-01-07  Fernando Herrera  <fherrera@onirica.com>

	* src/bug-buddy.c: (bug_sent), (main):
	* src/verify-desktop-files.c: (check_bugzilla_info): s/bugzilla/Bugzilla.
	Patch by Diego Escalante Urrelo. Fixes bug #354287

2007-01-07  Fernando Herrera  <fherrera@onirica.com>

	* src/bug-buddy.c: (on_save_clicked): Use home when desktop_is_homedir
	to save bug reports. Patch by Diego Escalante Urrelo. Fixes bug #349941

2007-01-07  Fernando Herrera  <fherrera@onirica.com>

	* src/bug-buddy.menu.in: Include also autostar dir in the .desktop
	files search path.

2006-12-20  Fernando Herrera  <fherrera@onirica.com>

	* src/bugzilla.c: (load_applications): dup the
	string from gmenu_tree_entry_get_name for prev_name
	before freeing the keyfile/entry. Fix bug #357203.
	Thanks to Mark McLoughlin!.