Blame ibus-typing-booster.spec.fedora

Packit 42196e
Name:       ibus-typing-booster
Packit 42196e
Version:    2.0.2
Packit 42196e
Release:    1%{?dist}
Packit 42196e
Summary:    A completion input method
Packit 42196e
License:    GPLv3+, ASL 2.0
Packit 42196e
Group:      System Environment/Libraries
Packit 42196e
URL:        https://mike-fabian.github.io/ibus-typing-booster/
Packit 42196e
Source0:    https://github.com/mike-fabian/ibus-typing-booster/releases/download/%{version}/ibus-typing-booster-%{version}.tar.gz
Packit 42196e
Requires:   ibus >= 1.5.3
Packit 42196e
Requires:   m17n-lib
Packit 42196e
Requires:   python3 >= 3.3
Packit 42196e
Requires:   python3-dbus
Packit 42196e
Requires:   python3-enchant
Packit 42196e
Requires:   python3-pyxdg
Packit 42196e
%if 0%{?fedora} >= 24 || 0%{?rhel} > 7
Packit 42196e
# Recommend reasonably good fonts which have most of the emoji:
Packit 42196e
%if 0%{?fedora} <= 26
Packit 42196e
Recommends: google-noto-emoji-fonts
Packit 42196e
%endif
Packit 42196e
Recommends: google-noto-emoji-color-fonts
Packit 42196e
Recommends: gdouros-symbola-fonts
Packit 42196e
%endif
Packit 42196e
%if 0%{?fedora} >= 26 || 0%{?rhel} > 7
Packit 42196e
# Save some space in the binary rpm by requiring the Fedora
Packit 42196e
# packages which contain the emoji data files:
Packit 42196e
Requires: cldr-emoji-annotation
Packit 42196e
Requires: unicode-ucd
Packit 42196e
%endif
Packit 42196e
BuildRequires:  ibus-devel
Packit 42196e
%if 0%{?fedora} >= 24 || 0%{?rhel} > 7
Packit 42196e
BuildRequires:  python3-devel
Packit 42196e
BuildRequires:  python3-pyxdg
Packit 42196e
%else
Packit 42196e
BuildRequires:  python34-devel
Packit 42196e
%endif
Packit 42196e
# for the unit tests
Packit 42196e
BuildRequires:  m17n-lib
Packit 42196e
BuildRequires:  m17n-db-extras
Packit 42196e
BuildRequires:  python3-enchant
Packit 42196e
BuildRequires:  libappstream-glib
Packit 42196e
BuildRequires:  hunspell-cs
Packit 42196e
BuildRequires:  hunspell-de
Packit 42196e
BuildRequires:  hunspell-en
Packit 42196e
BuildRequires:  hunspell-es
Packit 42196e
BuildRequires:  hunspell-fr
Packit 42196e
BuildRequires:  hunspell-it
Packit 42196e
BuildRequires:  hunspell-ko
Packit 42196e
BuildArch:  noarch
Packit 42196e
Packit 42196e
%description
Packit 42196e
Ibus-typing-booster is a context sensitive completion
Packit 42196e
input method to speedup typing.
Packit 42196e
Packit 42196e
%package -n emoji-picker
Packit 42196e
Summary: An emoji selection tool
Packit 42196e
Requires: ibus-typing-booster = %{version}-%{release}
Packit 42196e
Packit 42196e
%description -n emoji-picker
Packit 42196e
A simple application to find and insert emoji and other
Packit 42196e
Unicode symbols.
Packit 42196e
Packit 42196e
%prep
Packit 42196e
%setup -q
Packit 42196e
Packit 42196e
Packit 42196e
%build
Packit 42196e
export PYTHON=%{__python3}
Packit 42196e
%configure --disable-static --disable-additional
Packit 42196e
make %{?_smp_mflags}
Packit 42196e
Packit 42196e
%install 
Packit 42196e
export PYTHON=%{__python3}
Packit 42196e
make install DESTDIR=${RPM_BUILD_ROOT} NO_INDEX=true  INSTALL="install -p"   pkgconfigdir=%{_datadir}/pkgconfig
Packit 42196e
%if 0%{?fedora} >= 26 || 0%{?rhel} > 7
Packit 42196e
    # These files are in the required package “cldr-emoji-annotation”
