diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2003-08-31 21:15:05 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2003-08-31 21:15:05 +0000 |
commit | bf580bd288afb990ed33043c48060b172ab345bc (patch) | |
tree | e325d20d59cd96ecf5aab680f3d3906ef53983ef /wm/icewm/PLIST | |
parent | 36722ad11d2cc0680469f061bcfd9cff3bb5d161 (diff) | |
download | pkgsrc-bf580bd288afb990ed33043c48060b172ab345bc.tar.gz |
Updated icewm to 1.2.12
Changes:
1.2.12: 2003-08-24
MAJOR CHANGE: reverted preferences/theme order to same
as before 1.2.10. Added "prefoverride" file for overriding
theme preferences.
- icewmbg is only re/started when already running
- fix build with --disable-taskbar
- fix build with --disable-shape
- fix ShowMoveSizeStatus with OpaqueMove/Resize
1.2.11: 2003-08-19
- added forcedClose window option (Hanspeter Roth)
- added recent average in network monitor
- fix icewmbg not setting theme background
- fix spelling of _NET_WORKAREA hint (Jeff Pohlmeyer (tgeek))
- fix spelling of --client-id option name (YAMAMOTO, Taku <taku@cent.saitama-u.ac.jp>)
- fix random restart failures
- fix codeset handling on FreeBSD
- Czech translation update (Jan Horak)
- Bulgarian translation (Pavel Pyuter)
- fix painting of exposed icons
1.2.10: 2003-08-11
- added "Default" to Themes submenu
- documentation updates
1.2.10pre11: 2003-08-10
- theme selector now writes the selected theme in ~/.icewm/theme
- theme selector now restarts icewmbg automatically
- minor cleanups in apm applet
- build fixes
- Infadel2 theme cleanups (Hanspeter Roth)
1.2.10pre10: 2003-08-01
- fixed icewmbg semtransparency support. icewmbg will no longer
exit when semitransparency is enabled
- major focus cleanups
1.2.10pre9: 2003-07-30
- double buffering performance optimizations
1.2.10pre8: 2003-07-27
- FIXED: taskbar tray location off by one pixel
1.2.10pre7: 2003-07-26
- FIXED: shaped windows when --enable-shaped-decorations
- FIXED: icewmbg prefs now added to default preferences file
1.2.10pre6: 2003-07-25
- FIXED: theme local font path with Xft/fontconfig
- disabled movement of maximized windows offscreen (use shift to
override)
- corefonts now enabled when Xft major version = 1
1.2.10pre5: 2003-07-24
- FIXED: compile with --enable-corefonts
- FIXED: compile with Xft v1
- Dutch translation update by Reinout van Schouwen
- added internal border to taskbar
1.2.10pre4: 2003-07-19
- FIXED: problem with --enable-shaped-decorations and
full-screen windows (mplayer)
- Italian translation update by Yuri Bongiorno
1.2.10pre3: 2003-07-13
- implement support for depth 1 window icons
- FIXED build with some compilers
- painting is now double buffered (TODO: optional) and faster
- Russian translation update (Anton B. Farygin)
1.2.10pre2: 2003-07-05
- MAJOR CHANGE: the theme needs to be specified in the ~/.icewm/theme
file, like this:
Theme=icedesert/default.theme
- Theme settings are now loaded before ~/.icewm/preferences
- FIXED network monitor crash with "pl" locale (Pawel Warowny)
- simplified tray icon option in window menu
- Finnish translation update (Taisto Kuikka (taistok))
1.2.10pre1: 2003-06-29
- MAJOR CHANGE: icewm background handling moved to icewmbg program
- fixes to gnome2 menu support (Nehal Mistry)
- FIXED: task bar auto hide with taskbar menus
- FIXED: some focusing problems with gtk2 (Owen Taylor, Bernhard Walle)
- code cleanups in font handling
1.2.9: 2003-06-22
- added gnome2 menu support (Nehal Mistry)
- added missing netwm active window notification
- new option FocusRequestFlashTime
- fix problem with accented characters in the title bar
- fix aspect ratio on maximization
- fix gcc 3.3 build
- fix crash with a single workspace (oops!)
- Polish translation update (Arkadiusz Lipiec)
- documentation of using WINDOW_ROLE property in
winoptions (Jo Valentine-Cooper)
Changes on pkgsrc:
* Use shared PLIST on icewm-{gnome,imlib}
Ok'ed by wiz@ and jmmv@
Diffstat (limited to 'wm/icewm/PLIST')
-rw-r--r-- | wm/icewm/PLIST | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/wm/icewm/PLIST b/wm/icewm/PLIST index c691941f1ce..7982bc11950 100644 --- a/wm/icewm/PLIST +++ b/wm/icewm/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.9 2003/07/09 21:14:26 jmmv Exp $ +@comment $NetBSD: PLIST,v 1.10 2003/08/31 21:15:05 xtraeme Exp $ bin/icehelp bin/icesh bin/icewm @@ -15,6 +15,7 @@ share/doc/html/icewm/icewm-15.html share/doc/html/icewm/icewm-16.html share/doc/html/icewm/icewm-17.html share/doc/html/icewm/icewm-18.html +share/doc/html/icewm/icewm-19.html share/doc/html/icewm/icewm-2.html share/doc/html/icewm/icewm-3.html share/doc/html/icewm/icewm-4.html @@ -316,6 +317,7 @@ share/icewm/themes/win95/restore.xpm share/icewm/toolbar share/icewm/winoptions ${PKGLOCALEDIR}/locale/be/LC_MESSAGES/icewm.mo +${PKGLOCALEDIR}/locale/bg/LC_MESSAGES/icewm.mo ${PKGLOCALEDIR}/locale/ca/LC_MESSAGES/icewm.mo ${PKGLOCALEDIR}/locale/cs/LC_MESSAGES/icewm.mo ${PKGLOCALEDIR}/locale/de/LC_MESSAGES/icewm.mo |