anjuta r3761 - in trunk: . global-tags



Author: naba
Date: Mon Mar 10 22:09:08 2008
New Revision: 3761
URL: http://svn.gnome.org/viewvc/anjuta?rev=3761&view=rev

Log:
	* NEWS: Updated for 2.4.0 stable release.
	* configure.in: Version bumped to 2.4.0
	* TODO.tasks: Updated.

	* global-tags/Makefile.am:
	Revert change for #515954. This change was incorrect, the anjuta-tags
	program is installed into the $(bindir) rather than the $(scriptdir).



Modified:
   trunk/ChangeLog
   trunk/NEWS
   trunk/TODO.tasks
   trunk/configure.in
   trunk/global-tags/Makefile.am

Modified: trunk/NEWS
==============================================================================
--- trunk/NEWS	(original)
+++ trunk/NEWS	Mon Mar 10 22:09:08 2008
@@ -1,3 +1,24 @@
+Anjuta 2.4.0 (10 Mar 2008) -- Naba Kumar
+-----------------------------------------
+
+Updates:
+========
+Translation updates: ca, it, es, pt_BR, gl, fi, lt, fr, en_GB, hi, hu,
+nl, ja, zh_TW, zh_HK, ar, ru, sv, nb, da and ml.
+
+Bugfixes:
+=========
+* Hide tooltip when Up, Down, Page_Up or Page_Down is pressed
+* Fixed memory leaks and implemented ianjuta_editor_get_offset() which
+  was missing.
+* Updated prepare-Changelog.pl to latest script version in gnome svn
+* Escape tooltip text to avoid broken markup
+* Removed some debug code
+* Fixed #519275 - Subversion should allow offline diffs
+* Fixes #518469 - Save message buffer not working good
+* Added a configure requirement for scintilla editor plugin
+* Fixed tags generation that broke in last release.
+
 Anjuta 2.3.5 (25 Feb 2008) -- Naba Kumar
 -----------------------------------------
 

Modified: trunk/TODO.tasks
==============================================================================
--- trunk/TODO.tasks	(original)
+++ trunk/TODO.tasks	Mon Mar 10 22:09:08 2008
@@ -508,13 +508,6 @@
 Currently, this dialog use the same debug tree widget used by the local  variables and watch display. I think we should keep the same widget for all this but we need perhaps to add a few options (local variables cannot be removed by example).</comment>
     </item>
     <item>
-      <attribute id="1159649070" priority="1" done="0" start_date="732584" enddate="99999999" notify="0" endtime="-60" last_edited="1159649070"/>
-      <summary>Cleaning the debugger plugin code</summary>
-      <comment>[Skill: Basic, Work: 10hrs, Bounty: $20]
-There are some warning when compiling the gdb plugin code and some useless code that should be removed.
-</comment>
-    </item>
-    <item>
       <attribute id="1159648703" priority="1" done="1" start_date="732584" completed_date="733068" notify="0" last_edited="1201438882"/>
       <summary>Multi-thread support</summary>
       <comment>[Skill: medium, Work: 30h, Bounty: $150]
@@ -527,6 +520,13 @@
 
 The same widget that it already used for the memory view can possibly used for this view with a few improvements. It's a text widget allocating memory only for displayed text. This widget should be improved too, as currently it doesn't free any memory.</comment>
     </item>
+    <item>
+      <attribute id="1159649070" priority="1" done="1" start_date="732584" completed_date="733103" notify="0" last_edited="1204411537"/>
+      <summary>Cleaning the debugger plugin code</summary>
+      <comment>[Skill: Basic, Work: 10hrs, Bounty: $20]
+There are some warning when compiling the gdb plugin code and some useless code that should be removed.
+</comment>
+    </item>
   </category>
   <category title="Plugin: Terminal" place="16">
     <item>

Modified: trunk/configure.in
==============================================================================
--- trunk/configure.in	(original)
+++ trunk/configure.in	Mon Mar 10 22:09:08 2008
@@ -3,8 +3,8 @@
 AC_PREREQ(2.59)
 
 m4_define(anjuta_major_version,  2)
-m4_define(anjuta_minor_version, 3)
-m4_define(anjuta_micro_version,  5)
+m4_define(anjuta_minor_version, 4)
+m4_define(anjuta_micro_version,  0)
 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: trunk/global-tags/Makefile.am
==============================================================================
--- trunk/global-tags/Makefile.am	(original)
+++ trunk/global-tags/Makefile.am	Mon Mar 10 22:09:08 2008
@@ -19,7 +19,7 @@
 anjuta_tags_LDFLAGS = $(GLIB_LIBS)
 
 edit = sed \
-	-e 's,\ bindir\@,$(scriptdir),g'
+	-e 's,\ bindir\@,$(bindir),g'
 
 create_global_tags.sh: Makefile create_global_tags.sh.in
 	rm -f create_global_tags.sh



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