head 1.4; access; symbols pkgsrc-2013Q2:1.4.0.26 pkgsrc-2013Q2-base:1.4 pkgsrc-2012Q4:1.4.0.24 pkgsrc-2012Q4-base:1.4 pkgsrc-2011Q4:1.4.0.22 pkgsrc-2011Q4-base:1.4 pkgsrc-2011Q2:1.4.0.20 pkgsrc-2011Q2-base:1.4 pkgsrc-2009Q4:1.4.0.18 pkgsrc-2009Q4-base:1.4 pkgsrc-2008Q4:1.4.0.16 pkgsrc-2008Q4-base:1.4 pkgsrc-2008Q3:1.4.0.14 pkgsrc-2008Q3-base:1.4 cube-native-xorg:1.4.0.12 cube-native-xorg-base:1.4 pkgsrc-2008Q2:1.4.0.10 pkgsrc-2008Q2-base:1.4 pkgsrc-2008Q1:1.4.0.8 pkgsrc-2008Q1-base:1.4 pkgsrc-2007Q4:1.4.0.6 pkgsrc-2007Q4-base:1.4 pkgsrc-2007Q3:1.4.0.4 pkgsrc-2007Q3-base:1.4 pkgsrc-2007Q2:1.4.0.2 pkgsrc-2007Q2-base:1.4 pkgsrc-2007Q1:1.3.0.30 pkgsrc-2007Q1-base:1.3 pkgsrc-2006Q4:1.3.0.28 pkgsrc-2006Q4-base:1.3 pkgsrc-2006Q3:1.3.0.26 pkgsrc-2006Q3-base:1.3 pkgsrc-2006Q2:1.3.0.24 pkgsrc-2006Q2-base:1.3 pkgsrc-2006Q1:1.3.0.22 pkgsrc-2006Q1-base:1.3 pkgsrc-2005Q4:1.3.0.20 pkgsrc-2005Q4-base:1.3 pkgsrc-2005Q3:1.3.0.18 pkgsrc-2005Q3-base:1.3 pkgsrc-2005Q2:1.3.0.16 pkgsrc-2005Q2-base:1.3 pkgsrc-2005Q1:1.3.0.14 pkgsrc-2005Q1-base:1.3 pkgsrc-2004Q4:1.3.0.12 pkgsrc-2004Q4-base:1.3 pkgsrc-2004Q3:1.3.0.10 pkgsrc-2004Q3-base:1.3 pkgsrc-2004Q2:1.3.0.8 pkgsrc-2004Q2-base:1.3 pkgsrc-2004Q1:1.3.0.6 pkgsrc-2004Q1-base:1.3 pkgsrc-2003Q4:1.3.0.4 pkgsrc-2003Q4-base:1.3 netbsd-1-6-1:1.3.0.2 netbsd-1-6-1-base:1.3 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 2007.05.13.14.39.44; author wiz; state dead; branches; next 1.3; 1.3 date 2003.01.09.10.51.04; author rh; state Exp; branches; next 1.2; 1.2 date 2002.01.17.11.15.33; author martti; state Exp; branches; next 1.1; 1.1 date 2001.08.11.18.35.45; author rh; state Exp; branches; next ; desc @@ 1.4 log @Remove some GNOME1 packages that are unmaintained upstream and/or in pkgsrc, in preparation for gnome1-libs removal(*). There was no feedback for keeping these packages after my HEADS UP mail to pkgsrc-users a week ago. (*) More to come before that can happen, though. @ text @$NetBSD: patch-ac,v 1.3 2003/01/09 10:51:04 rh Exp $ --- src/gtkhtml.c.orig Wed Nov 6 06:56:58 2002 +++ src/gtkhtml.c @@@@ -71,6 +71,8 @@@@ #include "math.h" #include +int allow_severity, deny_severity; + enum DndTargetType { DND_TARGET_TYPE_TEXT_URI_LIST, DND_TARGET_TYPE__NETSCAPE_URL, @ 1.3 log @Update gtkhtml to 1.1.7. Changes include: - Fix magic link segfaults. - Cursor movement crashes. - Fix citation printing. - Fix citation pasting. - Lots more bug fixes - Editor UI Improvements. - spell checking quotation improved - updated to new gnome-spell - better language selection - more than one language at once - spell checking control updated -
support for improved quotation logic - Cut & Paste of formatted html - link insertion / editing completely reworked - dirty flag for composer - HUGE general speedup - selection drawing speedup - less flicker - new commands and keybindings (delete-word, delete-word-backward, text-color-apply) - UI usability enhanced - gconf as default configuration backend - smileys :-) - DND for URL's - printing API - gtk_html_get_pages_num - title setting in editor - body templates - itemized list fixed - animated images fixed (infinite loop) - PRIMARY selection fixed - header printing fixed @ text @d1 1 a1 1 $NetBSD$ @ 1.2 log @Updated gtkhtml to 1.0.1 (list of changes is unknown, the ChangeLog file doesn't say anything useful). @ text @d1 1 a1 1 $NetBSD: patch-ac,v 1.1 2001/08/11 18:35:45 rh Exp $ d3 3 a5 3 --- src/gtkhtml.c.orig Mon Dec 10 18:10:43 2001 +++ src/gtkhtml.c Wed Jan 16 13:26:40 2002 @@@@ -65,6 +65,8 @@@@ d11 3 a13 3 static GtkLayoutClass *parent_class = NULL; @ 1.1 log @Update gtkhtml to 0.11.1 Notable changes include: * General: - Fixed X selections so that we no longer try to pass UTF-8 encoded text in STRING atoms. - Improved the table layout code so that now we render tables very close to the big name browsers, one or two small issues left - Added many missing attributes to the HTML export code so that at least we pass on the attributes we understand. - Support for sub sup and strike elements. - We now parse param elements before emitting the object requested signal so that we can make an informed choice about whether or not the object is supported. * Editor: - We now hook to the gnome-spell component to do spelling. - Rename the idl and oafinfo to bring us in line with the new naming conventions - The editor control now exposes an interface for issuing editor commands * Ebrowser: - New component to support simple browsing tasks. @ text @d1 1 a1 1 $NetBSD$ d3 3 a5 3 --- src/gtkhtml.c.orig Mon Jul 30 22:49:12 2001 +++ src/gtkhtml.c @@@@ -63,6 +63,8 @@@@ @