diff options
author | xtraeme <xtraeme> | 2004-03-14 01:26:55 +0000 |
---|---|---|
committer | xtraeme <xtraeme> | 2004-03-14 01:26:55 +0000 |
commit | 5236e4e2881dd1bffd9a6b514630dc73a5b9ab28 (patch) | |
tree | 26cdc8a63f8c3bc08e8782085f13a3d7bf7ff793 /doc | |
parent | 56c413ce9547e5ec234bedf7bc261778294248e1 (diff) | |
download | pkgsrc-5236e4e2881dd1bffd9a6b514630dc73a5b9ab28.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 'doc')
-rw-r--r-- | doc/CHANGES | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/CHANGES b/doc/CHANGES index e19f11c7cc0..9201d66ab90 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,4 +1,4 @@ -$NetBSD: CHANGES,v 1.5254 2004/03/14 00:49:10 markd Exp $ +$NetBSD: CHANGES,v 1.5255 2004/03/14 01:26:55 xtraeme Exp $ Changes to the packages collection and infrastructure in 2004: @@ -1466,3 +1466,4 @@ Changes to the packages collection and infrastructure in 2004: Updated swi-prolog to 5.0.10nb2 [kristerw 2004-03-13] Updated kdegraphics3 to 3.2.1nb1 [markd 2004-03-14] Updated kde3 to 3.2.1nb2 [markd 2004-03-14] + Updated dillo to 0.8.0 [xtraeme 2004-03-14] |