anjuta r4613 - trunk



Author: jhs
Date: Mon Jan 19 18:07:24 2009
New Revision: 4613
URL: http://svn.gnome.org/viewvc/anjuta?rev=4613&view=rev

Log:
2.25.5:

2009-01-19  Johannes Schmid  <jhs gnome org>

	* NEWS: 
	* configure.in: Updated for release

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

Modified: trunk/NEWS
==============================================================================
--- trunk/NEWS	(original)
+++ trunk/NEWS	Mon Jan 19 18:07:24 2009
@@ -1,3 +1,71 @@
+Anjuta 2.25.5 (19 January 2009) -- Johannes Schmid
+
+New:
+- File-browser shows version control status for subversion using emblems
+
+Updates:
+- Removed gnome-vfs usage
+- Lots of improvements with auto-completion and symbol-db
+- string fixes
+
+Bugs fixed:
+#567967 â build fail with sun cc because zero-sized struct
+#568068 â critical warnings on activation of debug-manager
+#531717 - remove tray icon
+#511589 - port to gio
+#568008 â invalid g_object_unref in file-manager
+#568020 â critical warning on bracket completion
+#565353 â View Log and Diff context menu commands should 
+	act immediately
+#568028 â goto [declaration|implementation] should prefer the current 
+	file.
+#567060 â symbol search should ignore case.
+#565342 â wizard creates useless dist-hook in Makefile.am
+65024 â "Retrieving log..." still displayed after retrieval 
+	complete
+#564988 â Subversion context menu should have a Revert command
+Fix #567222 â Please add comments for translators
+Fix #567216 â Don't leave trailing spaces
+Fix #567226 â Don't leave trailing spaces
+Fix #567224 â Don't leave trailing spaces
+Fix #567881 â Strange strings
+#567523 (Goto Implementation jumps to declaration).
+#567504 â New Project dialog is not centered
+#567505 â Anjuta hangs while generating inheritances
+#567217 â Don't use trailing spaces.
+#567228 â Don't leave trailing spaces.
+#548910 Hide the Global tab in case only C-files are used in a project.
+#567360 â Context Help needs an icon
+566924 - Subversion diff should be done from the project's root
+	directory.  
+#566943 â Icons are not not found
+#567156 â better autodetection of language
+#567010 - Can't import project if parse scripts failed
+#567068 â autocomplete box should vanish on backspace
+#566987 â display tooltip with prototype when calling function in project
+#566693 â Code completion of symbols usually not working
+#567227 â Don't leave trailing spaces
+#567223 â Don't leave trailing spaces
+#567219 â String fixes
+#567218 â Don't leave spaces before punctuation
+#567203 â small signal error in symbol-db-system
+#566985 â sort multiple symbol matches by file path
+#567058 â Goto Implementation can't jump to struct or typedef types
+#566690 â Goto declaration menu item should go to implementation if 
+	there's no delcaration
+#567067 â Anjuta hangs if I close project while scanning symbols
+#567049 â Goto Definition fails for symbols ending in a digit
+#566699 â Default "Available API tags" for 
+	Symbol Database preference tab.
+#566691 â Goto declaration nor goto definition work with macros
+#565981 â Don't use g_file_test()
+#511589 - Remove unnecessary hack for GNOME-VFS which
+  	is not needed for GIO/GVFS
+#511589 â Remove dependency on gnome-vfs from Makefiles
+#511589 â Anjuta uses GNOME-VFS
+#566715 â invalid free in run-program/parameters.c
+#511589 â Anjuta uses GNOME-VFS 
+
 Anjuta 2.25.4 (5 January 2009) -- Johannes Schmid
 
 Translations updates:

Modified: trunk/configure.in
==============================================================================
--- trunk/configure.in	(original)
+++ trunk/configure.in	Mon Jan 19 18:07:24 2009
@@ -4,7 +4,7 @@
 
 m4_define(anjuta_major_version,  2)
 m4_define(anjuta_minor_version, 25)
-m4_define(anjuta_micro_version,  4)
+m4_define(anjuta_micro_version,  5)
 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)



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