=== anjuta 2.2.1 ===

2007-09-06  Naba Kumar  <naba@gnome.org>

	* NEWS: Updated.
	* configure.in: Bumped version to 2.2.1

2007-09-06  Johannes Schmid <jhs@gnome.org>

	* plugins/sourceview/assist-window.c: (assist_window_init),
	(assist_window_is_active), (assist_window_new):
	
	- Set window type to GTK_WINDOW_POPUP to ensure focus works with e.g compiz
	- silence warnings
	
	* plugins/symbol-browser/an_symbol_prefs.c:
	(on_create_tags_clicked):
	Added a NULL-sentinel to g_build_path (silence warning)
	
	* plugins/symbol-browser/plugin.c: (isymbol_manager_search),
	(isymbol_manager_get_members), (isymbol_manager_get_parents),
	(isymbol_manager_get_completions_at_position):
	Fixed IAnjutaSymbol interface by ensuring that a symbol iter is only created
	when the result from tagmanager is non-empty (tag_array && tag_array->len). Should
	fix #453931 and #457093

2007-09-06  Naba Kumar  <naba@gnome.org>

	* NEWS: Updated.

	* plugins/file-manager/an_file_view.c: Disable sorting in treeview.
	Instead sort the files before adding in the view. Fixes long standing
	bug #450217: Refreshing tree brings to random crashes

2007-09-04  Naba Kumar  <naba@gnome.org>

	(Backported from HEAD)

	* plugins/class-gen/plugin.c: Do not enable 'Add to project'
	projects that can not add sources.

	* plugins/file-wizard/file.c: Similarly for file wizard,
	Do not enable 'Add to project' projects that can not add sources.

2007-09-04  Naba Kumar  <naba@gnome.org>

	(Backported from HEAD)

	* configure.in: Bumped gnome-build requirement to 0.2.0
	for project capabilities support.
	
	* plugins/project-manager/plugin.c: Enable/disable project
	actions based on project capabilities. Fixes bug #433552:
	crash in Anjuta IDE: add file test.h in project on generic
	Makefile.

	* libanjuta/interfaces/libanjuta.idl: Added method to query
	project capabilities.

2007-09-04  Johannes Schmid <jhs@gnome.org>

	* plugins/project-wizard/templates/anjuta-plugin/src/Makefile.am.tpl:
	Fixed anjuta-plugin template plugin by moving the "\" out
	of the [IF] block

2007-08-31  Johannes Schmid <jhs@gnome.org>

	* plugins/gtodo/interface.c: (gtodo_get_hide_done),
	(gtodo_get_hide_nodate), (gtodo_get_hide_due):
	* plugins/gtodo/main.h:
	* plugins/gtodo/plugin.c: (activate_plugin):
	
	Fixed #423467 (View->Tasks menu items are not 
	checked on startup) (backport from HEAD)

2007-08-14  Naba Kumar  <naba.kumar@gnome.org>

	* plugins/debug-manager/data_buffer.c,
	plugins/message-view/message-view.c: Fixed compiler warnings.
	(backport from HEAD)

2007-08-14  Naba Kumar  <naba.kumar@gnome.org>

	* src/action-callbacks.c: (help_activate),
	(on_help_manual_activate), (on_help_tutorial_activate),
	(on_help_advanced_tutorial_activate), (on_help_faqs_activate):

	Fixed help activation (bug #451557).
	(backport from HEAD)

2007-08-14  Naba Kumar  <naba.kumar@gnome.org>

	* AUTHORS: Added James Liggett. Forgot to add him before :(
	(backport from HEAD)

2007-07-22 Sebastien Granjoux <seb.sfo@free.fr>

	* plugins/debug-manager/breakpoints.c,
	plugins/debug-manager/debugger.c:
	Avoid an endless loop if clearing all breakpoints while the programm
	is running (backport from HEAD)

2007-07-20  Johannes Schmid <jhs@gnome.org>

	* libanjuta/anjuta-status.c:
	Fixed crasher on shutdown (backport from HEAD)

2007-07-20  Johannes Schmid <jhs@gnome.org>

	
	* libanjuta/anjuta-glue-factory.c: (load_plugin):
	* libanjuta/anjuta-profile.c:
	(anjuta_profile_add_plugins_from_xml):
	* libanjuta/anjuta-status.c: (anjuta_status_dispose):
	* libanjuta/anjuta-ui.c: (iter_compare_func), (anjuta_ui_merge):
	* libegg/egg-recent-action.c: (on_recent_files_tooltip):
	* plugins/file-loader/plugin.c: (on_create_submenu):
	* plugins/file-manager/an_file_view.c: (compare_iter):
	* plugins/glade/plugin.c: (activate_plugin):
	* src/anjuta-app.c: (on_toolbar_view_toggled):
	* src/main.c: (main):
	
	Fixed lots of memory leaks (thanks valgrind) (backport from HEAD)

=== anjuta 2.2.0 ===