pkgsrc/misc/kdepim3/patches/patch-aa
markd ca7eb98481 Update to KDE 3.3
Changes:
* Kontact
  o Kolab client integraton. Bo Thorsen
  o KPilot integration into Kontact. Reinhold Kainhofer, Adriaan de Groot
  o eGroupware connection. Tobias Koenig
  o Bug voting and feature purchasing help menu items. Don Sanders
* KMail
  o HTML mail composing. Don Sanders, Edwin Schepers
  o List only open IMAP folders Carsten Burghardt
  o Quick search toolbar item Don Sanders
  o Anti Spam Wizard Andreas Gungl
  o Anti Virus Wizard Frederick Emmott
  o Filter Log Viewer Andreas Gungl
  o Per-contact crypto preferences Marc Mutz
  o Crypto plugins autoconfiguration Marc Mutz
  o Split sign and encryption keys Marc Mutz
  o Preset encryption/sign keys for OpenPGP and S/MIME in the identity
    Marc Mutz
  o Importing certificates from PKCS#7 certs-only attachments Marc Mutz
  o Add new (automatic) mailinglist handling functionality. Zack Rusin
  o Add viewer plugins to allow e.g. KOrganizer to display invitations
    embedded in KMail. Ingo Kloecker
  o Renaming of Disconnected IMAP folders Bo Thorsen
  o New filters: "is email in addressbook?", "is email in one of the
    addressbook's categories?", "has email an attachmen?" Martin Koebele,
    Ingo Kloecker
  o Merge in presence display via KIMProxy Will Stephenson
  o Allow starting IM chats from an address's context menu Will Stephenson
  o IMAP ACL support (aka shared folders) David Faure
  o Expiring old messages as a background task, optionally by moving them
    to another folder David Faure
  o Compacting mbox/maildir folders as a background task David Faure
* Kleopatra (formerly known as KGpgCertManager)
  o Importing/exporting certificates and secret keys Marc Mutz
  o Deleting certificates Marc Mutz
  o Async / cancel'able operations Marc Mutz
  o Highlighting of revoked/expired/etc certificates in the certlist
    Marc Mutz
* KOrganizer
  o Recurrence on todo's Bram Schoenmakers
  o Free/Busy view Cornelius Schumacher
  o Automatic upload of Free/Busy information to server Cornelius
    Schumacher
  o Remote calendars (auto-update, change notification) Cornelius
    Schumacher
  o More flexible working hour configuration (minute-based, working days
    can be selected, overnight shifts are possible) Reinhold Kainhofer
  o Allow editing of more than one day in Journal (diary) view Reinhold
    Kainhofer
  o Holiday plugin uses the system's country as default Reinhold Kainhofer
  o Filters are also applied to todo lists, and to printing the todo list
    Reinhold Kainhofer, Bram Schoenmakers
  o "Copy to" date and "Move to" date popup in popup menu for todo items
    Bram Schoenmakers
  o "Edit"-button in alarmdialog Bram Schoenmakers
* KPilot
  o Fix knotes conduit Adriaan de Groot
  o KPilot integration into Kontact Reinhold Kainhofer
  o Configuration wizard (only three settings, handheld is auto-detected!)
    Reinhold Kainhofer
  o Allow syncing to remote files (calendar, todo, addressbook) Joern
    Ahrens
  o Add a custom page to KAddressbook's contact editor to allow editing of
    the custom fields synced by the addressbook conduit Reinhold Kainhofer
* KAlarm
  o Add facility to define alarm templates David Jarvie
  o Add option to play sound file repeatedly until alarm window is closed
    David Jarvie
  o Add volume control for playing sound file David Jarvie
  o Add 'stop sound' button to alarm message window when sound file is
    played David Jarvie
  o Add facility to execute shell commands before or after an alarm is
    displayed David Jarvie
  o Middle mouse button over system tray icon displays new alarm dialog
    David Jarvie
  o Add option to display a reminder once only before the first alarm
    recurrence David Jarvie
  o Add facility to specify shell commands to execute before or after an
    alarm is displayed David Jarvie
  o Display time-to-alarm in reminder message window David Jarvie
  o For message texts which are truncated in main window, show full text
    in tooltip David Jarvie
  o Allow more flexible formats in time entry fields David Jarvie
  o After creating/editing alarm, prompt to re-enable alarms if currently
    disabled David Jarvie
* KArm
  o Documentation Mark Bucciarelli
  o File locking Mark Bucciarelli
  o CSV Export of timecard history Mark Bucciarelli
* KNotes
  o Network-enabled KNotes Michael Brade
  o Implement rich text mode for the notes. Michael Brade
* KitchenSync
  o Finish framework. Cornelius Schumacher
  o Syncing addressbook and calendar data between desktops. Cornelius
    Schumacher
* KNode
  o Improved HTML rendering Roberto Selbach Teixeira
  o Partial KMail look'n'feel Roberto Selbach Teixeira
  o Show long group names as tooltips. Roberto Teixeira
* KAddressBook
  o Simple and advanced Custom Fields support Tobias Koenig
  o Field selection for vCard export plugin Tobias Koenig
  o GUI for per-contact crypto settings (see also KMail) Marc Mutz,
    Steffen Hansen
  o Make KAddressBook work fine with asynchronous interface of libkabc
    Tobias Koenig
  o Polish up the GEO, PHOTO, LOGO and SOUND input widgets Tobias Koenig
  o Merge presence display in summary view Will Stephenson
  o Merge editor widget for multiple IM addresses Will Stephenson
  o Add progress bar to KAddressbook's Nokia mobile phone import/export
    filter Helge Deller
  o Add custom page to allow editing of the custom fields synced by the
    addressbook conduit Reinhold Kainhofer
* KonsoleKalendar
  o Fix exporting recurring events Allen Winter
  o Handle timezones and localization Allen Winter
  o New --next command line argument for showing next event Tuukka Pasanen
  o New --show-next command line argument for showing next so many days
    events Tuukka Pasanen
  o Add a new compact, easy to read, export format Allen Winter
* libkdepim
  o Add a renamed KIMProxy so that we can use its services and retain
    compatibility with 3.2. KIMProxy code has been merged with libkdepim.
    Will Stephenson
2004-08-21 14:07:33 +00:00

12 lines
341 B
Text

$NetBSD: patch-aa,v 1.8 2004/08/21 14:07:33 markd Exp $
--- kpilot/conduits/malconduit/mal-conduit.cc.orig 2004-06-25 20:57:51.000000000 +1200
+++ kpilot/conduits/malconduit/mal-conduit.cc
@@ -41,6 +41,7 @@
#include "mal-factory.h"
#include "mal-conduit.moc"
#include <libmal.h>
+#include <stdarg.h>
#include "malconduitSettings.h"