diff options
author | markd <markd@pkgsrc.org> | 2004-12-10 06:02:57 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2004-12-10 06:02:57 +0000 |
commit | 24f9fbc3fb885e1daf2cd68a255767f576e296b2 (patch) | |
tree | 001437316318acc46b03d26687c1d7a675fe2f4e /x11/kdelibs3/buildlink3.mk | |
parent | 4534441ef8480a0809d1b0bc38567170c45ee430 (diff) | |
download | pkgsrc-24f9fbc3fb885e1daf2cd68a255767f576e296b2.tar.gz |
Update to kde 3.3.2
Changes:
* kdecore: recognize known names for the MacRoman charset
* khtml: only disallow fixed positioning on body, not relative/absolute
* khtml: added Javascript-support for HTMLDocument.compatMode
* khtml: fixed textarea manipulation by DOM
* khtml: paged media support (page-break-before and -after)
* khtml: correctly handle text-transform on first-letter
* khtml: fixed display: block on pseudo-elements
* khtml: return Undefined instead of Null for out-of-range indices
* khtml: fixed stopPropagation when called from the target node itself
* khtml: fixed htmlCompat mode for documents served as text/html
* khtml: fixed display: compact
* khtml: support z-order for text areas and list boxes
* khtml: don't set assume <select> got items when we calculate a height
for items
* khtml: changed default horizontal margins for H1-H6 from auto to 0
* khtml: escape otherwise unencodable characters in form submits
* khtml: merged min,max-height fixes
* khtml: merged handling of event handlers
* khtml: implemented CSS 2.1 compliant parsing of background-position
* khtml: fixed m_value vs ATTR_VALUE problem which didn't allow sending
mail on gmail
* khtml: make use of the suggested filename for images
* khtml: tons of bidi fixes
* khtml: enable strict CSS parsing also for transitional doctypes
* khtml: ignore height element for input elements that are not image
* khtml: form widget fixes for plastik (and others)
* khtml: make sure we are layouted before scrolling if we are still
loading
* khtml: add compensated font scale from Todd Fahrner's "Toward a
standard font size interval system"
* khtml: avoid triggering full repaints of the view before the first
layout is done
* khtml: implement CSS3 property box-sizing to match MacIE, Opera and
Mozilla
* khtml: fix globeandmail.com famlily of crashes
* khtml: floats and flowing around floats improvements
* khtml: fix textarea scrolling positions
* khtml: tons of fixes for tables
* khtml: remove hidden widgets from the painting
* khtml: avoid crashes on XML documents
* khtml: ignore relative positioning on table sections
* khtml: fix static position calculation for positioned elements
* khtml: support insertAdjacentHTML
* khtml: fix crash in sites manipulating frames
* khtml: async kwallet support
* khtml: fix selectorText() when no namespace is specified
* khtml: update the layout before fetching the computed values
* khtml: color 'http://foo' links as visited if 'http://foo/' is in
history
* khtml: corrected ref-counting error leading to segfault/invalid
memory usage
* khtml: fixed some memory corruptions with garbage HTML
* khtml: account for scrollbar height when sizing variable
overflow:scroll/auto boxes
Diffstat (limited to 'x11/kdelibs3/buildlink3.mk')
-rw-r--r-- | x11/kdelibs3/buildlink3.mk | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11/kdelibs3/buildlink3.mk b/x11/kdelibs3/buildlink3.mk index f1f407313ca..f2a2ca4112b 100644 --- a/x11/kdelibs3/buildlink3.mk +++ b/x11/kdelibs3/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.3 2004/10/03 00:18:36 tv Exp $ +# $NetBSD: buildlink3.mk,v 1.4 2004/12/10 06:02:57 markd Exp $ BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+ KDELIBS_BUILDLINK3_MK:= ${KDELIBS_BUILDLINK3_MK}+ @@ -16,6 +16,8 @@ BUILDLINK_PACKAGES+= kdelibs BUILDLINK_DEPENDS.kdelibs+= kdelibs>=3.2.0 BUILDLINK_RECOMMENDED.kdelibs?= kdelibs>=3.3.0nb2 BUILDLINK_PKGSRCDIR.kdelibs?= ../../x11/kdelibs3 + +.include "../../x11/kdelibs3/dirs.mk" .endif # KDELIBS_BUILDLINK3_MK .if defined(USE_CUPS) && (${USE_CUPS} == "YES") |