Hello community,

here is the log from the commit of package gspell for openSUSE:Factory checked 
in at 2017-11-03 19:07:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gspell (Old)
 and      /work/SRC/openSUSE:Factory/.gspell.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gspell"

Fri Nov  3 19:07:25 2017 rev:15 rq:538384 version:1.6.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/gspell/gspell.changes    2017-09-13 
21:46:34.729067845 +0200
+++ /work/SRC/openSUSE:Factory/.gspell.new/gspell.changes       2017-11-03 
19:07:26.577159237 +0100
@@ -1,0 +2,7 @@
+Tue Oct 31 03:01:20 UTC 2017 - luc1...@linuxmail.org
+
+- Update to version 1.6.1:
+  + Updated translations.
+- Drop pkgconfig BuildRequires: devel packages implicit dependency.
+
+-------------------------------------------------------------------

Old:
----
  gspell-1.6.0.tar.xz

New:
----
  gspell-1.6.1.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ gspell.spec ++++++
--- /var/tmp/diff_new_pack.m0KZg2/_old  2017-11-03 19:07:27.369130423 +0100
+++ /var/tmp/diff_new_pack.m0KZg2/_new  2017-11-03 19:07:27.369130423 +0100
@@ -19,19 +19,18 @@
 %define shlib lib%{name}-1-1
 
 Name:           gspell
-Version:        1.6.0
+Version:        1.6.1
 Release:        0
 Summary:        A spell checker library for gtk+ applications
 License:        LGPL-2.1+
 Group:          Development/Libraries/GNOME
 Url:            https://wiki.gnome.org/Projects/gspell
-Source:         
http://download.gnome.org/sources/gspell/1.6/%{name}-%{version}.tar.xz
+Source:         
https://download.gnome.org/sources/gspell/1.6/%{name}-%{version}.tar.xz
 BuildRequires:  gtk-doc >= 1.25
-BuildRequires:  pkg-config
 BuildRequires:  pkgconfig(enchant) >= 1.6.0
 BuildRequires:  pkgconfig(glib-2.0) >= 2.44
 BuildRequires:  pkgconfig(gobject-introspection-1.0) >= 1.42.0
-BuildRequires:  pkgconfig(gtk+-3.0) >= 3.19.11
+BuildRequires:  pkgconfig(gtk+-3.0) >= 3.20
 BuildRequires:  pkgconfig(iso-codes) >= 0.35
 BuildRequires:  pkgconfig(valgrind)
 BuildRequires:  pkgconfig(vapigen)
@@ -87,7 +86,7 @@
 make %{?_smp_mflags}
 
 %install
-make install DESTDIR=%{buildroot} %{?_smp_mflags}
+%make_install
 find %{buildroot}%{_libdir} -name '*.la' -type f -delete -print
 %find_lang %{name}-1 %{?no_lang_C}
 

++++++ gspell-1.6.0.tar.xz -> gspell-1.6.1.tar.xz ++++++
++++ 2097 lines of diff (skipped)
++++    retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/gspell-1.6.0/NEWS new/gspell-1.6.1/NEWS
--- old/gspell-1.6.0/NEWS       2017-09-10 08:24:08.000000000 +0200
+++ new/gspell-1.6.1/NEWS       2017-10-29 09:47:54.000000000 +0100
@@ -1,3 +1,7 @@
+News in 1.6.1, 2017-10-29
+-------------------------
+* Translation updates.
+
 News in 1.6.0, 2017-09-10
 -------------------------
 * Translation updates.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/gspell-1.6.0/README new/gspell-1.6.1/README
--- old/gspell-1.6.0/README     2017-09-10 08:22:37.000000000 +0200
+++ new/gspell-1.6.1/README     2017-09-10 08:34:56.000000000 +0200
@@ -1,7 +1,7 @@
 gspell - a spell-checking library for GTK+ applications
 =======================================================
 
-This is version 1.6.0 of gspell.
+This is version 1.6.1 of gspell.
 
 gspell provides a flexible API to add spell checking to a GTK+ application.
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/gspell-1.6.0/configure.ac new/gspell-1.6.1/configure.ac
--- old/gspell-1.6.0/configure.ac       2017-09-10 08:20:29.000000000 +0200
+++ new/gspell-1.6.1/configure.ac       2017-09-10 08:34:47.000000000 +0200
@@ -3,7 +3,7 @@
 AC_PREREQ(2.64)
 
 # Package version of the form 'major.minor.micro'.
