diff options
author | markd <markd> | 2006-06-01 14:04:00 +0000 |
---|---|---|
committer | markd <markd> | 2006-06-01 14:04:00 +0000 |
commit | d189741beaaf8b9395434b5442608a446176349e (patch) | |
tree | c19ace4b368372bcbdf28bb4bfc801d8bcbdd83e /misc/kdepim3/Makefile | |
parent | 2769ced0682fff33c68374efa3a1675779dde9b2 (diff) | |
download | pkgsrc-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/Makefile')
-rw-r--r-- | misc/kdepim3/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/misc/kdepim3/Makefile b/misc/kdepim3/Makefile index 8f5cb3f55c2..db3dd0acb69 100644 --- a/misc/kdepim3/Makefile +++ b/misc/kdepim3/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.62 2006/04/28 01:42:50 markd Exp $ +# $NetBSD: Makefile,v 1.63 2006/06/01 14:04:00 markd Exp $ DISTNAME= kdepim-${_KDE_VERSION} -PKGREVISION= 2 CATEGORIES= misc COMMENT= Personal Information Management tools for the KDE desktop |