From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jan 5 06:40:09 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 593B416A41F for ; Thu, 5 Jan 2006 06:40:09 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D8BD343D48 for ; Thu, 5 Jan 2006 06:40:08 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k056e8PN081671 for ; Thu, 5 Jan 2006 06:40:08 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k056e8pg081670; Thu, 5 Jan 2006 06:40:08 GMT (envelope-from gnats) Date: Thu, 5 Jan 2006 06:40:08 GMT Message-Id: <200601050640.k056e8pg081670@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Babak Farrokhi Cc: Subject: Re: ports/91333: [maintainer-update] port x11-wm/jwm to 1.2 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Babak Farrokhi List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Jan 2006 06:40:09 -0000 The following reply was made to PR ports/91333; it has been noted by GNATS. From: Babak Farrokhi To: FreeBSD-gnats-submit@FreeBSD.org Cc: Subject: Re: ports/91333: [maintainer-update] port x11-wm/jwm to 1.2 Date: Thu, 5 Jan 2006 0:38:55 -0600 A list of changes since 1.1: * Updates to configure.in to (hopefully) eliminate problems caused by defining _XOPEN_SOURCE. * Fixed some compiler warnings. * Grab keys for trays. * Fixed a potential issue with bad PNG icons. * Improved loading of swallowed clients. Now swallowed clients are all started at the same time and then JWM waits for them to appear rather than starting them one at a time. * Disabled alpha blending of icons for color depths of less than 24 bits. Alpha blending at 16 bits and lower was causing garbled icons. * Fixed a resize issue when resizing windows that specified an aspect ratio. * Now JWM sends WM_DELETE_WINDOW to swallowed clients before exiting. * Fixed a problem with swallowing some programs (notably GTK+ programs). -- Babak Farrokhi babak@farrokhi.net