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 4F39871871 for ; Thu, 4 Jul 2013 21:29:09 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id B6A4414A130; Thu, 4 Jul 2013 21:29:08 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id AC1B414A125 for ; Thu, 4 Jul 2013 21:29:06 +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 XXHI6YyvG9yD for ; Thu, 4 Jul 2013 21:29:06 +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 2A37814A104 for ; Thu, 4 Jul 2013 21:29:05 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id DDEAE96; Thu, 4 Jul 2013 21:29:05 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Thu, 4 Jul 2013 21:29:05 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/x11/gtk2 To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20130704212905.DDEAE96@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: adam Date: Thu Jul 4 21:29:05 UTC 2013 Modified Files: pkgsrc/x11/gtk2: Makefile PLIST distinfo Log Message: Changes 2.24.20 * Backport changes from GTK+ 3 to look for rc files in system config dirs in addition to /etc/gtk-2.0 and ~/.gtkrc. * Backport changes from GTK+ 3 to look for the immodules cache file in libdir. gtk-query-immodules-2.0 gained an --update-cache option to write the output to the correct location. Note that this may require slight adjustment of distro packaging. * Bug fixes: 560337 GtkFileChooser hour time missing for current date files 649390 CRLF text is copied to clipboard as CRCRLF on Windows 698183 quartz: Text input is too slow and some keys are broken... 702455 Add support for Avahi printers to gtk 2.24.x * Translation updates: Polish To generate a diff of this commit: cvs rdiff -u -r1.253 -r1.254 pkgsrc/x11/gtk2/Makefile cvs rdiff -u -r1.84 -r1.85 pkgsrc/x11/gtk2/PLIST cvs rdiff -u -r1.149 -r1.150 pkgsrc/x11/gtk2/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.