diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2004-06-26 23:56:21 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2004-06-26 23:56:21 +0000 |
commit | 8d310a45bdfd2ed746847244719e313a0d4a8396 (patch) | |
tree | 1f005c2aabfdd5748c722135ce24a93b994723e9 /wm/icewm-imlib | |
parent | fe62879c2ba4c212102ec34666a0d40931b6d63e (diff) | |
download | pkgsrc-8d310a45bdfd2ed746847244719e313a0d4a8396.tar.gz |
Update wm/icewm to 1.2.14, provided by Iain Hibbert via pkgsrc-wip.
Changes:
# 1.2.14: 2004-05-22
* minor tweak to alt+tab behavior when selecting from all workspaces
# 1.2.14pre16: 2004-05-09
* netwm modal state broken, disabled
* make menu/config file parsing behave more like sh (handle both single
and double quotes) -- Eduard Bloch
* Italian translation update
* Czech translation update
* fix build with gcc-3.4
# 1.2.14pre15: 2004-05-02
* add new theme yellowmotif (Andreas Leitgeb (avl42))
* fix in window mapping code for Citrix client
* bug fixes in xft clipping
# 1.2.14pre14: 2004-04-20
* Solaris fixes to configure.in (Damjan Perenic)
* implement EWMH "modal" state
* show themable preferences in ~/.icewm/preferences
* fix order in CPU Status (Hanspeter Roth)
# 1.2.14pre13: 2004-04-12
* fix antialiasing of menu icons
* fix raising of new window when in fullscreen
* Linux Kernel 2.6 iowait,irq,softirq cpu status support (Hanspeter Roth)
* improved support for NetWM hints (state: above, below, ...)
* fix delayed mouse focus with fast keyboard desktop switches
# 1.2.14pre12: 2004-03-21
* fixed icon antialiasing with IMLIB
* fix crash with XPM icon loading
* Solaris fixes (Damjan Perenic)
# 1.2.14pre11: 2004-03-16
* minor bug fixes and build fixes
# 1.2.14pre10: 2004-02-29
* fix comile with --enable-lite
* CPUStatus fix for FreeBSD 5.2 / gcc 3.3.3 (Hanspeter Roth)
* fix crash in CPU status (L10N related, translations need to be updated)
* made ShowMenuButtonIcon setting themable again
* KeyWinMaximizeHoriz binding (no default key yet)
* Italian translation update (Yuri Bongiorno)
* Finnish translation update (Taisto Kuikka)
* Turkish translation (Coku Erdem)
# 1.2.14pre9: 2004-01-19
* improve maximized window position handling on workspace switches
# 1.2.14pre8: 2004-01-11
* add Xft font specification for Infadel2 theme
* image support for the "show desktop" icon
* change startup order in icewm-session (icewm now first, startup last)
* minimize all / show desktop should not minimize unminimizable windows
* improvements to icehelp
* fix winoptions icon override behavior
* keep theme history in ~/.icewm/themes (Eduard Bloch)
# 1.2.14pre7: 2004-01-03
* fix reaping of children in icewm-session
* initial mapping code cleanup
# 1.2.14pre6: 2003-12-30
* fix "lost focus when maximizing" in mouse-focus mode
* fix "Super+key" bindings again
* remove line/string length limits for preferences file
# 1.2.14pre5: 2003-12-25
* fix problem with replaying Super+X when not activating menu
* build fixes for FreeBSD
* build fix for Xrandr \< 1.0 (not tested)
* *bsd cpu status support (Hanspeter Roth)
# 1.2.14pre4: 2003-12-23
* movesize-fx obsoleted
* wm-session obsoleted
* header cleanups
* fix monitor for linux 2.0 (Miroslav Stibor)
* fix focus/click with multiple emacs frames
* all font preferences now have a ...Xft variant that can be set to
fontconfig pattern specification.
example: MenuFontNameXft=sans-serif:size=12:bold
* enabled shaped window decorations by default (configure)
# 1.2.14pre3: 2003-12-22
* debian fixes (Eduard Bloch)
* fixes and cleanups
# 1.2.14pre2: 2003-12-20
* compile fixes for egcs-2.91.66 (Miroslav Stibor)
* icewm-session explicitly terminates icewm and icewmtray (Hanspeter Roth)
* code refactoring and cleanup
# 1.2.14pre1: 2003-11-01
* initial support for XRANDR
* enable alt+Tab in LITE
* only allow a restricted set of prefs to be set in a theme
* fix shutdown in logout menu (was a reboot)
* fix crash on startup when TaskBarShowWindowListMenu=0 and
TaskBarDoubleHeight=1 set (Alexander Portnoy - alexpor)
* icesound fixes (some variants need testing)
* nested themes menus (Eduard Bloch)
* support for rollover titlebar buttons (Rob Costello)
* CPU status fixes. New option: TaskBarCPUDelay (Miroslav Stibor)
* Net status fixes. New options: TaskBarNetSamples, TaskBarNetDelay
(Miroslav Stibor)
* fixes to icewm-session
* Ctrl+Alt+Numpad moves window (Bert Wesarg)
Diffstat (limited to 'wm/icewm-imlib')
-rw-r--r-- | wm/icewm-imlib/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/wm/icewm-imlib/Makefile b/wm/icewm-imlib/Makefile index 14e3ccf45a4..dde88c55556 100644 --- a/wm/icewm-imlib/Makefile +++ b/wm/icewm-imlib/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.9 2004/04/09 10:41:07 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2004/06/26 23:56:22 xtraeme Exp $ PKGNAME= ${DISTNAME:S/-/-imlib-/} -PKGREVISION= 2 COMMENT= Small, fast and light-weight window manager (imlib version) CONFLICTS+= icewm-[0-9]* icewm-gnome-[0-9]* |