diff options
author | obache <obache@pkgsrc.org> | 2011-05-29 06:13:57 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2011-05-29 06:13:57 +0000 |
commit | 866f3ae7c82216fb5c764ef27fc658137a46f523 (patch) | |
tree | 27bd9d0e693fb4153b15337c2da210a5e87b172e /inputmethod/uim-elisp | |
parent | bb0fd04f91deb8551973e2ee440e3d297979cdfc (diff) | |
download | pkgsrc-866f3ae7c82216fb5c764ef27fc658137a46f523.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-elisp')
-rw-r--r-- | inputmethod/uim-elisp/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/inputmethod/uim-elisp/Makefile b/inputmethod/uim-elisp/Makefile index f347b36ff75..5db0f9f2362 100644 --- a/inputmethod/uim-elisp/Makefile +++ b/inputmethod/uim-elisp/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.5 2011/04/22 13:43:58 obache Exp $ +# $NetBSD: Makefile,v 1.6 2011/05/29 06:13:57 obache Exp $ .include "../../inputmethod/uim/Makefile.common" PKGNAME= ${EMACS_PKGNAME_PREFIX}uim-elisp-${UIM_VERSION} -PKGREVISION= 1 CATEGORIES= inputmethod editors COMMENT= Emacs LISP for inputmethod/uim |