head 1.4; access; symbols pkgsrc-2013Q2:1.4.0.14 pkgsrc-2013Q2-base:1.4 pkgsrc-2012Q4:1.4.0.12 pkgsrc-2012Q4-base:1.4 pkgsrc-2011Q4:1.4.0.10 pkgsrc-2011Q4-base:1.4 pkgsrc-2011Q2:1.4.0.8 pkgsrc-2011Q2-base:1.4 pkgsrc-2009Q4:1.4.0.6 pkgsrc-2009Q4-base:1.4 pkgsrc-2008Q4:1.4.0.4 pkgsrc-2008Q4-base:1.4 pkgsrc-2008Q3:1.4.0.2 pkgsrc-2008Q3-base:1.4 cube-native-xorg:1.3.0.18 cube-native-xorg-base:1.3 pkgsrc-2008Q2:1.3.0.16 pkgsrc-2008Q2-base:1.3 cwrapper:1.3.0.14 pkgsrc-2008Q1:1.3.0.12 pkgsrc-2008Q1-base:1.3 pkgsrc-2007Q4:1.3.0.10 pkgsrc-2007Q4-base:1.3 pkgsrc-2007Q3:1.3.0.8 pkgsrc-2007Q3-base:1.3 pkgsrc-2007Q2:1.3.0.6 pkgsrc-2007Q2-base:1.3 pkgsrc-2007Q1:1.3.0.4 pkgsrc-2007Q1-base:1.3 pkgsrc-2006Q4:1.3.0.2 pkgsrc-2006Q4-base:1.3 pkgsrc-2006Q3:1.2.0.4 pkgsrc-2006Q3-base:1.2 pkgsrc-2006Q2:1.2.0.2 pkgsrc-2006Q2-base:1.2 pkgsrc-2006Q1:1.1.0.4 pkgsrc-2006Q1-base:1.1 pkgsrc-2005Q4:1.1.0.2 pkgsrc-2005Q4-base:1.1; locks; strict; comment @# @; 1.4 date 2008.09.14.15.09.56; author drochner; state dead; branches; next 1.3; 1.3 date 2006.11.29.13.11.49; author joerg; state Exp; branches; next 1.2; 1.2 date 2006.03.30.21.27.42; author jmmv; state dead; branches; next 1.1; 1.1 date 2005.12.18.22.01.33; author rillig; state Exp; branches; next ; desc @@ 1.4 log @remove superfluous patch (This was noticed by someone but I can't find it anymore.) @ text @$NetBSD: patch-ab,v 1.3 2006/11/29 13:11:49 joerg Exp $ --- Src/Gtk2/DasherControl.cpp.orig 2006-11-29 09:27:05.000000000 +0000 +++ Src/Gtk2/DasherControl.cpp @@@@ -8,6 +8,7 @@@@ #include "../DasherCore/WrapperFactory.h" #include +#include #include #include @ 1.3 log @Fix some more missing includes of unistd.h. Fix a long standing problem with the build on DragonFly: /usr/libexec/binutils215/elf/ld: : No such file: No such file or directory is not a very helpful message to trace down to a spurious comma. I'm not sure how this built at all on other platforms. @ text @d1 1 a1 1 $NetBSD$ @ 1.2 log @Update to 4.0.0: ============= Dasher 4.0.0 ============= * Promoted to stable release ============= Dasher 3.99.5 ============= * New icon * Bugfixes in 'enter text into other windows' mode ============= Dasher 3.99.4 ============= * Fixed font behaviour in Windows * Fixed broken start/stop in dynamic button mode * Other minor bugfixes ============= Dasher 3.99.3 ============= * Bugfix to tarball ============= Dasher 3.99.2 ============= * Improved button mode support * Cairo support ported from 3.2 branch * Win32 should build from tarball again * Bugfixes ============= Dasher 3.99.1 ============= New 4.0.0 preview, highlights include: * (Partial) button mode support * Infinite back off * Improved symbol grouping in alphabets * New status bar, with 'favourite' alphabet selection ============= Dasher 3.99.0 ============= First preview of 4.0.0 - many changes and re-writes @ text @d1 1 a1 1 $NetBSD: patch-ab,v 1.1 2005/12/18 22:01:33 rillig Exp $ d3 4 a6 7 std::auto_ptr needs . --- Src/DasherCore/DasherInterface.cpp.orig Fri Aug 19 15:41:53 2005 +++ Src/DasherCore/DasherInterface.cpp Sun Dec 18 22:50:11 2005 @@@@ -11,6 +11,7 @@@@ #include "CustomColours.h" #include "DasherViewSquare.h" d8 2 a9 2 +#include #include d11 2 a12 1 #include "DasherInterface.h" @ 1.1 log @Added a patch that includes the header, needed for std::auto_ptr. @ text @d1 1 a1 1 $NetBSD$ @