Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 93493A6655 for ; Mon, 3 Nov 2014 08:53:57 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 3195614A19B; Mon, 3 Nov 2014 08:53:57 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 7AC5914A181 for ; Mon, 3 Nov 2014 08:53:54 +0000 (UTC) X-Virus-Scanned: amavisd-new at NetBSD.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.NetBSD.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id wIpdT19SteFj for ; Mon, 3 Nov 2014 08:53:54 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id E661F14A17C for ; Mon, 3 Nov 2014 08:53:53 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id DADD898; Mon, 3 Nov 2014 08:53:53 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Mon, 3 Nov 2014 08:53:53 +0000 From: "OBATA Akio" Subject: CVS commit: pkgsrc/inputmethod/ibus-anthy To: pkgsrc-changes@NetBSD.org Reply-To: obache@netbsd.org X-Mailer: log_accum Message-Id: <20141103085353.DADD898@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: obache Date: Mon Nov 3 08:53:53 UTC 2014 Modified Files: pkgsrc/inputmethod/ibus-anthy: Makefile PLIST distinfo Log Message: Update ibus-anthy to 1.5.6. * Fixed deprecated GtkHBox, GtkVBox and GtkStock since GTK+ 3.10. * Fixed deprecated warnings with python3-gobject 3.13.3. * Set max-width-chars property in ibus-anthy-setup wrapped GtkLabel. * Set a parent window from 'IBUS_SETUP_XID' environment variable in setup. * Replare FileNotFoundError with IOError for python2 compatibility. (#1736) * Changed fequency 500 to 0. * Added Emoji dictionary. * Set preview_lines to -1 in zip code. * Added search entry in view dictionary dialog. * Fixed Gtk.SearchEntry.search-changed signal for gtk 3.8. To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 pkgsrc/inputmethod/ibus-anthy/Makefile cvs rdiff -u -r1.3 -r1.4 pkgsrc/inputmethod/ibus-anthy/PLIST cvs rdiff -u -r1.9 -r1.10 pkgsrc/inputmethod/ibus-anthy/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.