Packit 42196e
    rm $RPM_BUILD_ROOT/%{_datadir}/%{name}/data/annotations/*.xml
Packit 42196e
    rm $RPM_BUILD_ROOT/%{_datadir}/%{name}/data/annotationsDerived/*.xml
Packit 42196e
    # This file is in the required package “unicode-ucd”:
Packit 42196e
    rm $RPM_BUILD_ROOT/%{_datadir}/%{name}/data/UnicodeData.txt
Packit 42196e
    # At least emoji-data.txt emoji-sequences.txt emoji-zwj-sequences.txt
Packit 42196e
    # are still there even on Fedora >= 26 they are not available in any packages:
Packit 42196e
    gzip -n --force --best $RPM_BUILD_ROOT/%{_datadir}/%{name}/data/*.txt
Packit 42196e
    # The json file from emojione is not deleted anymore because
Packit 42196e
    # the package nodejs-emojione-json has been orphaned:
Packit 42196e
    gzip -n --force --best $RPM_BUILD_ROOT/%{_datadir}/%{name}/data/*.json
Packit 42196e
%else
Packit 42196e
    gzip -n --force --best $RPM_BUILD_ROOT/%{_datadir}/%{name}/data/*.{txt,json}
Packit 42196e
    gzip -n --force --best $RPM_BUILD_ROOT/%{_datadir}/%{name}/data/annotations/*.xml
Packit 42196e
    gzip -n --force --best $RPM_BUILD_ROOT/%{_datadir}/%{name}/data/annotationsDerived/*.xml
Packit 42196e
%endif
Packit 42196e
Packit 42196e
%find_lang %{name}
Packit 42196e
Packit 42196e
%check
Packit 42196e
export LC_ALL=en_US.UTF-8
Packit 42196e
appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/metainfo/*.appdata.xml
Packit 42196e
desktop-file-validate \
Packit 42196e
    $RPM_BUILD_ROOT%{_datadir}/applications/ibus-setup-typing-booster.desktop
Packit 42196e
desktop-file-validate \
Packit 42196e
    $RPM_BUILD_ROOT%{_datadir}/applications/emoji-picker.desktop
Packit 42196e
pushd engine
Packit 42196e
    # run doctests
Packit 42196e
    python3 hunspell_suggest.py
Packit 42196e
    python3 m17n_translit.py
Packit 42196e
    python3 itb_emoji.py
Packit 42196e
    python3 itb_util.py
Packit 42196e
popd
Packit 42196e
eval $(dbus-launch --sh-syntax)
Packit 42196e
dconf dump /
Packit 42196e
dconf write /desktop/ibus/engine/typing-booster/offtherecord false
Packit 42196e
dconf write /desktop/ibus/engine/typing-booster/usedigitsasselectkeys true
Packit 42196e
dconf write /desktop/ibus/engine/typing-booster/tabenable false
Packit 42196e
dconf write /desktop/ibus/engine/typing-booster/inputmethod "'NoIme'"
Packit 42196e
dconf write /desktop/ibus/engine/typing-booster/rememberlastusedpreeditime true
Packit 42196e
dconf write /desktop/ibus/engine/typing-booster/mincharcomplete 1
Packit 42196e
dconf write /desktop/ibus/engine/typing-booster/dictionary "'en_US'"
Packit 42196e
dconf write /desktop/ibus/engine/typing-booster/emojipredictions true
Packit 42196e
dconf write /desktop/ibus/engine/typing-booster/autocommitcharacters "''"
Packit 42196e
dconf write /desktop/ibus/engine/typing-booster/pagesize 6
Packit 42196e
dconf write /desktop/ibus/engine/typing-booster/shownumberofcandidates true
Packit 42196e
dconf write /desktop/ibus/engine/typing-booster/showstatusinfoinaux true
Packit 42196e
dconf dump /
Packit 42196e
ibus-daemon -drx
Packit 42196e
make check || cat ./tests/test-suite.log
Packit 42196e
Packit 42196e
%post
Packit 42196e
[ -x %{_bindir}/ibus ] && \
Packit 42196e
  %{_bindir}/ibus write-cache --system &>/dev/null || :
Packit 42196e
Packit 42196e
%postun
Packit 42196e
[ -x %{_bindir}/ibus ] && \
Packit 42196e
  %{_bindir}/ibus write-cache --system &>/dev/null || :
Packit 42196e
Packit 42196e
%files -f %{name}.lang
Packit 42196e
%doc AUTHORS COPYING README
Packit 42196e
%{_datadir}/%{name}
Packit 42196e
%{_datadir}/metainfo/typing-booster.appdata.xml
Packit 42196e
%{_datadir}/ibus/component/typing-booster.xml
Packit 42196e
%{_datadir}/icons/hicolor/16x16/apps/ibus-typing-booster.png
Packit 42196e
%{_datadir}/icons/hicolor/22x22/apps/ibus-typing-booster.png
Packit 42196e
%{_datadir}/icons/hicolor/32x32/apps/ibus-typing-booster.png
Packit 42196e
%{_datadir}/icons/hicolor/48x48/apps/ibus-typing-booster.png
Packit 42196e
%{_datadir}/icons/hicolor/64x64/apps/ibus-typing-booster.png
Packit 42196e
%{_datadir}/icons/hicolor/128x128/apps/ibus-typing-booster.png
Packit 42196e
%{_datadir}/icons/hicolor/256x256/apps/ibus-typing-booster.png
Packit 42196e
%{_datadir}/icons/hicolor/scalable/apps/ibus-typing-booster.svg
Packit 42196e
%{_libexecdir}/ibus-engine-typing-booster
Packit 42196e
%{_libexecdir}/ibus-setup-typing-booster
Packit 42196e
%{_datadir}/applications/ibus-setup-typing-booster.desktop
Packit 42196e
Packit 42196e
%files -n emoji-picker
Packit 42196e
%{_bindir}/emoji-picker
Packit 42196e
%{_datadir}/applications/emoji-picker.desktop
Packit 42196e
Packit 42196e
Packit 42196e
%changelog
Packit 42196e
* Wed Jun 27 2018 Mike FABIAN <mfabian@redhat.com> - 2.0.2-1
Packit 42196e
- Update to 2.0.2
Packit 42196e
- Better Tab handling, use Tab to switch to the next candidate, not to commit
Packit 42196e
Packit 42196e
* Thu Jun 21 2018 Mike FABIAN <mfabian@redhat.com> - 2.0.1-1
Packit 42196e
- Update to 2.0.1
Packit 42196e
- Update translations from zanata (ja updated)
Packit 42196e
- Update emoji annotations from CLDR
Packit 42196e
- Fix some bugs in the usage of “prefix” for prefixes other than “/usr” (For FreeBSD)
Packit 42196e
- Make itb_util.get_ime_help() work on FreeBSD
Packit 42196e
- Update UnicodeData.txt to Unicode 11.0.0
Packit 42196e
- Remove useless 't-nil vi-base': 'vi-base.mim', from M17N_INPUT_METHODS
Packit 42196e
- Remove extra space in entry for sa-IAST input method to make it work
Packit 42196e
- Show in the setup tool in the input listbox whether minput_open_im() succeeded.
Packit 42196e
- Use the rocket icon emoji_u1f680.svg from the “Noto Color Emoji” font
Packit 42196e
Packit 42196e
* Mon May 28 2018 Mike FABIAN <mfabian@redhat.com> - 2.0.0-1
Packit 42196e
- Update to 2.0.0
Packit 42196e
- Update translations because of the merge of the engines (de, pl, uk updated)
Packit 42196e
- Update emoji annotations from CLDR
Packit 42196e
- Do not hardcode icon names in desktop files
Packit 42196e
  (Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/17)
Packit 42196e
- Change the default for “Unicode symbols and emoji predictions” to “False”
Packit 42196e
- Merge all typing-booster engines into one
Packit 42196e
- Change the UI of the setup tool to make it possible to select
Packit 42196e
  multiple input methods and dictionaries
Packit 42196e
- Move the buttons to learn from a file and to delete learned data to the options tab
Packit 42196e
- Use the same “About” dialog in the setup tool as in emoji-picker
Packit 42196e
Packit 42196e
* Tue May 22 2018 Mike FABIAN <mfabian@redhat.com> - 1.5.38-2
Packit 42196e
- Update to 1.5.38
Packit 42196e
- Refresh french translation (thanks to Thierry Thomas)
Packit 42196e
- Mark comments in the emoji-picker about dialog as translatable
Packit 42196e
Packit 42196e
* Mon May 14 2018 Mike FABIAN <mfabian@redhat.com> - 1.5.37-1
Packit 42196e
- Update to 1.5.37
Packit 42196e
- Update translations from Zanata (pl and uk updated)
Packit 42196e
- Make “Add direct input” option work correctly when
Packit 42196e
  “Remember last preedit input method” option is off
Packit 42196e
- Fix test case for Korean
Packit 42196e
- Rewrite setup UI completely in Python, without using Glade
Packit 42196e
- Fix format string in debug message when a dictionary .aff file has no encoding
Packit 42196e
  (Resolves: rhbz#1575659)
Packit 42196e
- Return False in read_training_data_from_file() if file cannot be opened
Packit 42196e
Packit 42196e
* Tue Apr 10 2018 Mike FABIAN <mfabian@redhat.com> - 1.5.36-1
Packit 42196e
- Update to 1.5.36
Packit 42196e
- Make the default for self.show_status_info_in_auxiliary_text False
Packit 42196e
  (Resolves: rhbz#156435)
Packit 42196e
- Adapt hunspell_suggest.py to work with pyhunspell 0.5.4
Packit 42196e
Packit 42196e
* Wed Mar 07 2018 Mike FABIAN <mfabian@redhat.com> - 1.5.35-1
Packit 42196e
- Update to 1.5.35
Packit 42196e
- Update translations from zanata (es, pl and uk updated)
Packit 42196e
- Update UnicodeData.txt to UnicodeData-11.0.0d13.txt
Packit 42196e
- Read also the emoji names from the emoji-test.txt file
Packit 42196e
- Update Unicode emoji data to a prerelease of Unicode Emoji Data 11.0
Packit 42196e
- Fix PyGTKDeprecationWarning: Using positional arguments with the GObject constructor has been deprecat
Packit 42196e
-d.
Packit 42196e
- Add “Twemoji” as a good colour emoji font to the emoji-picker font list
Packit 42196e
- Don’t show the languages en_001 and  es_419 in the browsing treeview
Packit 42196e
- Use romaji=True by default in EmojiMatcher
Packit 42196e
- Update emoji annotations from CLDR
Packit 42196e
- Fix Source URL in spec file, fedorahosted is retired.
Packit 42196e
- Use gzip -n to not include build timestamps in .gz headers
Packit 42196e
Packit 42196e
* Fri Feb 09 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.5.34-4
Packit 42196e
- Escape macros in %%changelog
Packit 42196e
Packit 42196e
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.34-3
Packit 42196e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
Packit 42196e
Packit 42196e
* Tue Jan 02 2018 Troy Dawson <tdawson@redhat.com> - 1.5.34-2
Packit 42196e
- Update conditionals
Packit 42196e
Packit 42196e
* Thu Oct 05 2017 Mike FABIAN <mfabian@redhat.com> - 1.5.34-1
Packit 42196e
- update to 1.5.34
Packit 42196e
- Update translations from zanata (cs new, de updated)
Packit 42196e
- Add some tooltips
Packit 42196e
- Add an option whether to use pango font fallback to emoji-picker
Packit 42196e
- Update emoji annotations from CLDR
Packit 42196e
- Add Recommends: google-noto-emoji-color-fonts
Packit 42196e
Packit 42196e
* Mon Sep 11 2017 Mike FABIAN <mfabian@redhat.com> - 1.5.33-1
Packit 42196e
- update to 1.5.33
Packit 42196e
- Update translations from zanata (es new)
Packit 42196e
- Install appstream metadata to /usr/share/metainfo/
Packit 42196e
- Update UnicodeData.txt to Unicode 10.0.0
Packit 42196e
- Fix test cases and kakasi support for the update of the
Packit 42196e
  emoji annotations from CLDR
Packit 42196e
- Update emoji annotations from CLDR
Packit 42196e
- Skip the emoji which already have skin tone modifiers
Packit 42196e
  in itb_emoji.emoji_by_label()
Packit 42196e
- Never load characters of Unicode categories “Cc”, “Co”,
Packit 42196e
  and “Cs” into the emoji dictionary
Packit 42196e
- Update emoji-data.txt to 5.0
Packit 42196e
Packit 42196e
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.32-3
Packit 42196e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
Packit 42196e
Packit 42196e
* Mon Apr 24 2017 Mike FABIAN <mfabian@redhat.com> - 1.5.32-2
Packit 42196e
- Do not require nodejs-emojione-json anymore, that package has been orphaned
Packit 42196e
Packit 42196e
* Mon Apr 24 2017 Mike FABIAN <mfabian@redhat.com> - 1.5.32-1
Packit 42196e
- update to 1.5.32
Packit 42196e
- Fix error when starting emoji-picker when the “recently-used” does not yet exist
Packit 42196e
- Update emojione.json to version 3.0
Packit 42196e
- Add the data from CLDR common/annotationsDerived
Packit 42196e
- Load also the CLDR annotations from “annotationsDerived”
Packit 42196e
Packit 42196e
* Tue Apr 18 2017 Mike FABIAN <mfabian@redhat.com> - 1.5.31-1
Packit 42196e
- update to 1.5.31
Packit 42196e
- Rename option --use_vs16 to --non_fully_qualified
Packit 42196e
  (effectivly reversing the default)
Packit 42196e
- Make description labels in info popover selectable to be able
Packit 42196e
  to copy and paste their contents
Packit 42196e
- Sort similar emoji with the same number of matching labels
Packit 42196e
  by cldr_order distance
Packit 42196e
- Map cldr subgroup 'person-sport' to emojione category 'activity'
Packit 42196e
- Make the categorie listings and the search work right
Packit 42196e
  when using --use_vs16
Packit 42196e
- Always store only non-fully-qualified emoji or emoji-sequences
Packit 42196e
  in the internal dictionary
Packit 42196e
- Update emoji annotations from CLDR
Packit 42196e
Packit 42196e
* Mon Mar 27 2017 Mike FABIAN <mfabian@redhat.com> - 1.5.30-1
Packit 42196e
- update to 1.5.30
Packit 42196e
- Update translations from zanata (de, pl, uk updated)
Packit 42196e
- Use string order as a fallback to cldr_order in category listings
Packit 42196e
- The rainbow flag should be a zwj sequence
Packit 42196e
- Also display the Unicode version in the emoji info popover
Packit 42196e
- When looking up emoji or other characters via Unicode codepoint,
Packit 42196e
  ignore surrogates and private use characters
Packit 42196e
- Show the fonts really used to render an emoji in the
Packit 42196e
  info popover for the emoji
Packit 42196e
- Fix typo in translatable string
Packit 42196e
- itb_emoji.py: Use CLDR order to sort the candidates and
Packit 42196e
  the similar emoji if score is the same
Packit 42196e
Packit 42196e
* Mon Mar 20 2017 Mike FABIAN <mfabian@redhat.com> - 1.5.29-1
Packit 42196e
- update to 1.5.29
Packit 42196e
- Add Recommends: google-noto-emoji-fonts, “Noto Color Emoji”
Packit 42196e
  looks much better than “Symbola” even in gray scale.
Packit 42196e
- Update translations from zanata (de, pl updated)
Packit 42196e
- Add a “--version” command line option to emoji-picker
Packit 42196e
- itb_emoji.py: Also read emoji-test.txt (from unicode.org)
Packit 42196e
- emoji-picker: Set default font to first available in
Packit 42196e
  ['Noto Color Emoji', 'Emoji One', 'Symbola']
Packit 42196e
- Small parsing improvement of emoji-sequences.txt
Packit 42196e
- Add support to either use U+FE0F VARIATION SELECTOR-16 in emoji sequences or not
Packit 42196e
- emoji-picker: Show “∅ Search produced empty result.” when nothing matches in a search
Packit 42196e
Packit 42196e
* Sat Mar 18 2017 Mike FABIAN <mfabian@redhat.com> - 1.5.28-1
Packit 42196e
- update to 1.5.28
Packit 42196e
- Allow query by code point even if Python’s unicodedata.name()
Packit 42196e
  does not know the character
Packit 42196e
- Also read names from emoji-sequences.txt and emoji-zwj-sequences.txt
Packit 42196e
- itb_emoji.py: Also read emoji-sequences.txt (from unicode.org)
Packit 42196e
- Fix positioning of info popover (fix a typo in an “if” statement)
Packit 42196e
- Show emoji properties from unicode.org when debugging is on
Packit 42196e
- itb_emoji.py: Also read emoji-zwj-sequences.txt (from unicode.org)
Packit 42196e
- Also use the emoji properties from unicode.org to decide whether
Packit 42196e
  to offer a lookup on emojipedia
Packit 42196e
- Use property “Emoji_Modifier_Base” from emoji-data.txt to check
Packit 42196e
  whether an emoji supports skin tones
Packit 42196e
- itb_emoji.py: Also read emoji-data.txt (from unicode.org)
Packit 42196e
- Tentative skin tone support for families
Packit 42196e
- Improve skin tone support: make it work for professions (roles) as well
Packit 42196e
- Make skin tone popover scrollable and limit its maximum size
Packit 42196e
Packit 42196e
* Fri Mar 17 2017 Mike FABIAN <mfabian@redhat.com> - 1.5.27-1
Packit 42196e
- update to 1.5.27
Packit 42196e
- Update translations from zanata (pl, uk updated)
Packit 42196e
- emoji-picker: make skin tone selection work for gendered emoji
Packit 42196e
Packit 42196e
* Thu Mar 16 2017 Mike FABIAN <mfabian@redhat.com> - 1.5.26-1
Packit 42196e
- update to 1.5.26
Packit 42196e
- Update translations from zanata (de updated)
Packit 42196e
- Fix display of warning message when a dictionary is not installed.
Packit 42196e
- Emulate xdg.BaseDirectory.save_data_path() on systems which lack pyxdg
Packit 42196e
- Show the skin tone popover also on a long press gesture
Packit 42196e
- Fix pyhunspell support
Packit 42196e
  Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/5#issuecomment-286251818
Packit 42196e
Packit 42196e
* Mon Mar 13 2017 Mike FABIAN <mfabian@redhat.com> - 1.5.25-1
Packit 42196e
- update to 1.5.25
Packit 42196e
- on Fedora 26, save some space in the binary rpm by requiring the
Packit 42196e
  Fedora packages which contain the emoji data files
Packit 42196e
- Update translations from zanata (de, pl, uk updated, zh_CN new)
Packit 42196e
- Show the categories as well on right mouse click in emoji-picker
Packit 42196e
- Improve information displayed on right mouse click in emoji-picker
Packit 42196e
- html.unescape() the strings parsed from the cldr annotations
Packit 42196e
- Fix fontsize change for invisible emoji in browse flowbox
Packit 42196e
- Add an option whether the arrow keys are allowed to reopen a preëdit
Packit 42196e
- Add an option to work around the broken forward_key_event()
Packit 42196e
  in the Qt 4/5 im module
Packit 42196e
- Use xdg.BaseDirectory to add a USER_DATADIR to the
Packit 42196e
  search path for data for itb_emoji.py
Packit 42196e
- emoji_picker.py: Speedup: Fix wrong indentation of block
Packit 42196e
  in _fill_flowbox_browse()
Packit 42196e
- emoji_picker.py: Print some profiling information when debugging is enabled
Packit 42196e
- Store the clipboard with gtk_clipboard_store() to keep it around
Packit 42196e
  after emoji-picker quits
Packit 42196e
- emoji-picker: Do not override the decoration layout of the header bar
Packit 42196e
- When an emoji with a different skin tone is selected,
Packit 42196e
  replace the original emoji immediately
Packit 42196e
- Make emoji-picker work on dark themes like Adwaita-dark as well
Packit 42196e
Packit 42196e
* Mon Mar 06 2017 Mike FABIAN <mfabian@redhat.com> - 1.5.24-1
Packit 42196e
- update to 1.5.24
Packit 42196e
- Update translations from zanata (de updated)
Packit 42196e
- The spin button to change the fontsize should grab focus without selecting
Packit 42196e
- emoji-picker: Don’t check if ibus is running,
Packit 42196e
  ibus does not need to run for emoji-picker
Packit 42196e
- Load .desktop files for emoji-picker and ibus-setup-typing-booster
Packit 42196e
  correctly under Gnome Wayland
Packit 42196e
- Show the most recently used skin tone by default
Packit 42196e
- Use Popovers for skin tones
Packit 42196e
- Don’t use HeaderBar with the default widget titlebar
Packit 42196e
- Display the detailed information of an emoji as a popover, not as a tooltip
Packit 42196e
- Use CSS to show light gray borders around flowbox and listbox children
Packit 42196e
- create emoji-picker sub-package (Resolves: rhbz#1429154)
Packit 42196e
Packit 42196e
* Mon Feb 27 2017 Mike FABIAN <mfabian@redhat.com> - 1.5.23-1
Packit 42196e
- update to 1.5.23
Packit 42196e
- Update translations from zanata (de, ja, pl, uk updated)
Packit 42196e
- emoji_picker.py: Add a menu button to change the font for the emoji
Packit 42196e
- emoji-picker: Make background colour of the flowbox listing the emoji white
Packit 42196e
- emoji-picker: Use “Symbola” as the default font
Packit 42196e
- Remember the font and the fontsize in a config file
Packit 42196e
- emoji_picker.py: Add a spin button to change the font size of the emoji
Packit 42196e
- Add option to the emoji-picker to load *all* Unicode characters
Packit 42196e
- UI redesign of the emoji-picker
Packit 42196e
- Return an empty list immediately if candidates() is called with an empty search string
Packit 42196e
- Make the fontsize for the names of the emoji in the search results smaller
Packit 42196e
- Make the search in emoji-picker a bit more responsive by using GLib.idle_add()
Packit 42196e
- Save the recently used emoji immediately, not only when the program quits
Packit 42196e
- Set default font size of emoji-picker to 24 instead of 16
Packit 42196e
- Set the emoji font only for the emoji, not for its name in the search results
Packit 42196e
- Set WM_CLASS of emoji-picker and ibus-setup-typing-booster correctly
Packit 42196e
- Add “Icon” and “Categories” to emoji-picker.desktop
Packit 42196e
Packit 42196e
* Wed Feb 22 2017 Mike FABIAN <mfabian@redhat.com> - 1.5.22-1
Packit 42196e
- update to 1.5.22
Packit 42196e
- Update translations from zanata (de, fr, pl, uk updated)
Packit 42196e
- Add an emoji-picker
Packit 42196e
- Update of en.xml from CLDR’s emoji annotations
Packit 42196e
- Fix skipping of the Korean test case when no Korean dictionary can be found
Packit 42196e
- Fix invalid xml in typing-booster.appdata.xml
Packit 42196e
- add Requires: python3-pyxdg (for the emoji-picker)
Packit 42196e
Packit 42196e
* Tue Feb 07 2017 Mike FABIAN <mfabian@redhat.com> - 1.5.21-1
Packit 42196e
- update to 1.5.21
Packit 42196e
- add BuildRequires:  hunspell-fr (for make check)
Packit 42196e
- Handle Return and Enter correctly when the cursor is not at
Packit 42196e
  the end of the preëdit (Resolves: rhbz#1418313)
Packit 42196e
- Values of spin buttons should not be translatable
Packit 42196e
- Make the categories from emojione translatable
Packit 42196e
- Make emoji matching accent insensitive
Packit 42196e
- If available use pykakasi to convert Japanese emoji category
Packit 42196e
  names to hiragana
Packit 42196e
- If available use the “pinyin” Python module to add pinyin
Packit 42196e
  to the Chinese names and keywords
Packit 42196e
- Don’t fallback to “zh” from “zh_TW”, “zh_HK”, “zh_MO” and “zh_Hant”
Packit 42196e
- Don’t sort the labels when listing similar emoji
Packit 42196e
- Don’t change Unicode categories to lowercase when loading,
Packit 42196e
  use the original case
Packit 42196e
- Also treat categories 'Zl' and 'Zp' as invisible and add
Packit 42196e
  Unicode code point
Packit 42196e
- When searching for similar emoji, the original emoji should be
Packit 42196e
  most similar to itself
Packit 42196e
- Fix duplicate listing of labels when looking up similar emoji
Packit 42196e
- Make it optionally possible to match emoji in Japanese using romaji
Packit 42196e
- itb_emoji.py: Add the code point to the name of invisible
Packit 42196e
  characters also when looking up similar characters
Packit 42196e
- Better matching of the Unicode categories
Packit 42196e
- Small performance optimization in EmojiMatcher.similar()
Packit 42196e
- Remove any U+2028 LINE SEPARATOR and U+2029 PARAGRAPH SEPARATOR characters
Packit 42196e
  from the lookup table
Packit 42196e
- Nicer display of the matching labels when looking up similar emoji
Packit 42196e
- Don’t strip mathematical symbols (category 'Sm') from tokens
Packit 42196e
- Update of en.xml from CLDR’s emoji annotations
Packit 42196e
- Update translations from zanata (de, pl updated)
Packit 42196e
Packit 42196e
* Thu Jan 26 2017 Mike FABIAN <mfabian@redhat.com> - 1.5.20-1
Packit 42196e
- update to 1.5.20
Packit 42196e
- Calculate the maximum word length for each dictionary individually
Packit 42196e
- Use .startswith instead of regexp matching when matching in hunspell
Packit 42196e
  dictionaries (speed optimization)
Packit 42196e
- Improve accent insensitive matching (“filosofičtějš” should also
Packit 42196e
  match “filosofičtější”)
Packit 42196e
- Some updates for the emoji annotations in en.xml from CLDR
Packit 42196e
Packit 42196e
* Thu Jan 19 2017 Mike FABIAN <mfabian@redhat.com> - 1.5.19-2
Packit 42196e
- update to 1.5.19
Packit 42196e
- Improve setup layout (thanks to Trinh Anh Ngoc <atw1990@gmail.com>)
Packit 42196e
- Add some more directories to search for dictionaries (for FreeBSD)
Packit 42196e
- Wrong variable “page_size” was used in set_lookup_table_orientation()
Packit 42196e
- Do not try to reopen the preëdit when any modifier except
Packit 42196e
  CapsLock is on (Resolves: rhbz#1414642)
Packit 42196e
Packit 42196e
* Tue Jan 17 2017 Mike FABIAN <mfabian@redhat.com> - 1.5.18-1
Packit 42196e
- update to 1.5.18
Packit 42196e
- Fix typo in the “Unbreak sqlite on Python 3.6” patch
Packit 42196e
- Fix the fallback to use pyhunspell-python3 when python3-enchant
Packit 42196e
  is not available
Packit 42196e
- Remove useless ibus-typing-booster.pc
Packit 42196e
Packit 42196e
* Fri Jan 13 2017 Mike FABIAN <mfabian@redhat.com> - 1.5.17-1
Packit 42196e
- update to 1.5.17
Packit 42196e
- Update py-compile to current upstream version
Packit 42196e
- Also use _ U+FF3F FULLWIDTH LOW LINE as a separator for emoji keywords
Packit 42196e
- Unbreak sqlite on Python 3.6 (thanks to Jan Alexander Steffens)
Packit 42196e
- Return immediately if _update_candidates() is called with
Packit 42196e
  empty input (Resolves: rhbz#1413082)
Packit 42196e
Packit 42196e
* Tue Jan 10 2017 Mike FABIAN <mfabian@redhat.com> - 1.5.16-1
Packit 42196e
- update to 1.5.16
Packit 42196e
- Remove everything following a tab (including the tab) from
Packit 42196e
  hunspell dictionary lines (Resolves: rhbz#1411659)
Packit 42196e
- Delete a candidate correctly from the user database even if
Packit 42196e
  it starts with a prefix to be stripped from tokens (Resolves: rhbz#1411676)
Packit 42196e
- Trigger emoji lookup when the input starts or ends with '_' or ' '
Packit 42196e
- Better handling of BackSpace and Delete when reaching the
Packit 42196e
  ends of the preëdit (Resolves: rhbz#1411688)
Packit 42196e
- Search for hunspell dictionaries in a list of directories
Packit 42196e
  (Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/6)
Packit 42196e
Packit 42196e
* Mon Dec 19 2016 Miro Hrončok <mhroncok@redhat.com> - 1.5.15-2
Packit 42196e
- Rebuild for Python 3.6
Packit 42196e
Packit 42196e
* Fri Dec 09 2016 Mike FABIAN <mfabian@redhat.com> - 1.5.15-1
Packit 42196e
- update to 1.5.15
Packit 42196e
- Default value for self._show_status_info_in_auxiliary_text should be True
Packit 42196e
- Don’t use keyword arguments when instantiating IBus.LookupTable()
Packit 42196e
- Add an option to choose the orientation of the lookup table
Packit 42196e
- Update translations from zanata (de, pl, and uk updated)
Packit 42196e
- Update emojione.json
Packit 42196e
Packit 42196e
* Fri Nov 25 2016 Mike FABIAN <mfabian@redhat.com> - 1.5.14-1
Packit 42196e
- update to 1.5.14
Packit 42196e
- Reopen preëdit not only on Backspace but also on Delete and arrow keys
Packit 42196e
- Fix "delete whitespace when committing punctuation" problem in firefox
Packit 42196e
  Resolves rhbz#1399192
Packit 42196e
- Add pt_BR translations from zanata. Update uk, pl, and de translations from zanata.
Packit 42196e
- Add an option to show/hide the status information in the auxiliary text
Packit 42196e
- Use ballot box characters in front of the mode indicators in the auxiliary text
Packit 42196e
Packit 42196e
* Mon Nov 21 2016 Mike FABIAN <mfabian@redhat.com> - 1.5.13-1
Packit 42196e
- update to 1.5.13
Packit 42196e
- Update French translations from zanata
Packit 42196e
Packit 42196e
* Sun Nov 20 2016 Mike FABIAN <mfabian@redhat.com> - 1.5.12-1
Packit 42196e
- update to 1.5.12
Packit 42196e
- Display existing shortcuts and make it possible to delete them
Packit 42196e
- Update translations from zanata (de, pl, uk)
Packit 42196e
Packit 42196e
* Thu Nov 17 2016 Mike FABIAN <mfabian@redhat.com> - 1.5.11-1
Packit 42196e
- update to 1.5.11
Packit 42196e
- Add feature to define custom shortcuts
Packit 42196e
- Merge editor and tabengine classes
Packit 42196e
Packit 42196e
* Wed Nov 09 2016 Mike FABIAN <mfabian@redhat.com> - 1.5.10-1
Packit 42196e
- update to 1.5.10
Packit 42196e
- Make accent insensitive matching also work in the user database
Packit 42196e
- Add test cases for accent insensitive matching
Packit 42196e
- Add 'No' (Number, Other) to VALID_CATEGORIES to be able to
Packit 42196e
  match ¹ U+00B9 SUPERSCRIPT ONE
Packit 42196e
Packit 42196e
* Mon Oct 24 2016 Mike FABIAN <mfabian@redhat.com> - 1.5.9-1
Packit 42196e
- update to 1.5.9
Packit 42196e
- Make it possible to use a database in different locations than the default
Packit 42196e
- Clear candidate list as well when clearing the lookup table
Packit 42196e
- Add missing CLDR xml files to tar ball
Packit 42196e
- Add unit tests
Packit 42196e
Packit 42196e
* Mon Oct 10 2016 Mike FABIAN <mfabian@redhat.com> - 1.5.8-1
Packit 42196e
- update to 1.5.8
Packit 42196e
- Pull translations from Zanata (uk and fr updated)
Packit 42196e
- Match many more Unicode characters in the emoji matcher
Packit 42196e
- Make it possible to match Unicode characters by typing the hexadecimal code point
Packit 42196e
- If one tries to set a non-existing input method, don’t crash,
Packit 42196e
  only print an error in the debug log
Packit 42196e
- Add key and mouse bindings for “Off the record” mode to README
Packit 42196e
Packit 42196e
* Mon Sep 19 2016 Mike FABIAN <mfabian@redhat.com> - 1.5.7-1
Packit 42196e
- update to 1.5.7
Packit 42196e
- Pull translations from Zanata (de, pl, uk updated)
Packit 42196e
- Make the list of characters to auto commit configurable
Packit 42196e
  (Empty list by default)
Packit 42196e
- Fix duplicates in the candidate list caused by overwriting
Packit 42196e
  input_phrase with the NFC version
Packit 42196e
- Don’t show the special candidates for missing dictionaries for
Packit 42196e
  Japanese and Chinese
Packit 42196e
- Implement do_cursor_up() and do_cursor_down() to make scrolling
Packit 42196e
  the lookup table with the mouse wheel work (Needs also a patch in ibus)
Packit 42196e
- Add an “Off the record mode” (also gets a property menu)
Packit 42196e
- Tooltips don’t seem to work on sub-properties, remove the tooltips there
Packit 42196e
- Add a property menu for the emoji prediction mode
Packit 42196e
- Make triggering a commit with “Left” or “Control+Left” work
Packit 42196e
  correctly in “Tab enable mode ” again
Packit 42196e
- Down, Up, Page_Down, and Page_Up should trigger a commit and
Packit 42196e
  be passed to the application if possible
Packit 42196e
- If “☑ Enable suggestions by Tab key” is on make it possible
Packit 42196e
  to close the lookup table with Escape but keep the preëdit
Packit 42196e
- If “☑ Enable suggestions by Tab key” is on, don’t autocommit digits
Packit 42196e
- Make autocommitting much more rare (for characters which are not
Packit 42196e
  the first typed character)
Packit 42196e
- Don’t autocommit the first typed character unless absolutely necessary
Packit 42196e
- Even when “☑ Enable suggestions by Tab key” is used,
Packit 42196e
  don’t complete empty strings
Packit 42196e
Packit 42196e
* Mon Sep 12 2016 Mike FABIAN <mfabian@redhat.com> - 1.5.6-1
Packit 42196e
- update to 1.5.6
Packit 42196e
- Reduce the number of characters which cause immediate commits a lot
Packit 42196e
- Load CLDR data for *all* languages in the _expand_languages() list
Packit 42196e
- Currency symbols should neither be stripped from tokens nor
Packit 42196e
  trigger an immediate commit
Packit 42196e
- Fix bidi reordering problem in the candidate list for
Packit 42196e
  right-to-left candidates followed by comments
Packit 42196e
- Update emoji annotations from CLDR (de_CH and sr_Latn new,
Packit 42196e
  the others updated)
Packit 42196e
- Remove category 'Pc' from categories to commit immediately
Packit 42196e
  (allow _ to be typed into the preëdit always)
Packit 42196e
- Remove button to install pyhunspell from the setup tool
Packit 42196e
  (python3-enchant is preferred and even required by the Fedora rpm)
Packit 42196e
- Include more currency symbols and fullwidth symbols
Packit 42196e
- Add category from UnicodeData.txt to emoji dictionary
Packit 42196e
  (For better results when looking up related characters)
Packit 42196e
- Add 'Sc', # Symbol, Currency to VALID_CATEGORIES
Packit 42196e
  (to make the currency symbols work)
Packit 42196e
- Add list of valid characters (to include special characters
Packit 42196e
  manually)
Packit 42196e
- Add mouse binding Alt+Mouse3 anywhere in the candidate list
Packit 42196e
  to start the setup tool
Packit 42196e
Packit 42196e
* Sat Sep 10 2016 Mike FABIAN <mfabian@redhat.com> - 1.5.5-1
Packit 42196e
- update to 1.5.5
Packit 42196e
- Pull translations form Zanata (de, pl, and uk updated because of
Packit 42196e
  the new “About” tab)
Packit 42196e
- If “☑ Enable suggestions by Tab key” option is on, any preëdit
Packit 42196e
  change should hide the lookup table
Packit 42196e
- Make showing of similar emoji work even if emoji preditions are off
Packit 42196e
- Display whether emoji predictions are turned on in the auxiliary string
Packit 42196e
- Add key and mouse bindings to toggle the emoji predictions
Packit 42196e
  (AltGr+F6 and Control+Mouse3 anywhere in the candidate list)
Packit 42196e
- Add AltGr+F10 key binding to open the setup tool
Packit 42196e
- Allow any amount of white space and '_' characters to seperate words
Packit 42196e
  in an emoji query string
Packit 42196e
- Add an “About” tab to the setup tool and put links to home page and
Packit 42196e
  online documentation there.
Packit 42196e
- Update README with latest key binding and mouse binding documentation
Packit 42196e
Packit 42196e
* Thu Sep 08 2016 Mike FABIAN <mfabian@redhat.com> - 1.5.4-1
Packit 42196e
- update to 1.5.4
Packit 42196e
- Accent insensitive matching
Packit 42196e
- Update pl.po from zanata
Packit 42196e
- Add cache for the suggestions from the hunspell dictionaries
Packit 42196e
- Make Control+MouseButton1 remove the clicked candidate from
Packit 42196e
  the user database (was MouseButton2)
Packit 42196e
- Change key binding for looking up related candidates
Packit 42196e
  from Alt+F12 to AltGr+F12
Packit 42196e
- Change label of the emoji option to
Packit 42196e
  “☑ Unicode symbols and emoji predictions”
Packit 42196e
Packit 42196e
* Sat Sep 03 2016 Mike FABIAN <mfabian@redhat.com> - 1.5.3-1
Packit 42196e
- update to 1.5.3
Packit 42196e
- Pull translations from Zanata: updates for pl and uk.
Packit 42196e
- Fix behaviour of the option “Minimum number of chars for completion”
Packit 42196e
Packit 42196e
* Fri Sep 02 2016 Mike FABIAN <mfabian@redhat.com> - 1.5.2-1
Packit 42196e
- update to 1.5.2
Packit 42196e
- get_supported_imes(self) and def get_current_imes(self) should
Packit 42196e
  return copies not the lists directly
Packit 42196e
- Resolves: rhbz#1372660
Packit 42196e
- Update emojione.json, version from 2016-07-16
Packit 42196e
- Pull translations from Zanata: Fixes for fr and pl. New: uk
Packit 42196e
- Changes in itb_emoji.py necessary because of the update of
Packit 42196e
  the CLDR emoji annotations.
Packit 42196e
- Update emoji annotations from CLDR (be, bs, cy, eu, gl, zu
Packit 42196e
  are new, the others updated).
Packit 42196e
- Shortcut keys which look up related candidates should enable
Packit 42196e
  the candidate list
Packit 42196e
- Show ⏳ HOURGLASS WITH FLOWING SAND in the auxiliary text when
Packit 42196e
  the lookup table is being updated
Packit 42196e
- Fix bug when committing the preëdit with Space when no
Packit 42196e
  candidates are available
Packit 42196e
- Improve the behaviour of the “Tab” key
Packit 42196e
- Improve the behaviour of the “Escape” key.
Packit 42196e
- Make mouse clicks in the candidate list behave differently
Packit 42196e
  depending on the mouse button
Packit 42196e
- Add hu-rovas-post.mim to hu_HU.conf
Packit 42196e
Packit 42196e
* Fri Aug 12 2016 Mike FABIAN <mfabian@redhat.com> - 1.5.1-1
Packit 42196e
- update to 1.5.1
Packit 42196e
- If the query string in EmojiMatcher.candidates() is an emoji
Packit 42196e
  itself, match similar ones (useful when backspacing to an emoji
Packit 42196e
  to correct it)                          
Packit 42196e
- Data files should not be stored gzipped in the repository
Packit 42196e
- Change displayed input method name from “Hunspell” to “Typing Booster”
Packit 42196e
- Use Zanata to get more translations
Packit 42196e
- French translations added (100% translated)
Packit 42196e
- Polish translations added (100% translated)
Packit 42196e
- Add Recommends: gdouros-symbola-fonts
Packit 42196e
Packit 42196e
* Thu Aug 11 2016 Mike FABIAN <mfabian@redhat.com> - 1.5.0-1
Packit 42196e
- update to 1.5.0
Packit 42196e
- If the lookup table shows related words, “Escape” shows the
Packit 42196e
  original lookup table
Packit 42196e
- Use itb_nltk.py to find related words (synonyms, hypernyms, and hyponyms)
Packit 42196e
- Add a module to find related words using NLTK
Packit 42196e
- Add a feature to find similar emoji
Packit 42196e
- Add predictions for emoji (optional, on by default)
Packit 42196e
- Add a module to match emoji using Unicode, CLDR, and emojione data
Packit 42196e
- Make typing-booster.appdata.xml translatable
Packit 42196e
- When ignoring key release events, “False” should be returned, not “True”
Packit 42196e
- Resolves: rhbz#1365497
Packit 42196e
- Make typing smoother by updating the candidates using GLib.idle_add()
Packit 42196e
- Make it possible to enter a space into the preëdit by
Packit 42196e
  typing “G- ” (AltGr+Space)
Packit 42196e
Packit 42196e
* Sun Jul 17 2016 Mike FABIAN <mfabian@redhat.com> - 1.4.8-1
Packit 42196e
- update to 1.4.8
Packit 42196e
- Commit preëdit if modifier keys without transliteration are
Packit 42196e
  typed and pass the key through
Packit 42196e
- Resolves: rhbz#1351748 in a better way
Packit 42196e
Packit 42196e
* Mon Jul 11 2016 Mike FABIAN <mfabian@redhat.com> - 1.4.7-1
Packit 42196e
- update to 1.4.7
Packit 42196e
- Check if the commit key would change the transliteration if
Packit 42196e
  used as regular input
Packit 42196e
- Resolves: rhbz#1353672 
Packit 42196e
Packit 42196e
* Fri Jul 01 2016 Mike FABIAN <mfabian@redhat.com> - 1.4.6-1
Packit 42196e
- update to 1.4.6
Packit 42196e
- Pass modifier key combinations through if there is no possible
Packit 42196e
  transliteration for that key combination
Packit 42196e
- Resolves: rhbz#1351748
Packit 42196e
Packit 42196e
* Wed May 11 2016 Mike FABIAN <mfabian@redhat.com> - 1.4.5-1
Packit 42196e
- update to 1.4.5
Packit 42196e
- Do not colourize the preëdit dark blue, that is unreadable on
Packit 42196e
  dark backgrounds
Packit 42196e
- Resolves: rhbz#1335201
Packit 42196e
- Set the size of the libm17n mconv conversion buffer correctly
Packit 42196e
- Resolves: rhbz#1335021
Packit 42196e
Packit 42196e
* Tue May 10 2016 Mike FABIAN <mfabian@redhat.com> - 1.4.4-1
Packit 42196e
- update to 1.4.4
Packit 42196e
- self._current_imes needs to be updated before self.init_transliterators()
Packit 42196e
- Resolves: rhbz#1334579
Packit 42196e
Packit 42196e
* Thu Apr 28 2016 Mike FABIAN <mfabian@redhat.com> - 1.4.3-1
Packit 42196e
- update to 1.4.3
Packit 42196e
- Fix AttributeError: 'editor' object has no attribute 'trans'
Packit 42196e
- Resolves: rhbz#1331338
Packit 42196e
Packit 42196e
- update to 1.4.2
Packit 42196e
- Fix mistyped variable name
Packit 42196e
- Resolves: rhbz#1330461
Packit 42196e
- Add option to remember the preëdit input method used last
Packit 42196e
- Update German translations
Packit 42196e
- The combobox in the setup tool should show the first supported ime
Packit 42196e
  from dconf
Packit 42196e
Packit 42196e
* Wed Apr 20 2016 Mike FABIAN <mfabian@redhat.com> - 1.4.1-1
Packit 42196e
- update to 1.4.1
Packit 42196e
- Avoid unnessary initialization of transliterators when the set
Packit 42196e
  of input methods has not changed
Packit 42196e
- Add  property menu to choose the current preedit input method
Packit 42196e
- Display preëdit input method in aux_string also when number of
Packit 42196e
  candidates is not shown
Packit 42196e
- Add some tooltips to the setup tool
Packit 42196e
- Update German translations
Packit 42196e
Packit 42196e
* Sat Apr 09 2016 Mike FABIAN <mfabian@redhat.com> - 1.4.0-3
Packit 42196e
- update to 1.4.0
Packit 42196e
- Call IBus.Bus() in __main__, not in __init__ of class SetupUI
Packit 42196e
- Resolves: rhbz#1325338
Packit 42196e
- Multilingual support, more than one language in an engine
Packit 42196e
- Simple option in the setup tool to enable bilingual support
Packit 42196e
  (i.e. one language + Enlish).
Packit 42196e
- The default of the option “Add direct input” in the setup tool
Packit 42196e
  should be false (bug found by Pravin Satpute).
Packit 42196e
- Changing the main input method with the setup tool should not
Packit 42196e
  remove the direct input (bug found by Pravin Satpute)
Packit 42196e
- Add 0 as a digit to commit directly when using digits as select keys
Packit 42196e
- Clear dictionaries in Hunspell class before reloading
Packit 42196e
Packit 42196e
* Mon Feb 08 2016 Mike FABIAN <mfabian@redhat.com> - 1.3.1-1
Packit 42196e
- update to 1.3.1
Packit 42196e
- Use new transliterator  from m17n_translit.py also when switching
Packit 42196e
  input methods in the setup tool
Packit 42196e
- Resolves: rhbz#1304677
Packit 42196e
Packit 42196e
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.0-4
Packit 42196e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
Packit 42196e
Packit 42196e
* Tue Dec 15 2015 Mike FABIAN <mfabian@redhat.com> - 1.3.0-3
Packit 42196e
- update to 1.3.0
Packit 42196e
- Use libm17n directly instead of going through libtranslit
Packit 42196e
- Forward key events triggering a commit using "forward_key_event()"
Packit 42196e
  instead of relying on "return False"
Packit 42196e
- Resolves: rhbz#1291238
Packit 42196e
- Add code to use F1-F9 as well as keys to select candidates
Packit 42196e
  for commit or remove
Packit 42196e
- Don not commit invisible candidates with select keys with numbers
Packit 42196e
  greater than the length of a page of the candidate list
Packit 42196e
- Control-arrow-left and Control-arrow-right now commit when
Packit 42196e
  the edges of the preedit string are reached
Packit 42196e
- Alt-<number> does not delete a prediction anymore,
Packit 42196e
  now only Control-<number> does this
Packit 42196e
- Add an option to disable the use of the digits 1-9 as
Packit 42196e
  selection keys (useful if one wants easier number input,
Packit 42196e
  selection then works only with the F1-F9 keys)
Packit 42196e
- Support input methods using AltGr (e.g. mr-inscript2)
Packit 42196e
  and Alt keys (e.g. ta-lk-renganathan)
Packit 42196e
- Resolves: rhbz#1051405
Packit 42196e
- Resolves: rhbz#772665
Packit 42196e
Packit 42196e
* Tue Nov 10 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.15-2
Packit 42196e
- Rebuilt for https://fedoraproject.org/wiki/Changes/python3.5
Packit 42196e
Packit 42196e
* Mon Nov 02 2015 Mike FABIAN <mfabian@redhat.com> - 1.2.15-1
Packit 42196e
- Use open() instead of codecs.open() to make the input method help button work again
Packit 42196e
- Resolves: rhbz#1276992
Packit 42196e
Packit 42196e
* Tue Sep 22 2015 Mike FABIAN <mfabian@redhat.com> - 1.2.14-2
Packit 42196e
- Fix wrong bug number in changelog
Packit 42196e
- Resolves: rhbz#1268153
Packit 42196e
Packit 42196e
* Tue Sep 22 2015 Mike FABIAN <mfabian@redhat.com> - 1.2.14-1
Packit 42196e
- Add Catalan translations, thanks to Robert Antoni Buj Gelonch <rbuj@fedoraproject.org>
Packit 42196e
- Resolves: rhbz#1268153
Packit 42196e
- Add Catalan engine
Packit 42196e
- Update German translations
Packit 42196e
- Add optional debug code
Packit 42196e
- Fix some pylint warnings
Packit 42196e
Packit 42196e
* Tue Sep 22 2015 Mike FABIAN <mfabian@redhat.com> - 1.2.13-1
Packit 42196e
- Add a property to start the setup tool
Packit 42196e
- Resolves: rhbz#1260088
Packit 42196e
Packit 42196e
* Thu Aug 27 2015 Mike FABIAN <mfabian@redhat.com> - 1.2.12-1
Packit 42196e
- Use open() instead of codecs.open() to fix dictionary loading problem on F23
Packit 42196e
- Resolves: rhbz#1257465
Packit 42196e
Packit 42196e
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.11-3
Packit 42196e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
Packit 42196e
Packit 42196e
* Wed Mar 25 2015 Richard Hughes <rhughes@redhat.com> - 1.2.11-2
Packit 42196e
- Register as an AppStream component.
Packit 42196e
Packit 42196e
* Wed Sep 24 2014 Mike FABIAN <mfabian@redhat.com> - 1.2.11-1
Packit 42196e
- Require Python >= 3.3
Packit 42196e
- Always write xml output in UTF-8 encoding, not in the encoding of the current locale
Packit 42196e
- Change class “KeyEvent” to store the keycode as well
Packit 42196e
- Commit when hitting the borders of the preëdit with the arrow keys (Resolves: rhbz#1140502)
Packit 42196e
Packit 42196e
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.10-3
Packit 42196e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
Packit 42196e
Packit 42196e
* Mon Mar 17 2014 Mike FABIAN <mfabian@redhat.com> - 1.2.10-2
Packit 42196e
- Resolves: rhbz#1075892 update package URL to typingbooster.org
Packit 42196e
Packit 42196e
* Thu Feb 27 2014 Mike FABIAN <mfabian@redhat.com> - 1.2.10-1
Packit 42196e
- make profiling work again and make it easier to use
Packit 42196e
- port from Python2 to Python3
Packit 42196e
- add python-enchant support
Packit 42196e
Packit 42196e
* Fri Jan 17 2014 Mike FABIAN <mfabian@redhat.com> - 1.2.9-1
Packit 42196e
- Fix behaviour of arrow right keys in preëdit (Resolves: rhbz#1049324)
Packit 42196e
- Add timestamps to entries in the user database
Packit 42196e
- Add timestamp support to user_transliteration.py
Packit 42196e
- Use a single user database for all engines
Packit 42196e
- Add *-inscript2 transliteration options to the Indian languages where these were still missing (Resolves: rhbz#1051405)
Packit 42196e
- Make it possible to use multiple hunspell dictionaries at the same time
Packit 42196e
- Make it possible to specify a list of dictionaries in the config files
Packit 42196e
- Make it possible to get a word back into preëdit by using backspace (Resolves: rhbz#1032442)
Packit 42196e
Packit 42196e
* Fri Dec 20 2013 Anish Patil <apatil@redhat.com> - 1.2.8-1
Packit 42196e
- Change of IME name for oriya language  Resolves: rhbz#1045299
Packit 42196e
- Fixed issue multiple instances of setup menu Resolves: rhbz#1045294
Packit 42196e
Packit 42196e
* Wed Nov 20 2013 Mike FABIAN <mfabian@redhat.com> - 1.2.7-1
Packit 42196e
- Don’t strip characters with Unicode category “Cf” (Other, format) from tokens (Resolves: rhbz#1032504)
Packit 42196e
Packit 42196e
* Thu Nov 14 2013 Mike FABIAN <mfabian@redhat.com> - 1.2.6-1
Packit 42196e
- Change wording of the option to show the total number of candidates (Resolves: rhbz#1029748)
Packit 42196e
- Commit candidate clicked on with the mouse (Resolves: rhbz#1029822)
Packit 42196e
- Use direct input also for IBus.InputPurpose.PIN
Packit 42196e
- remove unused und superfluous arguments of constructor of Hunspell class
Packit 42196e
- Add some transliteration options to .conf files which had only native keyboard enabled
Packit 42196e
Packit 42196e
* Fri Oct 11 2013 Mike FABIAN <mfabian@redhat.com> - 1.2.5-1
Packit 42196e
- Add feature to display input method description to setup tool (Resolves: rhbz#1001581)
Packit 42196e
- Remove the options “m17n_mim_name” and “other_ime” from the .conf files
Packit 42196e
- remove tab_enable option from config files
Packit 42196e
Packit 42196e
* Tue Oct 01 2013 Mike FABIAN <mfabian@redhat.com> - 1.2.4-3
Packit 42196e
- Resolves: rhbz#1013992 ibus-typing-booster needs to have ibus write-cache --system in %%post and %%postun
Packit 42196e
Packit 42196e
* Mon Sep 30 2013 Mike FABIAN <mfabian@redhat.com> - 1.2.4-2
Packit 42196e
- remove superfluous line break in changelog
Packit 42196e
Packit 42196e
* Sat Sep 28 2013 Mike FABIAN <mfabian@redhat.com> - 1.2.4-1
Packit 42196e
- Use normalization form NFD internally for Korean as well
Packit 42196e
- Add check for input purpose for gnome-shell password dialog (Resolves: rhbz#1013008 - ibus-typing-booster shows entered text in password fields)
Packit 42196e
Packit 42196e
* Mon Sep 16 2013 Mike FABIAN <mfabian@redhat.com> - 1.2.3-3
Packit 42196e
- remove obsoletes/provides, not needed anymore for Fedora >= 21
Packit 42196e
Packit 42196e
* Tue Aug 06 2013 Mike FABIAN <mfabian@redhat.com> - 1.2.3-1
Packit 42196e
- Update to 1.2.3 upstream version
Packit 42196e
- Fix exception handling when trying to install a rpm package (Resolves: rhbz#986178)
Packit 42196e
Packit 42196e
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.2-2
Packit 42196e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
Packit 42196e
Packit 42196e
* Mon Jul 15 2013 Mike FABIAN <mfabian@redhat.com> - 1.2.2-1
Packit 42196e
- Update to 1.2.2 upstream version
Packit 42196e
- Commit immediately when certain punctuation characters are typed and transliteration is not used (Resolves: rhbz#981179)
Packit 42196e
- Add an option to try completion only when a minimum number of characters has been typed
Packit 42196e
Packit 42196e
* Wed Jul 03 2013 Mike FABIAN <mfabian@redhat.com> - 1.2.1-1
Packit 42196e
- Update to 1.2.1 upstream version
Packit 42196e
- Pop up a message box when a file has been read to train the database, indicating success or failure (Resolves: rhbz#979933)
Packit 42196e
- Update German translation
Packit 42196e
- Ignore most punctuation characters and mathematical symbols when tokenizing (Resolves: rhbz#979939)
Packit 42196e
Packit 42196e
* Fri Jun 28 2013 Mike FABIAN <mfabian@redhat.com> - 1.2.0-1
Packit 42196e
- Update to 1.2.0 upstream version
Packit 42196e
- Make TAB when used to enable/disable the lookup table work as a toogle
Packit 42196e
- Create a VIEW for “LIKE input_phrase%%” in select_words() and use that
Packit 42196e
  in the following SELECT statements (Makes candidate calculation more
Packit 42196e
  than 10 times faster)
Packit 42196e
Packit 42196e
* Mon Jun 24 2013 Mike FABIAN <mfabian@redhat.com> - 1.1.0-1
Packit 42196e
- Update to 1.1.0 upstream version
Packit 42196e
- Add a commit=True parameter to check_phrase_and_update_frequency()
Packit 42196e
- Fix that the page_size is shown as 0 in the setup tool if it has not been set before
Packit 42196e
- Do not use AUTOINCREMENT
Packit 42196e
- Make it possible to exit the setup tool by typing Control-C in the terminal
Packit 42196e
- Add feature to read a text file for training the user database
Packit 42196e
- Update German translations and .pot file
Packit 42196e
- Fix error when the hunspell dictionary for an engine is missing
Packit 42196e
Packit 42196e
* Tue Jun 18 2013 Mike FABIAN <mfabian@redhat.com> - 1.0.3-1
Packit 42196e
- Update to 1.0.3 upstream version
Packit 42196e
- Don’t output page_size in “/usr/libexec/ibus-engine-typing-booster --xml” (Resolves: rhbz#975449 - ibus-daemon prints warnings because “/usr/libexec/ibus-engine-typing-booster --xml” prints the invalid element “page_size”)
Packit 42196e
- Use ~/.local/share/ibus-typing-booster/ to store user data and log files (Resolves: rhbz#949035 - don't use a hidden directory under .local/share)
Packit 42196e
Packit 42196e
* Fri Jun 14 2013 Mike FABIAN <mfabian@redhat.com> - 1.0.2-1
Packit 42196e
- Update to 1.0.2 upstream version
Packit 42196e
- Push context *after* writing the trigram to the database
Packit 42196e
Packit 42196e
* Fri Jun 14 2013 Mike FABIAN <mfabian@redhat.com> - 1.0.1-1
Packit 42196e
- Update to 1.0.1 upstream version
Packit 42196e
- Fix problem when IBUS_TYPING_BOOSTER_DEBUG_LEVEL is not set
Packit 42196e
Packit 42196e
* Thu Jun 13 2013 Mike FABIAN <mfabian@redhat.com> - 1.0.0-1
Packit 42196e
- Update to 1.0.0 upstream version
Packit 42196e
- Remove mudb and use “Write-Ahead Logging”
Packit 42196e
- Introduce an environment variable IBUS_TYPING_BOOSTER_DEBUG_LEVEL for debugging
Packit 42196e
- Speed up converting an old database to the current format
Packit 42196e
- Make prediction more intelligent by using context of up to 2 previous words
Packit 42196e
- Automatically remove whitespace between the last word and a punctuation character ending a sentence
Packit 42196e
Packit 42196e
* Sun Jun 02 2013 Mike FABIAN <mfabian@redhat.com> - 0.0.32-1
Packit 42196e
- Update to 0.0.32 upstream version
Packit 42196e
- Resolves: rhbz#969847 - Editing in the preëdit of ibus-typing-booster behaves weird, especially with transliteration
Packit 42196e
- Fix behaviour of Control+Number
Packit 42196e
- When committing by typing TAB, update frequency data in user database
Packit 42196e
- When committing by tying RETURN or ENTER, update frequency data in user database
Packit 42196e
- Do not try to match very long words in the hunspell dictionaries
Packit 42196e
- Rewrite the code for moving and editing within the preëdit (rhbz#969847)
Packit 42196e
- Fix encoding error when changing values with the setup tool
Packit 42196e
- Add ko_KR.conf and ko_KR.svg
Packit 42196e
- Use normalization forms NFD or NFKD internally and NFC externally
Packit 42196e
- Remove old way of using libtranslit via ctypes
Packit 42196e
- Get rid of “freq” column in databases
Packit 42196e
- Remove too simpleminded auto-capitalization
Packit 42196e
Packit 42196e
* Wed May 29 2013 Mike FABIAN <mfabian@redhat.com> - 0.0.31-1
Packit 42196e
- Update to 0.0.31 upstream version
Packit 42196e
- Resolves: rhbz#968209 - Typing characters which are not explicitly listed as “valid_input_chars” in .conf files in ibus-typing-booster get inserted in a weird position
Packit 42196e
- Remove lots of unused and/or useless code
Packit 42196e
- Simplify some code
Packit 42196e
- Fix the problem that after “page down” the first “arrow down” does not move down in the lookup table
Packit 42196e
- Never use “-” or “=” as page up and page down keys
Packit 42196e
- Print more useful debug output when an exception happens
Packit 42196e
- Replace unencodable characters when asking pyhunspell for suggestions
Packit 42196e
- Get dictionary encoding from .aff file
Packit 42196e
- Get rid of the the variable “valid_input_chars” (rhbz#968209)
Packit 42196e
- Remove option “valid_input_chars” from .conf files and template.txt
Packit 42196e
- Replace keysym2unichr(key.code) with IBus.keyval_to_unicode(key.code)
Packit 42196e
Packit 42196e
* Sun May 26 2013 Mike FABIAN <mfabian@redhat.com> - 0.0.30-1
Packit 42196e
- Update to 0.0.30 upstream version
Packit 42196e
- simplify database structure and code
Packit 42196e
- The Swedish hunspell dictionary is in UTF-8, not ISO-8859-1
Packit 42196e
- SQL LIKE should behave case sensitively
Packit 42196e
- Do not throw away the input phrase in hunspell_suggest.suggest()
Packit 42196e
- Merge candidates which have the same resulting phrase in select_words()
Packit 42196e
- Remove phrases always from the user database when typing Alt+Number
Packit 42196e
- Sync memory user database “mudb” to disk user database “user_db” on focus out
Packit 42196e
- Delete all records from mudb after syncing to user_db
Packit 42196e
- Do not prevent phrases of length < 4 to be added to the frequency database
Packit 42196e
- Resolves: #966947 - When typing a/ with the da_DK ibus-typing-booster, one gets weird matches like a/ACJSTVW
Packit 42196e
- Do not use lang_chars for matching in the hunspell dictionaries, return immediately if input contains a “/” (Resolves: #966947)
Packit 42196e
- Remove lang_chars variable
Packit 42196e
- Use re.escape() to escape the string typed by the user correctly for use in a regular expression
Packit 42196e
- When removing a phrase with Alt+Number, remove it independent of the input_phrase
Packit 42196e
Packit 42196e
* Tue May 14 2013 Mike FABIAN <mfabian@redhat.com> - 0.0.29-1
Packit 42196e
- Update to 0.0.29 upstream version
Packit 42196e
- Resolves: #962609  - [abrt] ibus-typing-booster-0.0.28-1.fc19: main.py:107:__init__:AttributeError: tabsqlitedb instance has no attribute 'get_ime_property' (Fix setup tool to use the new class for parsing the config files)
Packit 42196e
- Avoid adding duplicates to the database by checking first whether phrase is already there in add_phrase()
Packit 42196e
Packit 42196e
* Fri May 10 2013 Mike FABIAN <mfabian@redhat.com> - 0.0.28-1
Packit 42196e
- Update to 0.0.28 upstream version
Packit 42196e
- Resolves: #961923 - python /usr/share/ibus-typing-booster/engine/main.py --xml is extremely slow when many hunspell dictionaries are installed
Packit 42196e
- Put the input phrase into a single column in the databases instead of using one column for each character
Packit 42196e
- Get rid of tab_dict
Packit 42196e
Packit 42196e
* Mon May 06 2013 Mike FABIAN <mfabian@redhat.com> - 0.0.27-1
Packit 42196e
- Update to 0.0.27 upstream version
Packit 42196e
- Resolves: #959860 - [as_IN] Wrong keymap name Assami (fix spelling error in language name for Assamese)
Packit 42196e
- Resolves: #958770 - [ibus-typing-Booster][gu-IN]- Typo error (fix spelling error in language name for Gujarati)
Packit 42196e
- Resolves: #875285 - IME names too long in gnome-shell Input Sources indicator (remove ✓ from symbol in the .conf files)
Packit 42196e
- simplify code in select_words()
Packit 42196e
- remove some unused functions
Packit 42196e
Packit 42196e
* Thu Feb 14 2013 Mike FABIAN <mfabian@redhat.com> - 0.0.26-1
Packit 42196e
- Update to 0.0.26 upstream version
Packit 42196e
- Resolves: #910986 - The arrow icons at the bottom of the candidate lookup table of ibus-typing-booster do not work
Packit 42196e
- Use different .svg icons for all engines
Packit 42196e
- Increase number of suggestions from hunspell
Packit 42196e
- Use the auxiliary text to display the number of candidates
Packit 42196e
- Make the display of the number of candidates in the auxiliary text optional
Packit 42196e
- Display of the number of candidates needs to be updated on page-up and page-down
Packit 42196e
Packit 42196e
* Thu Feb 14 2013 Mike FABIAN <mfabian@redhat.com> - 0.0.25-1
Packit 42196e
- Update to 0.0.25 upstream version
Packit 42196e
- Port to use pygobject3
Packit 42196e
Packit 42196e
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.0.24-2
Packit 42196e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
Packit 42196e
Packit 42196e
* Thu Dec 06 2012 Mike FABIAN <mfabian@redhat.com> - 0.0.24-1
Packit 42196e
- Update to 0.0.24 upstream version
Packit 42196e
- Resolves: #884808 - ibus-typing-booster should also show candidates which correct spelling errors
Packit 42196e
- Use pyhunspell to add spell-checking suggestions
Packit 42196e
- Use underline for preedit
Packit 42196e
- Colourize spellchecking suggestions and system phrases already used
Packit 42196e
Packit 42196e
* Fri Nov 23 2012 Mike FABIAN <mfabian@redhat.com> - 0.0.23-1
Packit 42196e
- Update to 0.0.23 upstream version
Packit 42196e
- Resolves: #879261  dictionary is not automatically reloaded when it is installed via the setup tool
Packit 42196e
- Make the engine reload the dictionary when the dictionary is installed via the setup tool
Packit 42196e
Packit 42196e
* Wed Nov 14 2012 Mike FABIAN <mfabian@redhat.com> - 0.0.22-1
Packit 42196e
- Update to 0.0.22 upstream version
Packit 42196e
- Resolves: #876666 Properties of ibus-typing-booster to select input methods are not shown by gnome-shell in f18
Packit 42196e
- Make the engine use the input method from the dconf setting
Packit 42196e
- Add combobox to setup GUI to select input method
Packit 42196e
- Update German translation
Packit 42196e
Packit 42196e
* Mon Nov 12 2012 Mike FABIAN <mfabian@redhat.com> - 0.0.21-1
Packit 42196e
- Update to 0.0.21 upstream version
Packit 42196e
- Resolves: #875285 Shorten symbol displayed in gnome panel
Packit 42196e
- Add space before ( in long display name
Packit 42196e
Packit 42196e
* Thu Nov 08 2012 Mike FABIAN <mfabian@redhat.com> - 0.0.20-1
Packit 42196e
- Update to 0.0.20 upstream version
Packit 42196e
- Resolves: #874421
Packit 42196e
- Improve setup GUI to make correct dictionary installable (Resolves #874421)
Packit 42196e
- Add page size spin button to setup tool
Packit 42196e
- Connect signals in __init__ of SetupUI after setting the initial values
Packit 42196e
- Make the setup tool find the right config file in gnome-shell on Fedora 18
Packit 42196e
- Update German translation
Packit 42196e
Packit 42196e
* Tue Nov 06 2012 Mike FABIAN <mfabian@redhat.com> - 0.0.19-1
Packit 42196e
- Update to 0.0.19 upstream version
Packit 42196e
- fix rpmlint warning “incorrect-fsf-address”
Packit 42196e
Packit 42196e
* Wed Oct 31 2012 Mike FABIAN <mfabian@redhat.com> - 0.0.18-1
Packit 42196e
- Update to 0.0.18 upstream version
Packit 42196e
- Resolves: #871056
Packit 42196e
- Save setup option “Enable suggestions by Tab Key” correctly in dconf (Resolves: #871056)
Packit 42196e
- Make setup dialog translatable and add German translations
Packit 42196e
Packit 42196e
* Wed Oct 24 2012 Mike FABIAN <mfabian@redhat.com> - 0.0.16-1
Packit 42196e
- Update to 0.0.16 upstream version
Packit 42196e
- Resolves: #869687
Packit 42196e
- Make enabling the lookup table with the TAB key work correctly
Packit 42196e
- Simplify code in add_input()
Packit 42196e
- Make German input typed in NFD work
Packit 42196e
Packit 42196e
* Mon Oct 22 2012 Mike FABIAN <mfabian@redhat.com> - 0.0.15-1
Packit 42196e
- Update to 0.0.15 upstream version
Packit 42196e
- Resolves: #869050
Packit 42196e
- Make sure the lookup table is hidden if there are no candidates to suggest (#869050)
Packit 42196e
Packit 42196e
* Mon Oct 22 2012 Mike FABIAN <mfabian@redhat.com> - 0.0.14-1
Packit 42196e
- Update to 0.0.14 upstream version
Packit 42196e
- Show an obvious warning when the hunspell dictionary needed is not found
Packit 42196e
- Show exact matches in the .dic files as suggestions as well
Packit 42196e
- Do not forget the input method used last when activating a previously used engine
Packit 42196e
- Make spelling of the value of “symbol” in the .conf files more consistent
Packit 42196e
- include the file ru_RU.conf
Packit 42196e
Packit 42196e
* Thu Oct 18 2012 Mike FABIAN <mfabian@redhat.com> - 0.0.13-1
Packit 42196e
- Update to 0.0.13 upstream version, in 0.0.12 I forgot to
Packit 42196e
  include the file de_DE.conf
Packit 42196e
Packit 42196e
* Thu Oct 18 2012 Mike FABIAN <mfabian@redhat.com> - 0.0.12-1
Packit 42196e
- Update to 0.0.12 upstream version, in 0.0.11 I forgot to
Packit 42196e
  include the file keysym2ucs.py
Packit 42196e
Packit 42196e
* Thu Oct 18 2012 Mike FABIAN <mfabian@redhat.com> - 0.0.11-1
Packit 42196e
- Upstream has released 0.0.11 version containing the following
Packit 42196e
  improvements:
Packit 42196e
- Add .conf files for many languages and improve some existing .conf files
Packit 42196e
- Read other_ime option case insensitively
Packit 42196e
- Split only at the first = in a line in a .conf file
Packit 42196e
- Fix the problem that the user defined phrases are lost when switching engines
Packit 42196e
- use “layout = default” instead of “layout = us” in all .conf files
Packit 42196e
- Make sure the input of transliterate() is UTF-8 encoded
Packit 42196e
- Add a keysym2unichr() function and use it to support languages which have non Latin1 input
Packit 42196e
- Let first letter start with index 1 in autogenerated tabdict
Packit 42196e
- Use autogenerated tabdict always, not only in m17n mode
Packit 42196e
- Use special value 'NoIme' to indicate that no input method should be used
Packit 42196e
- Use contents of lang_chars for the regexp to match words in the dictionaries
Packit 42196e
- In process_key_event, do not return False when a non-ASCII character has been typed
Packit 42196e
- Read option valid_input_chars as UTF-8
Packit 42196e
- Use the encoding option from the .conf file always, not only in m17n mode
Packit 42196e
- Whether m17n mode is used should depend on the .conf file, not the language
Packit 42196e
- Use correct encoding to decode the dictionary file
Packit 42196e
- Some other minor fixes
Packit 42196e
Packit 42196e
* Wed Sep 26 2012 Anish Patil <apatil@redhat.com> - 0.0.10-1
Packit 42196e
- Upstream has released new version.
Packit 42196e
Packit 42196e
* Thu Sep 13 2012 Anish Patil <apatil@redhat.com> - 0.0.9-1
Packit 42196e
- Upstream has released new version.
Packit 42196e
Packit 42196e
* Tue Aug 14 2012 Anish Patil <apatil@redhat.com> - 0.0.8-1
Packit 42196e
- Upstream has released new version.
Packit 42196e
Packit 42196e
* Tue Jul 17 2012 Anish Patil <apatil@redhat.com> - 0.0.7-1
Packit 42196e
- The first version.
Packit 42196e
- derieved from ibus-table developed by Yu Yuwei <acevery@gmail.com>