Branch: refs/heads/master
  Home:   https://github.com/ibus/ibus-anthy
  Commit: ffd69683443c56910e6db6d4526992a92c222275
      
https://github.com/ibus/ibus-anthy/commit/ffd69683443c56910e6db6d4526992a92c222275
  Author: fujiwarat <[email protected]>
  Date:   2014-02-18 (Tue, 18 Feb 2014)

  Changed paths:
    M po/ibus-anthy.pot
    M setup/python2/main.py
    M setup/python2/setup.ui
    M setup/python3/main.py
    M setup/python3/setup.ui

  Log Message:
  -----------
  Fixed deprecated GtkHBox, GtkVBox and GtkStock since GTK+ 3.10.


  Commit: 1f2152f2674715e6456ff3de31326dd2193cb7e4
      
https://github.com/ibus/ibus-anthy/commit/1f2152f2674715e6456ff3de31326dd2193cb7e4
  Author: fujiwarat <[email protected]>
  Date:   2014-02-18 (Tue, 18 Feb 2014)

  Changed paths:
    M po/el.po
    M po/fr.po
    M po/ibus-anthy.pot
    M po/ja.po
    M po/zh_CN.po

  Log Message:
  -----------
  Updated translations.


  Commit: 9cff458e97337b4a3b47a71a640f5599aa267fa0
      
https://github.com/ibus/ibus-anthy/commit/9cff458e97337b4a3b47a71a640f5599aa267fa0
  Author: Julien Humbert <[email protected]>
  Date:   2014-02-20 (Thu, 20 Feb 2014)

  Changed paths:
    M po/fr.po

  Log Message:
  -----------
  Update french translation


  Commit: c7caeaf8dc3aaaf5b1d546ffb418aae52b8905a4
      
https://github.com/ibus/ibus-anthy/commit/c7caeaf8dc3aaaf5b1d546ffb418aae52b8905a4
  Author: fujiwarat <[email protected]>
  Date:   2014-07-16 (Wed, 16 Jul 2014)

  Changed paths:
    M setup/python2/main.py
    M setup/python3/main.py

  Log Message:
  -----------
  Fixed deprecated warnings with python3-gobject 3.13.3.

python3-gobject adds several warnings in gi/overrides/Gtk.py

/usr/share/ibus-anthy/setup/main.py:1519: PyGTKDeprecationWarning:
The "buttons" argument must be a Gtk.ButtonsType enum value. Please
use the "add_buttons" method for adding buttons.
See: https://wiki.gnome.org/PyGObject/InitializerDeprecations

/usr/lib64/python3.4/site-packages/gi/overrides/Gtk.py:537:
PyGTKDeprecationWarning: The keyword(s) "parent" have been deprecated
in favor of "transient_for" respectively.
See: https://wiki.gnome.org/PyGObject/InitializerDeprecations


  Commit: 44b089e73b911db560245768de193d771dd620af
      
https://github.com/ibus/ibus-anthy/commit/44b089e73b911db560245768de193d771dd620af
  Author: fujiwarat <[email protected]>
  Date:   2014-07-16 (Wed, 16 Jul 2014)

  Changed paths:
    M setup/python2/setup.ui
    M setup/python3/setup.ui

  Log Message:
  -----------
  Set max-width-chars property in ibus-anthy-setup wrapped GtkLabel.


  Commit: e6323369582831b5260c216237a5a4f355051264
      
https://github.com/ibus/ibus-anthy/commit/e6323369582831b5260c216237a5a4f355051264
  Author: fujiwarat <[email protected]>
  Date:   2014-07-16 (Wed, 16 Jul 2014)

  Changed paths:
    M setup/python2/main.py
    M setup/python3/main.py

  Log Message:
  -----------
  Set a parent window from 'IBUS_SETUP_XID' environment variable in setup.


  Commit: 2280be6e42ef4310617a24c4d6b2056010f5d40c
      
