Bug 91333 - [maintainer-update] port x11-wm/jwm to 1.2
Summary: [maintainer-update] port x11-wm/jwm to 1.2
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Emanuel Haupt
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-01-05 06:30 UTC by babak
Modified: 2006-01-05 12:19 UTC (History)
0 users

See Also:


Attachments
jwm-1.2.patch (820 bytes, patch)
2006-01-05 06:30 UTC, babak
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description babak 2006-01-05 06:30:03 UTC

    
Comment 1 babak 2006-01-05 06:38:55 UTC
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
Comment 2 Emanuel Haupt freebsd_committer freebsd_triage 2006-01-05 09:47:53 UTC
Responsible Changed
From-To: freebsd-ports-bugs->ehaupt

Take.
Comment 3 Emanuel Haupt freebsd_committer freebsd_triage 2006-01-05 12:19:37 UTC
State Changed
From-To: open->closed

Committed, thanks!