diff options
author | abs <abs@pkgsrc.org> | 2007-01-05 16:56:54 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2007-01-05 16:56:54 +0000 |
commit | d84385a820ee1edc654743738d237abaf4cad1eb (patch) | |
tree | 6fa4b9c91df247ef54812b90d355b90e53be599d /wm | |
parent | 04eeefa3f0bcb7d5ff13cb4d1da49ceafc9af536 (diff) | |
download | pkgsrc-d84385a820ee1edc654743738d237abaf4cad1eb.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 the 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 created.
* Submenus now appear on the left if there isn't enough room on the right (mdsama)
Diffstat (limited to 'wm')
-rw-r--r-- | wm/jwm/Makefile | 4 | ||||
-rw-r--r-- | wm/jwm/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/wm/jwm/Makefile b/wm/jwm/Makefile index 6671df3d046..ca3fbb0d570 100644 --- a/wm/jwm/Makefile +++ b/wm/jwm/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.4 2006/12/15 20:33:02 joerg Exp $ +# $NetBSD: Makefile,v 1.5 2007/01/05 16:56:54 abs Exp $ # -DISTNAME= jwm-1.8rc1 +DISTNAME= jwm-1.8 CATEGORIES= wm x11 MASTER_SITES= http://www.joewing.net/programs/jwm/ EXTRACT_SUFX= .tar.bz2 diff --git a/wm/jwm/distinfo b/wm/jwm/distinfo index 6c425bf1782..7051a76e08a 100644 --- a/wm/jwm/distinfo +++ b/wm/jwm/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.2 2006/09/01 15:43:10 abs Exp $ +$NetBSD: distinfo,v 1.3 2007/01/05 16:56:54 abs Exp $ -SHA1 (jwm-1.8rc1.tar.bz2) = ddbeff30648a1d582e5729483f6426bc774b0f34 -RMD160 (jwm-1.8rc1.tar.bz2) = 189b163a3635fdb1d61f6b75e26b69988d38ceef -Size (jwm-1.8rc1.tar.bz2) = 139112 bytes +SHA1 (jwm-1.8.tar.bz2) = 71852287b1478d24ee6bb08afcbbf45b74709fa5 +RMD160 (jwm-1.8.tar.bz2) = baef433c7f6ec9c8e9dafdd8fcc3d8c19790030e +Size (jwm-1.8.tar.bz2) = 145922 bytes SHA1 (patch-aa) = ac33481d7e4d081960977a05f87c698865d19c63 SHA1 (patch-ab) = 37dde771f21eb0ae63af01ecd53f2f201dd1c6fc |