summaryrefslogtreecommitdiff
path: root/editors/dasher/patches
diff options
context:
space:
mode:
authorjmmv <jmmv@pkgsrc.org>2006-03-30 21:27:42 +0000
committerjmmv <jmmv@pkgsrc.org>2006-03-30 21:27:42 +0000
commitcbf57061f5162ade202646ac520f3163d0dcedc1 (patch)
treec907eae051eeb79d2fc71e458c0503067c29d144 /editors/dasher/patches
parent3593f96601d00b55451b7cc2dc0ce31311e909c0 (diff)
downloadpkgsrc-cbf57061f5162ade202646ac520f3163d0dcedc1.tar.gz
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
Diffstat (limited to 'editors/dasher/patches')
-rw-r--r--editors/dasher/patches/patch-ab14
1 files changed, 0 insertions, 14 deletions
diff --git a/editors/dasher/patches/patch-ab b/editors/dasher/patches/patch-ab
deleted file mode 100644
index c659f01ac95..00000000000
--- a/editors/dasher/patches/patch-ab
+++ /dev/null
@@ -1,14 +0,0 @@
-$NetBSD: patch-ab,v 1.1 2005/12/18 22:01:33 rillig Exp $
-
-std::auto_ptr needs <memory>.
-
---- 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"
-
-+#include <memory>
- #include <iostream>
-
- #include "DasherInterface.h"