Accepting request 150046 from home:MargueriteSu:branches:M17N

update 4.2.7 for 12.3

OBS-URL: https://build.opensuse.org/request/show/150046
OBS-URL: https://build.opensuse.org/package/show/M17N/fcitx?expand=0&rev=53
This commit is contained in:
2013-01-27 19:30:56 +00:00
committed by Git OBS Bridge
parent 2bdf7d121e
commit e2c43434af
12 changed files with 213 additions and 121 deletions

View File

@@ -1,3 +1,48 @@
-------------------------------------------------------------------
Sat Jan 26 05:03:20 UTC 2013 - i@marguerite.su
- update to 4.2.7
* new feature for user:
+ qt im module support per window input context.
+ quickphrase add new custom ui editor.
+ all pinyin now support stroke.
+ add clipboard input support (Ctrl + ; to use it)
+ fcitx-diagnose script for diagnose the problem
+ new dark skin which can also work for non-composite window manager (though
looks not the same)
+ Helping xmodmap user to correct loading ~/.Xmodmap by default
+ Bind one input method with specific key.
+ Translation update (German, and some spanish).
+ Add "up" and "down" to paging key by default
+ fcitx-config now will comment out the value which is same as the default
value upon save, so default value can be controlled by upstream fcitx change.
+ reload only one addon configuration
* new feature for developer:
+ Big build system improvement
+ remove intltool dependency
+ auto-codegen tool for cross module function.
+ add libfcitx-qt, containing dbus stuff and provides custom ui plugin
architecture.
+ candidate window can be overriden to use horizontal / vertical by input
method. (kimpanel need KDE 4.10 to use this feature)
+ paging can be override by custom function
* bug fix:
+ fix for xim restart.
+ add more locale to xim by default.
+ compatible with lua 5.2
+ some other misc bugfix
- added patches
* fcitx-4.2.7-compat-12.2.patch
+ fix 12.2 and below builds, remove next release
* fcitx-4.2.7-compat-qt474.patch
+ fix qt 4.7 builds with 12.1 and below
+ remove next release
* fcitx-4.2.7-compat-gcc46.patch
+ fix gcc 4.6 builds with 12.1 and below
+ remove next release
-------------------------------------------------------------------
Thu Oct 11 14:03:53 UTC 2012 - i@marguerite.su