- krfb/libvncserver/rfb.h had cope apparently copied from X11's Xmd.h,
but it missed setting LONG64, resulting in a mismatched typedef for CARD32
bump pkgrevision. Found on Alex's new kde3 playbox.
This changes the buildlink3.mk files to use an include guard for the
recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS,
BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new
variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of
enter/exit marker, which can be used to reconstruct the tree and
to determine first level includes. Avoiding := for large variables
(BUILDLINK_ORDER) speeds up parse time as += has linear complexity.
The include guard reduces system time by avoiding reading files over and
over again. For complex packages this reduces both %user and %sys time to
half of the former time.
Kopete
* Fix adding of yahoo contacts.
* Fix crash after duplicate login.
* Jabber groupchat history is only shown for currently present members.
* Enable Kopete to respond to chats started by others who are blocking you.
* Newlines seen when sending richtext to gaim and trillian clients.
* Fix webcam problems.
* Kopete does not keep toolbar settings.
* < and > in contact nicknames aren't well supported.
* "Message handling" unset when setting it to "Open messages instantly"
and reopening the configuration dialog.
* Deactivate the Join Chatrooms action when offline.
* Fix error in chatroom search so that all chatrooms are listed.
* Fix msn live emoticons.
* Fix issue with MSN webcam images being garbled.
* Fix crash on Yahoo protocol.
Kopete
* Increase the use of passive popups.
* Huge performance improvement in chat rendering.
* Fix crash after creating an ICQ account.
* Fix webcam-freeze when more than one people are watching the cam
* Fix crash when launched with AIM quasi-url.
* Fix linebreaks showing up as <br /> (Yahoo! protocol).
Krfb
* Fix 100% CPU usage with first connection.