2008-12-21:
- Created SVN for kfritz

2008-12-23:
- Adapted to changes in libfritz++
  * Made CallList a singleton.
  * Renamed various methods in fonbook classes from *Fonbuch* to *Fonbook*.
  * Implemented in-library msn filtering and reverse-lookups.
  * Renamed various methods in FonbookManager from *Fonbuch* to *Fonbook*.
  * Introduced callType::ALL to get one complete call list (containing missed, 
    incoming and outgoing)
  * Moved callType to CallEntry

2008-12-27:
- Added "-fPIC" to Makefiles.

2008-12-28:
- Adapted to changes in libfritz++
  * A call to Config::SetupFonbookIDs now deletes a previously instantiated 
    FonbookManager to allow multiple calls to SetupFonbookIDs in case of 
    configuration changes.
  * Introduced new method CallList::DeleteCallList() to explicitly delete the 
    singleton instance.                                                                      
  * Made Listener a singleton. A call to Listener::CreateListener() is used to 
    activate this feature.                                                                  
  * Introduced new method CallList::CreateCallList() to explicitly pre-fetch 
    the call list before calling CallList::getCallList().
  * Moved Config::SetupFonbookIDs to FonbookManager::CreateFonbookManager().
  * Renamed Tools::GetPhoneSettings() to Tools::GetLocationSettings().
  * Added resolving of SIP[0-9] to real provider names.

2009-09-14:
- Adapted to changes in libfritz++
  * added sort routines to libfritz++
- added sort routines to KCalllistModel and KFonbookModel

2010-01-17:
- Adapted to changes in libfritz++
  * Fixed a possible segfault when sorting calllists and fonbooks

2010-01-18:
- Adapted to changes in libfritz++
  * Added Config::SetupPorts() to provide non-standard ports
  * Removed useless check in CallList::RetrieveEntry()                                    
  * Fixed some warnings about ununsed parameters in base-classes and empty 
    implementations
- Fixed some warnings about ununsed parameters
- Added debug mode to cmake file                     
- Now logging to both UI and stdout
- Introduced tabs for fonbook, calllist and log

2010-01-24:
- Implemented configuration dialog. 
  Hostname, area code and country code are now configurable
- Using KNotify for notification only, now
- Refactored KFonbookModel and KCalllistModel using a generic base class 
  KFritzModel
- Moved all libfritz initialization to a threaded class LibFritzInit, 
  speeding up application start
  
2010-01-25:
- Modified LogStream to support logging from libfritz++ and main program.
  Introduced logging macros DBG, INF, ERR
- Added support for password saving using KWallet

2010-01-28:
- Added a ':' in logging messages for better readability
- Added support for libindicate-qt in CMakeLists.txt, introduced define 
  INDICATEQT_FOUND
- Added "outgoingCall", "callConnected" and "callDisconnected" to KNotify
- Integrated KEventHandler into KFritzBoxWindow

2010-01-29:
- Implemented support for libindicate-qt, "missed calls" are notified via 
  that way
- Added .desktop file

2010-01-30:	 
- Added application specific icons "incoming-call", "outgoing-call", 
  "missed-call" and "new-call" 
- Renamed relevant occurences of kfritzbox to kfritz

2010-02-01:
- Some improvements to debian subdir
- Added configuration page "Phone books"
- Added configuration tab "MSN filter" on page "Fritz!Box"
- Added configuration option "Show log"
- First steps to integrate i18n support
- Fixed crash when reloading call history and phone book after configuration 
  changes
- Replace the term "calllist" with "call history" on user interface
- Translated UI texts to german

2010-02-05:
- Closing kfritz main window now minimizes to systray 
- Passing window id to KWallet to remove warning
- Translated texts coming from libfritz++ to german

2010-02-07:
- Added message to status bar while reading data from Fritz!Box

2010-02-11:
- Moved log to a separate dialog, moved menu entry to help menu
- Fixed formatting of time at disconnect-notification
- Added call to libfritz to set up config dir (in most cases 
  ~/.kde/share/apps/kfritz)

--> Release 0.0.1

2010-02-14:
- Fixed translation of "Missed calls" wrt. desktop indicator
- Fixed translation of "POTS" and "ISDN", which are strings sent from the FB
- Added german translation to kfritz.notifyrc
- Fixed a compiler failure on systems without libindicate-qt-dev and 
  detection of ssl-package in cmake (reported by Richard Bos)
- Added german translation to kfritz.desktop file.

2010-02-15:
- Set default build type in cmake, cleaned up makefiles of static libs
- Added missing KDE4_ENABLE_EXCEPTIONS to CXX_FLAGS

2010-02-16:
- Adapted to new logging system of libfritz++
- Added missing COPYING and AUTHORS file (reported by Christian Mangold)

--> Release 0.0.2

- Adapted to changes in libfritz++
  * Removed dependency to OpenSSL due to licensing issues, 
    using copy of MD5 implementation from GNU coreutils 5.93
- Dropped linking to libssl

--> Release 0.0.3

2010-02-17:
- Fixed "missed calls" indicator. Missed calls during runtime were not 
  indicated. (reported by Christian Mangold)
- Fixed clicking on "missed calls" indicator. A click now shows KFritz's call 
  history.
- Added a missing ';' to kfritz.desktop
- Call history no longer shows a length (0:00) for missed calls.
- Added dutch translations (provided by Richard Bos)

2010-02-18:
- Added CMAKE_SKIP_RPATH to avoid setting a rpath in kfritz binary

2010-02-19:
- Changes in libfritz++
  * Removed md5.[h,c] in favor of libgcrypt, libfritz++ now needs libgcrypt's 
    development header "gcrypt.h" to compile
- Added CMakeModules/FindGCrypt.cmake from 
  http://marc.info/?l=gcrypt-devel&m=126252802612599&w=2 for cmake support of 
  libgcrypt
- Now linking to libgcrypt
- Fixed dutch translation string "Incoming call from <b>%1</b><br/>using %2"
  (reported by Richard Bos)
- Fixed installation location of kfritz.desktop in CMakeLists.txt
  (patch provided by Sebastian Trueg)

2010-02-20:
- Added "Dial number" action, which dials the current selection in a phone 
  book or the call history (suggested by Richard Bos)
  
--> Release 0.0.4
  