[anjuta] Updates files for 2.91.5 release



commit 6da92cf8250c0d511dbe254a05d1d053ff81140b
Author: Johannes Schmid <jhs gnome org>
Date:   Tue Jan 11 01:30:53 2011 +0100

    Updates files for 2.91.5 release

 NEWS         |   29 +++++++++++++++++++++++++++++
 configure.ac |    6 +++---
 2 files changed, 32 insertions(+), 3 deletions(-)
---
diff --git a/NEWS b/NEWS
index 5d2e9b8..d901f02 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,32 @@
+Anjuta 2.91.5 "Moving forward" (11 Januar 2010) -- Johannes Schmid
+
+Updates:
+- Glade integration is working again and far more stable
+- Devhelp plugin is here gain
+- New class generation for Vala, Python and Javascript (Kenny)
+- New artwork (Samuel)
+- Comment/Uncomment feature for C/C++
+- Various improvements in vala support
+
+Bugs fixed:
+638228 language-support-vala: interrupt parsing if user switches to another file
+638252 language-support-vala: use the new markers to show error tooltips
+511000 Icons needed
+638532 crash in plugin list when pressing cursor-down
+637699 JavaScript wizard
+637774 Add Vala class wizard to class-gen
+638534 Criticals with local-only repositories
+616426 model wants symbols before db creation.
+625399 Attempt to make a query when database is not connected
+633018 crash in Anjuta IDE: I closed a project, wich...
+637695 allow comment/uncomment with gtksourceview editor
+638097 Remove deprecated gdk_spawn_command_line_on_screen gdk_spawn_on_screen
+638347 Incorrect makefile
+638830 Fortan typo?
+638878 $(BUILT_SOURCES): No such file or directory
+638034 Unable to create new project
+638524 Syntax error on valid configure.ac files 
+
 Anjuta 2.91.4 "Merry X-mas" (21 December 2010) -- Johannes Schmid
 
 New:
diff --git a/configure.ac b/configure.ac
index 4913893..88ce89f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4,7 +4,7 @@ AC_PREREQ([2.64])
 
 m4_define(anjuta_major_version,  2)
 m4_define(anjuta_minor_version, 91)
-m4_define(anjuta_micro_version, 4)
+m4_define(anjuta_micro_version, 5)
 m4_define(anjuta_nano_version, 0)
 m4_define(anjuta_version, anjuta_major_version.anjuta_minor_version.anjuta_micro_version.anjuta_nano_version)
 
@@ -43,13 +43,13 @@ GDL_REQUIRED=2.91.1
 LIBWNCK_REQUIRED=2.12
 
 dnl GtkSourceView
-GTKSOURCEVIEW_REQUIRED=2.10.5
+GTKSOURCEVIEW_REQUIRED=2.91.4
 
 dnl Devhelp
 LIBDEVHELP_REQUIRED=2.90.6
 
 dnl Glade
-GLADEUI_REQUIRED=3.7.1
+GLADEUI_REQUIRED=3.9.0
 
 dnl Vala
 VALA_REQUIRED=0.11.2



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