Subject: CVS commit: pkgsrc/www/dillo
To: None <pkgsrc-changes@NetBSD.org>
From: Adam Ciarcinski <adam@netbsd.org>
List: pkgsrc-changes
Date: 05/26/2004 08:06:56
Module Name:	pkgsrc
Committed By:	adam
Date:		Wed May 26 08:06:56 UTC 2004

Modified Files:
	pkgsrc/www/dillo: Makefile PLIST distinfo
	pkgsrc/www/dillo/patches: patch-ab

Log Message:
Changes 0.8.1:
- * Fixed dirent.h includes inside dpid.
- * Fixed a slippery bug with certain interlaced gif images (BUG#500).
- * Fixed libpng-1.2.4 detection in configure.in.
- * Added proxy authentication support through the "http_proxyuser" option
    in dillorc (the password is asked at run time).
- * Moved tooltips to DwStyle, tooltip event handling to DwPage, and applied
    this also to the TITLE attribute of <a> and <abbr>.
- * Fixed a bug related to spaces after anchors and breaks.
- * Removed two "type punning" gcc warnings (dw_gtk_viewport.c).
  * Added some missing "static" qualifiers.
  * Improved a_Strbuf_chars() so no list reversion is required.
  * Removed an unused data list (dns.c), and redundant code (selection.c).
  * Switch one realloc() call to g_realloc(), to match g_free() (dpi.c).
  * Removed unnecessary NULL-checks and NULL initializations.
  * Added Html_get_attr_wdef(), it lets providing a default return value.
- * Fixed configure.in so pthreads are only linked where needed.
- * Modified a_Misc_stuff_chars for simplicity and removed a memory leak.
  * Made the dpi framework send the HTTP query to the https dpi
    (this allows for an SSL-lib dpi and for easier session caching).
  * Cleaned up the int2void and void2int casts in CCC parameters.
  * Added container|inline model information to the HTML element table, and
    made the bug-meter and the parser aware of it. This both improves bug
    detection and rendering.
  * Fixed newly detected HTML bugs in bookmarks dpi and file.c.
  * Fixed opening files with a ':' character in its name (again).
  * Added binaryconst.h (allows for binary constants in C).
  * Fixed The ladder effect with lists (BUG#534).
  * Made the bug-meter detect tags lacking a closing '>' (BUG#532).
  * Made the bug-meter detect excluded inline elements from <PRE>.
  * Eliminated a segfault source with tricky <input> tags (BUG#552).
  * Fixed <address> to render as a block element (BUG#527).
  * Added a content test for "name" and "id" attribute values (BUG#536).
  * Fixed the URL resolver handling of the "//" sequence in <path> (BUG#535).
  * Added "show_extra_warnings" and removed "use_old_parser" (dillorc).
  * Added minor support for the deprecated <MENU> element.
  * Eliminated a race condition that produced segfaults when a dpi transfer
    was cancelled before the contents were sent (a very rare case).
  * Added a test for socklen_t in configure.in.
  * Fixed the downloads dpi to handle both new savenames and target directory.
  * GdkRgb: fixed handling of not usable system default visual and colormap.
  * Made dillo recognize unhandled MIME types, and offer a download dialog!


To generate a diff of this commit:
cvs rdiff -r1.18 -r1.19 pkgsrc/www/dillo/Makefile
cvs rdiff -r1.7 -r1.8 pkgsrc/www/dillo/PLIST
cvs rdiff -r1.16 -r1.17 pkgsrc/www/dillo/distinfo
cvs rdiff -r1.9 -r1.10 pkgsrc/www/dillo/patches/patch-ab

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.