Subject: CVS commit: pkgsrc/x11/kdelibs3
To: None <pkgsrc-changes@NetBSD.org>
From: Mark Davies <markd@netbsd.org>
List: pkgsrc-changes
Date: 05/23/2007 12:57:46
Module Name:	pkgsrc
Committed By:	markd
Date:		Wed May 23 12:57:46 UTC 2007

Modified Files:
	pkgsrc/x11/kdelibs3: Makefile PLIST distinfo
	pkgsrc/x11/kdelibs3/patches: patch-ae patch-cc
Removed Files:
	pkgsrc/x11/kdelibs3/patches: patch-af patch-ag

Log Message:
Update to KDE 3.5.7

KHTML
* Implement heuristic cyr encoding detection.
* Implement support for textContent().
* Indicate near mouse pointer if a link wants to open a new browser window.
* Harmonize document.href and .pathname of about:blank windows with other
  browsers.
* Fix jumping to the top right before loading a new page.
* Make frame name lookup locale-independant.
* Make valueOf() and toString() accessible across sites.
* Make setValue() work on radio button and checkboxes.
* overrideMimeType() implementation.
* Fix various crashes and bugs.

KJS
* Support named function expressions.
* Support for localeCompare() function.
* Caller property implementation.
* Improvements:
* Unreserve class keyword as it's often used as an identifier by JS
  programmers.
* Disable UTF-8 validation in libPCRE, since it's incredibly slow.
* Support unicode escape sequences in identifier names.
* Parse null characters.
* toExponential() fix for negative numbers.
* Fixed off-by-one digit error in toFixed().

Kate
* Update cmake highlighter.
* Fix bug in search and replace, placeholder did not work correctly.
* Make cursor in inactive views behave correctly.
* Update selection after paste.
* Multiple views are usable again.

Kimgio
* Fix buffer overflow during writing xview files.


To generate a diff of this commit:
cvs rdiff -r1.124 -r1.125 pkgsrc/x11/kdelibs3/Makefile
cvs rdiff -r1.38 -r1.39 pkgsrc/x11/kdelibs3/PLIST
cvs rdiff -r1.85 -r1.86 pkgsrc/x11/kdelibs3/distinfo
cvs rdiff -r1.9 -r1.10 pkgsrc/x11/kdelibs3/patches/patch-ae
cvs rdiff -r1.8 -r0 pkgsrc/x11/kdelibs3/patches/patch-af
cvs rdiff -r1.10 -r0 pkgsrc/x11/kdelibs3/patches/patch-ag
cvs rdiff -r1.7 -r1.8 pkgsrc/x11/kdelibs3/patches/patch-cc

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