https://github.com/ibus/ibus-anthy/commit/2280be6e42ef4310617a24c4d6b2056010f5d40c
  Author: fujiwarat <[email protected]>
  Date:   2014-08-11 (Mon, 11 Aug 2014)

  Changed paths:
    M engine/python2/engine.py
    M engine/python3/engine.py

  Log Message:
  -----------
  Replare FileNotFoundError with IOError for python2 compatibility. (#1736)

http://legacy.python.org/dev/peps/pep-3151/


  Commit: 3df770e1a650f2653ef42e3814498dd808217002
      
https://github.com/ibus/ibus-anthy/commit/3df770e1a650f2653ef42e3814498dd808217002
  Author: fujiwarat <[email protected]>
  Date:   2014-08-21 (Thu, 21 Aug 2014)

  Changed paths:
    M data/symbol.t

  Log Message:
  -----------
  Changed fequency 500 to 0.


  Commit: 64f60791cf80476c80390888a8310a0df1a505f2
      
https://github.com/ibus/ibus-anthy/commit/64f60791cf80476c80390888a8310a0df1a505f2
  Author: fujiwarat <[email protected]>
  Date:   2014-08-22 (Fri, 22 Aug 2014)

  Changed paths:
    M data/Makefile.am
    A data/emoji.t
    M data/symbol.t
    M setup/python2/anthyprefs.py.in
    M setup/python3/anthyprefs.py.in

  Log Message:
  -----------
  Added Emoji dictionary.


  Commit: f122f7f5bbc411169732ad323713e41c21cb1007
      
https://github.com/ibus/ibus-anthy/commit/f122f7f5bbc411169732ad323713e41c21cb1007
  Author: fujiwarat <[email protected]>
  Date:   2014-08-22 (Fri, 22 Aug 2014)

  Changed paths:
    M po/el.po
    M po/fr.po
    M po/ibus-anthy.pot
    M po/ja.po
    M po/zh_CN.po

  Log Message:
  -----------
  Updated translations.


  Commit: bc0538c828ec491af465edeae9d5340a7bd8aeae
      
https://github.com/ibus/ibus-anthy/commit/bc0538c828ec491af465edeae9d5340a7bd8aeae
  Author: fujiwarat <[email protected]>
  Date:   2014-08-22 (Fri, 22 Aug 2014)

  Changed paths:
    M setup/python2/anthyprefs.py.in
    M setup/python3/anthyprefs.py.in

  Log Message:
  -----------
  Set preview_lines to -1 in zip code.


  Commit: cca25661491098a986449c3a0fd0e3e065f16c20
      
https://github.com/ibus/ibus-anthy/commit/cca25661491098a986449c3a0fd0e3e065f16c20
  Author: fujiwarat <[email protected]>
  Date:   2014-08-27 (Wed, 27 Aug 2014)

  Changed paths:
    M setup/python2/main.py
    M setup/python3/main.py

  Log Message:
  -----------
  Added search entry in view dictionary dialog.


  Commit: 6205766a6f060f98d7deb6475ad202179c7aa026
      
https://github.com/ibus/ibus-anthy/commit/6205766a6f060f98d7deb6475ad202179c7aa026
  Author: fujiwarat <[email protected]>
  Date:   2014-09-12 (Fri, 12 Sep 2014)

  Changed paths:
    M data/emoji.t
    M data/symbol.t

  Log Message:
  -----------
  Added some emoji.


  Commit: 3e1540a9f34a59d550876936a2ef9f61b8cdebc3
      
https://github.com/ibus/ibus-anthy/commit/3e1540a9f34a59d550876936a2ef9f61b8cdebc3
  Author: fujiwarat <[email protected]>
  Date:   2014-09-16 (Tue, 16 Sep 2014)

  Changed paths:
    M setup/python2/main.py
    M setup/python3/main.py

  Log Message:
  -----------
  Fixed Gtk.SearchEntry.search-changed signal for gtk 3.8.


  Commit: b68b17f0729c24021e451ef73d66dc0d03813b7d
      
https://github.com/ibus/ibus-anthy/commit/b68b17f0729c24021e451ef73d66dc0d03813b7d
  Author: fujiwarat <[email protected]>
  Date:   2014-09-16 (Tue, 16 Sep 2014)

  Changed paths:
    M configure.ac

  Log Message:
  -----------
  Released 1.5.6

Fixed deprecated GtkHBox, GtkVBox and GtkStock since GTK+ 3.10.
Fixed deprecated warnings with python3-gobject 3.13.3.
Set max-width-chars property in ibus-anthy-setup wrapped GtkLabel.
Set a parent window from 'IBUS_SETUP_XID' environment variable in setup.
Replare FileNotFoundError with IOError for python2 compatibility. (#1736)
Changed fequency 500 to 0.
Added Emoji dictionary.
Set preview_lines to -1 in zip code.
Added search entry in view dictionary dialog.
Fixed Gtk.SearchEntry.search-changed signal for gtk 3.8.


Compare: https://github.com/ibus/ibus-anthy/compare/dc90362b9b98...b68b17f0729c

-- 
-- 
You received this message because you are subscribed to the Google
Groups "ibus-devel" group.
iBus project web page: http://code.google.com/p/ibus/
iBus dev group: http://groups.google.com/group/ibus-devel?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"ibus-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

回复