[anjuta] Updated files for release, fixed POTFILES.in/skip



commit 0aa4b087d6c4e3a2a8b83b6817c683285c3f81c6
Author: Johannes Schmid <jhs gnome org>
Date:   Mon Jul 27 17:13:41 2009 +0200

    Updated files for release, fixed POTFILES.in/skip

 NEWS             |   32 ++++++++++++++++++++++++++++++++
 configure.in     |    2 +-
 po/POTFILES.in   |    2 ++
 po/POTFILES.skip |    8 ++++----
 4 files changed, 39 insertions(+), 5 deletions(-)
---
diff --git a/NEWS b/NEWS
index 022de13..84aff8d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,35 @@
+Anjuta 2.27.5 (27 July 2009) -- Johannes Schmid
+
+Updates:
+- Even better git plugin (James Liggett)
+- Work to get C++ autocompletion done (Massimo' Cora)
+
+Bugs fixed:
+git: Show the active branch in the status bar (bgo 589401)
+symbol-db: #588387 make typeahead searching caseless
+Migrate anjuta project wizards from libglade to GtkBuilder (GnomeBug:530740)
+bgo #575147 â?? Headers of new C++/GObject classes have wrong copyright and license notices.
+bgo #577741 â?? "single step over function" does not always work as expected
+bgo #587957 â?? doap file missing bug-database
+bgo #583731 â?? Some untranslated strings
+git: Refresh the log view when switching branches (bgo 580276)
+bgo#578438 â?? broken svn libraries detection in configure
+git: Fix a typo in a menu tooltip (bgo 587191)
+gbf-am: build fix #586926
+#586926 â?? gdbmi_test build fails
+bgo#513156 â?? Get rid of libgnome(ui)
+git: Add descriptions to the menu items (bgo 577924)
+#586621 â?? Crash while loading project file
+go#586148 â?? Case had to be the other way around
+bgo#586148 â?? Fixing setting whitespace for the editor not working
+bgo#577924 â?? Fixing AnjutaStatusbar for displaying menu tags
+#577232 â?? run-program plugin: projects's working directory should be set to project root on start
+#586030 â?? Value of a new environment variable is not saved in run parameter dialog
+#584180 â?? Duplicate copy of GBF/General.pm installed to same location
+#582961 â?? Replace SexyIconEntry by GtkEntry icon functionality (available in GTK+ 2.16)
+subversion: Show conflicted files in the commit dialog (bgo 578411)
+symbol-db: #585498 â?? Completion stop working and strange warning
+
 Anjuta 2.27.3 (14 June 2009) -- Johannes Schmid
 
 Updates:
diff --git a/configure.in b/configure.in
index a7f9c13..8fe82ba 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, 27)
-m4_define(anjuta_micro_version,  3)
+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)
 
diff --git a/po/POTFILES.in b/po/POTFILES.in
index a5d0747..1aae288 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -107,6 +107,7 @@ plugins/git/git-commit-dialog.c
 plugins/git/git-create-branch-dialog.c
 plugins/git/git-create-tag-dialog.c
 plugins/git/git-delete-branch-dialog.c
+plugins/git/git-delete-tag-dialog.c
 plugins/git/git-fetch-dialog.c
 plugins/git/git-log-dialog.c
 plugins/git/git-merge-dialog.c
@@ -117,6 +118,7 @@ plugins/git/git-remove-dialog.c
 plugins/git/git-reset-dialog.c
 plugins/git/git-resolve-dialog.c
 plugins/git/git-revert-dialog.c
+plugins/git/git-stash-widget.c
 plugins/git/git-switch-dialog.c
 plugins/git/git-ui-utils.c
 plugins/git/git-unstage-dialog.c
diff --git a/po/POTFILES.skip b/po/POTFILES.skip
index 24669eb..58ea846 100644
--- a/po/POTFILES.skip
+++ b/po/POTFILES.skip
@@ -13,11 +13,11 @@ plugins/macro/macros.xml
 plugins/profiler/gprof-function-call-chart-view.c
 plugins/profiler/main.c
 plugins/project-wizard/templates/anjuta-plugin/src/plugin.c
-plugins/project-wizard/templates/anjuta-plugin/src/plugin.glade
+plugins/project-wizard/templates/anjuta-plugin/src/plugin.ui
 plugins/project-wizard/templates/gnome/src/main.c
-plugins/project-wizard/templates/gnome/src/project.glade
-plugins/project-wizard/templates/gtk/src/project.glade
-plugins/project-wizard/templates/gtkmm/src/project.glade
+plugins/project-wizard/templates/gnome/src/project.ui
+plugins/project-wizard/templates/gtk/src/project.ui
+plugins/project-wizard/templates/gtkmm/src/project.ui
 plugins/scintilla/text_editor_cbs.c
 plugins/symbol-db/symbol-db.glade
 src/anjuta_cbs.c



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