anjuta r4684 - trunk



Author: jhs
Date: Mon Feb  2 17:09:25 2009
New Revision: 4684
URL: http://svn.gnome.org/viewvc/anjuta?rev=4684&view=rev

Log:
2.25.90

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

	* NEWS: Updated
	* configure.in:
	- Bumped version to 2.25.90
	- Changed glade requirement to 3.5.7

Modified:
   trunk/ChangeLog
   trunk/NEWS
   trunk/configure.in

Modified: trunk/NEWS
==============================================================================
--- trunk/NEWS	(original)
+++ trunk/NEWS	Mon Feb  2 17:09:25 2009
@@ -1,3 +1,58 @@
+Anjuta 2.25.90 (2 February 2009) -- Johannes Schmid
+
+New:
+- Glade integration work (GSoc) merged
+- Support for scratchbox2
+
+Updates:
+- Improved file status display
+- Don't depend on Gnomeprint
+
+Bugs fixed:
+#561370 â there is no way to know which files are in repository and which not.
+#566800 â Had a random crash in "File manager" preferences pane
+#569908 â completion of symbol shouldn't scroll the editor
+#511589 - fix c&p error in uri_is_parent; fix uri_get_chrooted_path
+#570136 â add option to not show unversioned files
+#542412 â GSoc: Glade3 integration
+#567728 â Copypasting build errors, messages and warnings
+#564276 â useless checkbox next to action groups in Shortcuts view
+#514609 â install-data-hook problem on Gentoo
+#563499 â Goto Matching Brace and other commands missing in GtkSourceView editor
+#564272 â Highlight Mode menu should indicate current mode
+#567030 â gtksourceview editor should underline warnings
+#561094 â Creation of backup files can't be disabled using gtksourceview
+#569585 â translation issues, typos
+#570034 â the open ToolbarItem is named "Open recent file"
+#570056 â version mismatch for dependency gtk+
+#567846 â A lot of g_warning-s when starting up Anjuta
+#570014 â invalid print of uninitalized value
+#560857 â GNOME Goal: Remove deprecated GLib symbols
+#567361 â allow me to jump to declaration in external package header
+#513156 â Get rid of libgnome(ui) (partial)
+#569857 â terminal copy/paste doesn't work
+#566209 â "generate inhertances..." progress bar doesn't disappear (partial)
+#549958 â user is not notified if a file is removed from filesystem
+#567206 â Build doesn't start if auto-save fails
+#357275 â allow user to jump directly to Symbols / Search
+#357275 â allow user to jump directly to Symbols / Search
+#491491 â Auto save's problem (automatic reload was a bad idea)
+#357820 â Goto / Previous history should return to previous cursor position
+#569225 â glade-plugin build error
+#568493 â Anjuta freezes after moving around large portions of code
+#511589 for debug-manager plugin
+#491491 â Auto save's problem (reload automatically)
+#549958 â user is not notified if a file is removed from filesystem
+#564308 â autogenerated gtk/gnome program does not exit
+#565188 â Invalid write on deinitialization
+#568119 â Automatic scanning of system-packages doesn't work
+#568381 â Website manual chapter 5. Debugging
+#548310 â Allow plugins to load/save key accelerators
+#565320 â sbox2 support for anjuta
+#564659 â Port anjuta to use Gtk+ print instead of deprecated gnomeprint
+#566696 â Make the terminal plugin open in the directory of the project
+#568254 â build fail on symbol-db-engine-core.c with suncc
+
 Anjuta 2.25.5 (19 January 2009) -- Johannes Schmid
 
 New:

Modified: trunk/configure.in
==============================================================================
--- trunk/configure.in	(original)
+++ trunk/configure.in	Mon Feb  2 17:09:25 2009
@@ -4,7 +4,7 @@
 
 m4_define(anjuta_major_version,  2)
 m4_define(anjuta_minor_version, 25)
-m4_define(anjuta_micro_version,  5)
+m4_define(anjuta_micro_version,  90)
 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)
@@ -34,7 +34,7 @@
 LIBXML_REQUIRED=2.4.23
 LIBDEVHELP_REQUIRED=0.22
 GDL_REQUIRED=0.7.3
-GLADEUI_REQUIRED=3.5.6
+GLADEUI_REQUIRED=3.5.7
 LIBGRAPHVIZ_REQUIRED=1.0
 NEON_REQUIRED=0.28.2
 SVN_MAJOR=1



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