0.8
---
1. Install scripts into $prefix/bin as opposed to hard-coding
   /usr/local/bin
2. Debug messages are disabled by default, to enable reconfigure
   with --enable-debug-messages
3. Work correctly for autopackage'd apps - e.g. Inkscape 0.44
4. Fix inkscape 0.44's export bitmap file dialog appearing underneath
   export dialog.
5. Convert kdialogd to a KDE app. This app is started by Gtk/Qt apps,
   and will self terminate 30 seconds after the last connected app
   has disconnected. This timeout can be changed by editing kdialogdrc
   and changing

    [General]
    Timeout=10

6. Libraries installed to $KDEPREFIX/share/apps/kgtk
7. Remove .sh extension from scripts
8. When starting kdialogd, create the socket folder if it does not
   already exist.

**NOTE** You *MUST* remove any previous version of KGtk before using this
version. i.e. you must delete the kded_kdialgd.la, kded_kdialgd.so, and the
kdialogd.desktop files. KDE also must be restarted - to remove the KDED
module.

0.7
---
1. Bug fix in wrapper scripts, use "$@" and not $* - thanks to
   Víctor Fernández Martínez
2. Fix sending of UTF-8 characters from KDED module to app.

0.6
-----
1. Check for existance $KDETMP, or $TMPDIR when creating socket.
2. Use UTF-8 when talking to KDED module.

0.5.1
-----
1. Compile fixes - 64bit, Gtk<2.6

0.5
---
1. Make the KDED module a load-on-demand module, as opposed to always being
   loaded. Module can be unloaded with:

      dcop kded kded unloadModule kdialogd 

2. Filters should now work for inkscape save - at least in inkscape 0.43
3. Add ./configure check to ensure Gtk >= 2.4
4. Added a ./configure check for dlvsym within libdl, if not found then
   dlsym is not overriden - and SWT aps wont work :-(
5. In ./configure try to determine version of dlsym.
6. Try to load gtk_file_chooser_set/get_do_overwrite_confirmation's
   from libgtk - if found then use, otherwise assume Gtk app will
   do overwrite detection.
7. Correctly handle empty selection in single-file open mode.
8. Fix initial dir of non-statically called QFileDialogs
9. Modify Scribus's save file filters to have a "Compressed Documents" entry
   -- will break localisation of scribus :-(

0.4
---
1. Support non-statically called QFileDialogs
2. Fix compilation under KDE <3.5
3. Save/restore PATH in wrapper scripts.
4. Now works with eclipse 3.1 (and all SWT apps? Seems to also work with
   Azureus)
5. At start up Gtk app passes its name to KDialogD so that dialog settings
   can be saved per-app.
6. Remove patterns from filter combo strings - more KDE like.

** NOTE: After installing v0.4, KDE (or at least kded) *must* be restarted -
         due to changes in the communication off apps -> kdialogd.

0.3
---
1. Don't show Gtk file-overwrite dialogs, handle the file exists case within 
   KDE portion.
2. Fix retrieval/display of file filters.
3. Check for accessing of non-local URLs before dialog is closed.

0.2.2
-----
1. Remove kgtk-wrapper.sh and kqt-wrapper.sh shell scripts from archive -
   these should've been generated at make time. Hopefully they will now.

0.2.1
-----
1. Fix qt compile issues.

0.2
---
1. Convert kdialogd into a kded module.
2. Make gtk library a LD_PRELOAD library
3. Add a Qt library
4. Try to convert KURL's into local files
5. When performing a save as, etc, correctly set the current filename and path.
6. Remove font and colour dialog support

0.1
---
1. Initial version.
