summaryrefslogtreecommitdiff
path: root/misc/kdepim3/patches
diff options
context:
space:
mode:
authormarkd <markd>2006-06-01 14:04:00 +0000
committermarkd <markd>2006-06-01 14:04:00 +0000
commitd189741beaaf8b9395434b5442608a446176349e (patch)
treec19ace4b368372bcbdf28bb4bfc801d8bcbdd83e /misc/kdepim3/patches
parent2769ced0682fff33c68374efa3a1675779dde9b2 (diff)
downloadpkgsrc-d189741beaaf8b9395434b5442608a446176349e.tar.gz
Update to KDE 3.5.3
Changes: * KAlarm o New: Add DCOP calls and command line options to display the edit alarm dialog o New: Add Select All and Deselect actions & shortcuts for import birthdays list o Make system tray icon appear in non-KDE window managers o Fix corruption of alarms displayed at logout and then deferred after login o Fix erroneous adjustment of recurrence start date when saving alarm o Fix crash when --play command line option is used, if compiled without aRts o Don't show disabled alarms in system tray tooltip alarm list o Fix reminder time not being saved in alarm templates * KArm o Make context menu work in the karm kontact plugin. o CertManager o S/MIME support in QGPGME backend * KMail o New: Implementing folder quick filing o Fix crash in disconnected IMAP o Fixing the frequent loss of folder-settings o Fixes of several memory-leaks o Message list view containing empty rows and causing crash when double clicking o Cannot create new folders with IMAP using Dovecot-imapd o Don't insert the separator after "Delete Folders" for system folders. o Drag and drop of messages to composer fails on x64 systems o Fix crash when trying to view source while the Message Preview Pane is hidden. o Don't crash when IMAP mailbox modified externally o Fix a syntax error in kmail_clamav.sh o Don't crash when trying to "send again" a message that is not there. o Properly initialize font buttons when the composer is started in HTML mode o Fix mixed language phrases when a non-English language is used for reply/forward phrases o Improve detection of external references o 'Fallback character encoding' and 'detect missing attachments' settings now work properly o Fix IMAP-crash after fresh startup and selecting mail o Fix IMAP-crash while selecting mail in mail header view * IMAP o Only remove the / when it is not quoted - fixes wrong searches. * KOrganizer o Fixed: "normal" events aren't displayed if they're covered/overlaped by floating, multiday events o Show categories in list view * KAddressBook o Make it possible to delete an URL again * Akregator o New: add author information to article header (in the article pane only) o Prevent "Akregator is running" messages on startup (reset PID to -1 when closing akregator) o Do not crash on startup when Combined View mode is activated (Happened only when experimental tagging is activated) o Do not reset status of modified articles to "New". It's just too much noise for a tiny bit of signal. o When iterating over articles using previous [unread] article, jump to the oldest article instead of newest when entering a new feed o Disable apply button in config dialog when nothing was changed * Message subject unnecessarily HTML-encoded in download status popup
Diffstat (limited to 'misc/kdepim3/patches')
-rw-r--r--misc/kdepim3/patches/patch-ai8
1 files changed, 4 insertions, 4 deletions
diff --git a/misc/kdepim3/patches/patch-ai b/misc/kdepim3/patches/patch-ai
index 70523bb7de5..302893e78e5 100644
--- a/misc/kdepim3/patches/patch-ai
+++ b/misc/kdepim3/patches/patch-ai
@@ -1,13 +1,13 @@
-$NetBSD: patch-ai,v 1.12 2006/03/30 02:52:17 markd Exp $
+$NetBSD: patch-ai,v 1.13 2006/06/01 14:04:01 markd Exp $
---- kresources/groupwise/soap/stdsoap2.h.orig 2006-03-17 23:15:53.000000000 +1300
+--- kresources/groupwise/soap/stdsoap2.h.orig 2006-05-23 06:10:45.000000000 +1200
+++ kresources/groupwise/soap/stdsoap2.h
-@@ -545,7 +545,7 @@ extern "C" {
+@@ -551,7 +551,7 @@ extern "C" {
/* Portability: define SOAP_SOCKLEN_T */
#if defined(SOCKLEN_T)
# define SOAP_SOCKLEN_T SOCKLEN_T
-#elif defined(__socklen_t_defined) || defined(_SOCKLEN_T) || defined(CYGWIN) || defined(FREEBSD) || defined(__FreeBSD__) || defined(__QNX__) || defined(QNX) || defined(_AIX)
+#elif defined(__socklen_t_defined) || defined(_SOCKLEN_T) || defined(CYGWIN) || defined(FREEBSD) || defined(__FreeBSD__) || defined(__QNX__) || defined(QNX) || defined(_AIX) || defined(__NetBSD__) || defined(__DragonFly__)
# define SOAP_SOCKLEN_T socklen_t
- #elif defined(IRIX) || defined(WIN32) || defined(__APPLE__) || defined(HP_UX) || defined(SUN_OS) || defined(OPENSERVER) || defined(__osf__) || defined(VXWORKS)
+ #elif defined(IRIX) || defined(WIN32) || defined(__APPLE__) || defined(HP_UX) || defined(SUN_OS) || defined(OPENSERVER) || defined(TRU64) || defined(VXWORKS)
# define SOAP_SOCKLEN_T int