diff options
author | abs <abs@pkgsrc.org> | 2007-01-05 16:58:22 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2007-01-05 16:58:22 +0000 |
commit | b53ab9c13d3a575616e0122cec08d5644a92871d (patch) | |
tree | 78b91a7d955f275fd185f5a8f1aed8c7fc61d36e /doc/CHANGES-2007 | |
parent | f1f8094852f02623f46a79ec1f97836c6d4a4b9f (diff) | |
download | pkgsrc-b53ab9c13d3a575616e0122cec08d5644a92871d.tar.gz |
Update jwm from 1.8rc1 to 1.8:
# JWM v1.8rc2 <> 20061008
* Fixed a seg fault when tray buttons point to invalid root menus.
* Hide popups when the mouse moves over them.
* Fix alt+left click window moving so windows don't jump.
* Allow windows to be lowered with alt+right click.
* When maximizing, place the window on the screen of its center point.
* Unmaximize maximized windows that resize themselves.
* Add support for _NET_WM_STATE_FULLSCREEN.
* More warning messages about incorrectly configured root menus.
# JWM v1.8rc3 <> 20061022
* Fixed a bug that caused strange things to happen after a client was killed
.
* Fixed a bug that caused windows to be mapped incorrectly when started at t
he same time as JWM.
* Fixed an issue with auto-hide trays hidding when they shouldn't.
# JWM v1.8rc4 <> 20061104
* Fixed some seg faults with invalid configuration files.
* Trim leading and trailing spaces from configuration options.
* Improved _NET_WM_STATE_FULLSCREEN support.
* Fixed StartupCommands and Swallow items.
# JWM v1.8 <> 20061223
* Fixed a bug when moving windows that could cause the window to jump to the
upper left corner of the screen.
* Fixed a Dock issue when restarting.
* Fixed a Swallow issue on startup.
* Transient windows of active windows now get focus when they are first crea
ted.
* Submenus now appear on the left if there isn't enough room on the right (m
dsama)
Diffstat (limited to 'doc/CHANGES-2007')
-rw-r--r-- | doc/CHANGES-2007 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/CHANGES-2007 b/doc/CHANGES-2007 index a89bf35a0fd..dedccca582e 100644 --- a/doc/CHANGES-2007 +++ b/doc/CHANGES-2007 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2007,v 1.44 2007/01/05 16:51:58 obache Exp $ +$NetBSD: CHANGES-2007,v 1.45 2007/01/05 16:58:22 abs Exp $ Changes to the packages collection and infrastructure in 2007: @@ -69,3 +69,4 @@ Changes to the packages collection and infrastructure in 2007: Updated mail/dovecot to 1.0rc16 [ghen 2007-01-05] Updated lang/classpath to 0.93 [obache 2007-01-05] Updated lang/classpath-gui to 0.93 [obache 2007-01-05] + Updated wm/jwm to 1.8 [abs 2007-01-04] |