Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by www.NetBSD.org (Postfix) with ESMTP id 2F42E63CD4E for ; Fri, 18 Nov 2011 19:52:57 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id C53DC14A167; Fri, 18 Nov 2011 19:52:56 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 770FA14A166 for ; Fri, 18 Nov 2011 19:52:54 +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 7CK8rR_pUbF3 for ; Fri, 18 Nov 2011 19:52:53 +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 A1E2814A164 for ; Fri, 18 Nov 2011 19:52:53 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 7241D175DD; Fri, 18 Nov 2011 19:52:53 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Date: Fri, 18 Nov 2011 19:52:53 +0000 From: "Jonathan Perkin" Subject: CVS commit: pkgsrc/wm/evilwm To: pkgsrc-changes@NetBSD.org Reply-To: sketch@netbsd.org X-Mailer: log_accum Message-Id: <20111118195253.7241D175DD@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: sketch Date: Fri Nov 18 19:52:53 UTC 2011 Modified Files: pkgsrc/wm/evilwm: Makefile distinfo Log Message: Update to 1.1.0, changes since 1.0.1: * Respect maximise states while resizing * Add basic .desktop file * Add configuration file $HOME/.evilwmrc - options are one per line, omitting leading dash. * Add long alternatives to -g, -v and -s -geometry, -vdesk and -sticky. * Record pre-maximisation dimensions in evilwm-specific window properties _EVILWM_UNMAXIMISED_HORZ and _EVILWM_UNMAXIMISED_VERT. * Extensive EWMH support. See doc/standards.html for details. * Mostly new Makefile * Clean up terminology: use "fixed" instead of "sticky": EWMH uses the term "sticky" to mean something different. * Add ability to toggle visible state of docks with Ctrl+Alt+D Usually apps like pagers or launch bars. * Add -dock option to force app to be considered a dock * Snap-to-border and colourmap support no longer optional Though -snap still defaults to 0 (off). * fix: drawing window outline with border_width > 1 [David Flynn] (bottom and right edges wouldn't encompass the border) * build: enable out-of-tree builds [David Flynn] * build: enable ISO c99 [David Flynn] * Fix snapping on multiple screens [Ben Stern] * Window gravity behviour fixes. * Remove warning about strict-aliasing rules [Larry Doolittle] To generate a diff of this commit: cvs rdiff -u -r1.29 -r1.30 pkgsrc/wm/evilwm/Makefile cvs rdiff -u -r1.20 -r1.21 pkgsrc/wm/evilwm/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.