anjuta r4758 - in trunk: . plugins/gbf-am plugins/gbf-mkfile



Author: jhs
Date: Mon Feb 16 20:59:33 2009
New Revision: 4758
URL: http://svn.gnome.org/viewvc/anjuta?rev=4758&view=rev

Log:
=== 2.25.902 ===

2009-02-16  Johannes Schmid  <jhs gnome org>

	* NEWS:
	* configure.in:
	Updated for release
	
	* plugins/gbf-am/Makefile.am:
	* plugins/gbf-mkfile/Makefile.am:
	Fixed dist-clean issue

Modified:
   trunk/ChangeLog
   trunk/NEWS
   trunk/configure.in
   trunk/plugins/gbf-am/Makefile.am
   trunk/plugins/gbf-mkfile/Makefile.am

Modified: trunk/NEWS
==============================================================================
--- trunk/NEWS	(original)
+++ trunk/NEWS	Mon Feb 16 20:59:33 2009
@@ -1,3 +1,49 @@
+Anjuta 2.25.902 (16 February 2009) -- Johannes Schmid
+
+This is a bug-fix release for the GNOME 2.25.91 Beta!
+
+Updates:
+- Code completion
+- Searching
+- Project Management
+
+Bugs fixed:
+#570820 â problem with gtk+ trunk
+#564942 â display project-relative path in search results pane
+#571381 â Seach button disabled if no files opened. 
+#571733 â file manager should sort files case-insensitively
+#571233 â Uncorrect loading of subversion plugin
+#571215 â doesn't indent function declarations correctly
+#570492 â Some criticals in the terminal plugin
+#556148 â it's impossible to remove project variables
+#571262 â gbf-am: treat tail slash as a package
+#566991 â list project modules in sorted order
+#571114 â Crash after clicking on Edit/Preferences with open document
+#571143 - Double free crasher of path string.
+#563704 â Anjuta displays column/line numbers after edit windows closed
+#556970 â Swap .h/.c doesn't work for C header files (*.h)
+#570720 â There are warnings in some cases when I press cancel in 
+	program arguments dialog
+#566785 â Anjuta crashes after enabling and disabling a plugin
+	often
+#567606 â Auto-indentation in Anjuta gets tab indentation wrong for function paramaters
+#565015 â duplicate matches in search results pane
+#539580 â Uncorrect pass search result to
+#570614 â outdated download addresses
+#566531 â Find & Replace results in wrong result for files
+	containing multi-byte UTF-8 sequences
+#570877 â symbol-db doesn't scan user-added packages.
+#570929, initialize widgets before add watches.
+#566987 â display tooltip with prototype when calling function in project.
+#570245 â gbf gio-critical g_file_query_exists
+#566693 â Code completion of symbols usually not working
+#570492 â Canot open editor - crash
+#567100 â opening Find dialog causes GtkSpinButton warning
+#570444 â can't change numbers in preferences dialog
+#566987 â display tooltip with prototype when calling function in project
+
+Thanks to anybody involved!
+
 Anjuta 2.25.901 (3 February 2009) -- Johannes Schmid
 
 This is a bug-fix release for things that were broken too much in 2.25.90

Modified: trunk/configure.in
==============================================================================
--- trunk/configure.in	(original)
+++ trunk/configure.in	Mon Feb 16 20:59:33 2009
@@ -4,7 +4,7 @@
 
 m4_define(anjuta_major_version,  2)
 m4_define(anjuta_minor_version, 25)
-m4_define(anjuta_micro_version,  901)
+m4_define(anjuta_micro_version,  902)
 m4_define(anjuta_version, anjuta_major_version.anjuta_minor_version.anjuta_micro_version)
 
 AC_INIT(anjuta, anjuta_version, http://bugzilla.gnome.org/enter_bug.cgi?product=anjuta)
@@ -988,9 +988,6 @@
 plugins/project-wizard/templates/anjuta-plugin-vala/Makefile
 plugins/project-wizard/templates/anjuta-plugin-vala/src/Makefile
 plugins/project-wizard/templates/anjuta-plugin-vala/po/Makefile
-plugins/project-wizard/templates/gnome/Makefile
-plugins/project-wizard/templates/gnome/src/Makefile
-plugins/project-wizard/templates/gnome/po/Makefile
 plugins/project-wizard/templates/gtkmm/Makefile
 plugins/project-wizard/templates/gtkmm/src/Makefile
 plugins/project-wizard/templates/gtkmm/po/Makefile

Modified: trunk/plugins/gbf-am/Makefile.am
==============================================================================
--- trunk/plugins/gbf-am/Makefile.am	(original)
+++ trunk/plugins/gbf-am/Makefile.am	Mon Feb 16 20:59:33 2009
@@ -68,8 +68,6 @@
 	$(plugin_glade_DATA)
 
 DISTCLEANFILES = \
-	$(plugin_DATA) \
-	$(plugin_in_files)
-
+	$(plugin_DATA)
 SUBDIRS = GBF
 

Modified: trunk/plugins/gbf-mkfile/Makefile.am
==============================================================================
--- trunk/plugins/gbf-mkfile/Makefile.am	(original)
+++ trunk/plugins/gbf-mkfile/Makefile.am	Mon Feb 16 20:59:33 2009
@@ -54,8 +54,7 @@
 	$(plugin_pixmaps_DATA)
 
 DISTCLEANFILES = \
-	$(plugin_DATA) \
-	$(plugin_in_files)
+	$(plugin_DATA)
 
 SUBDIRS = GBF
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]