diff options
author | jmmv <jmmv@pkgsrc.org> | 2003-07-09 21:14:26 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2003-07-09 21:14:26 +0000 |
commit | 22c1cc975c803217c9bd3f0e39b0ae6480fa8195 (patch) | |
tree | 31a0d2651fc310cbf31886b82e44f408c1d0da94 /wm/icewm-gnome | |
parent | 20d18c7d3b8022baabf27f5461ad10dc3c7cdd9f (diff) | |
download | pkgsrc-22c1cc975c803217c9bd3f0e39b0ae6480fa8195.tar.gz |
Update icewm{,-imlib,-gnome} to 1.2.9:
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)
1.2.8: 2003-06-08
- various build/minor fixes
- new option enableAddressBar(=1)
1.2.8pre3: 2003-06-03
- fix Alt+Tab window getting stuck under load
- menu mnemonics tweaks (Hanspeter Roth)
- add mnemonics to zh_TW.Big5.po (Benshark Chen)
- task bar layout tweaks
- Restrictions on command line argument parsing.
Only -o, -o ARG or --option, --option=ARG forms
are accepted now, not any other combinations
- improvements for NETWM system tray (you must run 'icewmtray'
in background to support this)
1.2.8pre2: 2003-05-18
- improved focus handling (alt+tab, window close, workspace switch)
- fix taskbar issues from pre1
- GNOME 2 workspace switcher applet (Adam James Fitzpatrick)
- renamed --with-gnome-menus to --enable-menus-gnome1
- cleanups in configurable keyboard bindings handling
- renamed modMetaIsCtrlAlt to modSuperIsCtrlAlt. Win95keys now
enabled by default.
1.2.8pre1: 2003-05-04
- fix: interaction between shaped windows and fullscreen (Owen Marshall)
- fix: posible crash on shutdown
- minor memory leak fixes
- fix handling of fullscreen windows with shaped
window borders (Owen Marshall)
- convert zh_CN.gb2312.po to UTF-8 (zh_CN.po) - lark@lark.net.cn
- autodetect gnome/kde menu directories (Nehal Mistry)
- fixed address bar behavior in various configurations
- Hungarian translation update (Peter Somogyi)
- Xft2 doesn't require RENDER extension (Make Fabian)
- partial Korean translation (Hwang, Sang-Jin / Make Fabian)
- LDFLAGS fix (Robert Klein)
- fix problem with menufile items not having mnemonics (_)
- initial implementation of NETWM system tray
Diffstat (limited to 'wm/icewm-gnome')
-rw-r--r-- | wm/icewm-gnome/PLIST | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/wm/icewm-gnome/PLIST b/wm/icewm-gnome/PLIST index de813592393..bade202b4f4 100644 --- a/wm/icewm-gnome/PLIST +++ b/wm/icewm-gnome/PLIST @@ -1,10 +1,10 @@ -@comment $NetBSD: PLIST,v 1.7 2003/06/03 16:04:46 jmmv Exp $ +@comment $NetBSD: PLIST,v 1.8 2003/07/09 21:14:29 jmmv Exp $ bin/icehelp bin/icesh bin/icewm -bin/icewm-menu-gnome1 bin/icewmbg bin/icewmhint +bin/icewmtray share/doc/html/icewm/icewm-1.html share/doc/html/icewm/icewm-10.html share/doc/html/icewm/icewm-11.html @@ -27,7 +27,6 @@ share/doc/html/icewm/icewm.html share/doc/icewm/BUGS share/doc/icewm/CHANGES share/doc/icewm/COPYING -share/doc/icewm/FAQ share/doc/icewm/README share/doc/icewm/README.wm-session share/doc/icewm/TODO @@ -104,7 +103,6 @@ share/icewm/mailbox/nomail.xpm share/icewm/mailbox/unreadmail.xpm share/icewm/menu share/icewm/preferences -share/icewm/programs share/icewm/taskbar/bsd-daemon.xpm share/icewm/taskbar/debian.xpm share/icewm/taskbar/icewm.xpm @@ -329,6 +327,7 @@ ${PKGLOCALEDIR}/locale/hr/LC_MESSAGES/icewm.mo ${PKGLOCALEDIR}/locale/hu/LC_MESSAGES/icewm.mo ${PKGLOCALEDIR}/locale/it/LC_MESSAGES/icewm.mo ${PKGLOCALEDIR}/locale/ja/LC_MESSAGES/icewm.mo +${PKGLOCALEDIR}/locale/ko/LC_MESSAGES/icewm.mo ${PKGLOCALEDIR}/locale/lt/LC_MESSAGES/icewm.mo ${PKGLOCALEDIR}/locale/nl/LC_MESSAGES/icewm.mo ${PKGLOCALEDIR}/locale/no/LC_MESSAGES/icewm.mo @@ -339,7 +338,7 @@ ${PKGLOCALEDIR}/locale/ru/LC_MESSAGES/icewm.mo ${PKGLOCALEDIR}/locale/sl/LC_MESSAGES/icewm.mo ${PKGLOCALEDIR}/locale/sv/LC_MESSAGES/icewm.mo ${PKGLOCALEDIR}/locale/uk/LC_MESSAGES/icewm.mo -${PKGLOCALEDIR}/locale/zh_CN.GB2312/LC_MESSAGES/icewm.mo +${PKGLOCALEDIR}/locale/zh_CN/LC_MESSAGES/icewm.mo ${PKGLOCALEDIR}/locale/zh_TW.Big5/LC_MESSAGES/icewm.mo @dirrm share/icewm/themes/win95 @dirrm share/icewm/themes/warp4 |