Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by www.NetBSD.org (Postfix) with ESMTP id 08AEA63B873 for ; Tue, 1 Feb 2011 04:38:16 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id C77D619D174; Tue, 1 Feb 2011 04:38:15 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 087A319D173 for ; Tue, 1 Feb 2011 04:38:13 +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 WB3uQyLaBqLk for ; Tue, 1 Feb 2011 04:38:12 +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 66A3D19D13E for ; Tue, 1 Feb 2011 04:38:12 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 57966175DD; Tue, 1 Feb 2011 04:38:12 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Date: Tue, 1 Feb 2011 04:38:12 +0000 From: "Eric Schnoebelen" Subject: CVS commit: pkgsrc/x11/stalonetray To: pkgsrc-changes@NetBSD.org Reply-To: schnoebe@netbsd.org X-Mailer: log_accum Message-Id: <20110201043812.57966175DD@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: schnoebe Date: Tue Feb 1 04:38:12 UTC 2011 Modified Files: pkgsrc/x11/stalonetray: Makefile distinfo Removed Files: pkgsrc/x11/stalonetray/patches: patch-pa Log Message: # November 5, 2010 New bugfix release 0.8.1. Fixes: * fix build failure for non-debug configurations * several manpage updates * fix SEGFAULT while parsing command line * icon layout fixes Known issues: some Gnome icons that are "hidden" actually create a window that is detected and embedded by stalonetray. Such icons appear as empty spaces in the tray. Applications that are known to behave this way are gnome-power-manager and gpk-update-icon. # October 21, 2009 New major release 0.8.0. New features/notable changes: * Remote control. Now it is possible to execute clicks on icons windows from command line. See documentation on --remote-click option for more info * Support for window struts EWMH property: now maximized windows do not cover stalonetray window. See documentation on --window-strut option for more info. * In addition to --icon-size which defines default icon size, now there is also a --slot-size which defines size of slot containing an icon. * Initial and maximal tray window dimensions are now specified in slot_size multiples * Scrollbars: now tray window has extra border, which user can click on to scroll icon area. This means that one can have fixed-size tray window (usefull when it is swallowed by FvwmButtons). See documentation on --scrollbars option for more info. This feature is experimental. * Semi-ugly support for WindowMaker dockapp mode. See documentation on --dockapp-mode option for more info. Notable fixes: * Build fix for NetBSD. * Fix EWMH window type support. Some command line and configuration file options were depricated, see DEPRICATIONS section of manpage for more info. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 pkgsrc/x11/stalonetray/Makefile cvs rdiff -u -r1.2 -r1.3 pkgsrc/x11/stalonetray/distinfo cvs rdiff -u -r1.1 -r0 pkgsrc/x11/stalonetray/patches/patch-pa Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.