head 1.4; access; symbols pkgsrc-2013Q2:1.4.0.54 pkgsrc-2013Q2-base:1.4 pkgsrc-2012Q4:1.4.0.52 pkgsrc-2012Q4-base:1.4 pkgsrc-2011Q4:1.4.0.50 pkgsrc-2011Q4-base:1.4 pkgsrc-2011Q2:1.4.0.48 pkgsrc-2011Q2-base:1.4 pkgsrc-2009Q4:1.4.0.46 pkgsrc-2009Q4-base:1.4 pkgsrc-2008Q4:1.4.0.44 pkgsrc-2008Q4-base:1.4 pkgsrc-2008Q3:1.4.0.42 pkgsrc-2008Q3-base:1.4 cube-native-xorg:1.4.0.40 cube-native-xorg-base:1.4 pkgsrc-2008Q2:1.4.0.38 pkgsrc-2008Q2-base:1.4 pkgsrc-2008Q1:1.4.0.36 pkgsrc-2008Q1-base:1.4 pkgsrc-2007Q4:1.4.0.34 pkgsrc-2007Q4-base:1.4 pkgsrc-2007Q3:1.4.0.32 pkgsrc-2007Q3-base:1.4 pkgsrc-2007Q2:1.4.0.30 pkgsrc-2007Q2-base:1.4 pkgsrc-2007Q1:1.4.0.28 pkgsrc-2007Q1-base:1.4 pkgsrc-2006Q4:1.4.0.26 pkgsrc-2006Q4-base:1.4 pkgsrc-2006Q3:1.4.0.24 pkgsrc-2006Q3-base:1.4 pkgsrc-2006Q2:1.4.0.22 pkgsrc-2006Q2-base:1.4 pkgsrc-2006Q1:1.4.0.20 pkgsrc-2006Q1-base:1.4 pkgsrc-2005Q4:1.4.0.18 pkgsrc-2005Q4-base:1.4 pkgsrc-2005Q3:1.4.0.16 pkgsrc-2005Q3-base:1.4 pkgsrc-2005Q2:1.4.0.14 pkgsrc-2005Q2-base:1.4 pkgsrc-2005Q1:1.4.0.12 pkgsrc-2005Q1-base:1.4 pkgsrc-2004Q4:1.4.0.10 pkgsrc-2004Q4-base:1.4 pkgsrc-2004Q3:1.4.0.8 pkgsrc-2004Q3-base:1.4 pkgsrc-2004Q2:1.4.0.6 pkgsrc-2004Q2-base:1.4 pkgsrc-2004Q1:1.4.0.4 pkgsrc-2004Q1-base:1.4 pkgsrc-2003Q4:1.4.0.2 pkgsrc-2003Q4-base:1.4 netbsd-1-6-1:1.3.0.6 netbsd-1-6-1-base:1.3 netbsd-1-6:1.3.0.8 netbsd-1-6-RELEASE-base:1.3 pkgviews:1.3.0.4 pkgviews-base:1.3 buildlink2:1.3.0.2 buildlink2-base:1.3 netbsd-1-5-PATCH003:1.3; locks; strict; comment @# @; 1.4 date 2003.06.01.16.17.01; author salo; state dead; branches; next 1.3; 1.3 date 2001.08.21.08.17.40; author abs; state Exp; branches; next 1.2; 1.2 date 2001.07.28.21.44.37; author jlam; state Exp; branches; next 1.1; 1.1 date 2001.07.11.07.58.49; author abs; state Exp; branches; next ; desc @@ 1.4 log @Updated to 20030528 snapshot. Thanks to Jon Olsson for notification. Changes: - take over maintainership - whitespace - DESCR has 80 columns - simplify 1.0.20030528: ============= - License model changed to Artistic/GPL dual license. - Fixed lockup when a window's title ends in its only colon (and spaces) but even just the three dots and instance number are too long to fit in the tab. - Applied an (old) tab_switch_and_raise patch. - Some #includes added. - Phantom-window fix. - Allow windows to move themselves - Phantom dockapp fix - "dock" configuration option changes: "hidden" option, direction 1/0 replaced with "vertical" option. - Added 'gotodir' function (move to frame in given direction). - Makefile/path setting changes - Built-in 'ws_menu' and 'movetows_menu'. - Added keybindings to the man page. - Added 'PWM manual' entry in the default root menu. - Don't kill client on close if it does not support WM_DELETE_WINDOW. - Titles were not drawn correctly when toggling decorations on if a window was closed when the associated frame was in undecorated state. - Don't change active window visual indication when displaying a 'contextual menu'. - Added 'goto_previous'. - Windows with same name are numbered now - Added pack_move - Changed the order to which window in a frame to go when the current is destroyed - Added "detach" function - Added attach/detach to window menu - Added WM_COLORMAP_WINDOWS support @ text @$NetBSD: patch-ad,v 1.3 2001/08/21 08:17:40 abs Exp $ --- libtu/tester.c.orig Mon Aug 20 22:05:33 2001 +++ libtu/tester.c @@@@ -18,7 +18,7 @@@@ libtu_init(argv[0]); - if(!(tokz=tokz_open_file(stdin))) + if(!(tokz=tokz_open_file(stdin, NULL))) return EXIT_FAILURE; while(tokz_get_token(tokz, &tok)){ @ 1.3 log @Fix some test programs and avoid a double/ulong issue on sparc64 @ text @d1 1 a1 1 $NetBSD$ @ 1.2 log @Don't explicitly set CC=gcc and honor CFLAGS passed in from environment during build. @ text @d3 9 a11 5 --- system.mk.orig Sat Jul 1 08:37:50 2000 +++ system.mk @@@@ -7,7 +7,7 @@@@ ## Installation directory prefix ## d13 1 a13 34 -PREFIX=/usr/local +#PREFIX=/usr/local #EXTRA_INCLUDES = -I$(PREFIX)/include #EXTRA_LIBS = -L$(PREFIX)/lib @@@@ -17,7 +17,7 @@@@ ## X libraries, includes and options ## -X11_PREFIX=/usr/X11R6 +X11_PREFIX=${X11BASE} # SunOS/Solaris #X11_PREFIX=/usr/openwin @@@@ -31,7 +31,7 @@@@ ## C compiler ## -CC=gcc +#CC=gcc # The POSIX_SOURCE, XOPEN_SOURCE and WARN options should not be necessary, # they're mainly for development use. So, if they cause trouble (not @@@@ -57,8 +57,8 @@@@ -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized \ -Wparentheses -pedantic-errors -CFLAGS=-g -O2 $(WARN) $(DEFINES) $(INCLUDES) $(EXTRA_INCLUDES) -LDFLAGS=-g $(LIBS) $(EXTRA_LIBS) +CFLAGS+=-g -O2 $(WARN) $(DEFINES) $(INCLUDES) $(EXTRA_INCLUDES) +LDFLAGS+=$(LIBS) ## @ 1.1 log @Fix path to documentation in manpage @ text @d3 1 a3 1 --- system.mk.orig Sat Jul 1 13:37:50 2000 d23 11 a33 1 @@@@ -58,7 +58,7 @@@@ d36 1 a36 1 CFLAGS=-g -O2 $(WARN) $(DEFINES) $(INCLUDES) $(EXTRA_INCLUDES) d38 1 @