diff options
author | obache <obache@pkgsrc.org> | 2013-03-06 11:06:55 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2013-03-06 11:06:55 +0000 |
commit | f01986ec3aa32dc3225ad57f2c1b575efa3055fb (patch) | |
tree | 0533aeb08173c1c79b0ecb5a66500686c95386c0 /inputmethod/uim-elisp/Makefile | |
parent | 50a0c0890167799e6dfcf99981e6dc4e821f08bd (diff) | |
download | pkgsrc-f01986ec3aa32dc3225ad57f2c1b575efa3055fb.tar.gz |
Update uim to 1.8.4.
based on PR pkg/47468 by YAMASHIRO, Jun.
Overview of changes from 1.8.3 to 1.8.4
=======================================
* Enhancements
- uim-xim
* Add Hungarian locale support (by Kővágó Zoltán)
- uim-tutcode
* Enhance postfix katakana conversion
- Take characters while hiragana continues
- Exclude specified number of characters
- Shrink last postfix katakana conversion
* Updated trycode composition table retrieved 2012-11-22
Overview of changes from 1.8.2 to 1.8.3
=======================================
* Fixes
- uim-toolbar-gtk-systray
- uim-toolbar-gtk3-systray
* Avoid SEGV in some environments ([uim-ja 337])
* Fix typo ([uim-ja 339])
- uim-tutcode
* Fix bug: <Shift>left/right key erases current selection text
on Google Chrome
Diffstat (limited to 'inputmethod/uim-elisp/Makefile')
-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 146f52779ef..25f4b194234 100644 --- a/inputmethod/uim-elisp/Makefile +++ b/inputmethod/uim-elisp/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.9 2013/02/17 19:18:04 dholland Exp $ +# $NetBSD: Makefile,v 1.10 2013/03/06 11:06:56 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 |