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 E6B78A6552 for ; Sat, 10 Jan 2015 11:15:09 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 2CE0714A342; Sat, 10 Jan 2015 11:15:09 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id F409114A33C for ; Sat, 10 Jan 2015 11:15:05 +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 tp4gHaWpQkMv for ; Sat, 10 Jan 2015 11:15:05 +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 68F1C14A33B for ; Sat, 10 Jan 2015 11:15:05 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 636A598; Sat, 10 Jan 2015 11:15:05 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Sat, 10 Jan 2015 11:15:05 +0000 From: "Izumi Tsutsui" Subject: CVS commit: pkgsrc/x11/mlterm To: pkgsrc-changes@NetBSD.org Reply-To: tsutsui@netbsd.org X-Mailer: log_accum Message-Id: <20150110111505.636A598@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: tsutsui Date: Sat Jan 10 11:15:05 UTC 2015 Modified Files: pkgsrc/x11/mlterm: Makefile distinfo Log Message: Update mlterm to 3.4.2. Changes noted in doc/en/ReleaseNote: ver 3.4.2 * Support colorful emoji with the use of http://github.com/github/gemoji. (Copy images/emoji/unicode/*.png in https://github.com/github/gemoji/archive/master.zip to ~/.mlterm/emoji/ in advance.) * Support DCS + q Pt ST which requests termcap/terminfo string. * Support CSI?8452h and CSI?8452l. * Support CSI?117h and CSI?117l. * Add "Bidi Separators" entry to "Encoding" tab of mlconfig. * Add "Unicode areas you won't convert to other charsets" entry to "Font" tab of mlconfig. * Add "Word separators", "Don't scroll automatically in scrolling back" and "Set full width areas manually" entries to "Others" tab of mlconfig. * Add "word_separators", "unicode_noconv_areas" and "unicode_full_width_areas" to OSC 5380/5381. * Improve performance of drawing text with cairo. * Bug fixes: Fix incorrect result of searching bold or italic fonts when type_engine == xcore. (enbugged at 3.3.0) Fix segfault in opening a new channel over an opened session on win32. To generate a diff of this commit: cvs rdiff -u -r1.113 -r1.114 pkgsrc/x11/mlterm/Makefile cvs rdiff -u -r1.53 -r1.54 pkgsrc/x11/mlterm/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.