Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 49FF9A6482 for ; Wed, 12 Feb 2014 01:49:15 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 9904514A28D; Wed, 12 Feb 2014 01:49:14 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id D0B4014A289 for ; Wed, 12 Feb 2014 01:49:11 +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 etEmLzszCISQ for ; Wed, 12 Feb 2014 01:49:11 +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 1678B14A282 for ; Wed, 12 Feb 2014 01:49:11 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 0BEA196; Wed, 12 Feb 2014 01:49:11 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 Date: Wed, 12 Feb 2014 01:49:11 +0000 From: "Patrick Welche" Subject: CVS commit: pkgsrc/editors To: pkgsrc-changes@NetBSD.org Reply-To: prlw1@netbsd.org X-Mailer: log_accum Message-Id: <20140212014911.0BEA196@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: prlw1 Date: Wed Feb 12 01:49:10 UTC 2014 Modified Files: pkgsrc/editors/gedit3: Makefile Makefile.common PLIST distinfo pkgsrc/editors/gedit3-spell: Makefile Log Message: Update gedit3 to 3.10.4 Highlights: - Implement regular expression search (Sébastien Wilmet) - Use the GtkSourceView search and replace API (Sébastien Wilmet) - Deprecate the gedit search and replace API (Sébastien Wilmet) - Display the number of search occurrences and the current occurrence position in the search entry (Ignacio Casal Quinteiro, Sébastien Wilmet) - Fix tab groups (Garrett Regier) - Fix clicking on replace dialog buttons (Sébastien Wilmet) - Add new Highlight Mode dialog (Ignacio Casal Quinteiro) - Allow shell quotes in commands from Run Command tool (Adam Dingle) - Use widget templates (Ignacio Casal Quinteiro, Paolo Borelli) - Use revealer to animate the search bar and the notification bars (Ignacio Casal Quinteiro) - Port to GtkApplication (Paolo Borelli, Ryan Lortie, Ignacio Casal Quinteiro) - Port to python 3 (Ignacio Casal Quinteiro) - Translation updates For full release notes see: https://git.gnome.org/browse/gedit/tree/NEWS?id=3.10.4 To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 pkgsrc/editors/gedit3/Makefile cvs rdiff -u -r1.5 -r1.6 pkgsrc/editors/gedit3/Makefile.common cvs rdiff -u -r1.2 -r1.3 pkgsrc/editors/gedit3/PLIST \ pkgsrc/editors/gedit3/distinfo cvs rdiff -u -r1.11 -r1.12 pkgsrc/editors/gedit3-spell/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.