diff options
author | jwise <jwise@pkgsrc.org> | 1999-10-18 23:16:54 +0000 |
---|---|---|
committer | jwise <jwise@pkgsrc.org> | 1999-10-18 23:16:54 +0000 |
commit | ca4033c11f33beedd61e424df7fd462d190e5ee7 (patch) | |
tree | d3024262acf50fe71631f43e3fe32e3af71892e0 /x11/xfce/Makefile | |
parent | 6e52b30d7bde1f79e72782451ed0f2a2d0bc0a8d (diff) | |
download | pkgsrc-ca4033c11f33beedd61e424df7fd462d190e5ee7.tar.gz |
Update xfce to 3.1.2. Changes from 3.1.0:
01-OCT-1999 : XFce-3.1.2
========================
- xfwm
* Fix bug in title height computation
- all
* patch to display Multi-Byte charactors such as Japanese, Chinese or Korean
properly in menus and titlebars and icons by Yamahata Kenichiro
<mogutan@din.or.jp>
* Japanese translation by Yamahata Kenichiro <mogutan@din.or.jp>
- setup/startup scripts
* Fixes to be compatible with ksh
24-SEP-1999 : XFce-3.1.1
========================
- xfwm
* Improve event handling (better performance) for move/resize ops.
* Add configurable XPM icons for iconified windows
* Implement workarounds to buggy GTK+ 1.2.4
* Fix key bindings
* Ignore dummy modifers such as Num Lock or Scroll Lock for keyboard shortcuts
- xfce
* Add digital clock
- xfclock
* Totally new rewritten application !
- xfterm
* A very usefull terminal wrapper submitted by Joakim Andreasson
<karanne@flashback.net>
- xftree
* Bug fixes
* Improve DnD
* Reduce memory leak (patch submitted by Francois Petitjean
<francois.petitjean@bureauveritas.com>)
- libs
* New clock widget (initially based on patches from a Cosource project
http://www.cosource.com)
Diffstat (limited to 'x11/xfce/Makefile')
-rw-r--r-- | x11/xfce/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/xfce/Makefile b/x11/xfce/Makefile index 14a5ab8e956..487eb430c21 100644 --- a/x11/xfce/Makefile +++ b/x11/xfce/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.1.1.1 1999/09/07 00:34:03 jwise Exp $ +# $NetBSD: Makefile,v 1.2 1999/10/18 23:16:54 jwise Exp $ -DISTNAME= xfce-3.1.0 +DISTNAME= xfce-3.1.2 CATEGORIES= x11 MASTER_SITES= http://www.xfce.org/archive/ |