summaryrefslogtreecommitdiffabout
Side-by-side diff
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--bin/kdepim/WhatsNew.txt42
-rw-r--r--kabc/vcard/VCardEntity.cpp2
2 files changed, 43 insertions, 1 deletions
diff --git a/bin/kdepim/WhatsNew.txt b/bin/kdepim/WhatsNew.txt
index 2f88091..b9933ca 100644
--- a/bin/kdepim/WhatsNew.txt
+++ b/bin/kdepim/WhatsNew.txt
@@ -1,5 +1,47 @@
Info about the changes in new versions of KDE-Pim/Pi
+********** VERSION 1.9.9 ************
+
+KDE-Pim/Pi has a new Member!
+It is called PWM/Pi (Passwordmanager/platform-independent)
+and it is available for the Zaurus.
+It is planned, that it will be available later for Windows.
+(And for Linux, of course).
+It is a port of the Passwordmanager of KDE.
+It will need the MicroKDElibs to run.
+
+Made loading of addressbooks in KA/Pi up to 7 times faster!
+The bigger your addressbook file, the more starting speed
+will you gain. (relatively)
+
+The Qtopia addressbook connector is now platform independend
+as well and should work on any platform for importing/exporting
+Qtopia and Opie XML files.
+
+Added a +30min feature to the timezone settings to make
+KDE-Pim/Pi useable in Australia and other parts on the
+world with strange timezones ;-)
+
+German "Umlaute" should now be sorted correctly on the Z in KA/Pi.
+
+It is now possible to disable the
+"receive data via infrared" feature, such that syncing with
+Outlook is now possible again with Kx/Pi runing.
+Please disable it, before syncing Sharp DTM with Outlook.
+For your convenience, the "receive data via infrared" feature
+is disabled automatically, if you sync Kx/Pi with DTM.
+You have to enable it again manually after syncing.
+Enabling this feature makes it impossible to start the
+Sharp DTM apps. If this feature is enabled, you will only get the
+alarm notification from KO/Pi and not from the Sharp calendar.
+This is very useful if you sync KO/Pi with Sharp DTM,
+because after syncing you usually would get notified about
+an alarm by KO/Pi and the Sharp Calendar.
+
+
+Fixed the vcard export bug, wich had the version 1.9.8.
+
+
********** VERSION 1.9.8 ************
Fixed character decoding in OM/Pi.
diff --git a/kabc/vcard/VCardEntity.cpp b/kabc/vcard/VCardEntity.cpp
index 81debf4..a2ff327 100644
--- a/kabc/vcard/VCardEntity.cpp
+++ b/kabc/vcard/VCardEntity.cpp
@@ -22,7 +22,7 @@
*/
#include <qregexp.h>
-#include <qdatetime.h>;
+#include <qdatetime.h>
#include <VCardDefines.h>
#include <VCardVCardEntity.h>