SHA256
1
0
forked from pool/ibus

Accepting request 443755 from home:hillwood:branches:M17N

- Update to 1.5.14
  * Don't warn if DISPLAY is not set.
  * Install a DBus service file
  * configure: don't hardcode pkg-config
  * conf/gconf: Fix SEGV in ibus_config_gconf_get_values
  * client/gtk2: Fix SEGV with Wayland display
  * ui/gtk3: Fix panel CSS format for GTK 3.20
  * engine: Implement Emoji typing with XKB engines
  * engine: Add emoji-list.html
  * engine: Use annotations/en.xml from unocode.org but not 
    emoji-list.html
  * Fix typo in configure.ac
  * tests/ibus-engine-switch: Don't try to remove non-existing GSource
  * Fix make dist
  * Fix Croatian language code in simple.xml
  * Replace deprecated GSimpleAsyncResult with GTask since GLib 2.46

OBS-URL: https://build.opensuse.org/request/show/443755
OBS-URL: https://build.opensuse.org/package/show/M17N/ibus?expand=0&rev=155
This commit is contained in:
2016-12-05 12:15:31 +00:00
committed by Git OBS Bridge
parent eb799bdc06
commit b273614079
4 changed files with 31 additions and 6 deletions

View File

@@ -1,3 +1,23 @@
-------------------------------------------------------------------
Thu Aug 25 02:40:50 UTC 2016 - hillwood@opensuse.org
- Update to 1.5.14
* Don't warn if DISPLAY is not set.
* Install a DBus service file
* configure: don't hardcode pkg-config
* conf/gconf: Fix SEGV in ibus_config_gconf_get_values
* client/gtk2: Fix SEGV with Wayland display
* ui/gtk3: Fix panel CSS format for GTK 3.20
* engine: Implement Emoji typing with XKB engines
* engine: Add emoji-list.html
* engine: Use annotations/en.xml from unocode.org but not
emoji-list.html
* Fix typo in configure.ac
* tests/ibus-engine-switch: Don't try to remove non-existing GSource
* Fix make dist
* Fix Croatian language code in simple.xml
* Replace deprecated GSimpleAsyncResult with GTask since GLib 2.46
-------------------------------------------------------------------
Mon Apr 18 14:40:35 UTC 2016 - ftake@geeko.jp