diff options
author | obache <obache@pkgsrc.org> | 2012-04-22 13:59:42 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2012-04-22 13:59:42 +0000 |
commit | 1828c9466dd143586e9cbc3cf8206a167ef76c88 (patch) | |
tree | bceec1ad2a921756037c3f641cfe2996ca471235 | |
parent | f69cd006ba3f1dee399f3127146f620a444d8ac7 (diff) | |
download | pkgsrc-1828c9466dd143586e9cbc3cf8206a167ef76c88.tar.gz |
Update ibus-el to 0.3.2.
2012-02-29 IRIE Shinsuke <irieshinsuke@yahoo.co.jp>
* Version0.3.2
* Added option `ibus-agent-search-paths' to fix problem that ibus-el-agent
cannot be found automatically if it has been moved to another directory
after loading ibus.el
* Fixed problem: Message of Xlib's BadWindow error sometimes is displayed
in particular environments (LP #932517)
* Changed command line options for ibus-daemon automatically launched
to start XIM server together ("-d" -> "-dx")
2012-02-14 IRIE Shinsuke <irieshinsuke@yahoo.co.jp>
* Version0.3.1
* Fixed bug: An error occurs when using old version of IBus (< 1.4.0) which
doesn't support surrounding text (LP #930015)
* Fixed bug: ibus-mode aborts if newly created buffer is immediately
killed before receiving IMContext ID from IBus daemon (LP #930820)
* Fixed inappropriate error message "Couldn't receive data from agent."
in the synchronous communication
* Fixed bug: Prefix argument doesn't work for unhandled key events
* Fixed echo area's display for multiple strokes key sequence
* Changed to execute Emacs command directly as fallback for unhandled key
events, except for partial key sequences such as C-x
* Removed README.Debian file (Debian #648596)
2011-12-24 IRIE Shinsuke <irieshinsuke@yahoo.co.jp>
* Version0.3.0
* Added support for surrounding text
* Added option `ibus-candidate-window-h-offset'
* Added option `ibus-prediction-window-h-offset'
* Added command `ibus-enable-specified-engine'
* Changed to enable setting of ibus-prediction-window-position=0 even in
minibuffer if IBus version is 1.3.8 or later
* Changed to show underlines even if their thicknesses are zero
* Fixed problem: Table created by `table-insert' command might corrupt
when preediting aborts
* Fixed problem: Preediting may abort when using some engines such as m17n
* Fixed problem: Input focus cannot be detected on Ubuntu Unity desktop
because get_input_focus() often returns root window incorrectly
* Fixed bug: auto-fill-mode doesn't work (LP #784452)
* Fixed bug: Input focus cannot be obtained correctly in StumpWM (LP #856358)
-rw-r--r-- | inputmethod/ibus-el/Makefile | 5 | ||||
-rw-r--r-- | inputmethod/ibus-el/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/inputmethod/ibus-el/Makefile b/inputmethod/ibus-el/Makefile index 47638eb9e05..66036d5e6a5 100644 --- a/inputmethod/ibus-el/Makefile +++ b/inputmethod/ibus-el/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.8 2012/04/08 19:08:59 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2012/04/22 13:59:42 obache Exp $ # -DISTNAME= ibus-el-0.2.1 +DISTNAME= ibus-el-0.3.2 PKGNAME= ${EMACS_PKGNAME_PREFIX}${DISTNAME} -PKGREVISION= 1 CATEGORIES= inputmethod MASTER_SITES= http://www11.atwiki.jp/s-irie/pub/emacs/ibus/ diff --git a/inputmethod/ibus-el/distinfo b/inputmethod/ibus-el/distinfo index cb3e799f235..6cb61761322 100644 --- a/inputmethod/ibus-el/distinfo +++ b/inputmethod/ibus-el/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2011/01/24 07:34:47 obache Exp $ +$NetBSD: distinfo,v 1.4 2012/04/22 13:59:42 obache Exp $ -SHA1 (ibus-el-0.2.1.tar.gz) = 65cdcd3f3631c0c6bddc0b5cc47095ed81cb91d2 -RMD160 (ibus-el-0.2.1.tar.gz) = e87b6d3e95d744c40ea8f851dffeb7292a0dc0fe -Size (ibus-el-0.2.1.tar.gz) = 49076 bytes +SHA1 (ibus-el-0.3.2.tar.gz) = 579ce597421471c8004ac4fc0d47fac5fa089608 +RMD160 (ibus-el-0.3.2.tar.gz) = 5f74064ea51aa3a785d5baa9437b27c536a31e1e +Size (ibus-el-0.3.2.tar.gz) = 52918 bytes |