Hello community,

here is the log from the commit of package ibus-table-others for 
openSUSE:Factory checked in at 2014-09-29 12:40:33
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ibus-table-others (Old)
 and      /work/SRC/openSUSE:Factory/.ibus-table-others.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ibus-table-others"

Changes:
--------
--- /work/SRC/openSUSE:Factory/ibus-table-others/ibus-table-others.changes      
2014-07-28 06:31:28.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.ibus-table-others.new/ibus-table-others.changes 
2014-09-29 12:40:35.000000000 +0200
@@ -1,0 +2,11 @@
+Sun Sep 28 23:03:07 PRC 2014 - [email protected]
+
+- Update to 1.3.4
+  * Make status prompts and symbols more consistent
+  * Change MAX_KEY_LENGTH from 2 to 1 for the rusle, rustrad, thai, and 
yawerty tables.
+  * Delete the RULES from the emoji-table
+  * Make default options of rusle.txt the same as in rustrad.txt
+  * Add Russian Legacy layout
+  * Add “\circ ∘ U+2218 RING OPERATOR” back to the latex table
+
+-------------------------------------------------------------------

Old:
----
  ibus-table-others-1.3.1.tar.gz

New:
----
  ibus-table-others-1.3.4.tar.gz

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

Other differences:
------------------
++++++ ibus-table-others.spec ++++++
--- /var/tmp/diff_new_pack.7XI8rZ/_old  2014-09-29 12:40:36.000000000 +0200
+++ /var/tmp/diff_new_pack.7XI8rZ/_new  2014-09-29 12:40:36.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           ibus-table-others
-Version:        1.3.1
+Version:        1.3.4
 Release:        0
 Summary:        Other non-Chinese tables for ibus
 License:        GPL-3.0
@@ -159,6 +159,14 @@
 %description -n ibus-table-mathwriter
 The package contains table for writing Unicode mathematics symbols.
 
+%package -n ibus-table-rusle
+Summary:        Rusle table for ibus-table  
+Group:          System/Localization
+Requires:       ibus-table
+
+%description -n ibus-table-rusle
+ibus-table-rusle provides the Rusle table for ibus-table.
+
 %prep
 %setup
 
@@ -252,4 +260,9 @@
 %{_datadir}/ibus-table/icons/mathwriter.png
 %{_datadir}/ibus-table/tables/mathwriter-ibus.db
 
+%files -n ibus-table-rusle
+%defattr(-,root,root)
+%{_datadir}/ibus-table/icons/rusle.png
+%{_datadir}/ibus-table/tables/rusle.db
+
 %changelog

++++++ ibus-table-others-1.3.1.tar.gz -> ibus-table-others-1.3.4.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ibus-table-others-1.3.1/ChangeLog 
new/ibus-table-others-1.3.4/ChangeLog
--- old/ibus-table-others-1.3.1/ChangeLog       2014-07-23 09:37:06.000000000 
+0200
+++ new/ibus-table-others-1.3.4/ChangeLog       2014-09-15 17:00:13.000000000 
+0200
@@ -1,4 +1,85 @@
-commit 94fb28fe8a5ecc0bab4f5b889f3bb9c5ce9b5818
+commit 999f2b3b4bd8d5fa78023f60eab088a1836e5e50
+Author: Mike FABIAN <[email protected]>
+Date:   Mon Sep 15 17:00:02 2014 +0200
+
+    Release 1.3.4
+
+commit cf2f2268ddbbf0b9a07b8a8002e93d7dc98a9f1a
+Author: Mike FABIAN <[email protected]>
+Date:   Sat Sep 13 11:31:15 2014 +0200
+
+    Make status prompts and symbols more consistent
+    
+    - Use status prompt “^_^” for emoji-table instead of “CN”
+      The icon ibus-emoji.svg also looks similar.
+    - Use status prompt “Ć” instead of “C” for compose.txt
+      Looks nicer, compose is about typing accents.
+      It also looks more like the icon that way.
+    - Make sure that all tables have both status prompts and symbols
+      (They can be the same always).
+
+commit cb7d05e0eed928ffaa3a337b929210aa9db78623
+Author: Mike FABIAN <[email protected]>
+Date:   Mon Sep 1 16:14:15 2014 +0200
+
+    Release 1.3.3
+
+commit e9c55f90486655deb63d6ba92bfaa768bfe90c82
+Author: Mike FABIAN <[email protected]>
+Date:   Mon Sep 1 15:52:41 2014 +0200
+
+    Change MAX_KEY_LENGTH from 2 to 1 for the rusle, rustrad, thai, and 
yawerty tables.
+    
+    The comments why MAX_KEY_LENGTH was set to 2 said:
+    
+        “changed to 2 to fake col prob in sqlite db”
+    
+        “It is supposed to be 1 but need to be 2 to avoid schema mismatch
+        bug in optimize_database() in ibus-table.”
+    
+    So this was probably a workaround for some bug in ibus-table,
+    probably it had something to do with the old database format
+    where each input key was stored in a different column.
+    
+    With the current ibus-table dataformat, there is no problem
+    in using the correct value MAX_KEY_LENGTH=1.
+
+commit 560f0abb27332bad88ddf00c7b925bb1dd36346d
+Author: Mike FABIAN <[email protected]>
+Date:   Mon Sep 1 15:51:25 2014 +0200
+
+    Delete the RULES from the emoji-table
+    
+    The RULES make no sense for the emoji-table. And USER_CAN_DEFINE_PHRASE is
+    set to FALSE for the emoji-table anyway.
+
+commit 36f8c5a80f48696d3b3ef76e5543f2f2a03664a2
+Author: Mike FABIAN <[email protected]>
+Date:   Fri Jul 25 17:13:49 2014 +0200
+
+    Release 1.3.2
+
+commit 9d402621b0ac908ba939f60c0d40cf73188cf54d
+Author: Mike FABIAN <[email protected]>
+Date:   Fri Jul 25 17:12:24 2014 +0200
+
+    Make default options of rusle.txt the same as in rustrad.txt
+
+commit 1d62a3c2d64a1926c32e2f14e3f47b3414d26284
+Author: Stas Sergeev <[email protected]>
+Date:   Fri Jul 25 17:00:51 2014 +0200
+
+    Add Russian Legacy layout
+
+commit 183e42e7d99fdf777a275e8d5333b24be0a9e566
+Author: Mike FABIAN <[email protected]>
+Date:   Wed Jul 23 15:01:10 2014 +0200
+
+    Add “\circ ∘ U+2218 RING OPERATOR” back to the latex table
+    
+    Giuseppe Castagna says he deleted it by mistake.
+
+commit 8498f47823c27cea1b4f6cc92ce3520c47dc2a02
 Author: Mike FABIAN <[email protected]>
 Date:   Wed Jul 23 09:33:45 2014 +0200
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ibus-table-others-1.3.1/configure 
new/ibus-table-others-1.3.4/configure
--- old/ibus-table-others-1.3.1/configure       2014-07-23 09:38:08.000000000 
+0200
+++ new/ibus-table-others-1.3.4/configure       2014-09-15 17:00:50.000000000 
+0200
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for ibus-table-others 1.3.1.
+# Generated by GNU Autoconf 2.69 for ibus-table-others 1.3.4.
 #
 # Report bugs to <http://code.google.com/p/ibus/issues/entry>.
 #
