diff options
author | obache <obache> | 2011-05-29 06:13:57 +0000 |
---|---|---|
committer | obache <obache> | 2011-05-29 06:13:57 +0000 |
commit | 21b73e10887c29b327c29d42a36a3e0e82874ccc (patch) | |
tree | 27bd9d0e693fb4153b15337c2da210a5e87b172e /inputmethod/uim/Makefile.common | |
parent | 77d48a62af76429d569aee674c7f290fddc90f1b (diff) | |
download | pkgsrc-21b73e10887c29b327c29d42a36a3e0e82874ccc.tar.gz |
Update uim to 1.7.0.
Based on PR#44989 by YAMASHIRO, Jun. add a missing PLIST entry.
Overview of changes from 1.7.0-alpha to 1.7.0
=============================================
* Fixes
- Generic IM
* Fix sort order of Wubi86 and Zhengma tables in 1.7.0-alpha
- GTK+3 bridge
* Avoid repeated changes of subwindow size in some annotation text
Overview of changes from 1.6.x to 1.7.0-alpha
=============================================
* New features
- GTK+3 bridge
- uim-candwin-gtk3
- uim-candwin-tbl-gtk3
- uim-dict-gtk3
- uim-im-switcher-gtk3
- uim-input-pad-ja-gtk3
- uim-pref-gtk3
- uim-toolbar-gtk3
- uim-toolbar-gtk3-systray
* Support GTK+3
- uim-toolbar-applet-gnome3
* Support GNOME3
* Fixes
- uim Scheme library
* Fix im-acquire-text brokeness
- uim-toolbar-qt4
* Fix bug: Can't set starting position of Qt4 toolbar (#34034)
- uim-notify
* Fix compilation with libnotify >= 0.7.0
- uim-tutcode
* Fix behavior with interactive bushu conversion
- uim-skk
* Fix crash upon an illegal line in SKK dictionary
- Emacs bridge
* Don't disturb other leim's modelines (#35318)
- Qt4 bridge
* Fix crash of applications upon exit when widget style of
QGtkStyle is used
- uim-dict-gtk
* Fix a minor bug
* Enhancements
- uim-tutcode
* Postfix mazegaki conversion
* Postfix bushu conversion
* Add inflection support for postfix and prefix mazegaki conversion
* Kanji code (JIS/Kuten/Unicode) input mode
* History input mode
- libuim
* Support locale with EUC-JIS-2004 and EUC-JISX0213 encodings
- generic-predict
* Add support for completion with Google Suggest
* Others
- GTK+2 bridge
* Discard support for version below 2.14.
Diffstat (limited to 'inputmethod/uim/Makefile.common')
-rw-r--r-- | inputmethod/uim/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/inputmethod/uim/Makefile.common b/inputmethod/uim/Makefile.common index ffa3d5cb82e..890cd605f52 100644 --- a/inputmethod/uim/Makefile.common +++ b/inputmethod/uim/Makefile.common @@ -1,9 +1,9 @@ -# $NetBSD: Makefile.common,v 1.5 2011/04/13 13:45:16 obache Exp $ +# $NetBSD: Makefile.common,v 1.6 2011/05/29 06:13:57 obache Exp $ # # used by inputmethod/uim/Makefile # used by inputmethod/uim-elisp/Makefile -UIM_VERSION= 1.6.1 +UIM_VERSION= 1.7.0 DISTNAME= uim-${UIM_VERSION} CATEGORIES= inputmethod MASTER_SITES= http://uim.googlecode.com/files/ |