[anjuta] Update files for 2.29.4 release



commit 01aed27de55f0cbb45a9c5df638f0df1bb5f1c2f
Author: Johannes Schmid <jhs gnome org>
Date:   Mon Dec 21 17:57:05 2009 +0100

    Update files for 2.29.4 release

 NEWS         |   22 ++++++++++++++++++++++
 configure.in |    2 +-
 2 files changed, 23 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index b86b57a..bc97e85 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,25 @@
+Anjuta 2.29.4 "Snow makes happy aka Last X-Mas" (21. December 2009) -- Johannes Schmid
+
+Features:
+- Javascript support (Deniz Ermilov)
+- Support for parsing expressions allowing member completion (Massimo' Cora)
+- Improved autocopletion support using GtkSourceCompletion support in
+GtkSourceview master (Johannes Schmid)
+
+Bugs fixed:
+bgo#597318 - Anjuta terminal crashes X
+bgo#597815 - Crash due to malformed UI definition file
+bgo#599532 - plugin.c: missing call to fclose
+bgo#600924 - misc. build fixes for 2.28
+bgo#601567 - Import from git fails
+bgo#585529 - Replace AnjutaMessageArea with GtkInfoBar
+bgo#559925 - Send special keys to the terminal
+bgo#602784 - Remove unneeded libsexy code
+bgo#604581 - Crash Scintilla when writing a comment
+bgo#599323 - symbol-db plugin can't create the symbol database
+bgo#604954 - Configure project fail if project path contains space
+bgo#604621 - specify /dev/shm at config time.
+
 Anjuta 2.29.2 "Prager Herbst" (14 November 2009) -- Johannes Schmid
 
 Features:
diff --git a/configure.in b/configure.in
index a137547..4f9ed81 100644
--- a/configure.in
+++ b/configure.in
@@ -4,7 +4,7 @@ AC_PREREQ(2.59)
 
 m4_define(anjuta_major_version,  2)
 m4_define(anjuta_minor_version, 29)
-m4_define(anjuta_micro_version,  2)
+m4_define(anjuta_micro_version,  4)
 m4_define(anjuta_nano_version, 0)
 m4_define(anjuta_version, anjuta_major_version.anjuta_minor_version.anjuta_micro_version.anjuta_nano_version)
 



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