@@ -579,8 +579,8 @@
 # Identity of this package.
 PACKAGE_NAME='ibus-table-others'
 PACKAGE_TARNAME='ibus-table-others'
-PACKAGE_VERSION='1.3.1'
-PACKAGE_STRING='ibus-table-others 1.3.1'
+PACKAGE_VERSION='1.3.4'
+PACKAGE_STRING='ibus-table-others 1.3.4'
 PACKAGE_BUGREPORT='http://code.google.com/p/ibus/issues/entry'
 PACKAGE_URL=''
 
@@ -600,6 +600,8 @@
 IBUS_TABLE_BUILD_THAI_TRUE
 IBUS_TABLE_BUILD_YAWERTY_FALSE
 IBUS_TABLE_BUILD_YAWERTY_TRUE
+IBUS_TABLE_BUILD_RUSLE_FALSE
+IBUS_TABLE_BUILD_RUSLE_TRUE
 IBUS_TABLE_BUILD_RUSTRAD_FALSE
 IBUS_TABLE_BUILD_RUSTRAD_TRUE
 IBUS_TABLE_BUILD_TRANSLITUA_FALSE
@@ -703,6 +705,7 @@
 enable_translit
 enable_translitua
 enable_rustrad
+enable_rusle
 enable_yawerty
 enable_thai
 enable_viqr
@@ -1261,7 +1264,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures ibus-table-others 1.3.1 to adapt to many kinds of 
systems.
+\`configure' configures ibus-table-others 1.3.4 to adapt to many kinds of 
systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1328,7 +1331,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of ibus-table-others 1.3.1:";;
+     short | recursive ) echo "Configuration of ibus-table-others 1.3.4:";;
    esac
   cat <<\_ACEOF
 
@@ -1346,6 +1349,7 @@
   --enable-translit       Generate Translit Engine
   --enable-translitua     Generate Ukrainian Translit Engine
   --enable-rustrad        Generate Russian Traditional Engine
+  --enable-rusle          Generate Russian Legacy Engine
   --enable-yawerty        Generate Yawerty Engine
   --enable-thai           Generate Thai Engine
   --enable-viqr           Generate Viqr Engine
@@ -1434,7 +1438,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-ibus-table-others configure 1.3.1
+ibus-table-others configure 1.3.4
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1451,7 +1455,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by ibus-table-others $as_me 1.3.1, which was
+It was created by ibus-table-others $as_me 1.3.4, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -2314,7 +2318,7 @@
 
 # Define the identity of the package.
  PACKAGE='ibus-table-others'
- VERSION='1.3.1'
+ VERSION='1.3.4'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -2997,6 +3001,23 @@
 fi
 
 
+# Check whether --enable-rusle was given.
+if test "${enable_rusle+set}" = set; then :
+  enableval=$enable_rusle;
+else
+  enable_rusle=yes
+fi
+
+
+ if test x"$enable_rusle" != x"no"; then
+  IBUS_TABLE_BUILD_RUSLE_TRUE=
+  IBUS_TABLE_BUILD_RUSLE_FALSE='#'
+else
+  IBUS_TABLE_BUILD_RUSLE_TRUE='#'
+  IBUS_TABLE_BUILD_RUSLE_FALSE=
+fi
+
+
 # Check whether --enable-yawerty was given.
 if test "${enable_yawerty+set}" = set; then :
   enableval=$enable_yawerty;
@@ -3298,6 +3319,10 @@
   as_fn_error $? "conditional \"IBUS_TABLE_BUILD_RUSTRAD\" was never defined.
 Usually this means the macro was only invoked conditionally." "$LINENO" 5
 fi
+if test -z "${IBUS_TABLE_BUILD_RUSLE_TRUE}" && test -z 
"${IBUS_TABLE_BUILD_RUSLE_FALSE}"; then
+  as_fn_error $? "conditional \"IBUS_TABLE_BUILD_RUSLE\" was never defined.
+Usually this means the macro was only invoked conditionally." "$LINENO" 5
+fi
 if test -z "${IBUS_TABLE_BUILD_YAWERTY_TRUE}" && test -z 
"${IBUS_TABLE_BUILD_YAWERTY_FALSE}"; then
   as_fn_error $? "conditional \"IBUS_TABLE_BUILD_YAWERTY\" was never defined.
 Usually this means the macro was only invoked conditionally." "$LINENO" 5
@@ -3723,7 +3748,7 @@
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by ibus-table-others $as_me 1.3.1, which was
+This file was extended by ibus-table-others $as_me 1.3.4, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -3776,7 +3801,7 @@
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; 
s/[\\""\`\$]/\\\\&/g'`"
 ac_cs_version="\\
