2006-07-24  Fernando Herrera  <fernando.herrera-de-las-heras@nokia.com>

	* NEWS:
	* configure.in: Release 2.15.90

2006-07-24  Fernando Herrera  <fernando.herrera-de-las-heras@nokia.com>

	* src/verify-desktop-files.c: (main): Initialize bonobo-activation.

2006-07-24  Fernando Herrera  <fernando.herrera-de-las-heras@nokia.com>

	* src/Makefile.am:
	* src/bug-buddy.c: (save_to_file), (network_error),
	(remove_pending_reports), (all_sent), (previous_sent), (bug_sent),
	(send_report), (show_pending_checkbox_if_pending),
	(known_app_finished), (main):
	* src/bug-buddy.glade: Added a check button for sending old bug
	reports not sent because no network connection. Load them and send
	them.
	* src/xmlrpc.c: (hacked_soup_xmlrpc_message_from_string): Ugly hack
	for deserializing a XML-RPC message until we got it into libsoup.

	Removed NetworkManager code at all.

2006-07-24  Fernando Herrera  <fernando.herrera-de-las-heras@nokia.com>

	* pixmaps/Makefile.am:
	* src/bug-buddy.c: (main):
	* src/bug-buddy.desktop.in.in: make application use theme-friendly
	icons. Patch from Brian Pepple. Fixes bug #337813

2006-07-24  Fernando Herrera  <fernando.herrera-de-las-heras@nokia.com>

	* src/bug-buddy.c: (main):
	* src/bug-buddy.glade:
	* src/bugzilla.c: (bugzilla_search_for_package):
	* src/bugzilla.h: Invoke bug-buddy only with --package=XXX command
	line to get it in non-crash/suggestion mode, so applications like
	evolution can invoke it from the help menu.

2006-07-24  Fernando Herrera  <fernando.herrera-de-las-heras@nokia.com>

	* README.STABLE_BRANCH: Update branch information.
	* configure.in: Don't use NetworkManager because it is giving lot
	of false positives (usually people with wired and wireless networks)
	* src/Makefile.am:
	* src/bugzilla.c: (add_bugzilla_application),
	(get_all_applications), (bugzilla_parse_response): Use own .menu file
	for reading all applications. Patch from Brent Smith, fixes #347422

2006-07-24  Fernando Herrera  <fernando.herrera-de-las-heras@nokia.com>

	* src/bug-buddy.c: (send_report):
	* src/bug-buddy.glade: Fix some typos pointed by Matthias Clasen
	Fixes bug #348064

2006-07-18  Guntupalli Karunakar  <karunakar@freedomink.org>

	* configure.in: Added "dz" (Dzongkha) to ALL_LINGUAS.

2006-07-03  Runa Bhattacharjee <runabh@gmail.com>

	* configure.in: Added Bengali India (bn_IN) to ALL_LINGUAS.

2006-06-30  Thierry Randrianiriana  <thierryR@cvs.gnome.org>

	* configure.in: Added Malagasy code 'mg' in ALL_LINGUAS.
	* po/mg.po: Added Malagasy translation.

2006-06-28  Frederic Peters  <fpeters@0d.be>

	* configure.in:
	* src/Makefile.am:
	* src/bug-buddy.c: Make libnm_glib optional.  Closes bug #346091.

2006-06-25  Fernando Herrera  <fherrera@onirica.com>

	* configure.in: Require libnm_glib to check for network
	* src/bug-buddy.c: (bug_sent), (save_to_file), (send_report),
	(on_send_clicked), (on_save_clicked), (main): If there is no network
	available save report to a file for sending next time. Resize fixes
	* src/bug-buddy.glade: Add mnemonic to Send
	* src/bugzilla.h: Remove an old GtkTreeIter

2006-06-18  Brent Smith  <gnome@nextreality.net>

	* src/bug-buddy.c: (unknown_app_finished): Mark the button text for
	translation

2006-06-18  Brent Smith  <gnome@nextreality.net>

	* src/proccess.c: (proccess_get_mem_state): Fix a mispelling, thanks
	to Baptiste Mille-Mathias for pointing this out.

2006-06-18  Brent Smith  <gnome@nextreality.net>

	* src/bug-buddy.c: (fill_include_file): initialize GError to NULL,
	otherwise we can get a crash

2006-06-18  Brent Smith  <gnome@nextreality.net>

	* src/gdb-buddy.c: remove debug define
	* src/gdb-buddy.h: added this missing file (needed to compile)

2006-06-18  Fernando Herrera  <fherrera@onirica.com>

	* src/Makefile.am:
	* src/bug-buddy.c: (gdb_insert_text), (known_app_finished),
	(gdb_finished), (save_to_file), (on_save_clicked),
	(unknown_app_finished), (gdb_finished_unknown_app),
	(close_callback), (fill_gnome_info), (fill_include_file), (main):
	* src/bug-buddy.glade:
	* src/bug-buddy.h:
	* src/bugzilla.c:
	* src/gdb-buddy.c: (gdb_stop), (gdb_handle_input), (gdb_destroy),
	(gdb_buddy_error_quark), (gdb_get_trace): Add support for saving
	traces from unknow applications. Patch from Brent Smith. Closes bug
	#164747.

	Add support again for the --include option, so crashes on gnome-python
	and Gtk# can invoke bug-buddy for sending traces to our bugzilla.

2006-06-13  Olav Vitters  <olav@bkor.dhs.org>

	* configure.in: Bump libsoup requirement to >= 2.2.94.