summaryrefslogtreecommitdiffstats
path: root/www/gtkhtml3
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2003-04-21 15:15:32 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2003-04-21 15:15:32 +0800
commit084dd5bc56c73216339521a787684b38e1e10380 (patch)
treec7264cdca68b7d60ecb08695dc77b8a75b61c79f /www/gtkhtml3
parent0fbec17556cb6530adea6e41dd1fac318e7b31b4 (diff)
downloadmarcuscom-ports-084dd5bc56c73216339521a787684b38e1e10380.tar.gz
marcuscom-ports-084dd5bc56c73216339521a787684b38e1e10380.tar.zst
marcuscom-ports-084dd5bc56c73216339521a787684b38e1e10380.zip
Fix a bug where the cursor would jump to the top of the page after hitting
return inline. See http://bugzilla.ximian.com/show_bug.cgi?id=41481 for more details. Obtained from: GtkHTML CVS git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@679 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'www/gtkhtml3')
-rw-r--r--www/gtkhtml3/Makefile1
-rw-r--r--www/gtkhtml3/files/patch-src_htmlengine.c18
2 files changed, 19 insertions, 0 deletions
diff --git a/www/gtkhtml3/Makefile b/www/gtkhtml3/Makefile
index c75813dc3..b1de7361c 100644
--- a/www/gtkhtml3/Makefile
+++ b/www/gtkhtml3/Makefile
@@ -7,6 +7,7 @@
PORTNAME= gtkhtml3
PORTVERSION= 3.0.2
+PORTREVISION= 1
CATEGORIES= www gnome
MASTER_SITES= ftp://ftp.ximian.com/pub/ximian-evolution-beta/source/ \
${MASTER_SITE_GNOME}
diff --git a/www/gtkhtml3/files/patch-src_htmlengine.c b/www/gtkhtml3/files/patch-src_htmlengine.c
new file mode 100644
index 000000000..440053862
--- /dev/null
+++ b/www/gtkhtml3/files/patch-src_htmlengine.c
@@ -0,0 +1,18 @@
+--- src/htmlengine.c.orig Mon Apr 21 03:08:19 2003
++++ src/htmlengine.c Mon Apr 21 03:08:50 2003
+@@ -4142,6 +4142,7 @@
+ if (e->editable) {
+ html_engine_ensure_editable (e);
+ html_cursor_home (e->cursor, e);
++ e->newPage = FALSE;
+ }
+
+ g_signal_emit (e, signals [LOAD_DONE], 0);
+@@ -4577,6 +4578,7 @@
+ if (editable) {
+ html_engine_ensure_editable (e);
+ html_cursor_home (e->cursor, e);
++ e->newPage = FALSE;
+
+ if (e->have_focus)
+ html_engine_setup_blinking_cursor (e);
a>nork2003-03-281-1/+1 * Eplaser update to 3.0.6.nork2003-03-277-16/+15 * - chown font files to root:wheel after extract them into datadirleeym2003-03-021-1/+2 * De-pkg-comment.knu2003-02-212-1/+1 * Fix ghostscript on ia64. The logic to determine what the minimummarcel2002-12-191-0/+17 * Add another MD5 sum for ghostscript/eplaser-3.0.4-651.tgzarved2002-11-111-0/+1 * o Rollback PORTCOMMENT modifications while this feature's implementationlioux2002-11-112-2/+1 * Use PORTCOMMENT in the Makefile, and whack the pkg-comment.adamw2002-11-072-1/+2 * - Wipe x11* items out from device config dialog when WITHOUT_X11 is definedijliao2002-10-071-1/+6 * Deploy USE_GNOMENG infrastructurelioux2002-09-021-1/+2 * Add back Gimp-Print (stp) driver support.naddy2002-08-205-3/+66 * Add BJC250 driver.naddy2002-08-185-3/+63 * - Spin off Gimp-Print driver.naddy2002-08-078-117/+61 * PERL -> REINPLACE_CMDperky2002-06-281-4/+5 * Spin off HPIJS driverijliao2002-05-103-47/+5 * upgrade to 7.05ijliao2002-04-2815-166/+204 * Update the checksum of one of ``gdevdj9.c.gz'' used by both ports.mi2002-04-251-1/+1 * - Update DISTNAME/MASTER_SITE of samsung-gdi driverijliao2002-04-204-5/+16 * Bump $PORTREVISION for previous commit (distfile changed).kuriyama2002-04-051-0/+1 * (1) I forgot to update distinfo for gdevdj9.c.gz mentioned in original PR.kuriyama2002-04-051-1/+1 * hopefully fix 5.x breakage by not using 'stderr' to initialize a global.alfred2002-04-051-0/+23 * Upgrade to 6.53.kuriyama2002-04-0426-294/+1259 * o Fix breakage introduced in last rev:lioux2002-04-041-5/+5 * Complete deployment of MASTER_SITES:nlioux2002-04-031-9/+13 * Sort some of the master sites.trevor2002-03-091-7/+14 * Bump PORTREVISION now that ps2epsi has been fixed.murray2002-02-011-1/+1 * Fix the ps2epsi program to create encapsulated PostScript out of amurray2002-01-301-0/+11 * Add checksum for latest HP DJ970C Series driver (I left the oldtrevor2002-01-241-0/+1 * Upgrade HPIJS (HP inkjet) driver to 1.0.2, featuring the latesttrevor2002-01-222-6/+6 * support CFLAGS/CXXFLAGS properly.sf2002-01-191-0/+3 * Update HPIJS package from 1.0 to 1.0.1.andreas2002-01-182-6/+3 * o fix build of HPinkjet driver.sf2002-01-143-16/+5 * - Fix hpijs 1.0 dumping core with the kind help of HP.andreas2002-01-122-1/+14 * Fix build if ${PORTSDIR} is a symlink by finding jpeg's WRKSRC properly.dirk2002-01-011-1/+1 * o Missed when rev 1.61 of Makefile was committed (blame getpr) forlioux2001-12-301-1/+1 * - Update Gimp-Print driver to version 4.2.0lioux2001-12-2810-135/+106