diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2005-01-20 04:27:48 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2005-01-20 04:27:48 +0000 |
commit | 6282cd6f2ffa2b5d6ef5518b45e5a73722e7138f (patch) | |
tree | 3fb9d502461b291db94e8a8f853586b20c761ddd /wm/icewm-imlib | |
parent | a25b7d65b9d273f5976316a586992b29e21477e4 (diff) | |
download | pkgsrc-6282cd6f2ffa2b5d6ef5518b45e5a73722e7138f.tar.gz |
Update icewm to 1.2.20
# 1.2.20: 2005-01-09
* fix+revert default binding for MouseWinMove an MouseWinSize
* fix 1 pixel border when taskbar at top of screen
* fix themes not loading from user directory
# 1.2.19: 2004-12-26
* fix crash/build failure when taskbar disabled
* fix build/link with some gcc/g++ versions
# 1.2.18: 2004-12-18
* changed icedesert colors (Hanspeter Roth)
# 1.2.18pre1: 2004-12-05
* disable SupportsSemitransparency by default, this makes
icewmbg exit after setting the image and reduces memory usage
* fix Meta key handling typo
* fix CPU waste in icewm-session and icewmtray
* fix some Win+x key combinations
* new settings MouseWinMove (=Alt+Ctrl+Pointer_Button1) and
MouseWinSize (=Alt+Ctrl+PointerButton3). The default bindings have
changed from Alt+button drag to Ctrl+Alt (or Super).
# 1.2.17: 2004-11-07
* fix: windows were not expanding when taskbar was hidden
* fix: reused (hidden) application windows popped up on original
workspace
* fix: build with --disable-taskbar
* fix: maximize/restore for rxvt
* fix: reboot/shutdown functionality (default configuration
changed to use 'sudo')
# 1.2.17pre2: 2004-10-31
* fix crash on startup when mailbox or net status disabled
* fix build with gcc > 3.3
* fix gray lines on taskbar bottom
* major changes in window geometry/layout handling
* fix "tray icon"
# 1.2.17pre1: 2004-10-24
* fix \ quoting in configuration files (Eduard Bloch)
* fix "win" key when NumLock active
* more weird modifier map fixesa
* updated Slovenian translation (Jernej Kovacic)
* add the button to collapse the task bar
* rewrite of taskbar layout code
* force Imlib to use default visual (fix xorg visual mess)
* vertical layout for Alt+Tab (Eduard Bloch)
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 0b93597d928..38a71fab10b 100644 --- a/wm/icewm-imlib/Makefile +++ b/wm/icewm-imlib/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.16 2005/01/13 10:14:45 xtraeme Exp $ +# $NetBSD: Makefile,v 1.17 2005/01/20 04:27:48 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]* |