[gtranslator] Release 2.91.1
- From: Ignacio Casal Quinteiro <icq src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtranslator] Release 2.91.1
- Date: Sat, 24 Mar 2012 12:41:11 +0000 (UTC)
commit 44a00762db625822e49ccb9094db31f1426177b7
Author: Ignacio Casal Quinteiro <icq gnome org>
Date: Sat Mar 24 13:43:09 2012 +0100
Release 2.91.1
NEWS | 19 +++++++++++++++++++
configure.ac | 2 +-
doc/reference/Makefile.am | 7 ++-----
doc/reference/gtranslator-docs.sgml | 2 --
doc/reference/gtranslator.types | 2 --
plugins/translation-memory/Makefile.am | 7 ++++---
6 files changed, 26 insertions(+), 13 deletions(-)
---
diff --git a/NEWS b/NEWS
index f26b661..bcf252e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,22 @@
+NEWS from gtranslator 2.91.1 (2012-03-24):
+- Make translation memory an standalone plugin (Ignacio Casal Quinteiro
+- Misc bugfixes
+
+Translations:
+- be (Yuri Matsuk)
+- eo (Kristjan SCHMIDT)
+- es (Daniel Mustieles)
+- et (Mattias PÃldaru)
+- gl (Fran Dieguez)
+- it (Milo Casagrande)
+- lt (Aurimas Äernius)
+- nn (Yngve Spjeld Landro)
+- pl (Piotr DrÄg)
+- sl (Matej UrbanÄiÄ)
+- sr latin (Miroslav NikoliÄ)
+- sr (ÐÐÑÐÑÐÐÐ ÐÐÐÐÐÐÑ)
+- te (Praveen Illa
+
NEWS from gtranslator 2.90.8 (2012-02-06):
- Make it build with latest gtk+ (Ignacio Casal Quinteiro)
- Add support for gda 5 (Dominique Leuenberger)
diff --git a/configure.ac b/configure.ac
index 5cf80f4..d07d106 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.90.8],[http://bugzilla.gnome.org/enter_bug.cgi?product=gtranslator],[gtranslator],[http://projects.gnome.org/gtranslator/])
+AC_INIT([gtranslator],[2.91.1],[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/doc/reference/Makefile.am b/doc/reference/Makefile.am
index a7774de..bad531b 100644
--- a/doc/reference/Makefile.am
+++ b/doc/reference/Makefile.am
@@ -36,12 +36,10 @@ FIXXREF_OPTIONS=
# Used for dependencies. The docs will be rebuilt if any of these change.
HFILE_GLOB= \
- $(top_srcdir)/src/*.h \
- $(top_srcdir)/src/translation-memory/*.h
+ $(top_srcdir)/src/*.h
CFILE_GLOB= \
- $(top_srcdir)/src/*.c \
- $(top_srcdir)/src/translation-memory/*.c
+ $(top_srcdir)/src/*.c
# Header files to ignore when scanning (These are internal to gedit).
IGNORE_HFILES= \
@@ -71,7 +69,6 @@ expand_content_files=
GTKDOC_CFLAGS= \
-I$(top_srcdir)/src \
-I$(top_srcdir)/src/toolbareditor \
- -I$(top_srcdir)/src/translation-memory \
-I$(top_builddir)/src \
-I$(top_srcdir) \
-I$(top_builddir) \
diff --git a/doc/reference/gtranslator-docs.sgml b/doc/reference/gtranslator-docs.sgml
index 6f5cd22..12af1d1 100644
--- a/doc/reference/gtranslator-docs.sgml
+++ b/doc/reference/gtranslator-docs.sgml
@@ -52,8 +52,6 @@
<xi:include href="xml/gtr-profile.xml"/>
<xi:include href="xml/gtr-statusbar.xml"/>
<xi:include href="xml/gtr-tab.xml"/>
- <xi:include href="xml/gtr-translation-memory.xml"/>
- <xi:include href="xml/gtr-translation-memory-ui.xml"/>
<xi:include href="xml/gtr-utils.xml"/>
<xi:include href="xml/gtr-view.xml"/>
<xi:include href="xml/gtr-window.xml"/>
diff --git a/doc/reference/gtranslator.types b/doc/reference/gtranslator.types
index 5cb41c2..45956bd 100644
--- a/doc/reference/gtranslator.types
+++ b/doc/reference/gtranslator.types
@@ -12,8 +12,6 @@
#include "gtr-profile.h"
#include "gtr-statusbar.h"
#include "gtr-tab.h"
-#include "gtr-translation-memory.h"
-#include "gtr-translation-memory-ui.h"
#include "gtr-utils.h"
#include "gtr-view.h"
#include "gtr-window.h"
diff --git a/plugins/translation-memory/Makefile.am b/plugins/translation-memory/Makefile.am
index f870ead..a6522ad 100644
--- a/plugins/translation-memory/Makefile.am
+++ b/plugins/translation-memory/Makefile.am
@@ -56,10 +56,11 @@ gsettings_SCHEMAS = org.gnome.gtranslator.plugins.translation-memory.gschema.xml
EXTRA_DIST = \
$(plugin_in_files) \
gtr-translation-memory.gresource.xml \
- org.gnome.gtranslator.plugins.translation-memory.gschema.xml.in.in
+ org.gnome.gtranslator.plugins.translation-memory.gschema.xml.in.in \
+ gtr-translation-memory-dialog.ui
-CLEANFILES = $(plugin_DATA) $(BUILT_SOURCES)
-DISTCLEANFILES = $(plugin_DATA) $(BUILT_SOURCES)
+CLEANFILES = $(plugin_DATA) $(BUILT_SOURCES) $(gsettings_SCHEMAS)
+DISTCLEANFILES = $(plugin_DATA) $(BUILT_SOURCES) $(gsettings_SCHEMAS)
MAINTAINERCLEANFILES = $(gsettings_SCHEMAS:.xml=.valid)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]