========================= 2.23.6 =========================

2008-08-04  Cosimo Cecchi  <cosimoc@gnome.org>

	* NEWS:
	* configure.in:
	Bump for 2.23.6 release.
	* data/Makefile.am:
	Fix to pass distcheck.

2008-08-04  Cosimo Cecchi  <cosimoc@gnome.org>

	* src/bug-buddy.c: (on_send_clicked):
	Add mnemonics to the new review description dialog.
	Thanks to Andre Klapper.

2008-08-04  Cosimo Cecchi  <cosimoc@gnome.org>

	* src/bug-buddy.c: (on_send_clicked):
	Fix coding style and indentation.

2008-08-03  Diego Escalante Urrelo  <diegoe@gnome.org>

	* src/bug-buddy.c: (on_send_clicked):
	Add a GtkMessageDialog warning about a too short description, the user is
	allowed to still send the report but he's advised to fill a more detailed
	description (#361311).

2008-08-02  Cosimo Cecchi  <cosimoc@gnome.org>

	* src/bug-buddy.c: (network_error):
	Use a better wording when reporting a network error to the user.
	Thanks to Dominic Cleal (#506442).

2008-08-01  Cosimo Cecchi  <cosimoc@gnome.org>

	* src/bug-buddy.c: (copy_link_item_activated_cb),
	(build_link_menu), (link_button_press_event_cb), (bug_sent):
	Add a right click menu item "Copy Link Address" on the GtkLinkButton
	to allow copying of the bug URL (#540174).

2008-07-31  Diego Escalante Urrelo  <diegoe@gnome.org>

	* src/bug-buddy.c:
	* src/bugzilla.h:
	* src/gdb-buddy.c:
	Remove single includes regarding gtk. Forgot to add this changelog entry on
	my commit, woops :).

2008-07-31  Cosimo Cecchi  <cosimoc@gnome.org>

	* src/bug-buddy.c: (email_domain_is_valid):
	Activate the send button only if the domain part contains
	at least a dot (#437333).

2008-07-31  Cosimo Cecchi  <cosimoc@gnome.org>

	* data/bug-buddy.gtkbuilder:
	Set the right icon size.

2008-07-31  Cosimo Cecchi  <cosimoc@gnome.org>

	* src/Makefile.am:
	Fix a leftover of the code reorganization.

2008-07-31  Cosimo Cecchi  <cosimoc@gnome.org>

	* data/bug-buddy.schemas.in:
	Fix an incoherent singular/plural schema description.
	Thanks to Diego Escalante Urrelo (#390982).

2008-07-31  Cosimo Cecchi  <cosimoc@gnome.org>

	* src/bug-buddy.c: (main):
	Fix a incorrect check which would lead to a leak or to undefined
	behaviour
	Thanks to Christian Persch (#508631).

2008-07-27  Cosimo Cecchi  <cosimoc@gnome.org>

	* debian/.cvsignore:
	* debian/Makefile.am:
	* debian/changelog.in:
	* debian/control:
	* debian/copyright:
	* debian/rules:
	There's no need for having an (outdated) debian/ directory here.

2008-07-26  Cosimo Cecchi  <cosimoc@gnome.org>

	* Makefile.am:
	* autogen.sh:
	* configure.in:
	* data/*:
	* src/*.in:
	* src/bug-buddy.gtkbuilder:
	* src/bug-buddy.c:
	* src/bugzilla.c:
	* src/Makefile.am:
	* src/libglade-buddy.h
	* pixmaps/*:
	* m4/:
	* gentool/*:
	Rearranged the code tree into a more coherent fashion.
	Added data/ to hold icons, XML and .in files, added m4/ to
	hold macro files.
	Change the icon to a new Tango one, thanks to Andreas Nilsson,
	Michael Monreal and Sebastian Kraft (#406958).
	Fixed bits of autogen.sh, configure.in and Makefile.am to get rid
	of old stuff and fix some warnings.
	Remove some useless includes and obsolete libglade-buddy.h file.

2008-07-26  Cosimo Cecchi  <cosimoc@gnome.org>

	* bug-buddy.spec.in:
	* configure.in:
	Don't ship spec file in the tarball anymore.

2008-07-26  Cosimo Cecchi  <cosimoc@gnome.org>

	* configure.in:
	Remove useless dependency on libgnomecanvas.

2008-07-26  Cosimo Cecchi  <cosimoc@gnome.org>

	* Makefile.am:
	* configure.in:
	* docs/Makefile.am:
	Added a manual and install it (#517514).

2008-07-26  Cosimo Cecchi  <cosimoc@gnome.org>

	* docs/*
	Moved help away from the docs folder.

2008-07-26  Cosimo Cecchi  <cosimoc@gnome.org>

	* src/bug-buddy.c:
	Remove unused command line switches (#428205).