[anjuta] Updated files for 3.7.3 release



commit 6dd96a7423d0c252b39c18a6d2acbe4f6817182e
Author: James Liggett <jrliggett cox net>
Date:   Mon Dec 17 15:43:31 2012 -0800

    Updated files for 3.7.3 release

 NEWS         |   53 +++++++++++++++++++++++++++++++++++++++++++++++++++++
 configure.ac |    2 +-
 2 files changed, 54 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index 24b4355..df94802 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,56 @@
+Anjuta 3.7.3 (December 17, 2012) -- James Liggett
+
+B.Prathibha (1):
+      Added keywords in desktop file.
+
+Carl-Anton Ingmarsson (26):
+      symbol-db: Keep a reference to the SymbolDBQuery when running it in a thread.
+      indentation-c-style: Fix logic error from e27cade3ec1ce883182ff1b99637d781ae6b128c
+      symbol-db: Use a vertical box for the search view.
+      document-manager: Fix disconnection of GtkNotebook "switch-page" signal.
+      anjuta-plugin-handle: Use g_hash_table_remove_all instead of g_hash_table_foreach_remove.
+      file-manager: Keep a weak reference to the IAnjutaVcs object in FileModel.
+      plugin-manager: Fix dependents checking on wrong object in should_unload().
+      file-manager: Unref the FileModel reference when the FileView gets finalized.
+      run-program: Keep a weak reference to the IAnjutaTerminal we run the program in.
+      plugin-manager: Don't destroy available_plugins order in populate_plugin_model().
+      anjuta: Fix destruction of the AnjutaUI instance.
+      libanjuta: Set "relative-path" property of AnjutaFileDropEntry as readwrite.
+      glade: Add toggle buttons for margin and align editing.
+      anjuta: Fix destruction of AnjutaPreferences instance.
+      sourceview: Don't store the builder for the preferences in a global variable.
+      am-project: Change the "Dependencies loop in variables" warning to a debug print.
+      plugin-manager: Clean up memory management.
+      plugin-manager: Directly use anjuta_plugin_deactivate in unload_all_plugins().
+      profile-manager: Add new close() function.
+      anjuta: unload all plugins before closing a window.
+      anjuta: Remove "exiting" signal from AnjutaShell.
+      symbol-db: Remove buffer update timeout when plugin gets deactivated.
+      document-manager: Remove autosave timeout when the plugin is deactivated.
+      build-basic-autotools: Disconnect all signals on editors when the plugin is deactivated.
+      build-basic-autotools: Remove idle for updating indicators when plugin is deactivated.
+      git: Fix compile warnings.
+
+Christian Kirbach (1):
+      Updated German help translation
+
+Marek Äernockà (1):
+      Updated Czech translation
+
+Mario BlÃttermann (1):
+      [l10n] Updated German translation
+
+Ryan Lortie (1):
+      build: disable -Werror to workaround flex(1) issue
+
+SÃbastien Granjoux (5):
+      run-program: Fix a crash when destroying the plugin
+      project-wizard: Allow to start a new project from the command line
+      project-wizard: Remove trailing spaces
+      project-wizard: Remove compilation warnings
+      project-wizard: 616728 - hide breakpoints and watches windows on new project
+
+
 Anjuta 3.7.2 (November 19, 2012) -- James Liggett
 
 Arnel A. Borja (1):
diff --git a/configure.ac b/configure.ac
index d4351b0..93f76c6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4,7 +4,7 @@ AC_PREREQ(2.65)
 
 m4_define(anjuta_major_version, 3)
 m4_define(anjuta_minor_version, 7)
-m4_define(anjuta_micro_version, 2)
+m4_define(anjuta_micro_version, 3)
 m4_define(anjuta_version, anjuta_major_version.anjuta_minor_version.anjuta_micro_version)
 m4_define(bugzilla_version, anjuta_major_version.anjuta_minor_version.anjuta_micro_version)
 



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