diff options
author | xtraeme <xtraeme> | 2005-01-22 09:27:59 +0000 |
---|---|---|
committer | xtraeme <xtraeme> | 2005-01-22 09:27:59 +0000 |
commit | 5278220889eab0afc2fc02b8dad8c5e4f50f0135 (patch) | |
tree | d0a5f47f000527916c526fad751b5f4b0ede4e06 /wm/3ddesktop/Makefile | |
parent | fafd191e71c8deee34131301d2020c13481709c8 (diff) | |
download | pkgsrc-5278220889eab0afc2fc02b8dad8c5e4f50f0135.tar.gz |
Update to 0.2.8
Release 0.2.8
-------------
* Fix bug where every other goto does not exit in nonzoomed views
* Removed KDE 2.x check in configure
* Added --justswitch flag that switches desktops without graphics
Release 0.2.7
-------------
* Fix a compilation issue about "two_face_gap" variable.
* Fix the resolution picking logic (removed it) so no more monitor
resets
* Fix startup bug where 3ddesk was not finding the server it just
started
* Apply endianness patch [Colin Leroy]
* Options to reverse mousewheel, swap mousebuttons and change
mousebuttons [Eric Shattow]
* Don't acquire desktop when activated if recently autoacquired
Release 0.2.6
-------------
* Add 'f' as toggle for 'random fun mode' and --noautofun [Phil]
* Avoid 3 sec delay when starting 3ddeskd from 3ddesk [Gregory Kovriga]
* Use a lower priority for the deamon to lessen screen cap hit (use 12)
* Add autoacquire feature to acquire current desktop every 2 seconds
* Add random view option
* Improvements to memory usage [Toph]
* Add --dontexit flag to not exit after a goto
* Flush message queue before activation
* Have goto movement start right away rather then wait for entry movement
* Show screen numbers greater then 10 correctly [Robert Wittams]
Diffstat (limited to 'wm/3ddesktop/Makefile')
-rw-r--r-- | wm/3ddesktop/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/wm/3ddesktop/Makefile b/wm/3ddesktop/Makefile index ae6df54f6cd..17997352c8e 100644 --- a/wm/3ddesktop/Makefile +++ b/wm/3ddesktop/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.9 2004/12/22 08:54:34 snj Exp $ +# $NetBSD: Makefile,v 1.10 2005/01/22 09:27:59 xtraeme Exp $ # -DISTNAME= 3ddesktop-0.2.5 -PKGREVISION= 6 +DISTNAME= 3ddesktop-0.2.8 CATEGORIES= wm MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=desk3d/} |