[gtranslator] Release 2.91.4



commit 6cac4cb1c600ee5803010b41db7bce3a534782f9
Author: Ignacio Casal Quinteiro <icq gnome org>
Date:   Sat May 5 23:46:56 2012 +0200

    Release 2.91.4

 NEWS                                       |   20 ++++++++++++++++++++
 configure.ac                               |    2 +-
 plugins/translation-memory/gda/Makefile.am |    2 +-
 src/Makefile.am                            |    1 +
 4 files changed, 23 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index a0c2efb..d5300b5 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,23 @@
+NEWS from gtranslator 2.91.3 (2012-05-05):
+- Add app menu (Ignacio Casal Quinteiro)
+- Move libgtranslator-private library to pkglibdir (Michael Biebl)
+- Better handling of the table message (Carlos Garnacho)
+- Update TM when a new po file is loaded (Carlos Garcia Campos)
+- Try using Content-Type charset if the file is not UTF-8 (Carlos Garnacho)
+- Remove ok/cancel buttons to add new comments (Carlos Garcia Campos)
+- Fix a crash when dropping an item to the toolbar (Carlos Garcia Campos)
+- Misc bugfixes
+
+Translations:
+- cs (Marek ÄernockÃ)
+- da (Joe Hansen)
+- es (Daniel Mustieles)
+- fr (Bruno Brouard)
+- gl (Fran Dieguez)
+- id (Andika Triwidada)
+- nb (Kjartan Maraas)
+- pl (Piotr DrÄg)
+
 NEWS from gtranslator 2.91.3 (2012-04-20):
 - Port to GResource (Daniel Mustieles)
 - Misc bugfixes
diff --git a/configure.ac b/configure.ac
index 6cbb007..aa76fec 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4,7 +4,7 @@ dnl -------------------------------------------------------------------
 dnl (C) 2000-2004 Fatih Demir <kabalak kabalak net>
 dnl -------------------------------------------------------------------
 AC_PREREQ(2.64)
-AC_INIT([gtranslator],[2.91.3],[http://bugzilla.gnome.org/enter_bug.cgi?product=gtranslator],[gtranslator],[http://projects.gnome.org/gtranslator/])
+AC_INIT([gtranslator],[2.91.4],[http://bugzilla.gnome.org/enter_bug.cgi?product=gtranslator],[gtranslator],[http://projects.gnome.org/gtranslator/])
 
 AC_CONFIG_SRCDIR([src/main.c])
 AC_CONFIG_HEADER([config.h])
diff --git a/plugins/translation-memory/gda/Makefile.am b/plugins/translation-memory/gda/Makefile.am
index 7779f22..ef89d42 100644
--- a/plugins/translation-memory/gda/Makefile.am
+++ b/plugins/translation-memory/gda/Makefile.am
@@ -14,7 +14,7 @@ noinst_LTLIBRARIES = \
 
 libgda_la_SOURCES = \
 	gda-utils.c \
-	gda-utils-h \
+	gda-utils.h \
 	gtr-gda.c \
 	gtr-gda.h
 
diff --git a/src/Makefile.am b/src/Makefile.am
index ab620cf..0e61c0c 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -189,6 +189,7 @@ EXTRA_DIST = \
 	gtr-enum-types.c.template \
 	gtranslator.gresource.xml \
 	gtranslator-ui.xml \
+	gtranslator-menu.ui \
 	gtr-header-dialog.ui \
 	gtr-jump-dialog.ui \
 	gtr-languages-fetcher.ui \



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