Skip to content

Commit

Permalink
Update jwm from 1.8rc1 to 1.8:
Browse files Browse the repository at this point in the history
# 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)
  • Loading branch information
abs committed Jan 5, 2007
1 parent 9211dd4 commit f1f8094
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions wm/jwm/Makefile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
8 changes: 4 additions & 4 deletions wm/jwm/distinfo
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit f1f8094

Please sign in to comment.