Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by www.NetBSD.org (Postfix) with ESMTP id 18B9C63CA9B for ; Wed, 27 Jul 2011 12:29:12 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id EB00A14A313; Wed, 27 Jul 2011 12:29:11 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 0EEDE14A30F for ; Wed, 27 Jul 2011 12:29:10 +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 Dl0ac3fSFabQ for ; Wed, 27 Jul 2011 12:29:09 +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 79E5C14A309 for ; Wed, 27 Jul 2011 12:29:09 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 62756175DD; Wed, 27 Jul 2011 12:29:09 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Date: Wed, 27 Jul 2011 12:29:09 +0000 From: "Ryo ONODERA" Subject: CVS commit: pkgsrc/x11/mlterm To: pkgsrc-changes@NetBSD.org Reply-To: ryoon@netbsd.org X-Mailer: log_accum Message-Id: <20110727122909.62756175DD@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: ryoon Date: Wed Jul 27 12:29:09 UTC 2011 Modified Files: pkgsrc/x11/mlterm: Makefile distinfo Log Message: Update to 3.0.6 Changelog: ver 3.0.6 * Support cairo for text rendering. (Experimental) (See doc/en/README.cairo in detail.) * Support searching text in terminal screen. (Add "mlsearch.sh" tool.) * "CSI < r", "CSI < s" and "CSI < t" sequences are supported. * Improve cursor movement in bi-direction text. * Improve compatibility of libvte. (Gtkterm2, evilvte and sakura work.) * Ignore all spaces at the end of lines in selecting text regardless of their fg/bg colors. * Support unicode indic characters (using ISCII fonts though). (Experimental) * Other bug fixes: Fix a mistake which disabled configuration in $prefix/etc/mlterm in libvte. To generate a diff of this commit: cvs rdiff -u -r1.63 -r1.64 pkgsrc/x11/mlterm/Makefile cvs rdiff -u -r1.22 -r1.23 pkgsrc/x11/mlterm/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.