summaryrefslogtreecommitdiff
path: root/www/gtkhtml/patches/patch-ac
diff options
context:
space:
mode:
authorrh <rh>2003-01-09 10:51:04 +0000
committerrh <rh>2003-01-09 10:51:04 +0000
commit6239ff679c42453c3458855e2eba80b07e2e6af2 (patch)
tree5751a171f3e5eb9570dddd2036c80976bf8298a0 /www/gtkhtml/patches/patch-ac
parent36d223c66eb4c5c3606aa2a77afb4cb9032179cb (diff)
downloadpkgsrc-6239ff679c42453c3458855e2eba80b07e2e6af2.tar.gz
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 - <blockquote type=cite> 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
Diffstat (limited to 'www/gtkhtml/patches/patch-ac')
-rw-r--r--www/gtkhtml/patches/patch-ac14
1 files changed, 7 insertions, 7 deletions
diff --git a/www/gtkhtml/patches/patch-ac b/www/gtkhtml/patches/patch-ac
index 2aefbe8aad2..43451109a0d 100644
--- a/www/gtkhtml/patches/patch-ac
+++ b/www/gtkhtml/patches/patch-ac
@@ -1,13 +1,13 @@
-$NetBSD: patch-ac,v 1.2 2002/01/17 11:15:33 martti Exp $
+$NetBSD: patch-ac,v 1.3 2003/01/09 10:51:04 rh Exp $
---- 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 @@
+--- src/gtkhtml.c.orig Wed Nov 6 06:56:58 2002
++++ src/gtkhtml.c
+@@ -71,6 +71,8 @@
#include "math.h"
#include <libgnome/gnome-util.h>
+int allow_severity, deny_severity;
+
-
- static GtkLayoutClass *parent_class = NULL;
-
+ enum DndTargetType {
+ DND_TARGET_TYPE_TEXT_URI_LIST,
+ DND_TARGET_TYPE__NETSCAPE_URL,