diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2004-01-16 02:30:30 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2004-01-16 02:30:30 +0000 |
commit | 724191cedd9af7a46019e54de34374ff490538af (patch) | |
tree | 70ff5c3d8797b3c386525f6d4057a2909b13bf52 /x11/gnome-panel/Makefile | |
parent | f30e81e115a2037bb945f8e044034a1a094dc6dc (diff) | |
download | pkgsrc-724191cedd9af7a46019e54de34374ff490538af.tar.gz |
Update to 2.4.2
Changes:
Panel
* Fix various bugs with autohide with no animations (Vincent)
* Use the monitor size and not the screen size to position the panel
(linchua)
* Fix bug in menu positioning when the panel is hidden (Arvind)
* Snap to 0/100% opacity with a 2% tolerance (Vincent)
* Set the accessible name on drawers (Padraig)
* Don't allow the panel to unhide when the properties dialog is open
(Arvind)
* Don't unhide the panel if we quickly move the pointer in and out
(Arvind)
* Don't unhide hidden drawers when unhiding the parent panel (Mark)
* Fix crashing when gdk_property_get_fails (Vincent)
* Link to help for action buttons (Vincent)
* Don't allow vertically centered horizontal panels and vice versa
(Vincent)
* Make "Force Quit" confirmation dialog cancel on escape
(Vijaykumar Patwari)
Screenshooter
* Don't crash when using the shape extension on an offscreen window (Vincent)
libpanel-applet
* Fix crasher with ORBit 2.9.4 (Mark)
* Fix weird issue caused by not removing the dir from the GConfClient cache
(Vijaykumar Patwari)
* Fix a memory leak (Kjartan)
Applets
* Accessible name/description for various applets (Vincent)
* Fix up the help link for various applets (Vincent)
* Destroy about dialogs when applets are deleted (Archana Shah)
Misc
* Ukrainian translation of the help docs (Maxim Dziumanenko)
* Man pages updates (Vincent)
* Help documentation updates (Breda McColgan)
Diffstat (limited to 'x11/gnome-panel/Makefile')
-rw-r--r-- | x11/gnome-panel/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/x11/gnome-panel/Makefile b/x11/gnome-panel/Makefile index 6e7059810d6..2b1a604d88a 100644 --- a/x11/gnome-panel/Makefile +++ b/x11/gnome-panel/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.21 2004/01/04 17:30:55 jmmv Exp $ +# $NetBSD: Makefile,v 1.22 2004/01/16 02:30:30 xtraeme Exp $ # -DISTNAME= gnome-panel-2.4.1 -PKGREVISION= 4 +DISTNAME= gnome-panel-2.4.2 CATEGORIES= x11 gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnome-panel/2.4/} EXTRACT_SUFX= .tar.bz2 |