diff options
author | wiz <wiz@pkgsrc.org> | 2003-03-05 13:04:55 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2003-03-05 13:04:55 +0000 |
commit | c35b9c59bfb98737bf7885346eb628c0d5487f07 (patch) | |
tree | c9151a40e9cd450582d51dc63a175c433e2d4835 /x11/neXtaw/Makefile | |
parent | 36fd44a42551feac4d9bfe818ed1d7bb7d5e7e30 (diff) | |
download | pkgsrc-c35b9c59bfb98737bf7885346eb628c0d5487f07.tar.gz |
Update to 0.14.0:
030227 Updated selection code in Text widget. Removed support for
cut buffers. Added support for CLIPBOARD. Changed keybindings:
Ctrl-C = copy selection to clipboard
Ctrl-X = cut selection to clipboard
Ctrl-V = paste clipboard
Page_Up = page up
Page_Down = page down
Home = beginning of line
Ctrl-Home = beginning of file
End = end of line
Ctrl-End = end of file
New configuration option --enable-obsolete-selections reverts
to the old code.
030204 Check for the existence of widec.h (c/o Matthias Buelow).
030115 Patches by Alexey I. Froloff:
"NeXtish" scrollbar look (thumb and buttons are wider and
look more flat).
Fixed thumb positioning for Button2 scrolling.
Released 0.13.0.
Diffstat (limited to 'x11/neXtaw/Makefile')
-rw-r--r-- | x11/neXtaw/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/x11/neXtaw/Makefile b/x11/neXtaw/Makefile index 550d9fabc47..922a5f8926e 100644 --- a/x11/neXtaw/Makefile +++ b/x11/neXtaw/Makefile @@ -1,10 +1,11 @@ -# $NetBSD: Makefile,v 1.5 2003/02/06 23:20:08 dmcmahill Exp $ +# $NetBSD: Makefile,v 1.6 2003/03/05 13:04:55 wiz Exp $ -DISTNAME= neXtaw-0.12 +DISTNAME= neXtaw-0.14.0 CATEGORIES= x11 MASTER_SITES= http://siag.nu/pub/neXtaw/ MAINTAINER= packages@netbsd.org +HOMEPAGE= http://siag.nu/neXtaw/ COMMENT= NeXTstep-like widgets based on the Athena Widget set USE_BUILDLINK2= # defined |