diff options
author | recht <recht@pkgsrc.org> | 2004-09-01 11:08:46 +0000 |
---|---|---|
committer | recht <recht@pkgsrc.org> | 2004-09-01 11:08:46 +0000 |
commit | a1277fcb16ba62f75870a13568af8a6c95eff986 (patch) | |
tree | b95d8c7dabf0f153319da427fc7d28c7a74d8b0a /wm/icewm-gnome | |
parent | 377c20f6177790d654f1f550722f0e3f5b83b820 (diff) | |
download | pkgsrc-a1277fcb16ba62f75870a13568af8a6c95eff986.tar.gz |
update to 1.2.16
1.2.16: 2004-08-16
- fullscreen fix for _NET_WM_STATE_FULLSCREEN (affects mplayer)
- use our own replacement for basename
- ACPI battery status fix (gicco)
- fix bug 984427 (addressbar ignores backspace when numlock pressed)
- Polish translation update
1.2.15: 2004-08-09
- enable locale for icesh
1.2.15pre4: 2004-08-05
- fix crash/lockup at startup in ACPI status applet when ac module
not loaded
- tray icon sizing cleanups
- fix bug 883518: keyboard gets locked until icewm menu is activated
- double buffering fixes
- French translation update
- Finnish translation update (Taisto Kuikka)
- menuprogreload menu keyword added (Konstantin Korikov)
syntax: menuprogreload title icon timeout command ...
- battery status display for FreeBSD (Hanspeter Roth)
- smart snap window positioning triggered by C+S+A+numpad (Bert Wesarg)
- key to show desktop (Super+D)
1.2.15pre3: 2004-08-01
- icesound gcc 2.95.3 compile fix (Thomas Zajic)
- net status support for OpenBSD (Hanspeter Roth)
- FreeBSD build fix (Hanspeter Roth)
- basename cleanups for FreeBSD
- systray cleanups for wine, ...
- battery status uses design capacity (Hanspeter Roth)
1.2.15pre2: 2004-07-18
- Slovak translation (Radovan Stas)
- fix activation from gnome-2.6 panel to properly raise window
- fix transparency support (caused crashes in xchat...)
- NetBSD support for NetStatus (Iain Hibbert)
- net modifier setup code to cope with weird xorg modifier setup
1.2.15pre1: 2004-06-27
- fix ppp applet isdn online status
- fix focusing new+maximized windows
- fix some alt+tab pref combinations (hidden + all/group workspaces)
- some more gcc 3.4 fixes (morfic)
Diffstat (limited to 'wm/icewm-gnome')
-rw-r--r-- | wm/icewm-gnome/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/wm/icewm-gnome/Makefile b/wm/icewm-gnome/Makefile index 8f0a834f94f..a0634371d54 100644 --- a/wm/icewm-gnome/Makefile +++ b/wm/icewm-gnome/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.26 2004/07/02 19:00:12 jmmv Exp $ +# $NetBSD: Makefile,v 1.27 2004/09/01 11:08:46 recht Exp $ PKGNAME= ${DISTNAME:S/-/-gnome-/} -PKGREVISION= 1 COMMENT= Small, fast and light-weight window manager (GNOME version) CONFLICTS+= icewm-[0-9]* icewm-imlib-[0-9]* |