anjuta r3829 - in branches/anjuta-2-4: . src



Author: naba
Date: Mon Apr  7 20:34:09 2008
New Revision: 3829
URL: http://svn.gnome.org/viewvc/anjuta?rev=3829&view=rev

Log:
	* configure.in: Bumped version 2.4.1
	* NEWS: Updated.

	patch from  surenspost gmail com:
	* src/about.c: Fixed bug #523068 link in about window doesn't work.
	(backported from trun)



Modified:
   branches/anjuta-2-4/ChangeLog
   branches/anjuta-2-4/NEWS
   branches/anjuta-2-4/configure.in
   branches/anjuta-2-4/src/about.c

Modified: branches/anjuta-2-4/NEWS
==============================================================================
--- branches/anjuta-2-4/NEWS	(original)
+++ branches/anjuta-2-4/NEWS	Mon Apr  7 20:34:09 2008
@@ -1,3 +1,23 @@
+Anjuta 2.4.1 (07 Apr 2008) -- Naba Kumar
+-----------------------------------------
+
+Updates:
+========
+
+Bugfixes:
+=========
+* Fixed #520761 - Weirz behavior with popup
+* Fixed #520415 - [PATCH] Problems in auto indentatation code
+* Fixed #521691 - Crash when click "Resolve Conflicts" without opened project
+* Fixed #520324 - Execute command is not overridable
+* Fixed #521847 - anjuta freezes when editing file
+* Fixed #525706 - Use gnome_vfs_get_slow_mime_type() to determine the
+   mime-type and try supertype instead no plugin for mime-type was found
+* Fixed #525999 - Remove space in file and target names generated
+   by project wizard
+* Fixed sample anjuta plugin
+* Block insert-text signal on cut/copy/paste
+
 Anjuta 2.4.0 (10 Mar 2008) -- Naba Kumar
 -----------------------------------------
 

Modified: branches/anjuta-2-4/configure.in
==============================================================================
--- branches/anjuta-2-4/configure.in	(original)
+++ branches/anjuta-2-4/configure.in	Mon Apr  7 20:34:09 2008
@@ -4,7 +4,7 @@
 
 m4_define(anjuta_major_version,  2)
 m4_define(anjuta_minor_version, 4)
-m4_define(anjuta_micro_version,  0)
+m4_define(anjuta_micro_version,  1)
 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)

Modified: branches/anjuta-2-4/src/about.c
==============================================================================
--- branches/anjuta-2-4/src/about.c	(original)
+++ branches/anjuta-2-4/src/about.c	Mon Apr  7 20:34:09 2008
@@ -187,7 +187,7 @@
 		_("Integrated Development Environment"));
 	gtk_about_dialog_set_license(GTK_ABOUT_DIALOG(dialog), 
 		NULL);
-	gtk_about_dialog_set_website(GTK_ABOUT_DIALOG(dialog), "www.anjuta.org");
+	gtk_about_dialog_set_website(GTK_ABOUT_DIALOG(dialog), "http://www.anjuta.org";);
 	gtk_about_dialog_set_logo(GTK_ABOUT_DIALOG(dialog), pix);
 	
 	gtk_about_dialog_set_authors(GTK_ABOUT_DIALOG(dialog), authors);



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