2006-08-21  Fernando Herrera  <fherrera@onirica.com>

	* NEWS:
	* configure.in: Release 2.15.92 ("Lumbago")

2006-08-21  Olav Vitters  <olav@bkor.dhs.org>

	* src/bug-buddy.glade: Mark _Send button as translatable. Patch by
	Kalle Vahlman. Fixes bug 352166.

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

	* src/bug-buddy.c: (create_report_title): Remove extra "%".
	* src/bugzilla.c: (bugzilla_create_report): Remove debug_string

2006-08-18  Erdal Ronahi  <erdal.ronahi@gmail.com>
	
	* configure.in: Added (ku) Kurdish language

2006-08-17  Fernando Herrera  <fernando.herrera-de-las-heras@nokia.com>

	* src/bug-buddy.c: (set_proxy), (create_report_title),
	(send_report), (main):
	* src/bug-buddy.h:
	* src/bugzilla.c: (bugzilla_create_report):
	* src/bugzilla.h: Construct report title based on first words of
	the description. Added a missing NULL to g_object_set.

2006-08-15  Fernando Herrera  <fherrera@onirica.com>

	* src/bug-buddy.c: (send_report):
	* src/bugzilla.c: (bugzilla_create_report): Removed debug messages.

2006-08-15  Fernando Herrera  <fherrera@onirica.com>

	* src/bug-buddy.c: (main): If bugzilla product has not been found for
	the --package argument fallback to search for a binary.

2006-08-15  Fernando Herrera  <fherrera@onirica.com>

	* src/bug-buddy.keys.in: removed. Fix #328479

2006-08-15  Fernando Herrera  <fherrera@onirica.com>

	* src/bug-buddy.glade: Make gdb-text non-editable. Fix bug #350437.
	Make details view text wrap.
	* src/bug-buddy.c: (known_app_finished), (unknown_app_finished): set
	focus to the details text entry after finished colleting all info.

2006-08-15  Fernando Herrera  <fherrera@onirica.com>

	* src/bug-buddy.glade: Fix spacing issues. Patch from Christian Persch.

2006-08-13  Brent Smith  <gnome@nextreality.net>

	* src/bug-buddy.menu.in: add a forward slash in the LegacyDir so 
	the path is actually correct; otherwise bug-buddy only finds applets.

2006-08-13  Fernando Herrera  <fherrera@onirica.com>

	* src/bug-buddy.c: (main):
	* src/bugzilla.c: (get_all_applications_from_dir),
	(load_applications): Show main window application before loading
	.dekstop files and run g_mainloop interactions while loading to
	make app update progress bar so it feels more responsive.

2006-08-13  Fernando Herrera  <fherrera@onirica.com>

	* configure.in:
	* src/bug-buddy.menu: Removed.
	* src/bug-buddy.menu.in: Added to use <LegacyDir> pointing
	to ${sharedir}/applications. Fix the problem with 
	~/.local/share/applications files not having bugzilla info.

2006-08-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>

	* src/Makefile.am:
	Remove applications_DATA from Makefile.am.

2006-08-11 Vladimer Sichinava  <vlsichinava@gmail.com>

	* configure.in: Added "ka" (Georgian) to ALL_LINGUAS

2006-08-09  Fernando Herrera  <fernando.herrera-de-las-heras@nokia.com>

	* src/bug-buddy.c: (main): Fix a double-free.

2006-08-01  Fernando Herrera  <fernando.herrera-de-las-heras@nokia.com>

	* src/bugzilla.c: (add_bugzilla_application), (load_applets),
	(load_applications), (bugzilla_create_report):
	* src/bugzilla.h: Port to GKeyFile API for reading desktop files
	removing deprecated libgnome stuff. Use untranslated application name
	for report title.

2006-08-01  Fernando Herrera  <fernando.herrera-de-las-heras@nokia.com>

	* configure.in: Require new libsoup. Bump version to 2.15.91
	* src/bug-buddy.c: (send_report): use new libsoup xml-rpc
	deserialization function.
	* src/xmlrpc.c:
	* src/Makefile.am: Removed xmlrpc.c file.