diff options
author | xtraeme <xtraeme> | 2004-03-14 01:26:55 +0000 |
---|---|---|
committer | xtraeme <xtraeme> | 2004-03-14 01:26:55 +0000 |
commit | eaa85b09f02656ef4b0faa7c9bd7487e875866fe (patch) | |
tree | 26cdc8a63f8c3bc08e8782085f13a3d7bf7ff793 /www/dillo/patches | |
parent | 18672884f7555b780e7a355b75ac256c370bcae3 (diff) | |
download | pkgsrc-eaa85b09f02656ef4b0faa7c9bd7487e875866fe.tar.gz |
Update www/dillo to 0.8.0, closes PR pkg/24768.
Changes:
Version 0.8.0 [Feb 08, 2004]
- * Added a right-mouse-button popup for images!
Patch: Frank de Lange, Eric Gaudet, Jorge Arellano
- * Made main document window grab focus on startup, fullwindow,
and after open url (BUG#330)
* Set Ctrl-U to focus the location entry,
Ctrl-R to reload, and Ctrl-H to hide controls.
Patches: Johan Hovold, Jorge Arellano, Stephan Goetter
- * Added a missing handler for broken-connection condition.
Patch: Jorge Arellano, Phil Pennock
- * Introduced a new way of handling dillo plugins! Now the
communications and managing is done by a daemon: dpid.
This comes with a lot of advantages described in Dpid.txt.
Patch: Programming: Ferdi Franceschini; Design: Jorge Arellano
- * Wrote documentation for dpid (Dpid.txt).
* Removed a memory leak in Get_line().
Patches: Jorge Arellano, Ferdi Franceschini
- * Developed a plugin for downloads. It uses wget and can handle several
connections at the same time.
* Developed stress tests for both dpid and the downloads dpi.
Patches: Ferdi Franceschini
- * Adapted dpi.c to manage plugins through dpid.
* Improved the incoming dpi-stream processing to accept images from a dpi.
* Added/updated lots of dpi-related comments.
* Updated the dpi1 spec.
* Removed the forced end-to-end reload that was set upon dpis. Now,
dpi-generated pages can be cached.
* Made dillo able to handle multiple plugins (still lacks a dynamic API)
... etc, etc.
Diffstat (limited to 'www/dillo/patches')
-rw-r--r-- | www/dillo/patches/patch-ab | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/www/dillo/patches/patch-ab b/www/dillo/patches/patch-ab index aa6ff9e7de6..7458876a60f 100644 --- a/www/dillo/patches/patch-ab +++ b/www/dillo/patches/patch-ab @@ -1,10 +1,10 @@ -$NetBSD: patch-ab,v 1.8 2003/05/06 16:10:16 salo Exp $ +$NetBSD: patch-ab,v 1.9 2004/03/14 01:26:55 xtraeme Exp $ ---- Makefile.in.orig 2003-04-29 18:24:33.000000000 +0200 -+++ Makefile.in 2003-05-06 17:43:28.000000000 +0200 -@@ -128,7 +128,7 @@ +--- Makefile.in.orig 2004-03-14 02:13:15.000000000 +0100 ++++ Makefile.in 2004-03-14 02:13:24.000000000 +0100 +@@ -136,7 +136,7 @@ - EXTRA_DIST = ChangeLog.old dillorc + EXTRA_DIST = ChangeLog.old dillorc install-dpi-local -sysconf_DATA = dillorc +sysconf_DATA = |