-m4_define(gspell_package_version, 1.6.0)
+m4_define(gspell_package_version, 1.6.1)
 
 AC_INIT([gspell],
        [gspell_package_version],
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/gspell-1.6.0/docs/reference/html/GspellEntry.html 
new/gspell-1.6.1/docs/reference/html/GspellEntry.html
--- old/gspell-1.6.0/docs/reference/html/GspellEntry.html       2017-09-10 
08:28:01.000000000 +0200
+++ new/gspell-1.6.1/docs/reference/html/GspellEntry.html       2017-10-29 
09:50:47.000000000 +0100
@@ -134,7 +134,7 @@
 <div class="refsect1">
 <a name="GspellEntry.description"></a><h2>Description</h2>
 <p><a class="link" href="GspellEntry.html" title="GspellEntry"><span 
class="type">GspellEntry</span></a> extends the <a 
href="/home/seb/jhbuild/share/gtk-doc/html/gtk3/GtkEntry.html#GtkEntry-struct"><span
 class="type">GtkEntry</span></a> class with inline spell checking.
-Misspelled words are highlighted with a red <code 
class="literal">PANGO_UNDERLINE_SINGLE</code>.
+Misspelled words are highlighted with a red <a 
href="/home/seb/jhbuild/share/gtk-doc/html/pango/pango-Text-Attributes.html#PANGO-UNDERLINE-SINGLE:CAPS"><code
 class="literal">PANGO_UNDERLINE_SINGLE</code></a>.
 Right-clicking a misspelled word pops up a context menu of suggested
 replacements. The context menu also contains an “Ignore All” item to add the
 misspelled word to the session dictionary. And an “Add” item to add the word
@@ -146,8 +146,8 @@
 <a 
href="/home/seb/jhbuild/share/gtk-doc/html/gtk3/GtkEntryBuffer.html#GtkEntryBuffer-struct"><span
 class="type">GtkEntryBuffer</span></a>.</p>
 <p>Note that <a class="link" href="GspellEntry.html" title="GspellEntry"><span 
class="type">GspellEntry</span></a> extends the <a 
href="/home/seb/jhbuild/share/gtk-doc/html/gtk3/GtkEntry.html#GtkEntry-struct"><span
 class="type">GtkEntry</span></a> class but without subclassing
 it, because <a 
href="/home/seb/jhbuild/share/gtk-doc/html/gtk3/GtkEntry.html#GtkEntry-struct"><span
 class="type">GtkEntry</span></a> is already subclassed by <a 
href="/home/seb/jhbuild/share/gtk-doc/html/gtk3/GtkSearchEntry.html#GtkSearchEntry-struct"><span
 class="type">GtkSearchEntry</span></a> for example.</p>
-<p><code class="literal">PANGO_UNDERLINE_SINGLE</code> is used for consistency 
with <a class="link" href="GspellTextView.html" title="GspellTextView"><span 
class="type">GspellTextView</span></a>.
-If you want a <code class="literal">PANGO_UNDERLINE_ERROR</code> instead (a 
wavy underline), please fix
+<p><a 
href="/home/seb/jhbuild/share/gtk-doc/html/pango/pango-Text-Attributes.html#PANGO-UNDERLINE-SINGLE:CAPS"><code
 class="literal">PANGO_UNDERLINE_SINGLE</code></a> is used for consistency with 
<a class="link" href="GspellTextView.html" title="GspellTextView"><span 
class="type">GspellTextView</span></a>.
+If you want a <a 
href="/home/seb/jhbuild/share/gtk-doc/html/pango/pango-Text-Attributes.html#PANGO-UNDERLINE-ERROR:CAPS"><code
 class="literal">PANGO_UNDERLINE_ERROR</code></a> instead (a wavy underline), 
please fix
 <a class="ulink" href="https://bugzilla.gnome.org/show_bug.cgi?id=763741"; 
target="_top">this bug</a> first.</p>
 </div>
 <div class="refsect1">
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/gspell-1.6.0/docs/reference/html/GspellTextView.html 
new/gspell-1.6.1/docs/reference/html/GspellTextView.html
--- old/gspell-1.6.0/docs/reference/html/GspellTextView.html    2017-09-10 
08:28:01.000000000 +0200
+++ new/gspell-1.6.1/docs/reference/html/GspellTextView.html    2017-10-29 
09:50:47.000000000 +0100
@@ -155,7 +155,7 @@
 <div class="refsect1">
 <a name="GspellTextView.description"></a><h2>Description</h2>
 <p><a class="link" href="GspellTextView.html" title="GspellTextView"><span 
class="type">GspellTextView</span></a> extends the <a 
href="/home/seb/jhbuild/share/gtk-doc/html/gtk3/GtkTextView.html#GtkTextView-struct"><span
 class="type">GtkTextView</span></a> class with inline spell checking.
-Misspelled words are highlighted with a red <code 
class="literal">PANGO_UNDERLINE_SINGLE</code>.
+Misspelled words are highlighted with a red <a 
href="/home/seb/jhbuild/share/gtk-doc/html/pango/pango-Text-Attributes.html#PANGO-UNDERLINE-SINGLE:CAPS"><code
 class="literal">PANGO_UNDERLINE_SINGLE</code></a>.
 Right-clicking a misspelled word pops up a context menu of suggested
 replacements. The context menu also contains an “Ignore All” item to add the
 misspelled word to the session dictionary. And an “Add” item to add the word
@@ -172,7 +172,7 @@
 <p>Note that <a class="link" href="GspellTextView.html" 
title="GspellTextView"><span class="type">GspellTextView</span></a> extends the 
<a 
href="/home/seb/jhbuild/share/gtk-doc/html/gtk3/GtkTextView.html#GtkTextView-struct"><span
 class="type">GtkTextView</span></a> class but without
 subclassing it, because the GtkSourceView library has already a <a 
href="/home/seb/jhbuild/share/gtk-doc/html/gtk3/GtkTextView.html#GtkTextView-struct"><span
 class="type">GtkTextView</span></a>
 subclass.</p>
-<p>If you want a <code class="literal">PANGO_UNDERLINE_ERROR</code> instead (a 
wavy underline), please fix
+<p>If you want a <a 
href="/home/seb/jhbuild/share/gtk-doc/html/pango/pango-Text-Attributes.html#PANGO-UNDERLINE-ERROR:CAPS"><code
 class="literal">PANGO_UNDERLINE_ERROR</code></a> instead (a wavy underline), 
please fix
 <a class="ulink" href="https://bugzilla.gnome.org/show_bug.cgi?id=763741"; 
target="_top">this bug</a> first.</p>
 </div>
 <div class="refsect1">
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/gspell-1.6.0/docs/reference/html/index.html 
new/gspell-1.6.1/docs/reference/html/index.html
--- old/gspell-1.6.0/docs/reference/html/index.html     2017-09-10 
08:28:01.000000000 +0200
+++ new/gspell-1.6.1/docs/reference/html/index.html     2017-10-29 
09:50:47.000000000 +0100
@@ -14,7 +14,7 @@
 <div class="titlepage">
 <div>
 <div><table class="navigation" id="top" width="100%" cellpadding="2" 
cellspacing="0"><tr><th valign="middle"><p class="title">gspell 1 Reference 
Manual</p></th></tr></table></div>
-<div><p class="releaseinfo">for gspell 1.6.0</p></div>
+<div><p class="releaseinfo">for gspell 1.6.1</p></div>
 </div>
 <hr>
 </div>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/gspell-1.6.0/m4/ax_code_coverage.m4 new/gspell-1.6.1/m4/ax_code_coverage.m4
--- old/gspell-1.6.0/m4/ax_code_coverage.m4     2017-09-10 08:27:08.000000000 
+0200
+++ new/gspell-1.6.1/m4/ax_code_coverage.m4     2017-10-29 09:49:40.000000000 
+0100
@@ -75,7 +75,7 @@
 #   You should have received a copy of the GNU Lesser General Public License
 #   along with this program. If not, see <https://www.gnu.org/licenses/>.
 
-#serial 24
+#serial 25
 
 AC_DEFUN([AX_CODE_COVERAGE],[
        dnl Check for --enable-code-coverage
@@ -221,6 +221,9 @@
 CODE_COVERAGE_GENHTML_OPTIONS ?= $(CODE_COVERAGE_GENHTML_OPTIONS_DEFAULT)
 CODE_COVERAGE_IGNORE_PATTERN ?=
 
+GITIGNOREFILES ?=
+GITIGNOREFILES += $(CODE_COVERAGE_OUTPUT_FILE) 
$(CODE_COVERAGE_OUTPUT_DIRECTORY)
+
 code_coverage_v_lcov_cap = $(code_coverage_v_lcov_cap_$(V))
 code_coverage_v_lcov_cap_ = $(code_coverage_v_lcov_cap_$(AM_DEFAULT_VERBOSITY))
 code_coverage_v_lcov_cap_0 = @echo "  LCOV   --capture"\
@@ -250,9 +253,6 @@
 
 '"$CODE_COVERAGE_RULES_CLEAN"'
 
-GITIGNOREFILES ?=
-GITIGNOREFILES += $(CODE_COVERAGE_OUTPUT_FILE) 
$(CODE_COVERAGE_OUTPUT_DIRECTORY)
-
 A''M_DISTCHECK_CONFIGURE_FLAGS ?=
 A''M_DISTCHECK_CONFIGURE_FLAGS += --disable-code-coverage
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/gspell-1.6.0/m4/ax_compiler_flags_cflags.m4 
new/gspell-1.6.1/m4/ax_compiler_flags_cflags.m4
--- old/gspell-1.6.0/m4/ax_compiler_flags_cflags.m4     2017-09-10 
08:27:08.000000000 +0200
+++ new/gspell-1.6.1/m4/ax_compiler_flags_cflags.m4     2017-10-29 
09:49:40.000000000 +0100
@@ -19,13 +19,14 @@
 # LICENSE
 #
 #   Copyright (c) 2014, 2015 Philip Withnall <phi...@tecnocode.co.uk>
+#   Copyright (c) 2017 Reini Urban <rur...@cpan.org>
 #
 #   Copying and distribution of this file, with or without modification, are
 #   permitted in any medium without royalty provided the copyright notice
 #   and this notice are preserved.  This file is offered as-is, without any
 #   warranty.
 
-#serial 14
+#serial 15
 
 AC_DEFUN([AX_COMPILER_FLAGS_CFLAGS],[
     AC_REQUIRE([AC_PROG_SED])
@@ -100,6 +101,13 @@
             -Wreturn-type dnl
             -Wswitch-enum dnl
             -Wswitch-default dnl
+            -Wduplicated-cond dnl
+            -Wduplicated-branches dnl
+            -Wlogical-op dnl
+            -Wrestrict dnl
+            -Wnull-dereference dnl
+            -Wjump-misses-init dnl
+            -Wdouble-promotion dnl
             $4 dnl
             $5 dnl
             $6 dnl
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/gspell-1.6.0/m4/ax_valgrind_check.m4 
new/gspell-1.6.1/m4/ax_valgrind_check.m4
--- old/gspell-1.6.0/m4/ax_valgrind_check.m4    2017-09-10 08:27:08.000000000 
+0200
+++ new/gspell-1.6.1/m4/ax_valgrind_check.m4    2017-10-29 09:49:41.000000000 
+0100
@@ -36,21 +36,19 @@
 #     AX_VALGRIND_DFLT([sgcheck], [off])
 #     AX_VALGRIND_CHECK
 #
-#   Makefile.am:
+#   in each Makefile.am with tests:
 #
 #     @VALGRIND_CHECK_RULES@
 #     VALGRIND_SUPPRESSIONS_FILES = my-project.supp
 #     EXTRA_DIST = my-project.supp
 #
-#   This results in a "check-valgrind" rule being added to any Makefile.am
-#   which includes "@VALGRIND_CHECK_RULES@" (assuming the module has been
-#   configured with --enable-valgrind). Running `make check-valgrind` in
-#   that directory will run the module's test suite (`make check`) once for
-#   each of the available Valgrind tools (out of memcheck, helgrind and drd)
-#   while the sgcheck will be skipped unless enabled again on the
-#   commandline with --enable-valgrind-sgcheck. The results for each check
-#   will be output to test-suite-$toolname.log. The target will succeed if
-#   there are zero errors and fail otherwise.
+#   This results in a "check-valgrind" rule being added. Running `make
+#   check-valgrind` in that directory will recursively run the module's test
+#   suite (`make check`) once for each of the available Valgrind tools (out
+#   of memcheck, helgrind and drd) while the sgcheck will be skipped unless
+#   enabled again on the commandline with --enable-valgrind-sgcheck. The
+#   results for each check will be output to test-suite-$toolname.log. The
+#   target will succeed if there are zero errors and fail otherwise.
 #
 #   Alternatively, a "check-valgrind-$TOOL" rule will be added, for $TOOL in
 #   memcheck, helgrind, drd and sgcheck. These are useful because often only
@@ -67,7 +65,7 @@
 #   and this notice are preserved.  This file is offered as-is, without any
 #   warranty.
 
-#serial 15
+#serial 17
 
 dnl Configured tools
 m4_define([valgrind_tool_list], [[memcheck], [helgrind], [drd], [sgcheck]])
@@ -79,6 +77,10 @@
        m4_define([en_dflt_valgrind_$1], [$2])
 ])dnl
 
+AM_EXTRA_RECURSIVE_TARGETS([check-valgrind])
+m4_foreach([vgtool], [valgrind_tool_list],
+       [AM_EXTRA_RECURSIVE_TARGETS([check-valgrind-]vgtool)])
+
 AC_DEFUN([AX_VALGRIND_CHECK],[
        dnl Check for --enable-valgrind
        AC_ARG_ENABLE([valgrind],
@@ -175,7 +177,7 @@
 valgrind_quiet_0 = --quiet
 valgrind_v_use   = $(valgrind_v_use_$(V))
 valgrind_v_use_  = $(valgrind_v_use_$(AM_DEFAULT_VERBOSITY))
-valgrind_v_use_0 = @echo "  USE   " $(patsubst check-valgrind-%,%,$''@):;
+valgrind_v_use_0 = @echo "  USE   " $(patsubst check-valgrind-%-am,%,$''@):;
 
 # Support running with and without libtool.
 ifneq ($(LIBTOOL),)
@@ -185,7 +187,7 @@
 endif
 
 # Use recursive makes in order to ignore errors during check
-check-valgrind:
+check-valgrind-am:
 ifeq ($(VALGRIND_ENABLED),yes)
        $(A''M_V_at)$(MAKE) $(AM_MAKEFLAGS) -k \
                $(foreach tool, $(valgrind_enabled_tools), 
check-valgrind-$(tool))
@@ -204,14 +206,16 @@
        $(valgrind_lt) \
        $(VALGRIND) $(VALGRIND_SUPPRESSIONS) --error-exitcode=1 
$(VALGRIND_FLAGS)
 
-define valgrind_tool_rule =
-check-valgrind-$(1):
+define valgrind_tool_rule
+check-valgrind-$(1)-am:
 ifeq ($$(VALGRIND_ENABLED)-$$(ENABLE_VALGRIND_$(1)),yes-yes)
+ifneq ($$(TESTS),)
        $$(valgrind_v_use)$$(MAKE) check-TESTS \
                TESTS_ENVIRONMENT="$$(VALGRIND_TESTS_ENVIRONMENT)" \
                LOG_COMPILER="$$(VALGRIND_LOG_COMPILER)" \
                LOG_FLAGS="$$(valgrind_$(1)_flags)" \
                TEST_SUITE_LOG=test-suite-$(1).log
+endif
 else ifeq ($$(VALGRIND_ENABLED),yes)
        @echo "Need to reconfigure with --enable-valgrind-$(1)"
 else
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/gspell-1.6.0/po/LINGUAS new/gspell-1.6.1/po/LINGUAS
--- old/gspell-1.6.0/po/LINGUAS 2017-08-27 12:09:23.000000000 +0200
+++ new/gspell-1.6.1/po/LINGUAS 2017-10-28 14:38:25.000000000 +0200
@@ -2,6 +2,7 @@
 # Please keep this list sorted alphabetically.
 ar
 ca
+ca@valencia
 cs
 da
 de
@@ -39,4 +40,5 @@
 sv
 tr
 vi
+zh_CN
 zh_TW
Binary files old/gspell-1.6.0/po/ar.gmo and new/gspell-1.6.1/po/ar.gmo differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/gspell-1.6.0/po/ar.po new/gspell-1.6.1/po/ar.po
--- old/gspell-1.6.0/po/ar.po   2017-09-10 08:28:00.000000000 +0200
+++ new/gspell-1.6.1/po/ar.po   2017-10-29 09:50:46.000000000 +0100
@@ -17,7 +17,7 @@
 "Project-Id-Version: gspell.HEAD\n"
 "Report-Msgid-Bugs-To: https://bugzilla.gnome.org/enter_bug.cgi?";
 "product=gspell\n"
-"POT-Creation-Date: 2017-09-10 08:27+0200\n"
+"POT-Creation-Date: 2017-10-29 09:50+0100\n"
 "PO-Revision-Date: 2016-12-27 22:06+0200\n"
 "Last-Translator: Khaled Hosny <khaledho...@eglug.org>\n"
 "Language-Team: Arabic <d...@arabeyes.org>\n"
Binary files old/gspell-1.6.0/po/ca.gmo and new/gspell-1.6.1/po/ca.gmo differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/gspell-1.6.0/po/ca.po new/gspell-1.6.1/po/ca.po
--- old/gspell-1.6.0/po/ca.po   2017-09-10 08:28:00.000000000 +0200
+++ new/gspell-1.6.1/po/ca.po   2017-10-29 09:50:46.000000000 +0100
@@ -8,7 +8,7 @@
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugzilla.gnome.org/enter_bug.cgi?";
 "product=gspell\n"
-"POT-Creation-Date: 2017-09-10 08:27+0200\n"
+"POT-Creation-Date: 2017-10-29 09:50+0100\n"
 "PO-Revision-Date: 2016-02-27 15:18+0100\n"
 "Last-Translator: Jordi Mas i Hernàndez <j...@softcatala.org>\n"
 "Language-Team: ca_ES <tradgn...@softcatala.net>\n"
Binary files old/gspell-1.6.0/po/c...@valencia.gmo and 
new/gspell-1.6.1/po/c...@valencia.gmo differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/gspell-1.6.0/po/c...@valencia.po new/gspell-1.6.1/po/c...@valencia.po
--- old/gspell-1.6.0/po/c...@valencia.po        1970-01-01 01:00:00.000000000 
+0100
+++ new/gspell-1.6.1/po/c...@valencia.po        2017-10-29 09:50:46.000000000 
+0100
@@ -0,0 +1,171 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+# Jordi Mas i Hernàndez, <j...@softcatala.org>, 2016
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: \n"
+"Report-Msgid-Bugs-To: https://bugzilla.gnome.org/enter_bug.cgi?";
+"product=gspell\n"
+"POT-Creation-Date: 2017-10-29 09:50+0100\n"
+"PO-Revision-Date: 2016-02-27 15:18+0100\n"
+"Last-Translator: Xavi Ivars <xavi.iv...@gmail.com>\n"
+"Language-Team: ca_ES <tradgn...@softcatala.net>\n"
+"Language: ca@valencia\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#: gspell/gspell-checker.c:419
+#, c-format
+msgid "Error when checking the spelling of word “%s”: %s"
+msgstr "S'ha produït un error en comprovar l'ortografia de la paraula «%s»: %s"
+
+#. Translators: Displayed in the "Check Spelling"
+#. * dialog if there are no suggestions for the current
+#. * misspelled word.
+#.
+#. No suggestions. Put something in the menu anyway...
+#: gspell/gspell-checker-dialog.c:150 gspell/gspell-context-menu.c:217
+msgid "(no suggested words)"
+msgstr "(cap paraula suggerida)"
+
+#: gspell/gspell-checker-dialog.c:235
+msgid "Error:"
+msgstr "Error:"
+
+#: gspell/gspell-checker-dialog.c:271
+msgid "Completed spell checking"
+msgstr "S'ha completat la comprovació d'ortografia"
+
+#: gspell/gspell-checker-dialog.c:275
+msgid "No misspelled words"
+msgstr "Cap paraula mal escrita"
+
+#. Translators: Displayed in the "Check
+#. * Spelling" dialog if the current word
+#. * isn't misspelled.
+#.
+#: gspell/gspell-checker-dialog.c:502
+msgid "(correct spelling)"
+msgstr "(ortografia correcta)"
+
+#: gspell/gspell-checker-dialog.c:644
+msgid "Suggestions"
+msgstr "Suggeriments"
+
+#: gspell/gspell-context-menu.c:152
+msgid "_Language"
+msgstr "_Llengua"
+
+#: gspell/gspell-context-menu.c:240
+msgid "_More…"
+msgstr "_Més..."
+
+#. Ignore all
+#: gspell/gspell-context-menu.c:285
+msgid "_Ignore All"
+msgstr "_Ignora-ho tot"
+
+#. Add to Dictionary
+#: gspell/gspell-context-menu.c:303
+msgid "_Add"
+msgstr "_Afig"
+
+#: gspell/gspell-context-menu.c:340
+msgid "_Spelling Suggestions…"
+msgstr "_Suggeriments d'ortografia..."
+
+#. Translators: %s is the language ISO code.
+#: gspell/gspell-language.c:256
+#, c-format
+msgctxt "language"
+msgid "Unknown (%s)"
+msgstr "Desconeguda (%s)"
+
+#. Translators: The first %s is the language name, and the
+#. * second is the country name. Example: "French (France)".
+#.
+#: gspell/gspell-language.c:273 gspell/gspell-language.c:282
+#, c-format
+msgctxt "language"
+msgid "%s (%s)"
+msgstr "%s (%s)"
+
+#: gspell/gspell-language-chooser-button.c:84
+msgid "No language selected"
+msgstr "No s'ha seleccionat cap llenguatge"
+
+#: gspell/gspell-navigator-text-view.c:310
+msgid ""
+"Spell checker error: no language set. It’s maybe because no dictionaries are "
+"installed."
+msgstr ""
+"Error del corrector ortogràfic: no hi ha cap llengua configurada. Això pot "
+"ser degut a que no hi ha diccionaris instal·lats."
+
+#: gspell/resources/checker-dialog.ui:7
+msgid "Check Spelling"
+msgstr "Revisa l'ortografia"
+
+#: gspell/resources/checker-dialog.ui:36
+msgid "Misspelled word:"
+msgstr "Paraula mal escrita:"
+
+#: gspell/resources/checker-dialog.ui:49
+msgid "word"
+msgstr "paraula"
+
+#: gspell/resources/checker-dialog.ui:66
+msgid "Change _to:"
+msgstr "Canvia _a:"
+
+#: gspell/resources/checker-dialog.ui:91
+msgid "Check _Word"
+msgstr "Revisa la _paraula"
+
+#: gspell/resources/checker-dialog.ui:120
+msgid "_Suggestions:"
+msgstr "_Suggeriments:"
+
+#: gspell/resources/checker-dialog.ui:133
+msgid "_Ignore"
+msgstr "_Ignora"
+
+#: gspell/resources/checker-dialog.ui:146
+msgid "Ignore _All"
+msgstr "_Ignora-ho tot"
+
+#: gspell/resources/checker-dialog.ui:159
+msgid "Cha_nge"
+msgstr "_Canvia"
+
+#: gspell/resources/checker-dialog.ui:174
+msgid "Change A_ll"
+msgstr "C_anvia-ho tot"
+
+#: gspell/resources/checker-dialog.ui:191
+msgid "User dictionary:"
+msgstr "Diccionari de l'usuari:"
+
+#: gspell/resources/checker-dialog.ui:203
+msgid "Add w_ord"
+msgstr "Af_egeix paraula"
+
+#: gspell/resources/language-dialog.ui:7
+msgid "Set Language"
+msgstr "Especifiqueu l'idioma"
+
+#: gspell/resources/language-dialog.ui:20
+msgid "Select the spell checking _language."
+msgstr "_Seleccioneu la llengua de revisió de l'ortografia"
+
+#: gspell/resources/language-dialog.ui:61
+msgid "_Cancel"
+msgstr "_Cancel·la"
+
+#: gspell/resources/language-dialog.ui:68
+msgid "_Select"
+msgstr "_Selecciona"
Binary files old/gspell-1.6.0/po/cs.gmo and new/gspell-1.6.1/po/cs.gmo differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/gspell-1.6.0/po/cs.po new/gspell-1.6.1/po/cs.po
--- old/gspell-1.6.0/po/cs.po   2017-09-10 08:28:00.000000000 +0200
+++ new/gspell-1.6.1/po/cs.po   2017-10-29 09:50:46.000000000 +0100
@@ -21,7 +21,7 @@
 "Project-Id-Version: gspell\n"
 "Report-Msgid-Bugs-To: https://bugzilla.gnome.org/enter_bug.cgi?";
 "product=gspell\n"
-"POT-Creation-Date: 2017-09-10 08:27+0200\n"
+"POT-Creation-Date: 2017-10-29 09:50+0100\n"
 "PO-Revision-Date: 2016-10-28 09:22+0200\n"
 "Last-Translator: Marek Černocký <ma...@manet.cz>\n"
 "Language-Team: Czech <gnome-cs-l...@gnome.org>\n"
Binary files old/gspell-1.6.0/po/da.gmo and new/gspell-1.6.1/po/da.gmo differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/gspell-1.6.0/po/da.po new/gspell-1.6.1/po/da.po
--- old/gspell-1.6.0/po/da.po   2017-09-10 08:28:00.000000000 +0200
+++ new/gspell-1.6.1/po/da.po   2017-10-29 09:50:46.000000000 +0100
@@ -25,7 +25,7 @@
 "Project-Id-Version: gspell.gnome-2-16\n"
 "Report-Msgid-Bugs-To: https://bugzilla.gnome.org/enter_bug.cgi?";
 "product=gspell\n"
-"POT-Creation-Date: 2017-09-10 08:27+0200\n"
+"POT-Creation-Date: 2017-10-29 09:50+0100\n"
 "PO-Revision-Date: 2017-01-13 19:29+0100\n"
 "Last-Translator: Alan Mortensen <alanmortensen...@gmail.com>\n"
 "Language-Team: Dansk <da...@dansk-gruppen.dk>\n"
Binary files old/gspell-1.6.0/po/de.gmo and new/gspell-1.6.1/po/de.gmo differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/gspell-1.6.0/po/de.po new/gspell-1.6.1/po/de.po
--- old/gspell-1.6.0/po/de.po   2017-09-10 08:28:00.000000000 +0200
+++ new/gspell-1.6.1/po/de.po   2017-10-29 09:50:46.000000000 +0100
@@ -20,7 +20,7 @@
 "Project-Id-Version: gspell master\n"
 "Report-Msgid-Bugs-To: https://bugzilla.gnome.org/enter_bug.cgi?";
 "product=gspell\n"
-"POT-Creation-Date: 2017-09-10 08:27+0200\n"
+"POT-Creation-Date: 2017-10-29 09:50+0100\n"
 "PO-Revision-Date: 2016-11-12 11:55+0100\n"
 "Last-Translator: Paul Seyfert <pseyf...@mathphys.fsk.uni-heidelberg.de>\n"
 "Language-Team: Deutsch <gnome...@gnome.org>\n"
Binary files old/gspell-1.6.0/po/el.gmo and new/gspell-1.6.1/po/el.gmo differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/gspell-1.6.0/po/el.po new/gspell-1.6.1/po/el.po
--- old/gspell-1.6.0/po/el.po   2017-09-10 08:28:00.000000000 +0200
+++ new/gspell-1.6.1/po/el.po   2017-10-29 09:50:46.000000000 +0100
@@ -36,16 +36,16 @@
 "Project-Id-Version: el\n"
 "Report-Msgid-Bugs-To: https://bugzilla.gnome.org/enter_bug.cgi?";
 "product=gspell\n"
-"POT-Creation-Date: 2017-09-10 08:27+0200\n"
-"PO-Revision-Date: 2016-03-21 19:52+0200\n"
-"Last-Translator: Tom Tryfonidis <tomt...@gmail.com>\n"
+"POT-Creation-Date: 2017-10-29 09:50+0100\n"
+"PO-Revision-Date: 2017-09-09 10:37+0200\n"
+"Last-Translator: Efstathios Iosifidis <iosifi...@opensuse.org>\n"
 "Language-Team: www.gnome.gr\n"
 "Language: el\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Poedit 1.8.7\n"
+"X-Generator: Poedit 1.5.7\n"
 "X-Project-Style: gnome\n"
 
 #: gspell/gspell-checker.c:419
@@ -87,12 +87,10 @@
 msgstr "Συμβουλές"
 
 #: gspell/gspell-context-menu.c:152
-#, fuzzy
 msgid "_Language"
-msgstr "Ορισμός γλώσσας"
+msgstr "_Γλώσσα"
 
 #: gspell/gspell-context-menu.c:240
-#, fuzzy
 msgid "_More…"
 msgstr "_Περισσότερα..."
 
@@ -107,7 +105,6 @@
 msgstr "Π_ροσθήκη"
 
 #: gspell/gspell-context-menu.c:340
-#, fuzzy
 msgid "_Spelling Suggestions…"
 msgstr "_Συμβουλές ορθογραφίας..."
 
@@ -132,7 +129,6 @@
 msgstr "Δεν επιλέχθηκε γλώσσα"
 
 #: gspell/gspell-navigator-text-view.c:310
-#, fuzzy
 msgid ""
 "Spell checker error: no language set. It’s maybe because no dictionaries are "
 "installed."
Binary files old/gspell-1.6.0/po/eo.gmo and new/gspell-1.6.1/po/eo.gmo differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/gspell-1.6.0/po/eo.po new/gspell-1.6.1/po/eo.po
--- old/gspell-1.6.0/po/eo.po   2017-09-10 08:28:00.000000000 +0200
+++ new/gspell-1.6.1/po/eo.po   2017-10-29 09:50:46.000000000 +0100
@@ -7,7 +7,7 @@
 "Project-Id-Version: gspell master\n"
 "Report-Msgid-Bugs-To: https://bugzilla.gnome.org/enter_bug.cgi?";
 "product=gspell\n"
-"POT-Creation-Date: 2017-09-10 08:27+0200\n"
+"POT-Creation-Date: 2017-10-29 09:50+0100\n"
 "PO-Revision-Date: 2017-06-10 00:13+0200\n"
 "Last-Translator: Kristjan SCHMIDT <kristjan.schm...@googlemail.com>\n"
 "Language-Team: gnome-eo-l...@gnome.org\n"
Binary files old/gspell-1.6.0/po/es.gmo and new/gspell-1.6.1/po/es.gmo differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/gspell-1.6.0/po/es.po new/gspell-1.6.1/po/es.po
--- old/gspell-1.6.0/po/es.po   2017-09-10 08:28:00.000000000 +0200
+++ new/gspell-1.6.1/po/es.po   2017-10-29 09:50:46.000000000 +0100
@@ -20,7 +20,7 @@
 "Project-Id-Version: gspell.master\n"
 "Report-Msgid-Bugs-To: https://bugzilla.gnome.org/enter_bug.cgi?";
 "product=gspell\n"
-"POT-Creation-Date: 2017-09-10 08:27+0200\n"
+"POT-Creation-Date: 2017-10-29 09:50+0100\n"
 "PO-Revision-Date: 2016-12-22 12:53+0100\n"
 "Last-Translator: Daniel Mustieles <daniel.mustie...@gmail.com>\n"
 "Language-Team: es <gnome-es-l...@gnome.org>\n"
Binary files old/gspell-1.6.0/po/fa.gmo and new/gspell-1.6.1/po/fa.gmo differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/gspell-1.6.0/po/fa.po new/gspell-1.6.1/po/fa.po
--- old/gspell-1.6.0/po/fa.po   2017-09-10 08:28:00.000000000 +0200
+++ new/gspell-1.6.1/po/fa.po   2017-10-29 09:50:46.000000000 +0100
@@ -5,15 +5,15 @@
 # Roozbeh Pournader <rooz...@farsiweb.info>, 2003, 2005.
 # Meelad Zakaria <mee...@farsiweb.info>, 2005.
 # Elnaz Sarbar <el...@farsiweb.info>, 2005.
-# Arash Mousavi <mousavi.ar...@gmail.com> 2011, 2012, 2013, 2014, 2015.
+# Arash Mousavi <mousavi.ar...@gmail.com> 2011, 2012, 2013, 2014, 2015, 2017.
 #
 msgid ""
 msgstr ""
 "Project-Id-Version: gspell HEAD\n"
 "Report-Msgid-Bugs-To: https://bugzilla.gnome.org/enter_bug.cgi?";
 "product=gspell\n"
-"POT-Creation-Date: 2017-09-10 08:27+0200\n"
-"PO-Revision-Date: 2015-09-12 11:40+0430\n"
+"POT-Creation-Date: 2017-10-29 09:50+0100\n"
+"PO-Revision-Date: 2017-09-29 19:28+0330\n"
 "Last-Translator: Arash Mousavi <mousavi.ar...@gmail.com>\n"
 "Language-Team: Persian\n"
 "Language: fa\n"
@@ -22,7 +22,7 @@
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=(n > 1);\n"
 "X-Poedit-SourceCharset: utf-8\n"
-"X-Generator: Poedit 1.8.4\n"
+"X-Generator: Poedit 2.0.4\n"
 
 #: gspell/gspell-checker.c:419
 #, c-format
@@ -63,14 +63,12 @@
 msgstr "پیشنهادات"
 
 #: gspell/gspell-context-menu.c:152
-#, fuzzy
 msgid "_Language"
-msgstr "تنظیم زبان"
+msgstr "_زبان"
 
 #: gspell/gspell-context-menu.c:240
-#, fuzzy
 msgid "_More…"
-msgstr "_بیشتر..."
+msgstr "_بیشتر…"
 
 #. Ignore all
 #: gspell/gspell-context-menu.c:285
@@ -83,9 +81,8 @@
 msgstr "ا_ضافه کردن"
 
 #: gspell/gspell-context-menu.c:340
-#, fuzzy
 msgid "_Spelling Suggestions…"
-msgstr "پیشنهادات _املایی"
+msgstr "_پیشنهادات _املایی…"
 
 #. Translators: %s is the language ISO code.
 #: gspell/gspell-language.c:256
@@ -105,13 +102,15 @@
 
 #: gspell/gspell-language-chooser-button.c:84
 msgid "No language selected"
-msgstr ""
+msgstr "هیچ زبانی انتخاب نشده"
 
 #: gspell/gspell-navigator-text-view.c:310
 msgid ""
 "Spell checker error: no language set. It’s maybe because no dictionaries are "
 "installed."
 msgstr ""
+"خطا غلطگیر املایی: زبانی تنظیم نشده. ممکن است به دلیل این باشد که هیچ "
+"لغتنامه‌ای نصب نشده است."
 
 #: gspell/resources/checker-dialog.ui:7
 msgid "Check Spelling"
@@ -166,9 +165,8 @@
 msgstr "تنظیم زبان"
 
 #: gspell/resources/language-dialog.ui:20
-#, fuzzy
 msgid "Select the spell checking _language."
-msgstr "تکمیل غلط‌یابی املایی"
+msgstr "انتخاب _زبان غلطگیر املایی."
 
 #: gspell/resources/language-dialog.ui:61
 msgid "_Cancel"
Binary files old/gspell-1.6.0/po/fi.gmo and new/gspell-1.6.1/po/fi.gmo differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/gspell-1.6.0/po/fi.po new/gspell-1.6.1/po/fi.po
--- old/gspell-1.6.0/po/fi.po   2017-09-10 08:28:00.000000000 +0200
+++ new/gspell-1.6.1/po/fi.po   2017-10-29 09:50:46.000000000 +0100
@@ -20,7 +20,7 @@
 "Project-Id-Version: gspell\n"
 "Report-Msgid-Bugs-To: https://bugzilla.gnome.org/enter_bug.cgi?";
 "product=gspell\n"
-"POT-Creation-Date: 2017-09-10 08:27+0200\n"
+"POT-Creation-Date: 2017-10-29 09:50+0100\n"
 "PO-Revision-Date: 2016-09-04 16:53+0300\n"
 "Last-Translator: Jiri Grönroos <jiri.gronroos+l...@iki.fi>\n"
 "Language-Team: suomi <lokalisointi-li...@googlegroups.com>\n"
Binary files old/gspell-1.6.0/po/fr.gmo and new/gspell-1.6.1/po/fr.gmo differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/gspell-1.6.0/po/fr.po new/gspell-1.6.1/po/fr.po
--- old/gspell-1.6.0/po/fr.po   2017-09-10 08:28:00.000000000 +0200
+++ new/gspell-1.6.1/po/fr.po   2017-10-29 09:50:46.000000000 +0100
@@ -31,7 +31,7 @@
 "Project-Id-Version: gspell HEAD\n"
 "Report-Msgid-Bugs-To: https://bugzilla.gnome.org/enter_bug.cgi?";
 "product=gspell\n"
-"POT-Creation-Date: 2017-09-10 08:27+0200\n"
+"POT-Creation-Date: 2017-10-29 09:50+0100\n"
 "PO-Revision-Date: 2017-04-17 10:06+0200\n"
 "Last-Translator: Claude Paroz <cla...@2xlibre.net>\n"
 "Language-Team: GNOME French Team <gnom...@traduc.org>\n"
Binary files old/gspell-1.6.0/po/fur.gmo and new/gspell-1.6.1/po/fur.gmo differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/gspell-1.6.0/po/fur.po new/gspell-1.6.1/po/fur.po
--- old/gspell-1.6.0/po/fur.po  2017-09-10 08:28:00.000000000 +0200
+++ new/gspell-1.6.1/po/fur.po  2017-10-29 09:50:46.000000000 +0100
@@ -8,7 +8,7 @@
 "Project-Id-Version: gspell master\n"
 "Report-Msgid-Bugs-To: https://bugzilla.gnome.org/enter_bug.cgi?";
 "product=gspell\n"
-"POT-Creation-Date: 2017-09-10 08:27+0200\n"
+"POT-Creation-Date: 2017-10-29 09:50+0100\n"
 "PO-Revision-Date: 2016-11-14 22:56+0100\n"
 "Last-Translator: Fabio Tomat <f.t.pub...@gmail.com>\n"
 "Language-Team: Friulian <f...@li.org>\n"
Binary files old/gspell-1.6.0/po/gl.gmo and new/gspell-1.6.1/po/gl.gmo differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/gspell-1.6.0/po/gl.po new/gspell-1.6.1/po/gl.po
--- old/gspell-1.6.0/po/gl.po   2017-09-10 08:28:00.000000000 +0200
+++ new/gspell-1.6.1/po/gl.po   2017-10-29 09:50:46.000000000 +0100
@@ -18,7 +18,7 @@
 "Project-Id-Version: gspell-master-po-gl-116402.merged\n"
 "Report-Msgid-Bugs-To: https://bugzilla.gnome.org/enter_bug.cgi?";
 "product=gspell\n"
-"POT-Creation-Date: 2017-09-10 08:27+0200\n"
+"POT-Creation-Date: 2017-10-29 09:50+0100\n"
 "PO-Revision-Date: 2017-08-12 12:26+0200\n"
 "Last-Translator: Fran Dieguez <frandieg...@gnome.org>\n"
 "Language-Team: Galician\n"
Binary files old/gspell-1.6.0/po/he.gmo and new/gspell-1.6.1/po/he.gmo differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/gspell-1.6.0/po/he.po new/gspell-1.6.1/po/he.po
--- old/gspell-1.6.0/po/he.po   2017-09-10 08:28:00.000000000 +0200
+++ new/gspell-1.6.1/po/he.po   2017-10-29 09:50:46.000000000 +0100
@@ -13,7 +13,7 @@
 "Project-Id-Version: gspell.HEAD.he\n"
 "Report-Msgid-Bugs-To: https://bugzilla.gnome.org/enter_bug.cgi?";
 "product=gspell\n"
-"POT-Creation-Date: 2017-09-10 08:27+0200\n"
+"POT-Creation-Date: 2017-10-29 09:50+0100\n"
 "PO-Revision-Date: 2015-08-30 10:44+0300\n"
 "Last-Translator: Yosef Or Boczko <yosef...@gmail.com>\n"
 "Language-Team: עברית <>\n"
Binary files old/gspell-1.6.0/po/hr.gmo and new/gspell-1.6.1/po/hr.gmo differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/gspell-1.6.0/po/hr.po new/gspell-1.6.1/po/hr.po
--- old/gspell-1.6.0/po/hr.po   2017-09-10 08:28:00.000000000 +0200
+++ new/gspell-1.6.1/po/hr.po   2017-10-29 09:50:46.000000000 +0100
@@ -8,7 +8,7 @@
 "Project-Id-Version: gtkspell\n"
 "Report-Msgid-Bugs-To: https://bugzilla.gnome.org/enter_bug.cgi?";
 "product=gspell\n"
-"POT-Creation-Date: 2017-09-10 08:27+0200\n"
+"POT-Creation-Date: 2017-10-29 09:50+0100\n"
 "PO-Revision-Date: 2017-04-30 18:57+0200\n"
 "Last-Translator: gogo <trebeln...@gmail.com>\n"
 "Language-Team: Croatian <h...@li.org>\n"
Binary files old/gspell-1.6.0/po/hu.gmo and new/gspell-1.6.1/po/hu.gmo differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/gspell-1.6.0/po/hu.po new/gspell-1.6.1/po/hu.po
--- old/gspell-1.6.0/po/hu.po   2017-09-10 08:28:00.000000000 +0200
+++ new/gspell-1.6.1/po/hu.po   2017-10-29 09:50:46.000000000 +0100
@@ -16,7 +16,7 @@
 "Project-Id-Version: gspell master\n"
 "Report-Msgid-Bugs-To: https://bugzilla.gnome.org/enter_bug.cgi?";
 "product=gspell\n"
-"POT-Creation-Date: 2017-09-10 08:27+0200\n"
+"POT-Creation-Date: 2017-10-29 09:50+0100\n"
 "PO-Revision-Date: 2017-03-07 01:16+0100\n"
 "Last-Translator: Gabor Kelemen <kelemeng at ubuntu dot com>\n"
 "Language-Team: Hungarian <openscope at googlegroups dot com>\n"
Binary files old/gspell-1.6.0/po/id.gmo and new/gspell-1.6.1/po/id.gmo differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/gspell-1.6.0/po/id.po new/gspell-1.6.1/po/id.po
--- old/gspell-1.6.0/po/id.po   2017-09-10 08:28:00.000000000 +0200
+++ new/gspell-1.6.1/po/id.po   2017-10-29 09:50:46.000000000 +0100
@@ -8,7 +8,7 @@
 "Project-Id-Version: gspell master\n"
 "Report-Msgid-Bugs-To: https://bugzilla.gnome.org/enter_bug.cgi?";
 "product=gspell\n"
-"POT-Creation-Date: 2017-09-10 08:27+0200\n"
+"POT-Creation-Date: 2017-10-29 09:50+0100\n"
 "PO-Revision-Date: 2017-04-05 18:44+0700\n"
 "Last-Translator: Kukuh Syafaat <syafaatku...@gmail.com>\n"
 "Language-Team: Indonesian <gnome-l10n...@googlegroups.com>\n"
Binary files old/gspell-1.6.0/po/it.gmo and new/gspell-1.6.1/po/it.gmo differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/gspell-1.6.0/po/it.po new/gspell-1.6.1/po/it.po
--- old/gspell-1.6.0/po/it.po   2017-09-10 08:28:00.000000000 +0200
+++ new/gspell-1.6.1/po/it.po   2017-10-29 09:50:46.000000000 +0100
@@ -13,7 +13,7 @@
 "Project-Id-Version: gspell\n"
 "Report-Msgid-Bugs-To: https://bugzilla.gnome.org/enter_bug.cgi?";
 "product=gspell\n"
-"POT-Creation-Date: 2017-09-10 08:27+0200\n"
+"POT-Creation-Date: 2017-10-29 09:50+0100\n"
 "PO-Revision-Date: 2017-05-08 00:47+0200\n"
 "Last-Translator: Gianvito Cavasoli <gianv...@gmx.it>\n"
 "Language-Team: Italiano <gnome-it-l...@gnome.org>\n"
Binary files old/gspell-1.6.0/po/ja.gmo and new/gspell-1.6.1/po/ja.gmo differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/gspell-1.6.0/po/ja.po new/gspell-1.6.1/po/ja.po
--- old/gspell-1.6.0/po/ja.po   2017-09-10 08:28:00.000000000 +0200
+++ new/gspell-1.6.1/po/ja.po   2017-10-29 09:50:46.000000000 +0100
@@ -17,7 +17,7 @@
 "Project-Id-Version: gspell master\n"
 "Report-Msgid-Bugs-To: https://bugzilla.gnome.org/enter_bug.cgi?";
 "product=gspell\n"
-"POT-Creation-Date: 2017-09-10 08:27+0200\n"
+"POT-Creation-Date: 2017-10-29 09:50+0100\n"
 "PO-Revision-Date: 2015-09-15 23:12+0900\n"
 "Last-Translator: Jiro Matsuzawa <jmatsuz...@gnome.org>\n"
 "Language-Team: Japanese <gnome-translat...@gnome.gr.jp>\n"
Binary files old/gspell-1.6.0/po/ko.gmo and new/gspell-1.6.1/po/ko.gmo differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/gspell-1.6.0/po/ko.po new/gspell-1.6.1/po/ko.po
--- old/gspell-1.6.0/po/ko.po   2017-09-10 08:28:00.000000000 +0200
+++ new/gspell-1.6.1/po/ko.po   2017-10-29 09:50:46.000000000 +0100
@@ -19,7 +19,7 @@
 "Project-Id-Version: gspell\n"
 "Report-Msgid-Bugs-To: https://bugzilla.gnome.org/enter_bug.cgi?";
 "product=gspell\n"
-"POT-Creation-Date: 2017-09-10 08:27+0200\n"
+"POT-Creation-Date: 2017-10-29 09:50+0100\n"
 "PO-Revision-Date: 2017-08-31 21:46+0900\n"
 "Last-Translator: Changwoo Ryu <cw...@debian.org>\n"
 "Language-Team: GNOME Korea <gnome...@googlegroups.com>\n"
Binary files old/gspell-1.6.0/po/lt.gmo and new/gspell-1.6.1/po/lt.gmo differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/gspell-1.6.0/po/lt.po new/gspell-1.6.1/po/lt.po
--- old/gspell-1.6.0/po/lt.po   2017-09-10 08:28:00.000000000 +0200
+++ new/gspell-1.6.1/po/lt.po   2017-10-29 09:50:46.000000000 +0100
@@ -16,7 +16,7 @@
 "Project-Id-Version: lt\n"
 "Report-Msgid-Bugs-To: https://bugzilla.gnome.org/enter_bug.cgi?";
 "product=gspell\n"
-"POT-Creation-Date: 2017-09-10 08:27+0200\n"
+"POT-Creation-Date: 2017-10-29 09:50+0100\n"
 "PO-Revision-Date: 2017-03-10 22:29+0200\n"
 "Last-Translator: Aurimas Černius <auri...@gmail.com>\n"
 "Language-Team: Lietuvių <gnome...@lists.akl.lt>\n"
Binary files old/gspell-1.6.0/po/lv.gmo and new/gspell-1.6.1/po/lv.gmo differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/gspell-1.6.0/po/lv.po new/gspell-1.6.1/po/lv.po
--- old/gspell-1.6.0/po/lv.po   2017-09-10 08:28:00.000000000 +0200
+++ new/gspell-1.6.1/po/lv.po   2017-10-29 09:50:46.000000000 +0100
@@ -11,7 +11,7 @@
 "Project-Id-Version: lv\n"
 "Report-Msgid-Bugs-To: https://bugzilla.gnome.org/enter_bug.cgi?";
 "product=gspell\n"
-"POT-Creation-Date: 2017-09-10 08:27+0200\n"
+"POT-Creation-Date: 2017-10-29 09:50+0100\n"
 "PO-Revision-Date: 2017-08-28 09:57+0200\n"
 "Last-Translator: Rūdolfs Mazurs <rudolfs.maz...@gmail.com>\n"
 "Language-Team: Latvian <lata-l...@googlegroups.com>\n"
Binary files old/gspell-1.6.0/po/ml.gmo and new/gspell-1.6.1/po/ml.gmo differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/gspell-1.6.0/po/ml.po new/gspell-1.6.1/po/ml.po
--- old/gspell-1.6.0/po/ml.po   2017-09-10 08:28:00.000000000 +0200
+++ new/gspell-1.6.1/po/ml.po   2017-10-29 09:50:46.000000000 +0100
@@ -7,7 +7,7 @@
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugzilla.gnome.org/enter_bug.cgi?";
 "product=gspell\n"
-"POT-Creation-Date: 2017-09-10 08:27+0200\n"
+"POT-Creation-Date: 2017-10-29 09:50+0100\n"
 "PO-Revision-Date: 2017-08-08 00:16+0530\n"
 "Last-Translator: ബാലശങ്കർ സി <balasank...@autistici.org>\n"
 "Language-Team: Swatantra Malayalam Computing <disc...@lists.smc.org.in>\n"
Binary files old/gspell-1.6.0/po/nb.gmo and new/gspell-1.6.1/po/nb.gmo differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/gspell-1.6.0/po/nb.po new/gspell-1.6.1/po/nb.po
--- old/gspell-1.6.0/po/nb.po   2017-09-10 08:28:00.000000000 +0200
+++ new/gspell-1.6.1/po/nb.po   2017-10-29 09:50:46.000000000 +0100
@@ -10,7 +10,7 @@
 "Project-Id-Version: gspell 3.17.x\n"
 "Report-Msgid-Bugs-To: https://bugzilla.gnome.org/enter_bug.cgi?";
 "product=gspell\n"
-"POT-Creation-Date: 2017-09-10 08:27+0200\n"
+"POT-Creation-Date: 2017-10-29 09:50+0100\n"
 "PO-Revision-Date: 2015-09-07 20:01+0200\n"
 "Last-Translator: Kjartan Maraas <kmar...@gnome.org>\n"
 "Language-Team: Norwegian bokmål <i18n...@lister.ping.uio.no>\n"
Binary files old/gspell-1.6.0/po/ne.gmo and new/gspell-1.6.1/po/ne.gmo differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/gspell-1.6.0/po/ne.po new/gspell-1.6.1/po/ne.po
--- old/gspell-1.6.0/po/ne.po   2017-09-10 08:28:00.000000000 +0200
+++ new/gspell-1.6.1/po/ne.po   2017-10-29 09:50:46.000000000 +0100
@@ -8,7 +8,7 @@
 "Project-Id-Version: Gnome Nepali Translation Project\n"
 "Report-Msgid-Bugs-To: https://bugzilla.gnome.org/enter_bug.cgi?";
 "product=gspell\n"
-"POT-Creation-Date: 2017-09-10 08:27+0200\n"
+"POT-Creation-Date: 2017-10-29 09:50+0100\n"
 "PO-Revision-Date: 2017-08-24 15:08+0545\n"
 "Last-Translator: Pawan Chitrakar <chaut...@gmail.com>\n"
 "Language-Team: Nepali Translation Team <chaut...@gmail.com>\n"
Binary files old/gspell-1.6.0/po/nl.gmo and new/gspell-1.6.1/po/nl.gmo differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/gspell-1.6.0/po/nl.po new/gspell-1.6.1/po/nl.po
--- old/gspell-1.6.0/po/nl.po   2017-09-10 08:28:00.000000000 +0200
+++ new/gspell-1.6.1/po/nl.po   2017-10-29 09:50:46.000000000 +0100
@@ -26,7 +26,7 @@
 "Project-Id-Version: gspell\n"
 "Report-Msgid-Bugs-To: https://bugzilla.gnome.org/enter_bug.cgi?";
 "product=gspell\n"
-"POT-Creation-Date: 2017-09-10 08:27+0200\n"
+"POT-Creation-Date: 2017-10-29 09:50+0100\n"
 "PO-Revision-Date: 2015-09-22 12:38+0200\n"
 "Last-Translator: Hannie Dumoleyn <han...@ubuntu-nl.org>\n"
 "Language-Team: Dutch <gnome-nl-l...@gnome.org>\n"
Binary files old/gspell-1.6.0/po/oc.gmo and new/gspell-1.6.1/po/oc.gmo differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/gspell-1.6.0/po/oc.po new/gspell-1.6.1/po/oc.po
--- old/gspell-1.6.0/po/oc.po   2017-09-10 08:28:00.000000000 +0200
+++ new/gspell-1.6.1/po/oc.po   2017-10-29 09:50:46.000000000 +0100
@@ -7,7 +7,7 @@
 "Project-Id-Version: gspell HEAD\n"
 "Report-Msgid-Bugs-To: https://bugzilla.gnome.org/enter_bug.cgi?";
 "product=gspell\n"
-"POT-Creation-Date: 2017-09-10 08:27+0200\n"
+"POT-Creation-Date: 2017-10-29 09:50+0100\n"
 "PO-Revision-Date: 2016-03-16 19:46+0200\n"
 "Last-Translator: Cédric Valmary (totenoc.eu) <cvalm...@yahoo.fr>\n"
 "Language-Team: Tot En Òc\n"
Binary files old/gspell-1.6.0/po/pa.gmo and new/gspell-1.6.1/po/pa.gmo differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/gspell-1.6.0/po/pa.po new/gspell-1.6.1/po/pa.po
--- old/gspell-1.6.0/po/pa.po   2017-09-10 08:28:00.000000000 +0200
+++ new/gspell-1.6.1/po/pa.po   2017-10-29 09:50:46.000000000 +0100
@@ -8,7 +8,7 @@
 "Project-Id-Version: gspell master\n"
 "Report-Msgid-Bugs-To: https://bugzilla.gnome.org/enter_bug.cgi?";
 "product=gspell\n"
-"POT-Creation-Date: 2017-09-10 08:27+0200\n"
+"POT-Creation-Date: 2017-10-29 09:50+0100\n"
 "PO-Revision-Date: 2017-08-20 16:01-0600\n"
 "Last-Translator: A S Alam <aa...@users.sf.net>\n"
 "Language-Team: Punjabi <punjabi-us...@lists.sf.net>\n"
Binary files old/gspell-1.6.0/po/pl.gmo and new/gspell-1.6.1/po/pl.gmo differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/gspell-1.6.0/po/pl.po new/gspell-1.6.1/po/pl.po
--- old/gspell-1.6.0/po/pl.po   2017-09-10 08:28:00.000000000 +0200
+++ new/gspell-1.6.1/po/pl.po   2017-10-29 09:50:46.000000000 +0100
@@ -17,7 +17,7 @@
 "Project-Id-Version: gspell\n"
 "Report-Msgid-Bugs-To: https://bugzilla.gnome.org/enter_bug.cgi?";
 "product=gspell\n"
-"POT-Creation-Date: 2017-09-10 08:27+0200\n"
+"POT-Creation-Date: 2017-10-29 09:50+0100\n"
 "PO-Revision-Date: 2016-10-28 17:05+0200\n"
 "Last-Translator: Piotr Drąg <piotrd...@gmail.com>\n"
 "Language-Team: Polish <community-pol...@mozilla.org>\n"
Binary files old/gspell-1.6.0/po/pt.gmo and new/gspell-1.6.1/po/pt.gmo differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/gspell-1.6.0/po/pt.po new/gspell-1.6.1/po/pt.po
--- old/gspell-1.6.0/po/pt.po   2017-09-10 08:28:00.000000000 +0200
+++ new/gspell-1.6.1/po/pt.po   2017-10-29 09:50:46.000000000 +0100
@@ -13,7 +13,7 @@
 "Project-Id-Version: 3.14\n"
 "Report-Msgid-Bugs-To: https://bugzilla.gnome.org/enter_bug.cgi?";
 "product=gspell\n"
-"POT-Creation-Date: 2017-09-10 08:27+0200\n"
+"POT-Creation-Date: 2017-10-29 09:50+0100\n"
 "PO-Revision-Date: 2016-07-05 19:23+0100\n"
 "Last-Translator: Tiago Santos <tiagofsanto...@sapo.pt>\n"
 "Language-Team: Português <palbuquerqu...@gmail.com>\n"
Binary files old/gspell-1.6.0/po/pt_BR.gmo and new/gspell-1.6.1/po/pt_BR.gmo 
differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/gspell-1.6.0/po/pt_BR.po new/gspell-1.6.1/po/pt_BR.po
--- old/gspell-1.6.0/po/pt_BR.po        2017-09-10 08:28:00.000000000 +0200
+++ new/gspell-1.6.1/po/pt_BR.po        2017-10-29 09:50:46.000000000 +0100
@@ -32,7 +32,7 @@
 "Project-Id-Version: gspell\n"
 "Report-Msgid-Bugs-To: https://bugzilla.gnome.org/enter_bug.cgi?";
 "product=gspell\n"
-"POT-Creation-Date: 2017-09-10 08:27+0200\n"
+"POT-Creation-Date: 2017-10-29 09:50+0100\n"
 "PO-Revision-Date: 2016-12-12 02:17-0200\n"
 "Last-Translator: Rafael Fontenelle <rafae...@gnome.org>\n"
 "Language-Team: Brazilian Portuguese <gnome-pt_br-l...@gnome.org>\n"
Binary files old/gspell-1.6.0/po/ru.gmo and new/gspell-1.6.1/po/ru.gmo differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/gspell-1.6.0/po/ru.po new/gspell-1.6.1/po/ru.po
--- old/gspell-1.6.0/po/ru.po   2017-09-10 08:28:00.000000000 +0200
+++ new/gspell-1.6.1/po/ru.po   2017-10-29 09:50:46.000000000 +0100
@@ -23,7 +23,7 @@
 "Project-Id-Version: ru\n"
 "Report-Msgid-Bugs-To: https://bugzilla.gnome.org/enter_bug.cgi?";
 "product=gspell\n"
-"POT-Creation-Date: 2017-09-10 08:27+0200\n"
+"POT-Creation-Date: 2017-10-29 09:50+0100\n"
 "PO-Revision-Date: 2015-09-17 13:45+0300\n"
 "Last-Translator: Stas Solovey <whats...@tut.by>\n"
 "Language-Team: Русский <gnome-...@gnome.org>\n"
Binary files old/gspell-1.6.0/po/sk.gmo and new/gspell-1.6.1/po/sk.gmo differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/gspell-1.6.0/po/sk.po new/gspell-1.6.1/po/sk.po
--- old/gspell-1.6.0/po/sk.po   2017-09-10 08:28:00.000000000 +0200
+++ new/gspell-1.6.1/po/sk.po   2017-10-29 09:50:46.000000000 +0100
@@ -13,7 +13,7 @@
 "Project-Id-Version: gspell\n"
 "Report-Msgid-Bugs-To: https://bugzilla.gnome.org/enter_bug.cgi?";
 "product=gspell\n"
-"POT-Creation-Date: 2017-09-10 08:27+0200\n"
+"POT-Creation-Date: 2017-10-29 09:50+0100\n"
 "PO-Revision-Date: 2017-04-15 19:32+0200\n"
 "Last-Translator: Dušan Kazik <prescot...@gmail.com>\n"
 "Language-Team: slovenčina <gnome-sk-l...@gnome.org>\n"
Binary files old/gspell-1.6.0/po/sl.gmo and new/gspell-1.6.1/po/sl.gmo differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/gspell-1.6.0/po/sl.po new/gspell-1.6.1/po/sl.po
--- old/gspell-1.6.0/po/sl.po   2017-09-10 08:28:00.000000000 +0200
+++ new/gspell-1.6.1/po/sl.po   2017-10-29 09:50:46.000000000 +0100
@@ -2,15 +2,15 @@
 # Copyright (C) 2016 gspell's COPYRIGHT HOLDER
 # This file is distributed under the same license as the gspell package.
 #
-# Matej Urbančič <mat...@svn.gnome.org>, 2016-2017.
+# Matej Urbančič <mat...@svn.gnome.org>, + 2016–2017.
 #
 msgid ""
 msgstr ""
 "Project-Id-Version: gspell master\n"
 "Report-Msgid-Bugs-To: https://bugzilla.gnome.org/enter_bug.cgi?";
 "product=gspell\n"
-"POT-Creation-Date: 2017-09-10 08:27+0200\n"
-"PO-Revision-Date: 2017-07-28 13:17+0200\n"
+"POT-Creation-Date: 2017-10-29 09:50+0100\n"
+"PO-Revision-Date: 2017-10-15 20:57+0200\n"
 "Last-Translator: Matej Urbančič <mat...@svn.gnome.org>\n"
 "Language-Team: Slovenian GNOME Translation Team <gnome...@googlegroups.com>\n"
 "Language: sl\n"
@@ -20,12 +20,12 @@
 "Plural-Forms: nplurals=4; plural=(n%100==1 ? 1 : n%100==2 ? 2 : n%100==3 || n"
 "%100==4 ? 3 : 0);\n"
 "X-Poedit-SourceCharset: utf-8\n"
-"X-Generator: Poedit 2.0.1\n"
+"X-Generator: Poedit 2.0.4\n"
 
 #: gspell/gspell-checker.c:419
 #, c-format
 msgid "Error when checking the spelling of word “%s”: %s"
-msgstr "Prišlo je do napake med preverjanjem črkovanja besede »%s«: %s"
+msgstr "Med preverjanjem črkovanja besede »%s« je prišlo do napake: %s"
 
 #. Translators: Displayed in the "Check Spelling"
 #. * dialog if there are no suggestions for the current
@@ -46,7 +46,7 @@
 
 #: gspell/gspell-checker-dialog.c:275
 msgid "No misspelled words"
-msgstr "Ni napačno črkovanih besed"
+msgstr "Ni najdenih napačno črkovanih besed"
 
 #. Translators: Displayed in the "Check
 #. * Spelling" dialog if the current word
Binary files old/gspell-1.6.0/po/sr.gmo and new/gspell-1.6.1/po/sr.gmo differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/gspell-1.6.0/po/sr.po new/gspell-1.6.1/po/sr.po
--- old/gspell-1.6.0/po/sr.po   2017-09-10 08:28:00.000000000 +0200
+++ new/gspell-1.6.1/po/sr.po   2017-10-29 09:50:46.000000000 +0100
@@ -12,7 +12,7 @@
 "Project-Id-Version: gspell\n"
 "Report-Msgid-Bugs-To: https://bugzilla.gnome.org/enter_bug.cgi?";
 "product=gspell\n"
-"POT-Creation-Date: 2017-09-10 08:27+0200\n"
+"POT-Creation-Date: 2017-10-29 09:50+0100\n"
 "PO-Revision-Date: 2017-02-12 18:12+0200\n"
 "Last-Translator: Мирослав Николић <miroslavniko...@rocketmail.com>\n"
 "Language-Team: Serbian <(nothing)>\n"
Binary files old/gspell-1.6.0/po/s...@latin.gmo and 
new/gspell-1.6.1/po/s...@latin.gmo differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/gspell-1.6.0/po/s...@latin.po new/gspell-1.6.1/po/s...@latin.po
--- old/gspell-1.6.0/po/s...@latin.po   2017-09-10 08:28:00.000000000 +0200
+++ new/gspell-1.6.1/po/s...@latin.po   2017-10-29 09:50:46.000000000 +0100
@@ -12,7 +12,7 @@
 "Project-Id-Version: gspell\n"
 "Report-Msgid-Bugs-To: https://bugzilla.gnome.org/enter_bug.cgi?";
 "product=gspell\n"
-"POT-Creation-Date: 2017-09-10 08:27+0200\n"
+"POT-Creation-Date: 2017-10-29 09:50+0100\n"
 "PO-Revision-Date: 2017-02-12 18:12+0200\n"
 "Last-Translator: Miroslav Nikolić <miroslavniko...@rocketmail.com>\n"
 "Language-Team: Serbian <(nothing)>\n"
Binary files old/gspell-1.6.0/po/sv.gmo and new/gspell-1.6.1/po/sv.gmo differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/gspell-1.6.0/po/sv.po new/gspell-1.6.1/po/sv.po
--- old/gspell-1.6.0/po/sv.po   2017-09-10 08:28:00.000000000 +0200
+++ new/gspell-1.6.1/po/sv.po   2017-10-29 09:50:46.000000000 +0100
@@ -13,7 +13,7 @@
 "Project-Id-Version: gspell\n"
 "Report-Msgid-Bugs-To: https://bugzilla.gnome.org/enter_bug.cgi?";
 "product=gspell\n"
-"POT-Creation-Date: 2017-09-10 08:27+0200\n"
+"POT-Creation-Date: 2017-10-29 09:50+0100\n"
 "PO-Revision-Date: 2016-11-10 21:12+0100\n"
 "Last-Translator: Josef Andersson <josef.anders...@fripost.org>\n"
 "Language-Team: Swedish <tp...@listor.tp-sv.se>\n"
Binary files old/gspell-1.6.0/po/tr.gmo and new/gspell-1.6.1/po/tr.gmo differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/gspell-1.6.0/po/tr.po new/gspell-1.6.1/po/tr.po
--- old/gspell-1.6.0/po/tr.po   2017-09-10 08:28:00.000000000 +0200
+++ new/gspell-1.6.1/po/tr.po   2017-10-29 09:50:46.000000000 +0100
@@ -17,7 +17,7 @@
 "Project-Id-Version: gspell\n"
 "Report-Msgid-Bugs-To: https://bugzilla.gnome.org/enter_bug.cgi?";
 "product=gspell\n"
-"POT-Creation-Date: 2017-09-10 08:27+0200\n"
+"POT-Creation-Date: 2017-10-29 09:50+0100\n"
 "PO-Revision-Date: 2017-09-06 09:51+0300\n"
 "Last-Translator: Emin Tufan Çetin <etce...@gmail.com>\n"
 "Language-Team: Türkçe <gnome-t...@gnome.org>\n"
Binary files old/gspell-1.6.0/po/vi.gmo and new/gspell-1.6.1/po/vi.gmo differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/gspell-1.6.0/po/vi.po new/gspell-1.6.1/po/vi.po
--- old/gspell-1.6.0/po/vi.po   2017-09-10 08:28:00.000000000 +0200
+++ new/gspell-1.6.1/po/vi.po   2017-10-29 09:50:46.000000000 +0100
@@ -11,7 +11,7 @@
 "Project-Id-Version: gspell master\n"
 "Report-Msgid-Bugs-To: https://bugzilla.gnome.org/enter_bug.cgi?";
 "product=gspell\n"
-"POT-Creation-Date: 2017-09-10 08:27+0200\n"
+"POT-Creation-Date: 2017-10-29 09:50+0100\n"
 "PO-Revision-Date: 2015-10-09 15:07+0700\n"
 "Last-Translator: Trần Ngọc Quân <vnwild...@gmail.com>\n"
 "Language-Team: Vietnamese <gnome-vi-l...@gnome.org>\n"
Binary files old/gspell-1.6.0/po/zh_CN.gmo and new/gspell-1.6.1/po/zh_CN.gmo 
differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/gspell-1.6.0/po/zh_CN.po new/gspell-1.6.1/po/zh_CN.po
--- old/gspell-1.6.0/po/zh_CN.po        1970-01-01 01:00:00.000000000 +0100
+++ new/gspell-1.6.1/po/zh_CN.po        2017-10-29 09:50:46.000000000 +0100
@@ -0,0 +1,173 @@
+# Chinese (China) translation for gspell.
+# Copyright (C) 2015 gspell's COPYRIGHT HOLDER
+# This file is distributed under the same license as the gspell package.
+# Damned <damnedl...@163.com>, 2015.
+# Mingcong Bai <jeff...@aosc.xyz>, 2017.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: gspell master\n"
+"Report-Msgid-Bugs-To: https://bugzilla.gnome.org/enter_bug.cgi?";
+"product=gspell\n"
+"POT-Creation-Date: 2017-10-29 09:50+0100\n"
+"PO-Revision-Date: 2017-06-10 14:35+0800\n"
+"Last-Translator: Mingcong Bai <jeff...@aosc.xyz>\n"
+"Language-Team: Chinese (China) <i18n...@googlegroups.com>\n"
+"Language: zh_CN\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Generator: Poedit 2.0.2\n"
+
+#: gspell/gspell-checker.c:419
+#, c-format
+msgid "Error when checking the spelling of word “%s”: %s"
+msgstr "检查单词“%s”的拼写时出错:%s"
+
+#. Translators: Displayed in the "Check Spelling"
+#. * dialog if there are no suggestions for the current
+#. * misspelled word.
+#.
+#. No suggestions. Put something in the menu anyway...
+#: gspell/gspell-checker-dialog.c:150 gspell/gspell-context-menu.c:217
+msgid "(no suggested words)"
+msgstr "(无建议单词)"
+
+#: gspell/gspell-checker-dialog.c:235
+msgid "Error:"
+msgstr "错误:"
+
+#: gspell/gspell-checker-dialog.c:271
+msgid "Completed spell checking"
+msgstr "拼写检查完成"
+
+#: gspell/gspell-checker-dialog.c:275
+msgid "No misspelled words"
+msgstr "无错误单词"
+
+#. Translators: Displayed in the "Check
+#. * Spelling" dialog if the current word
+#. * isn't misspelled.
+#.
+#: gspell/gspell-checker-dialog.c:502
+msgid "(correct spelling)"
+msgstr "(拼写正确)"
+
+#: gspell/gspell-checker-dialog.c:644
+msgid "Suggestions"
+msgstr "建议"
+
+#: gspell/gspell-context-menu.c:152
+msgid "_Language"
+msgstr "语言(_L)"
+
+#: gspell/gspell-context-menu.c:240
+msgid "_More…"
+msgstr "更多(_M)…"
+
+#. Ignore all
+#: gspell/gspell-context-menu.c:285
+msgid "_Ignore All"
+msgstr "全部忽略(_I)"
+
+#. Add to Dictionary
+#: gspell/gspell-context-menu.c:303
+msgid "_Add"
+msgstr "添加(_A)"
+
+#: gspell/gspell-context-menu.c:340
+msgid "_Spelling Suggestions…"
+msgstr "拼写建议(_S)…"
+
+#. Translators: %s is the language ISO code.
+#: gspell/gspell-language.c:256
+#, c-format
+msgctxt "language"
+msgid "Unknown (%s)"
+msgstr "未知 (%s)"
+
+#. Translators: The first %s is the language name, and the
+#. * second is the country name. Example: "French (France)".
+#.
+#: gspell/gspell-language.c:273 gspell/gspell-language.c:282
+#, c-format
+msgctxt "language"
+msgid "%s (%s)"
+msgstr "%s (%s)"
+
+#: gspell/gspell-language-chooser-button.c:84
+msgid "No language selected"
+msgstr "未选择语言"
+
+#: gspell/gspell-navigator-text-view.c:310
+msgid ""
+"Spell checker error: no language set. It’s maybe because no dictionaries are "
+"installed."
+msgstr "拼写检查程序错误:未设置语言。这可能是未安装字典导致的。"
+
+#: gspell/resources/checker-dialog.ui:7
+msgid "Check Spelling"
+msgstr "检查拼写"
+
+#: gspell/resources/checker-dialog.ui:36
+msgid "Misspelled word:"
+msgstr "错误单词:"
+
+#: gspell/resources/checker-dialog.ui:49
+msgid "word"
+msgstr "单词"
+
+#: gspell/resources/checker-dialog.ui:66
+msgid "Change _to:"
+msgstr "更改为(_T):"
+
+#: gspell/resources/checker-dialog.ui:91
+msgid "Check _Word"
+msgstr "检查单词(_W)"
+
+#: gspell/resources/checker-dialog.ui:120
+msgid "_Suggestions:"
+msgstr "建议(_S):"
+
+#: gspell/resources/checker-dialog.ui:133
+msgid "_Ignore"
+msgstr "忽略(I)"
+
+#: gspell/resources/checker-dialog.ui:146
+msgid "Ignore _All"
+msgstr "全部忽略(_A)"
+
+#: gspell/resources/checker-dialog.ui:159
+msgid "Cha_nge"
+msgstr "更改(_N)"
+
+#: gspell/resources/checker-dialog.ui:174
+msgid "Change A_ll"
+msgstr "全部更改(_L)"
+
+#: gspell/resources/checker-dialog.ui:191
+msgid "User dictionary:"
+msgstr "用户字典:"
+
+#: gspell/resources/checker-dialog.ui:203
+msgid "Add w_ord"
+msgstr "添加单词(_O)"
+
+#: gspell/resources/language-dialog.ui:7
+msgid "Set Language"
+msgstr "设置语言"
+
+#: gspell/resources/language-dialog.ui:20
+msgid "Select the spell checking _language."
+msgstr "选择要进行拼写检查的语言(_L)。"
+
+#: gspell/resources/language-dialog.ui:61
+msgid "_Cancel"
+msgstr "取消(_C)"
+
+#: gspell/resources/language-dialog.ui:68
+msgid "_Select"
+msgstr "选择(_S)"
+
+#~ msgid "Select the _language of the current document."
+#~ msgstr "选择当前文档的语言(_L)。"
Binary files old/gspell-1.6.0/po/zh_TW.gmo and new/gspell-1.6.1/po/zh_TW.gmo 
differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/gspell-1.6.0/po/zh_TW.po new/gspell-1.6.1/po/zh_TW.po
--- old/gspell-1.6.0/po/zh_TW.po        2017-09-10 08:28:00.000000000 +0200
+++ new/gspell-1.6.1/po/zh_TW.po        2017-10-29 09:50:46.000000000 +0100
@@ -13,7 +13,7 @@
 "Project-Id-Version: gspell 3.3.7\n"
 "Report-Msgid-Bugs-To: https://bugzilla.gnome.org/enter_bug.cgi?";
 "product=gspell\n"
-"POT-Creation-Date: 2017-09-10 08:27+0200\n"
+"POT-Creation-Date: 2017-10-29 09:50+0100\n"
 "PO-Revision-Date: 2017-08-27 12:11+0800\n"
 "Last-Translator: Cheng-Chia Tseng <pswo10...@gmail.com>\n"
 "Language-Team: 漢語 <>\n"


Reply via email to