diff options
author | nathanw <nathanw> | 2002-03-15 01:07:47 +0000 |
---|---|---|
committer | nathanw <nathanw> | 2002-03-15 01:07:47 +0000 |
commit | ce6822d346c33cfa998371c60165e5f68e0ac924 (patch) | |
tree | 38ceb7743587d430443d58acf6c7296e1de2a490 /wm | |
parent | 4120011c73ddcc070e67d45f273ab14eeda6b2a8 (diff) | |
download | pkgsrc-ce6822d346c33cfa998371c60165e5f68e0ac924.tar.gz |
New master site.
Update from version 3.5 to 3.5.2.
from the CHANGES file:
Changes from version 3.5 to 3.5.1
1 - f.initsize : resets a window to its initial size given by the
WM_NORMAL_HINTS hints.
2 - f.ring : Selects a window and adds it to the WarpRing, or removes it if
it was already in the ring. This command makes f.warpring much more
useful, by making its configuration dynamic (thanks to Philip Kizer
<pckizer@tamu.edu>).
3 - f.jumpleft, f.jumpright, f.jumpup, f.jumpdown : takes one integer
argument (the step). These function are designed to be bound to keys,
they move the current window (step * {X,Y}MoveGrid) pixels in the
corresponding direction. stopping when the window encounters another
window (ala f.pack).
Changes from version 3.5.1 to 3.5.2
1 - f.moveresize : Takes one string argument which is a geometry with the
standard X geometry syntax (e.g. 200x300+150-0). Sets the current
window to the specified geometry. The width and height are to be given
in pixel, no base size or resize increment are used.
2 - AutoLower et f.autolower : from Kai Grossjohann
(Kai.Grossjohann@CS.Uni-Dortmund.DE). Same as autoraise but with lower.
3 - WindowRingExclude : Takes a window list as argument. All listed windows
will be excluded from the WarpRing.
4 - A new menu : 'TwmIcons' same as 'TwmWindows', but shows only iconified
windows. I did this when I got bored of having icons. Now I have no
icons and no icon managers. I use this menu to deiconify windows.
When I was young, I liked to have brightly colored icons, but now that
I am getting old(er), I prefer a bare desktop.
Diffstat (limited to 'wm')
-rw-r--r-- | wm/ctwm/Makefile | 8 | ||||
-rw-r--r-- | wm/ctwm/distinfo | 6 |
2 files changed, 7 insertions, 7 deletions
diff --git a/wm/ctwm/Makefile b/wm/ctwm/Makefile index f655539ad7d..0d56b869907 100644 --- a/wm/ctwm/Makefile +++ b/wm/ctwm/Makefile @@ -1,12 +1,12 @@ -# $NetBSD: Makefile,v 1.4 2001/08/22 17:39:00 jlam Exp $ +# $NetBSD: Makefile,v 1.5 2002/03/15 01:07:47 nathanw Exp $ # -DISTNAME= ctwm-3.5 +DISTNAME= ctwm-3.5.2 CATEGORIES= x11 wm -MASTER_SITES= ftp://slhp1.epfl.ch/pub/ +MASTER_SITES= http://ctwm.dl.nu/ MAINTAINER= packages@netbsd.org -HOMEPAGE= http://woland.afti.nsu.ru/~reberger/xwinman/ctwm.html +HOMEPAGE= http://ctwm.dl.nu/ COMMENT= Window manager with support for multiple virtual screens USE_IMAKE= YES diff --git a/wm/ctwm/distinfo b/wm/ctwm/distinfo index 4cfb4b9ec23..7d4adda3695 100644 --- a/wm/ctwm/distinfo +++ b/wm/ctwm/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.2 2001/04/17 16:03:43 agc Exp $ +$NetBSD: distinfo,v 1.3 2002/03/15 01:07:47 nathanw Exp $ -SHA1 (ctwm-3.5.tar.gz) = 12a23662e44518ed6c6ed89a2ea3c0c5e97c2775 -Size (ctwm-3.5.tar.gz) = 606864 bytes +SHA1 (ctwm-3.5.2.tar.gz) = 938750b798b53262f00436f7cd2228b414ce3057 +Size (ctwm-3.5.2.tar.gz) = 598142 bytes |