-ibus-table-others config.status 1.3.1
+ibus-table-others config.status 1.3.4
 configured by $0, generated by GNU Autoconf 2.69,
   with options \\"\$ac_cs_config\\"
 
@@ -4365,6 +4390,7 @@
   Build Translit            $enable_translit
   Build Ukrainian Translit  $enable_translitua
   Build Russian Traditional $enable_rustrad
+  Build Russian Legacy      $enable_rusle
   Build Yawerty             $enable_yawerty
   Build Thai                $enable_thai
   Build Viqr                $enable_viqr
@@ -4382,6 +4408,7 @@
   Build Translit            $enable_translit
   Build Ukrainian Translit  $enable_translitua
   Build Russian Traditional $enable_rustrad
+  Build Russian Legacy      $enable_rusle
   Build Yawerty             $enable_yawerty
   Build Thai                $enable_thai
   Build Viqr                $enable_viqr
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ibus-table-others-1.3.1/configure.ac 
new/ibus-table-others-1.3.4/configure.ac
--- old/ibus-table-others-1.3.1/configure.ac    2014-07-23 09:36:30.000000000 
+0200
+++ new/ibus-table-others-1.3.4/configure.ac    2014-09-15 16:59:36.000000000 
+0200
@@ -23,7 +23,7 @@
 m4_define([ibus_released], [1])
 m4_define([ibus_major_version], [1])
 m4_define([ibus_minor_version], [3])
-m4_define([ibus_micro_version], [1])
+m4_define([ibus_micro_version], [4])
 # commented out as datestamp doesn't suit dist date.
 m4_define(ibus_maybe_datestamp,
     m4_esyscmd([if test x]ibus_released[ != x1; then date +.%Y%m%d | tr -d 
'\n\r'; fi]))
@@ -85,6 +85,13 @@
 
 AM_CONDITIONAL([IBUS_TABLE_BUILD_RUSTRAD],[test x"$enable_rustrad" != x"no"])
 
