Subject: CVS commit: pkgsrc/x11/kdelibs3
To: None <pkgsrc-changes@NetBSD.org>
From: Mark Davies <markd@netbsd.org>
List: pkgsrc-changes
Date: 01/31/2006 22:20:41
Module Name:	pkgsrc
Committed By:	markd
Date:		Tue Jan 31 22:20:41 UTC 2006

Modified Files:
	pkgsrc/x11/kdelibs3: Makefile PLIST distinfo

Log Message:
Update to KDE 3.5.1

Changes:
* Improved performance under some conditions on the networking classes.
* (KIO-slave http): Work around Apache2 DAV module's insistence on
  trailing slashes at the end of requests on directories.
* (KIO-slave kfile): enabling of the normal permission dialog takes
  effect only after closing after doing changes on acl
* (KIO-slave kfile): problems with changing permissions in the mask
  entry
* KDirWatch: KDirWatch stopDirScan affects outside KDirWatch instances
  also.
* KCrash: Make KCrash more rebust (eg. in malloc())
* Mimetype detection: add more "magic" patterns to recognise shell
  scripts
* KJS: avoid buffer overflow on decoding utf8 uri sequences.
* Kate
  o Wrong syntax highlighting chosen for filetype
  o Clear selection when closing a document.
  o Text-files displayed in konqueror are saved with 0 bytes.
  o Backspace key does not work when shift key is held
  o PicAsm highlighting is missing IORWF, RLF, RRF
* Kicker
  o Turning off tooltip doesn't work
  o Don't crash on logout.
  o app started by kmail does not show in kicker
* KDesktop
  o Desktop icons move down at each login due to child panel at top
    of screen
* KHTML
  o Performance improvements:
    o Add caching for getElementById
    o Much faster appending of options to selects, and clearing of
      selects
    o Simplify dirty region computation, to speed up cases of lots of
      small updates
    o Small improvements in efficiency of URL handling in image loader
  o Match other browsers and not the DOM on behavior of getAttribute
    with non-existent attributes. Fixes reply buttons on Yahoo mail
  o Hidden field is not sent (Fixing OSNews.com)
  o Konqueror consumes all memory when printing specific web page
  o Do not lose server-specified encodings when going back in history
  o Make behavior of named objects access under document more consistent
    with other browsers
  o Various crash fixes
  o JavaScript debugger more reliable
  o Support window.scrollX, window.scrollY,.click on anchors
  o behave sanely for Roman counters > 4000
  o Optimize appends and clears to/of selects via explicit APIs.
* KDEUI
  o Set default parameter in KRandomSequence to 0 instead of 1 for
    randomness if no seed is provided


To generate a diff of this commit:
cvs rdiff -r1.100 -r1.101 pkgsrc/x11/kdelibs3/Makefile
cvs rdiff -r1.29 -r1.30 pkgsrc/x11/kdelibs3/PLIST
cvs rdiff -r1.66 -r1.67 pkgsrc/x11/kdelibs3/distinfo

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