=== xdg-utils 1.x.x ====
2009-10-16 Rex Dieter
* prefer gvfs-open over gnome-open
* DE=gnome, if org.gnome.SessionManager exists on dbus
2009-10-12 Fathi Boudra
* Fix xdg-email --attach failure with Evolution. (BR23007)
Thanks to Dwayne Bailey
2009-10-12 Fathi Boudra
* Add an extra check in xdg-open and call kfmclient openURL as a fallback
on KDE 4. Thanks to Nicolas Lécureil
2009-10-12 Fathi Boudra
* Add email attachments support to Thunderbird from xdg-email. (BR13435)
Thanks to Lei Zhang
2009-10-12 Fathi Boudra
* Fix xdg-open to handle URL with '#' symbol. (BR23319, BR24375)
2009-10-12 Fathi Boudra
* Remove bash requirement to xdg-open and xdg-email. (BR20015)
2009-10-12 Fathi Boudra
* Update xdg-settings - Thanks to Mike Mammarella:
This fixes some issues where user-generated icons would be detected as
the official .desktop file for a binary, rather than the actual version.
(It resolves forward and compares binaries rather than resolving backward
to a .desktop file from a binary)
2009-09-28 Rex Dieter
* Use kde-open, if available (ie, KDE 4)
2009-09-13 Rex Dieter
* detect_de: suppress xprop stderr.
2009-08-25 Rex Dieter
* fix build for missing manpages (eg. xdg-settings)
2009-08-25 Fathi Boudra
* Fix hardcoded KDE home directory. Use kde(4)-config to get path.
2009-08-25 Fathi Boudra
* Apply patch from Mike Mammarella to fix 2 issues:
- skip invisible desktop files when looking up the default web browser in
GNOME. (http://codereview.chromium.org/159738)
- check for localized settings by hand in xdg-settings if kreadconfig
fails. (http://codereview.chromium.org/160376)
2009-08-10 Fathi Boudra
* Replace kfmclient by kioclient usage under KDE 4.
Thanks to Nicolas Lécureil
2009-08-03 Fathi Boudra
* Remove fixup_mandriva_categories() function. It is not needed anymore
since a year. Thanks to Nicolas Lécureil
2009-07-29 Fathi Boudra
* Merge xdg-settings utility: a script to get various settings from
the desktop environment. Thanks to Dan Kegel and Google Inc.
2009-07-29 Fathi Boudra
* Fix hardcoded path in make_default_kde() in xdg-mime unde KDE 3.
Add initial KDE 4 support to the function.
2009-07-28 Fathi Boudra
* Use kbuildsycoca4 under KDE 4 and kbuildsycoca under KDE 3.
2009-07-28 Fathi Boudra
* Use kmimetypefinder under KDE 4 and kfile under KDE 3.
2009-07-28 Fathi Boudra
* Add KDE 4 support to xdg-mime. kdetradertest was replaced by
ktraderclient under KDE 4. (BR22975)
2009-07-27 Fathi Boudra
* Remove -u option from su. It doesn't have it.
2009-07-27 Fathi Boudra
* Add KDE 4 support to xdg-email (BR17268)
2009-07-26 Fathi Boudra
* Sleep for 50s instead of 59s to avoid to froze the seesion (BR19414)
2009-07-26 Fathi Boudra
* Fix a race condition in xdg-screensaver (BR19382)
2009-07-26 Fathi Boudra
* Fix basename usage when filename contains spaces (BR18567)
2009-07-26 Fathi Boudra
* Fix bashisms used in xdg-mime and xdg-screensaver (BR15827)
2008-08-11 Rex Dieter
* initial support for KDE 4
* Add dbus commands to xdg-screensaver for KDE 4 (BR17537)
2008-01-24 Kevin Krammer
* Fixing security issue in xdg-email and xdg-open at replacing
parameter in $BROWSER
2007-06-27 Waldo Bastian
* Fix xdg-mime query filetype on XFCE (BR11383)
=== xdg-utils 1.0.2 ====
=== xdg-utils 1.0.1 ====
2006-11-03 Waldo Bastian
* Fixed spurious output on stdout by xdg-desktop-menu
* Cleaned up shell syntax for xdg-screensaver and xdg-icon-resource
(fixes Ubuntu 6.10)
2006-10-29 Kevin Krammer
* Fixed non-ascii mailto URI handling of xdg-emial on non-UTF8 locales
under KDE
=== xdg-utils 1.0 ====
2006-05-10 Bryce Harrington
* Created xdg-screensaver
2006-04-24 Kevin Krammer
* Applied patch provided by Benedikt Meurer
to improve the compatability of the Makefile
* Added --title option to xdg-file-dialog
* Applied another path by Benedikt to let xdg-file-dialog use
zenity on GNOME and XFCE
* Added a documentation extraction AWK script created by Benedikt which replaces
the sed code and adds extraction of examples additionally to the usage info.
* Added printing of examples to the --help command.
2006-04-14 Kevin Krammer
* Added documentation for --version to all xml files
* Added script for file selection task, e.g. using the native file dialog
to get a file or directory name
2006-04-11 Kevin Krammer
* Applied exit functions to the other scripts
* Added a function to check for common commands like --help or --version
and always perform the same reaction
2006-04-10 Kevin Krammer
* Added common exit functions to improve return value consistency.
Currently only used in xdg-mime to gather feedback
2006-04-08 Kevin Krammer
* In case of $BROWSER being not avialable or empty, try a fixed list of well
known browsers instead
2006-04-06 Kevin Krammer
* Fixed "detection" of generic case in xdg-mime, xdg-open and xdg-su as
discovered by Hagai Kariti
* Fixed tailoring of file and gnomevf-info output by using "sed" to remove a leading
whitespace instead of "cut"
2006-04-05 Kevin Krammer
* Applied patch by Benedikt Meurer which
adds detection for XFCE, XFCE paths for xdg-open and xdg-email and
which fixes the script for non-bash shells.
2006-03-31 Waldo Bastian
* Generate usage instructions from the same XML that is used for manpages
* Included licence text in scripts
* Added xdg-desktop script
* Added documentation (DocBook, HTML, manpages)
* Have Makefile generate manpages
* Included fix for xdg-su provided by Jeremy White
* Added "release" target to Makefile for generating releases
* Added support for .directory and .menu files to xdg-menu
2006-03-21 Kevin Krammer
* Imported the current state into freedesktop.org CVS for easier shared development