+AC_ARG_ENABLE([rusle],
+    [AC_HELP_STRING([--enable-rusle],
+        [Generate Russian Legacy Engine])], ,
+    [enable_rusle=yes])
+
+AM_CONDITIONAL([IBUS_TABLE_BUILD_RUSLE],[test x"$enable_rusle" != x"no"])
+
 AC_ARG_ENABLE([yawerty],
     [AC_HELP_STRING([--enable-yawerty],
         [Generate Yawerty Engine])], ,
@@ -154,6 +161,7 @@
   Build Translit            $enable_translit
   Build Ukrainian Translit  $enable_translitua
   Build Russian Traditional $enable_rustrad
+  Build Russian Legacy      $enable_rusle
   Build Yawerty             $enable_yawerty
   Build Thai                $enable_thai
   Build Viqr                $enable_viqr
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ibus-table-others-1.3.1/ibus-table-others.spec.in 
new/ibus-table-others-1.3.4/ibus-table-others.spec.in
--- old/ibus-table-others-1.3.1/ibus-table-others.spec.in       2014-02-18 
11:07:54.000000000 +0100
+++ new/ibus-table-others-1.3.4/ibus-table-others.spec.in       2014-07-28 
20:52:17.000000000 +0200
@@ -25,6 +25,7 @@
   --disable-static \
   --enable-translit \
   --enable-translitua \
+  --enable-rusle \
   --enable-rustrad \
   --enable-yawerty 
   --enable-mathwriter 
@@ -39,6 +40,7 @@
 %post
 ibus-table-createdb -i -n %{_datadir}/ibus-table/tables/translit.db
 ibus-table-createdb -i -n %{_datadir}/ibus-table/tables/translit-ua.db
+ibus-table-createdb -i -n %{_datadir}/ibus-table/tables/rusle.db
 ibus-table-createdb -i -n %{_datadir}/ibus-table/tables/rustrad.db
 ibus-table-createdb -i -n %{_datadir}/ibus-table/tables/yawerty.db
 ibus-table-createdb -i -n %{_datadir}/ibus-table/tables/mathwriter-ibus.db
@@ -51,6 +53,7 @@
 %doc AUTHORS COPYING README
 %{_datadir}/ibus-table/icons/translit.svg
 %{_datadir}/ibus-table/icons/translit-ua.svg
+%{_datadir}/ibus-table/icons/rusle.png
 %{_datadir}/ibus-table/icons/rustrad.png
 %{_datadir}/ibus-table/icons/yawerty.png
 %{_datadir}/ibus-table/tables/translit.db
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ibus-table-others-1.3.1/icons/Makefile.am 
new/ibus-table-others-1.3.4/icons/Makefile.am
--- old/ibus-table-others-1.3.1/icons/Makefile.am       2014-02-18 
11:07:54.000000000 +0100
+++ new/ibus-table-others-1.3.4/icons/Makefile.am       2014-07-28 
20:52:17.000000000 +0200
@@ -40,6 +40,10 @@
 icons_DATA += rustrad.png
 endif
 
+if IBUS_TABLE_BUILD_RUSLE
+icons_DATA += rusle.png
+endif
+
 if IBUS_TABLE_BUILD_YAWERTY
 icons_DATA += yawerty.png
 endif
@@ -78,6 +82,7 @@
        translit.svg \
        translit-ua.svg \
        rustrad.png \
+       rusle.png \
        yawerty.png \
        thai.png \
        viqr.png \
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ibus-table-others-1.3.1/icons/Makefile.in 
new/ibus-table-others-1.3.4/icons/Makefile.in
--- old/ibus-table-others-1.3.1/icons/Makefile.in       2014-07-23 
09:38:08.000000000 +0200
+++ new/ibus-table-others-1.3.4/icons/Makefile.in       2014-09-15 
17:00:50.000000000 +0200
@@ -101,13 +101,14 @@
 @IBUS_TABLE_BUILD_TRANSLIT_TRUE@am__append_3 = translit.svg
 @IBUS_TABLE_BUILD_TRANSLITUA_TRUE@am__append_4 = translit-ua.svg
 @IBUS_TABLE_BUILD_RUSTRAD_TRUE@am__append_5 = rustrad.png
-@IBUS_TABLE_BUILD_YAWERTY_TRUE@am__append_6 = yawerty.png
-@IBUS_TABLE_BUILD_THAI_TRUE@am__append_7 = thai.png
-@IBUS_TABLE_BUILD_VIQR_TRUE@am__append_8 = viqr.png
-@IBUS_TABLE_BUILD_LATEX_TRUE@am__append_9 = latex.svg
-@IBUS_TABLE_BUILD_CNS11643_TRUE@am__append_10 = cns11643.png
-@IBUS_TABLE_BUILD_EMOJI_TRUE@am__append_11 = ibus-emoji.svg
-@IBUS_TABLE_BUILD_MATHWRITER_TRUE@am__append_12 = mathwriter.png
+@IBUS_TABLE_BUILD_RUSLE_TRUE@am__append_6 = rusle.png
+@IBUS_TABLE_BUILD_YAWERTY_TRUE@am__append_7 = yawerty.png
+@IBUS_TABLE_BUILD_THAI_TRUE@am__append_8 = thai.png
+@IBUS_TABLE_BUILD_VIQR_TRUE@am__append_9 = viqr.png
+@IBUS_TABLE_BUILD_LATEX_TRUE@am__append_10 = latex.svg
+@IBUS_TABLE_BUILD_CNS11643_TRUE@am__append_11 = cns11643.png
+@IBUS_TABLE_BUILD_EMOJI_TRUE@am__append_12 = ibus-emoji.svg
+@IBUS_TABLE_BUILD_MATHWRITER_TRUE@am__append_13 = mathwriter.png
 subdir = icons
 DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
@@ -259,7 +260,8 @@
 icons_DATA = $(am__append_1) $(am__append_2) $(am__append_3) \
        $(am__append_4) $(am__append_5) $(am__append_6) \
        $(am__append_7) $(am__append_8) $(am__append_9) \
-       $(am__append_10) $(am__append_11) $(am__append_12) $(NULL)
+       $(am__append_10) $(am__append_11) $(am__append_12) \
+       $(am__append_13) $(NULL)
 iconsdir = $(datadir)/ibus-table/icons
 EXTRA_DIST = \
        compose.svg \
@@ -267,6 +269,7 @@
        translit.svg \
        translit-ua.svg \
        rustrad.png \
+       rusle.png \
        yawerty.png \
        thai.png \
        viqr.png \
Files old/ibus-table-others-1.3.1/icons/rusle.png and 
new/ibus-table-others-1.3.4/icons/rusle.png differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ibus-table-others-1.3.1/tables/Makefile.am 
new/ibus-table-others-1.3.4/tables/Makefile.am
--- old/ibus-table-others-1.3.1/tables/Makefile.am      2012-09-12 
11:05:40.000000000 +0200
+++ new/ibus-table-others-1.3.4/tables/Makefile.am      2014-07-28 
20:52:17.000000000 +0200
@@ -43,6 +43,10 @@
 tables_DATA += rustrad.db
 endif
 
+if IBUS_TABLE_BUILD_RUSLE
+tables_DATA += rusle.db
+endif
+
 if IBUS_TABLE_BUILD_YAWERTY
 tables_DATA += yawerty.db
 endif
@@ -81,6 +85,7 @@
        translit.txt \
        translit-ua.txt \
        rustrad.txt \
+       rusle.txt \
        yawerty.txt \
        thai.txt \
        viqr.txt \
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ibus-table-others-1.3.1/tables/Makefile.in 
new/ibus-table-others-1.3.4/tables/Makefile.in
--- old/ibus-table-others-1.3.1/tables/Makefile.in      2014-07-23 
09:38:08.000000000 +0200
+++ new/ibus-table-others-1.3.4/tables/Makefile.in      2014-09-15 
17:00:50.000000000 +0200
@@ -101,13 +101,14 @@
 @IBUS_TABLE_BUILD_TRANSLIT_TRUE@am__append_3 = translit.db
 @IBUS_TABLE_BUILD_TRANSLITUA_TRUE@am__append_4 = translit-ua.db
 @IBUS_TABLE_BUILD_RUSTRAD_TRUE@am__append_5 = rustrad.db
-@IBUS_TABLE_BUILD_YAWERTY_TRUE@am__append_6 = yawerty.db
-@IBUS_TABLE_BUILD_THAI_TRUE@am__append_7 = thai.db
-@IBUS_TABLE_BUILD_VIQR_TRUE@am__append_8 = viqr.db
-@IBUS_TABLE_BUILD_LATEX_TRUE@am__append_9 = latex.db
-@IBUS_TABLE_BUILD_CNS11643_TRUE@am__append_10 = cns11643.db
-@IBUS_TABLE_BUILD_EMOJI_TRUE@am__append_11 = emoji-table.db
-@IBUS_TABLE_BUILD_MATHWRITER_TRUE@am__append_12 = mathwriter-ibus.db
+@IBUS_TABLE_BUILD_RUSLE_TRUE@am__append_6 = rusle.db
+@IBUS_TABLE_BUILD_YAWERTY_TRUE@am__append_7 = yawerty.db
+@IBUS_TABLE_BUILD_THAI_TRUE@am__append_8 = thai.db
+@IBUS_TABLE_BUILD_VIQR_TRUE@am__append_9 = viqr.db
+@IBUS_TABLE_BUILD_LATEX_TRUE@am__append_10 = latex.db
+@IBUS_TABLE_BUILD_CNS11643_TRUE@am__append_11 = cns11643.db
+@IBUS_TABLE_BUILD_EMOJI_TRUE@am__append_12 = emoji-table.db
+@IBUS_TABLE_BUILD_MATHWRITER_TRUE@am__append_13 = mathwriter-ibus.db
 subdir = tables
 DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
@@ -262,7 +263,8 @@
 tables_DATA = $(am__append_1) $(am__append_2) $(am__append_3) \
        $(am__append_4) $(am__append_5) $(am__append_6) \
        $(am__append_7) $(am__append_8) $(am__append_9) \
-       $(am__append_10) $(am__append_11) $(am__append_12) $(NULL)
+       $(am__append_10) $(am__append_11) $(am__append_12) \
+       $(am__append_13) $(NULL)
 tablesdir = $(datadir)/ibus-table/tables
 EXTRA_DIST = \
        compose.txt \
@@ -270,6 +272,7 @@
        translit.txt \
        translit-ua.txt \
        rustrad.txt \
+       rusle.txt \
        yawerty.txt \
        thai.txt \
        viqr.txt \
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ibus-table-others-1.3.1/tables/cns11643.txt 
new/ibus-table-others-1.3.4/tables/cns11643.txt
--- old/ibus-table-others-1.3.1/tables/cns11643.txt     2014-06-25 
10:14:04.000000000 +0200
+++ new/ibus-table-others-1.3.4/tables/cns11643.txt     2014-09-13 
11:56:07.000000000 +0200
@@ -18,6 +18,12 @@
 
 ICON = cns11643.png
 
+### The symbol to be displayed in IM switchers
+SYMBOL = 中
+
+### Prompt string to be displayed in the status area.
+STATUS_PROMPT = 中
+
 ### The default name of this table
 NAME = CNS11643
 
@@ -29,9 +35,6 @@
 ### Supported languages of this table
 LANGUAGES = zh_TW,zh_HK,zh_CN,zh_SG
 
-### Prompt string to be displayed in the status area.
-STATUS_PROMPT = 中
-
 ### Layout
 ### This table can be used with any layout capable of typing ASCII.
 ### Therefore, we should not require a special layout like “us”.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ibus-table-others-1.3.1/tables/compose.txt 
new/ibus-table-others-1.3.4/tables/compose.txt
--- old/ibus-table-others-1.3.1/tables/compose.txt      2014-06-25 
10:14:04.000000000 +0200
+++ new/ibus-table-others-1.3.4/tables/compose.txt      2014-09-13 
11:56:07.000000000 +0200
@@ -30,6 +30,9 @@
 ### The symbol to be displayed in IM switchers
 SYMBOL = Ć
 
+### Prompt string to be displayed in the status area.
+STATUS_PROMPT = Ć
+
 ### The default name of this table
 NAME = Compose
 
@@ -40,9 +43,6 @@
 
 AUTHOR = Yu Yuwei <[email protected]> 
 
-### Prompt string to be displayed in the status area.
-STATUS_PROMPT = C
-
 ### Layout
 ### This table can be used with any layout capable of typing ASCII.
 ### Therefore, we should not require a special layout like “us”.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ibus-table-others-1.3.1/tables/emoji-table.txt 
new/ibus-table-others-1.3.4/tables/emoji-table.txt
--- old/ibus-table-others-1.3.1/tables/emoji-table.txt  2014-06-25 
10:14:04.000000000 +0200
+++ new/ibus-table-others-1.3.4/tables/emoji-table.txt  2014-09-13 
11:56:07.000000000 +0200
@@ -27,6 +27,12 @@
 ### the most widely ones are "png" and "svg", letter one is recommended
 ICON = ibus-emoji.svg
 
+### The symbol to be displayed in IM switchers
+SYMBOL = ^_^
+
+### Prompt string to be displayed in the status area
+STATUS_PROMPT = ^_^
+
 ### The default name of this table, this is needed
 NAME = emoji
 
@@ -47,10 +53,6 @@
 ### The author of this table
 AUTHOR = Shellex Y <[email protected]> 
 
-### Prompt string to be displayed in the status area, CN will be replaced by
-### the gettext tools in runtime as 中.
-STATUS_PROMPT = CN
-
 ### Valid input chars.
 VALID_INPUT_CHARS = abcdefghijklmnopqrstuvwxyz
 
@@ -70,11 +72,6 @@
 ### Not use full width letter by default
 DEF_FULL_WIDTH_LETTER = FALSE
 
-### Whether user are allow to define phrase, default is true
-### You have to define the word construction rules below.
-### For input methods which do not input phrases, set this to False
-USER_CAN_DEFINE_PHRASE = FALSE
-
 ### Whether support PinYin Mode, default is true.
 ### this feature is just for Chinese, set it to False if your IM is not
 ### Chinese.
@@ -98,17 +95,14 @@
 ### some punctuations
 ### NO_CHECK_CHARS = 
 
-### Rules for constructing user defined phrase
-### "ce" stands for "ci equal", a Chinese English :), means "phrase length
-### equal to", thus ce2 -> phrase length equal to 2; and "ca" means "phrase
-### length equal or above", so ca4 -> phrase length equal or above 4.
-### p21 -> the 1st key of 2nd character in the phrase, and so on.
-### Each rule separate via ";". 
-### Example below is a complete rule-set, 
-### becuase [2,2] ∩ [3,3] ∩ [4,+∞] = [2,+∞], which is the range of length
-### of phrase. This have to be satisfied if you need ibus-table to build up
-### your own inputed phrase via your daily using.
-RULES = ce2:p11+p12+p21+p22;ce3:p11+p21+p22+p31;ca4:p11+p21+p31+p41
+### Whether user are allow to define phrase, default is true
+### You have to define the word construction rules below.
+### For input methods which do not input phrases, set this to False
+USER_CAN_DEFINE_PHRASE = FALSE
+
+### Rules for constructing user defined phrase (This is not useful
+### for emoji-table, therefore it is set to the empty string.)
+RULES =
 
 END_DEFINITION
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ibus-table-others-1.3.1/tables/ipa-x-sampa.txt 
new/ibus-table-others-1.3.4/tables/ipa-x-sampa.txt
--- old/ibus-table-others-1.3.1/tables/ipa-x-sampa.txt  2014-07-07 
10:42:04.000000000 +0200
+++ new/ibus-table-others-1.3.4/tables/ipa-x-sampa.txt  2014-09-13 
11:56:07.000000000 +0200
@@ -29,6 +29,9 @@
 ### The symbol to be displayed in IM switchers
 SYMBOL = ə
 
+### Prompt string to be displayed in the status area.
+STATUS_PROMPT = ə
+
 ### The default name of this table
 NAME = IPA-X-SAMPA
 
@@ -41,9 +44,6 @@
 ### The author of this table
 AUTHOR = Mike FABIAN <[email protected]>
 
-### Prompt string to be displayed in the status area.
-STATUS_PROMPT = IPA
-
 ### Layout
 ### This table can be used with any layout capable of typing ASCII.
 ### Therefore, we should not require a special layout like “us”.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ibus-table-others-1.3.1/tables/latex.txt 
new/ibus-table-others-1.3.4/tables/latex.txt
--- old/ibus-table-others-1.3.1/tables/latex.txt        2014-07-23 
09:36:30.000000000 +0200
+++ new/ibus-table-others-1.3.4/tables/latex.txt        2014-09-13 
11:56:07.000000000 +0200
@@ -23,7 +23,10 @@
 ICON = latex.svg
 
 ### The symbol to be displayed in IM switchers
-SYMBOL = ∑
+SYMBOL = Σ
+
+### Prompt string to be displayed in the status area.
+STATUS_PROMPT = Σ
 
 ### The default name of this table
 NAME = LaTeX
@@ -37,9 +40,6 @@
 ### Supported locales of this table
 LANGUAGES = other
 
-### Prompt string to be displayed in the status area.
-STATUS_PROMPT = Σ
-
 ### If true then the phrases' frequencies will be adjusted dynamically.
 DYNAMIC_ADJUST = TRUE
 
@@ -101,6 +101,7 @@
 \ddot  ¨       0
 \lnot  ¬       0
 \bar   ¯       0
+\circ  ∘       0
 \circ  °       0
 \pm    ±       0
 \acute ´       0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ibus-table-others-1.3.1/tables/mathwriter-ibus.txt 
new/ibus-table-others-1.3.4/tables/mathwriter-ibus.txt
--- old/ibus-table-others-1.3.1/tables/mathwriter-ibus.txt      2014-06-03 
22:21:53.000000000 +0200
+++ new/ibus-table-others-1.3.4/tables/mathwriter-ibus.txt      2014-09-13 
11:56:07.000000000 +0200
@@ -9,6 +9,7 @@
 NAME = mathwriter
 
 LANGUAGES = other
+SYMBOL = Σ
 STATUS_PROMPT = Σ
 
 icon = mathwriter.png
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ibus-table-others-1.3.1/tables/rusle.txt 
new/ibus-table-others-1.3.4/tables/rusle.txt
--- old/ibus-table-others-1.3.1/tables/rusle.txt        1970-01-01 
01:00:00.000000000 +0100
+++ new/ibus-table-others-1.3.4/tables/rusle.txt        2014-09-13 
11:56:07.000000000 +0200
@@ -0,0 +1,194 @@
+### File header must not be modified
+### This file must be encoded into UTF-8.
+### This file is based on the traditional Russian typewriter layout
+SCIM_Generic_Table_Phrase_Library_TEXT
+VERSION_1_0
+
+### Begin Table definition.
+BEGIN_DEFINITION
+
+### An unique id to distinguish this table among others.
+### Use uuidgen to generate this kind of id.
+UUID = 83e1cb20-027c-11e3-8ffd-0800200c9a66
+
+### A unique number indicates the version of this file.
+### For example the last modified date of this file.
+### This number must be less than 2^32.
+SERIAL_NUMBER = 20130811
+
+ICON = rusle.png
+
+### The symbol to be displayed in IM switchers
+SYMBOL = Р
+
+### Prompt string to be displayed in the status area.
+STATUS_PROMPT = Р
+
+### The default name of this table
+NAME = RussianLegacy2
+
+### The local names of this table
+NAME.ru_RU = Русская (устаревшая)
+
+### Supported languages of this table
+LANGUAGES = ru_RU
+
+### The author of this table
+AUTHOR = Stas Sergeev <[email protected]>
+
+### The Keyboard Layout used by this table.
+### Set to "default" to accept any kind of layout
+KEYBOARD_LAYOUT = us
+
+### If true then the first candidate phrase
+### will be selected automatically during inputing.
+AUTO_SELECT = TRUE
+
+### If true then a multi wildcard will be appended
+### at the end of inputing string automatically.
+AUTO_WILDCARD = TRUE
+
+### Single wildcard char (leave empty if you don’t want a wildcard character).
+SINGLE_WILDCARD_CHAR =
+
+### Multi wildcard char (leave empty if you don’t want a wildcard character).
+MULTI_WILDCARD_CHAR =
+
+### If true then the result string will be committed to client automatically.
+### This should be used with AUTO_SELECT = TRUE.
+AUTO_COMMIT = TRUE
+
+### If true then the inputted string will be automatically splitted during 
inputing.
+AUTO_SPLIT = TRUE
+
+### If true then the phrases' frequencies will be adjusted dynamically.
+DYNAMIC_ADJUST = FALSE
+
+### If true then the preedit area will be filled up by the current candidate 
phrase automatically.
+AUTO_FILL = TRUE
+
+### If true then the lookup table will always be shown if there is any 
candidate phrase.
+### Otherwise the lookup table won't be shown unless the user requires it by 
moving the preedit caret left.
+ALWAYS_SHOW_LOOKUP = FALSE
+
+### Enable full width punctuation property
+USE_FULL_WIDTH_PUNCT = FALSE
+
+### Use full width punctuation by default
+DEF_FULL_WIDTH_PUNCT = FALSE
+
+### Enable full width letter property
+USE_FULL_WIDTH_LETTER = FALSE
+
+### Use full width letter by default
+DEF_FULL_WIDTH_LETTER = FALSE
+
+### The maxmium length of a key.
+MAX_KEY_LENGTH = 1
+
+### Valid input chars.
+VALID_INPUT_CHARS = 
@$%^&F<DULT~:PBQRKVYJGHCNEA{WXIO}SM">Zf,dult`;pbqrkvyjghcnea[wxio]sm'.z
+
+### The key strokes to split inputted string.
+###SPLIT_KEYS = quoteright
+
+### The key strokes to commit the convert result to client.
+COMMIT_KEYS = space
+
+### The key strokes to forward the inputted string to client.
+FORWARD_KEYS = Return
+
+### The key strokes to select candidiate phrases.
+SELECT_KEYS = 1,2,3,4,5,6,7,8,9
+
+### The key strokes to page up the lookup table.
+PAGE_UP_KEYS = Page_Up
+
+### The key strokes to page down the lookup table.
+PAGE_DOWN_KEYS = Page_Down
+
+### Whether user are allow to define phrase, default is true
+### You have to define the word construction rules below.
+### For input methods which do not input phrases, set this to False
+USER_CAN_DEFINE_PHRASE = FALSE
+
+### Rules for constructing user defined phrase (This is not useful
+### for emoji-table, therefore it is set to the empty string.)
+RULES =
+
+END_DEFINITION
+
+### Begin Table data.
+BEGIN_TABLE
+@      "       0
+$      ;       0
+%      :       0
+^      ,       0
+&      .       0
+F      А       0
+<      Б       0
+D      В       0
+U      Г       0
+L      Д       0
+T      Е       0
+~      Ё       0
+:      Ж       0
+P      З       0
+B      И       0
+Q      Й       0
+R      К       0
+K      Л       0
+V      М       0
+Y      Н       0
+J      О       0
+G      П       0
+H      Р       0
+C      С       0
+N      Т       0
+E      У       0
+A      Ф       0
+{      Х       0
+W      Ц       0
+X      Ч       0
+I      Ш       0
+O      Щ       0
+}      Ъ       0
+S      Ы       0
+M      Ь       0
+"      Э       0
+>      Ю       0
+Z      Я       0
+f      а       0
+,      б       0
+d      в       0
+u      г       0
+l      д       0
+t      е       0
+`      ё       0
+;      ж       0
+p      з       0
+b      и       0
+q      й       0
+r      к       0
+k      л       0
+v      м       0
+y      н       0
+j      о       0
+g      п       0
+h      р       0
+c      с       0
+n      т       0
+e      у       0
+a      ф       0
+[      х       0
+w      ц       0
+x      ч       0
+i      ш       0
+o      щ       0
+]      ъ       0
+s      ы       0
+m      ь       0
+'      э       0
+.      ю       0
+z      я       0
+END_TABLE
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ibus-table-others-1.3.1/tables/rustrad.txt 
new/ibus-table-others-1.3.4/tables/rustrad.txt
--- old/ibus-table-others-1.3.1/tables/rustrad.txt      2014-06-25 
10:14:04.000000000 +0200
+++ new/ibus-table-others-1.3.4/tables/rustrad.txt      2014-09-13 
11:56:07.000000000 +0200
@@ -18,6 +18,12 @@
 
 ICON = rustrad.png
 
+### The symbol to be displayed in IM switchers
+SYMBOL = Р
+
+### Prompt string to be displayed in the status area.
+STATUS_PROMPT = Р
+
 ### The default name of this table
 NAME = RussianTraditional
 
@@ -30,9 +36,6 @@
 ### The author of this table
 AUTHOR = Yuri Victorovich <[email protected]>
 
-### Prompt string to be displayed in the status area.
-STATUS_PROMPT = Р
-
 ### The Keyboard Layout used by this table.
 ### Set to "default" to accept any kind of layout.
 LAYOUT = us
@@ -81,8 +84,7 @@
 DEF_FULL_WIDTH_LETTER = FALSE
 
 ### The maxmium length of a key.
-### MAX_KEY_LENGTH = 1 (changed to 2 to fake col prob in sqlite db)
-MAX_KEY_LENGTH = 2
+MAX_KEY_LENGTH = 1
 
 ### Valid input chars.
 VALID_INPUT_CHARS = 
F<DULT~:PBQRKVYJGHCNEA{WXIO}SM">Zf,dult`;pbqrkvyjghcnea[wxio]sm'.z
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ibus-table-others-1.3.1/tables/thai.txt 
new/ibus-table-others-1.3.4/tables/thai.txt
--- old/ibus-table-others-1.3.1/tables/thai.txt 2014-06-25 10:14:04.000000000 
+0200
+++ new/ibus-table-others-1.3.4/tables/thai.txt 2014-09-13 11:56:07.000000000 
+0200
@@ -21,6 +21,9 @@
 ### The symbol to be displayed in IM switchers
 SYMBOL = ก
 
+### Prompt string to be displayed in the status area.
+STATUS_PROMPT = ก
+
 ### The default name of this table
 NAME = Thai
 
@@ -30,9 +33,6 @@
 ### Supported locales of this table
 LANGUAGES = th
 
-### Prompt string to be displayed in the status area.
-STATUS_PROMPT = Th
-
 ### Layout
 ### This table seems to emulate a Thai keyboard, it is not
 ### a transliteration input method. Therefore, we should require
@@ -83,9 +83,7 @@
 DEF_FULL_WIDTH_LETTER = FALSE
 
 ### The maxmium length of a key.
-### It is supposed to be 1 but need to be 2 to avoid schema mismatch bug in 
-### optimize_database() in ibus-table.
-MAX_KEY_LENGTH = 2
+MAX_KEY_LENGTH = 1
 
 ### Valid input chars.
 ### Since '=' is one of the VALID_INPUT_CHARS, ibus-table fallback to delimit 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ibus-table-others-1.3.1/tables/translit-ua.txt 
new/ibus-table-others-1.3.4/tables/translit-ua.txt
--- old/ibus-table-others-1.3.1/tables/translit-ua.txt  2014-06-25 
10:14:04.000000000 +0200
+++ new/ibus-table-others-1.3.4/tables/translit-ua.txt  2014-09-13 
11:56:07.000000000 +0200
@@ -25,6 +25,12 @@
 
 ICON = translit-ua.svg
 
+### The symbol to be displayed in IM switchers
+SYMBOL = Yi
+
+### Prompt string to be displayed in the status area.
+STATUS_PROMPT = Yi
+
 ### The default name of this table
 NAME = Ua-Translit
 
@@ -37,9 +43,6 @@
 ### The author of this table
 AUTHOR = Daniil Ivanov <[email protected]>
 
-### Prompt string to be displayed in the status area.
-STATUS_PROMPT = Yi
-
 ### Layout
 ### This table can be used with any layout capable of typing ASCII.
 ### Therefore, we should not require a special layout like “us”.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ibus-table-others-1.3.1/tables/translit.txt 
new/ibus-table-others-1.3.4/tables/translit.txt
--- old/ibus-table-others-1.3.1/tables/translit.txt     2014-06-25 
10:14:04.000000000 +0200
+++ new/ibus-table-others-1.3.4/tables/translit.txt     2014-09-13 
11:56:07.000000000 +0200
@@ -23,6 +23,12 @@
 
 ICON = translit.svg
 
+### The symbol to be displayed in IM switchers
+SYMBOL = Ya
+
+### Prompt string to be displayed in the status area.
+STATUS_PROMPT = Ya
+
 ### The default name of this table
 NAME = Translit
 
@@ -35,9 +41,6 @@
 ### The author of this table
 AUTHOR = Daniil Ivanov <[email protected]>
 
-### Prompt string to be displayed in the status area.
-STATUS_PROMPT = Ya
-
 ### Layout
 ### This table can be used with any layout capable of typing ASCII.
 ### Therefore, we should not require a special layout like “us”.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ibus-table-others-1.3.1/tables/viqr.txt 
new/ibus-table-others-1.3.4/tables/viqr.txt
--- old/ibus-table-others-1.3.1/tables/viqr.txt 2014-06-25 10:14:04.000000000 
+0200
+++ new/ibus-table-others-1.3.4/tables/viqr.txt 2014-09-13 11:56:07.000000000 
+0200
@@ -17,6 +17,12 @@
 
 ICON = viqr.png
 
+### The symbol to be displayed in IM switchers
+SYMBOL = đ
+
+### Prompt string to be displayed in the status area.
+STATUS_PROMPT = đ
+
 ### The default name of this table
 NAME = Viqr
 
@@ -29,9 +35,6 @@
 ### The author of this table
 AUTHOR = Samuel Thibault <[email protected]>
 
-### Prompt string to be displayed in the status area.
-STATUS_PROMPT = đ
-
 ### Layout
 ### This table can be used with any layout capable of typing ASCII.
 ### Therefore, we should not require a special layout like “us”.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ibus-table-others-1.3.1/tables/yawerty.txt 
new/ibus-table-others-1.3.4/tables/yawerty.txt
--- old/ibus-table-others-1.3.1/tables/yawerty.txt      2014-06-25 
10:14:04.000000000 +0200
+++ new/ibus-table-others-1.3.4/tables/yawerty.txt      2014-09-13 
11:56:07.000000000 +0200
@@ -21,6 +21,9 @@
 ### The symbol to be displayed in IM switchers
 SYMBOL = Я
 
+### Prompt string to be displayed in the status area.
+STATUS_PROMPT = Я
+
 ### The default name of this table
 NAME = Yawerty
 
@@ -33,9 +36,6 @@
 ### The author of this table
 AUTHOR = Matthew Fischer <[email protected]>
 
-### Prompt string to be displayed in the status area.
-STATUS_PROMPT = Я
-
 ### The Keyboard Layout used by this table.
 ### Set to "default" to accept any kind of layouts.
 LAYOUT = us
@@ -84,7 +84,7 @@
 DEF_FULL_WIDTH_LETTER = FALSE
 
 ### The maxmium length of a key.
-MAX_KEY_LENGTH = 2
+MAX_KEY_LENGTH = 1
 
 ### Valid input chars.
 VALID_INPUT_CHARS == 
ABWGDE&VZIJKLMNOPRSTUFHC+{}$YX|~Qabwgde^vzijklmnoprstufhc=[]#yx\`q

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to