diff options
author | ryoon <ryoon@pkgsrc.org> | 2013-07-20 04:34:53 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2013-07-20 04:34:53 +0000 |
commit | 8761a93e51be971c71915e6b3f47ee94a8312a5b (patch) | |
tree | 01840bb89dc6ac5953df0dd3e5cc8f8aa42b1ef7 /inputmethod/mozc-elisp | |
parent | b16b895f956290cc73f1301670b537ae196f18bb (diff) | |
download | pkgsrc-8761a93e51be971c71915e6b3f47ee94a8312a5b.tar.gz |
Update to 1.11.1502.102.
* ibus-mozc depends on mozc-server and mozc-tool.
* Add CFLAGS+=-std=c++0x in gyp/common.gypi.
Changelog:
r163 2013-07-17 1.11.1502.102
Fixes cursor movement issue on Emacs 24 ( Issue 168 )
Support numpad keys in mozc.el ( Issue 170 )
Fix build failure on Windows ( Issue 185 , Issue 191)
Support GCC 4.8.0 ( Issue 186 )
Fix build failure when use_libprotobuf=1 is specified ( Issue 189 )
Support Emacs 24 in mozc.el ( Issue 190 )
Development of ibus-mozc is now in maintenance mode (Issue 194)
Intorduce Mode Indicator for Windows
Support per-user input mode for Windows 8 (TSF-mozc)
Support InputScope for Windows 8 (TSF-mozc)
Support surrounding text on Windows, Mac, LInux and NaCl
Enable a developer to configure document directory and/or Zinnia model file path at build time for GNU/Linux build. See the build instruction about how to customize them.
Dictionary update
Diffstat (limited to 'inputmethod/mozc-elisp')
-rw-r--r-- | inputmethod/mozc-elisp/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/inputmethod/mozc-elisp/Makefile b/inputmethod/mozc-elisp/Makefile index 68baeb3c438..7da525095b4 100644 --- a/inputmethod/mozc-elisp/Makefile +++ b/inputmethod/mozc-elisp/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.5 2013/06/06 12:54:38 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2013/07/20 04:34:53 ryoon Exp $ # PKGNAME= ${EMACS_PKGNAME_PREFIX}${DISTNAME:S/mozc-/mozc-elisp-/} -PKGREVISION= 3 CATEGORIES= inputmethod editors EMACS_MODULES= base leim |