Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (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 72C7B7AAB5 for ; Sun, 29 May 2016 18:34:46 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id E415385EA9; Sun, 29 May 2016 18:34:45 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 7324785E7F for ; Sun, 29 May 2016 18:34:45 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id Bd10mmKSBnNl for ; Sun, 29 May 2016 18:34:45 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id DA13385DFE for ; Sun, 29 May 2016 18:34:44 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id D4D71FBB5; Sun, 29 May 2016 18:34:44 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Sun, 29 May 2016 18:34:44 +0000 From: "Ryo ONODERA" Subject: CVS commit: pkgsrc/net/corebird To: pkgsrc-changes@NetBSD.org Reply-To: ryoon@netbsd.org X-Mailer: log_accum Message-Id: <20160529183444.D4D71FBB5@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: ryoon Date: Sun May 29 18:34:44 UTC 2016 Modified Files: pkgsrc/net/corebird: Makefile distinfo Log Message: Update to 1.2.2 Changelog: Version 1.2.2 (2016-05-19) ChangeLog: - Remove margins from the buttons in the topbar. This caused problems with some gtk+ themes. - gtk+ < 3.20 was more inconsistend with adding style classes to widgets than I thought, so the pre-3.20 fallback css added in 1.2.1 caused the icons in the topbar to have the wrong color. Version 1.2.1 (2016-05-10) ChangeLog: - Fix a11y labelling of several switches in the settings dialog - Fix an input window clipping bug in the tweet info page - Fix a few cases of overlapping widgets into window borders - Remove the "Save as" context menu from inline media. This ha not been working in a while but the context menu was still there. - Rename the .sidebar style class to .topbar. This was used in corebird before gtk+ used it, but now that the sidebar is at the top, the .sidebar style from gtk+ themes collides with the horizontal alignment we use, so use the more fitting '.topbar'. - Show a focus outline in the topbar again. We are setting a custom background color here, so we also need to set a fitting outline color. - Fix a coloring but in the topbar, where wildcard selectors in themes would overrde our foreground color. To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 pkgsrc/net/corebird/Makefile cvs rdiff -u -r1.3 -r1.4 pkgsrc/net/corebird/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.