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.2.0.6 netbsd-1-6-1-base:1.2 netbsd-1-6:1.2.0.8 netbsd-1-6-RELEASE-base:1.2 pkgviews:1.2.0.4 pkgviews-base:1.2 buildlink2:1.2.0.2 buildlink2-base:1.2 netbsd-1-5-PATCH003:1.2; locks; strict; comment @# @; 1.4 date 2003.08.31.00.10.29; author chris; state dead; branches; next 1.3; 1.3 date 2003.04.15.10.28.46; author wiz; state Exp; branches; next 1.2; 1.2 date 2002.03.01.02.25.37; author fredb; state Exp; branches; next 1.1; 1.1 date 2001.10.15.07.24.39; author rh; state Exp; branches; next ; desc @@ 1.4 log @Update pan to 0.14.1. New Features include: Added support for GNet2, which adds IPv6 support to Pan. Added Baltic Windows-1257 charset support. Display the total score for a thread when the thread is collapsed. Added menu buttons and shortcuts for `go to next new article' and `go to next new thread' Also lots of bug fixes and usability improvements. For the complete list see http://pan.rebelbase.org/ or read the ChangeLog. @ text @$NetBSD: patch-ag,v 1.3 2003/04/15 10:28:46 wiz Exp $ --- pan/text.c.orig Fri Sep 27 23:02:36 2002 +++ pan/text.c @@@@ -20,6 +20,7 @@@@ #include #include +#include #include #include @ 1.3 log @Move gtk2-pan to pan directory. @ text @d1 1 a1 1 $NetBSD: patch-ag,v 1.2 2002/10/31 17:57:39 wiz Exp $ @ 1.2 log @Update Pan to 0.11.2. Literally *hundreds* of bug fixes and refinements documented in the "NEWS" file since the release of 0.10.0.93, only four months ago! Still point-oh, but more usable than ever before. @ text @d1 1 a1 1 $NetBSD: patch-ag,v 1.1 2001/10/15 07:24:39 rh Exp $ d3 1 a3 1 --- pan/text.c.orig Wed Feb 6 22:58:14 2002 d5 1 a5 1 @@@@ -21,6 +21,7 @@@@ @ 1.1 log @Update pan to 0.10.0.92. Changes are too many to list in detail, but include tons of bugfixes and feature updates. For a detailled list, please see http://pan.rebelbase.com/#010092 @ text @d1 1 a1 1 $NetBSD$ d3 1 a3 1 --- pan/text.c.orig Thu Oct 4 23:39:24 2001 d5 3 a7 1 @@@@ -23,7 +23,11 @@@@ d9 1 a11 6 +#ifdef HAVE_ALLOCA_H #include +#else +#include +#endif a12 1 #include @